fedora-ci / jenkins-pipeline-library

Jenkins Pipeline Library for Fedora CI
MIT License
5 stars 5 forks source link

pipeline.id from ci messafe field should be the same even if message is sent on different jenkins job #19

Closed bgoncalv closed 3 years ago

bgoncalv commented 3 years ago

The current code generates id based on jenkins job name. This causes s problem if for example the queue topic is sent by a trigger jenkins job and running/complete by a different job.

https://github.com/fedora-ci/jenkins-pipeline-library/blob/master/src/org/fedoraproject/jenkins/messages/RpmBuildMessageBuilder.groovy#L42

msrb commented 3 years ago

Already fixed, closing ;)