Skip to content

Commit

Permalink
do not run build image on master
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Apr 8, 2020
1 parent ab2bf11 commit 4c6173b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ pipeline {

stages {
stage('Build & Push') {
when {
buildingTag()
}
steps{
node(label: 'docker-host') {
script {
Expand Down

0 comments on commit 4c6173b

Please sign in to comment.