Skip to content

Commit

Permalink
Remove $NODE_NAME from stage messages
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaLau committed Sep 6, 2023
1 parent 26c811a commit 7cf436b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
}
}
stages {
stage("setup miniconda on $NODE_NAME") {
stage('setup miniconda') {
environment {
PATH = "$WORKSPACE/miniconda_$NODE_NAME/bin:$PATH"
}
Expand Down Expand Up @@ -80,7 +80,7 @@ pipeline {
}
}
stages {
stage("test on $NODE_NAME") {
stage('run tests') {
environment {
PATH = "$WORKSPACE/miniconda_${NODE_NAME}/bin:$PATH"
}
Expand Down

0 comments on commit 7cf436b

Please sign in to comment.