Skip to content

Commit fa43846

Browse files
authored
Update CI.Jenkinsfile
Re-permission for Jenkins cleanup. Not comprehensive but good enough for now.
1 parent cd011a6 commit fa43846

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CI.Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ node ("docker-light") {
2222
bash -c \"apt-get update && \
2323
apt-get install -y git && \
2424
pushd /source && \
25-
/opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts\""
25+
/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\""
2629
}
2730
}
2831
postToTeams(true)

0 commit comments

Comments
 (0)