Skip to content

Commit

Permalink
Updating.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbooker79 committed Feb 13, 2024
1 parent f7f50a8 commit 1e642fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci/Jenkinsfile.combined
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ pipeline {
}
post {
always {
node($nodeLabel) {
echo "Running post on $nodeLabel"
node(label) {
echo "Running post on $NODE_NAME"
}
}
success {
Expand Down

0 comments on commit 1e642fa

Please sign in to comment.