CI: Handle [ci skip] keyword
gitea/ansible-roles/pipeline/head Something is wrong with the build of this commit Details

pull/162/head
David Prevot 8 months ago
parent a91479a1b0
commit 70225180eb

@ -6,6 +6,12 @@ pipeline {
}
stages {
stage('Check commit message') {
steps {
scmSkip(deleteBuild: true, skipPattern:'.*\\[ci skip\\].*')
}
}
stage('Build tagged docker image') {
when {
buildingTag()

Loading…
Cancel
Save