Use build id for bitbucket Key

This commit is contained in:
Chaker Benhamed 2017-07-11 16:13:56 +01:00
parent 8da3ca6e94
commit c5666095a1

View file

@ -30,7 +30,7 @@ sub common {
state => $finished ? toBitBucketState($b->buildstatus) : "INPROGRESS",
url => "$baseurl/build/" . $b->id,
name => $jobName,
key => $jobName,
key => $b->id,
description => "Hydra build #" . $b->id . " of $jobName",
});
while (my $eval = $evals->next) {