Skip to content

Commit

Permalink
Unnecessary scm check
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefdhurst committed Mar 15, 2023
1 parent 7fac6c1 commit 1024b0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pipeline {
stages {
stage('Build') {
steps {
scmSkip(deleteBuild: false, skipPattern: '^Skip CI.*')
sh "docker build -t $CONTAINER_NAME-test -f Dockerfile.test ."
}
}
Expand Down

0 comments on commit 1024b0f

Please sign in to comment.