Skip to content

Commit

Permalink
Updated jenkins file to use centos7 nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
b1quint committed Apr 15, 2020
1 parent 636749f commit 88503d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pipeline {
// branch 'master'
// }
agent {
label "bquint-ld1"
label "centos7"
}
environment {
PATH = "$CONDA_HOME/bin:$PATH"
Expand Down

0 comments on commit 88503d6

Please sign in to comment.