Skip to content

Commit e9a10dc

Browse files
author
Adam Soos
committed
no-jira: testing
1 parent ad87418 commit e9a10dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CI.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ node ("docker-light") {
2323
apt-get install -y git && \
2424
pushd /source && \
2525
/opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts; \
26-
maven_ret=\$?; \
26+
maven_ret=\\\$?; \
2727
echo && \
2828
echo [INFO] Set file permissions to UID and GID of jenkins user for cleanup. && \
2929
chown -R 9960:9960 /source && \
30-
exit \$maven_ret\""
30+
exit \\\$maven_ret\""
3131
}
3232
}
3333
postToTeams(true)

0 commit comments

Comments
 (0)