ci: remove scmskip cuz it was fucking up ci
This commit is contained in:
parent
8f3fd64d45
commit
63f828a9c7
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
scmSkip(deleteBuild: true, skipPattern:'.*\\[ci skip\\].*')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue