Navigation Menu

Skip to content

Commit

Permalink
[Jenkins] Disable envinf1 jobs for the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Oct 16, 2018
1 parent 3d0cbeb commit 19f06d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Expand Up @@ -167,7 +167,7 @@ pipeline {
stage('Envinf1 (serial)') {
when {
beforeAgent true
expression { return stage_required.build || stage_required.full }
expression { return false }
}
agent { label "envinf1"}
steps {
Expand Down Expand Up @@ -199,7 +199,7 @@ pipeline {
stage('Envinf1 (parallel)') {
when {
beforeAgent true
expression { return stage_required.build || stage_required.full }
expression { return false }
}
agent { label "envinf1"}
steps {
Expand Down Expand Up @@ -404,7 +404,7 @@ pipeline {
stage('Deploy envinf1') {
when {
beforeAgent true
expression { return stage_required.build || stage_required.full }
expression { return false }
}
agent { label "envinf1"}
steps {
Expand All @@ -431,7 +431,7 @@ pipeline {
stage('Deploy envinf1 PETSc') {
when {
beforeAgent true
expression { return stage_required.build || stage_required.full }
expression { return false }
}
agent { label "envinf1"}
steps {
Expand Down

0 comments on commit 19f06d8

Please sign in to comment.