Skip to content

Commit

Permalink
Temporarily disable push step in Jenkinsfile
Browse files Browse the repository at this point in the history
This is to avoid collisions with the more stable
build from the "bats" branch.
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pipeline {
}
}
}
stage ('Push') {
/* stage ('Push') {
steps {
script {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
Expand All @@ -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)"
}
}
}
Expand Down

0 comments on commit 79806a2

Please sign in to comment.