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 28c6779 commit 5dbfdeaCopy full SHA for 5dbfdea
tools/jenkins/jenkins_home/build_jenkins.sh
@@ -28,7 +28,7 @@ apt-get update
28
29
# Clean out old jenkins - useful if you are having issues upgrading
30
CLEAN_JENKINS=${CLEAN_JENKINS:-no}
31
-if [ "$CLEAN_JENKINS" = "yes" ] then;
+if [ "$CLEAN_JENKINS" = "yes" ]; then
32
apt-get remove jenkins jenkins-common
33
fi
34
0 commit comments