Skip to content

Commit

Permalink
don't build on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Jun 16, 2021
1 parent 322a452 commit 45fde98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ pipeline {
}

stage('Build & Push') {
when {
allOf {
environment name: 'CHANGE_ID', value: ''
}
}
steps{
node(label: 'docker-host') {
script {
Expand Down

0 comments on commit 45fde98

Please sign in to comment.