Skip to content

Commit

Permalink
updated next var for capturing RemoteCause
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Jul 16, 2024
1 parent 5bcb5c1 commit 97f1189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97f1189

Please sign in to comment.