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 73dfba9 commit 2a1a2a1Copy full SHA for 2a1a2a1
CI.Jenkinsfile
@@ -22,7 +22,7 @@ node ("docker-light") {
22
bash -c \"apt-get update && \
23
apt-get install -y git && \
24
pushd /source && \
25
- /opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts && \
+ /opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts; \
26
echo && \
27
echo [INFO] Set file permissions to UID and GID of jenkins user for cleanup. && \
28
chown -R 9960:9960 /source\""
0 commit comments