diff --git a/tests/ci/Jenkinsfile.combined b/tests/ci/Jenkinsfile.combined index 4c527f29a0..6ad6a7f246 100644 --- a/tests/ci/Jenkinsfile.combined +++ b/tests/ci/Jenkinsfile.combined @@ -265,8 +265,8 @@ pipeline { } post { always { - node($nodeLabel) { - echo "Running post on $nodeLabel" + node(label) { + echo "Running post on $NODE_NAME" } } success {