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 3b115e6 commit b43e6a4Copy full SHA for b43e6a4
Jenkinsfile
@@ -44,9 +44,6 @@ pipeline {
44
bin/build.sh $TAG_BASE:$(getLastVersion)_$JENKINS_VERSION $JENKINS_REPO_SOURCE
45
'''
46
}
47
- stage('Test image ${version}') {
48
- sh 'bin/test_build.sh'
49
- }
50
51
52
bin/build.sh
@@ -69,5 +69,5 @@ fi
69
70
echo "-------------------------"
71
set -x
72
-[ $PUSH = true ] && $DOCKER_CMD pull $TAG_NAME || echo "Building it from scratch"
+$DOCKER_CMD pull $TAG_NAME
73
$DOCKER_CMD build $PROXY $TAG_ARG $OS $JENKINS_VERSION_ARG $DOCKER_VERSION_ARG $JENKINS_INSTALL_URL_FLAG .
0 commit comments