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 ad87418 commit e9a10dcCopy full SHA for e9a10dc
CI.Jenkinsfile
@@ -23,11 +23,11 @@ node ("docker-light") {
23
apt-get install -y git && \
24
pushd /source && \
25
/opt/maven-basis/bin/mvn --batch-mode clean install sonar:sonar $mySonarOpts; \
26
- maven_ret=\$?; \
+ maven_ret=\\\$?; \
27
echo && \
28
echo [INFO] Set file permissions to UID and GID of jenkins user for cleanup. && \
29
chown -R 9960:9960 /source && \
30
- exit \$maven_ret\""
+ exit \\\$maven_ret\""
31
}
32
33
postToTeams(true)
0 commit comments