Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Temporarily disable push step in Jenkinsfile
This is to avoid collisions with the more stable
build from the "bats" branch.
mederly committed Oct 1, 2018
1 parent 8ee694b commit 79806a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
@@ -71,7 +71,7 @@ pipeline {
}
}
}
stage ('Push') {
/* stage ('Push') {
steps {
script {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
@@ -81,10 +81,11 @@ pipeline {
}
}
}
*/
stage ('Notify') {
steps {
echo "$maintainer"
slackSend color: 'good', message: "$maintainer/$imagename:$tag pushed to DockerHub"
slackSend color: 'good', message: "$maintainer/$imagename:$tag built but NOT pushed to DockerHub (push temporarily disabled for this branch)"
}
}
}

0 comments on commit 79806a2

Please sign in to comment.