Skip to content

Commit

Permalink
Remove ci_skip from Stuttgart CI machines
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Jan 12, 2022
1 parent 84307c7 commit 456338c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .jenkins/stuttgart/Jenkinsfile-DEV-NODE
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pipeline {
stages {
stage('init') {
steps {
scmSkip(deleteBuild: false, skipPattern:'.*\\[ci skip\\].*')
script {
buildbadge.setStatus('running')
}
Expand Down
1 change: 0 additions & 1 deletion .jenkins/stuttgart/Jenkinsfile-KNL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pipeline {
stages {
stage('init') {
steps {
scmSkip(deleteBuild: false, skipPattern:'.*\\[ci skip\\].*')
script {
buildbadge.setStatus('running')
}
Expand Down
1 change: 0 additions & 1 deletion .jenkins/stuttgart/Jenkinsfile-POWER9
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pipeline {
stages {
stage('init') {
steps {
scmSkip(deleteBuild: false, skipPattern:'.*\\[ci skip\\].*')
script {
buildbadge.setStatus('running')
}
Expand Down

0 comments on commit 456338c

Please sign in to comment.