We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6947d21 commit 807d914Copy full SHA for 807d914
CI.Jenkinsfile
@@ -17,13 +17,9 @@ node ("docker-light") {
17
bash -c \"apt-get update && \
18
apt-get install -y git && \
19
pushd /source && \
20
- /opt/maven-basis/bin/mvn --batch-mode clean install && \
21
- /opt/maven-basis/bin/mvn --batch-mode sonar:sonar \
+ /opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar \
22
-Dsonar.login=${env.SONAR_AUTH_TOKEN} \
23
- -Dsonar.host.url=${env.SONAR_HOST_URL} \
24
- -Dsonar.pullrequest.key=${env.CHANGE_ID} \
25
- -Dsonar.pullrequest.base=${env.CHANGE_TARGET} \
26
- -Dsonar.pullrequest.branch=${env.CHANGE_BRANCH}\""
+ -Dsonar.host.url=${env.SONAR_HOST_URL}\""
27
}
28
29
slack(true)
0 commit comments