From 97f11894b3f381d038fc8054b4a1ac8066015e43 Mon Sep 17 00:00:00 2001 From: tmcguinness Date: Tue, 16 Jul 2024 20:26:02 +0000 Subject: [PATCH] updated next var for capturing RemoteCause --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 99d4a0fa15..15e4c81e94 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { } def run_nodes = [] - if (isSpawnedFromAnotherJob || isSpawnedFromParameteriedBuild) { + if (isSpawnedFromAnotherJob || isSpawnedFromRemoteCause) { echo "machine being set to value passed to this spawned job" echo "passed machine: ${params.machine}" machine = params.machine