Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
giscience
big-data
ohsome
oshdb-examples
Commits
b9883d3d
Unverified
Commit
b9883d3d
authored
Apr 20, 2021
by
Martin Raifer
Browse files
configure sonarcloud
parent
e9d163e7
Pipeline
#1587
created
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
b9883d3d
...
...
@@ -58,6 +58,9 @@ pipeline {
stage
(
'Reports and Statistics'
)
{
steps
{
script
{
withSonarQubeEnv
(
'sonarcloud GIScience/ohsome'
)
{
sh
"mvn sonar:sonar -Dsonar.branch.name=${env.BRANCH_NAME}"
}
report_basedir
=
"/srv/reports/${REPO_NAME}/${VERSION}_${env.BRANCH_NAME}/${env.BUILD_NUMBER}_${LATEST_COMMIT_ID}"
// jacoco
...
...
pom.xml
View file @
b9883d3d
...
...
@@ -4,14 +4,19 @@
<artifactId>
oshdb-examples
</artifactId>
<name>
OSHDB Examples
</name>
<url>
https://ohsome.org/
</url>
<version>
0.2-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<scm>
<url>
https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/oshdb-examples
</url>
<connection>
scm:git:https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/oshdb-examples.git
</connection>
<developerConnection>
scm:git:ssh://git@gitlab.gistools.geog.uni-heidelberg.de:2022/giscience/big-data/ohsome/oshdb-examples.git
</developerConnection>
</scm>
<parent>
<groupId>
org.heigit.ohsome
</groupId>
<artifactId>
ohsome-parent
</artifactId>
<version>
2.
8
</version>
<version>
2.
9
</version>
</parent>
<properties>
...
...
@@ -27,25 +32,21 @@
</repositories>
<dependencies>
<dependency>
<groupId>
org.heigit.ohsome
</groupId>
<artifactId>
oshdb-api
</artifactId>
<version>
${oshdb.version}
</version>
</dependency>
<dependency>
<groupId>
jfree
</groupId>
<artifactId>
jcommon
</artifactId>
<version>
1.0.16
</version>
</dependency>
<dependency>
<groupId>
jfree
</groupId>
<artifactId>
jfreechart
</artifactId>
<version>
1.0.13
</version>
</dependency>
</dependencies>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment