Skip to content

Commit

Permalink
jenkins: pass STATUS parameter to post-build-status-update
Browse files Browse the repository at this point in the history
  • Loading branch information
maclover7 committed Nov 7, 2017
1 parent e0c63da commit 6fbe300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/pipelines/http-parser-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ def sendBuildStatus(status, prId, buildUrl, commit) {
string(name: 'URL', value: buildUrl),
string(name: 'COMMIT', value: commit),
string(name: 'REF', value: "refs/pull/${env.PR_ID}/head"),
string(name: 'STATUS', value: status)
]
}

0 comments on commit 6fbe300

Please sign in to comment.