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 cd011a6 commit fa43846Copy full SHA for fa43846
CI.Jenkinsfile
@@ -22,7 +22,10 @@ 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] Re-permission files for cleanup. && \
28
+ chown -R jenkins:jenkins /source\""
29
}
30
31
postToTeams(true)
0 commit comments