Skip to content

Commit

Permalink
json parse
Browse files Browse the repository at this point in the history
  • Loading branch information
causten committed Nov 5, 2024
1 parent e9bbf00 commit 078757d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def getJobStatus(String variant) {

echo "Now planning to find the correct context"
def contextStatus = statuses.find { it.context == "Jenkins - ${variant}" }
echo contextStatus
println contextStatus.state

env.COMMIT_PASSED = contextStatus != null && contextStatus.state == 'success'
echo env.COMMIT_PASSED
Expand Down

0 comments on commit 078757d

Please sign in to comment.