Skip to content

Commit 2a1a2a1

Browse files
authored
Update CI.Jenkinsfile
Run chown even with a failure.
1 parent 73dfba9 commit 2a1a2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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; \
2626
echo && \
2727
echo [INFO] Set file permissions to UID and GID of jenkins user for cleanup. && \
2828
chown -R 9960:9960 /source\""

0 commit comments

Comments
 (0)