aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2017-11-17 00:10:35 +0100
committerTeddy Wing2017-11-17 00:10:35 +0100
commit9dd7d28ec05830220133ae32db5d31835f523c81 (patch)
tree4cbf79cea7e8cd9d2fae138cc5cd2d4ab8a0cd40 /src
parentb2ce62ae7044798d999b5394d3510df4346164cb (diff)
parentaf60808e9d4c7db14822b4eebf813d616ffbc30d (diff)
downloadkipper-9dd7d28ec05830220133ae32db5d31835f523c81.tar.bz2
Merge remote-tracking branch 'origin/fix-final-status-update-call'
Conflicts: src/jenkins.rs
Diffstat (limited to 'src')
-rw-r--r--src/jenkins.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jenkins.rs b/src/jenkins.rs
index ef155fc..860c4ca 100644
--- a/src/jenkins.rs
+++ b/src/jenkins.rs
@@ -190,7 +190,7 @@ pub fn find_and_track_build_and_update_status(
github::update_commit_status(
&github_token,
&commit_ref,
- &job.result.commit_status(),
+ &updated_job.result.commit_status(),
job_url.clone(),
None,
"continuous-integration/jenkins".to_owned()