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