Skip to content

Commit

Permalink
lets try RemoteCause
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Jul 16, 2024
1 parent 27f80e3 commit 5bcb5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ pipeline {
cause instanceof hudson.model.Cause.UpstreamCause
}

def isSpawnedFromParameteriedBuild = causes.any { cause ->
cause instanceof hudson.model.Cause$ParameterizedBuildTriggerCause
def isSpawnedFromRemoteCause = causes.any { cause ->
cause instanceof hudson.model.Cause.RemoteCause
}

def run_nodes = []
Expand Down

0 comments on commit 5bcb5c1

Please sign in to comment.