gabrie-allaigre / sonar-gitlab-plugin

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
GNU Lesser General Public License v3.0
712 stars 207 forks source link

sometimes the plugin doesn't publish status on the correct pipeline #262

Open thib3113 opened 4 years ago

thib3113 commented 4 years ago

In our gitlab project, we use some "schedules" jobs running a "fake pipeline" to do some other tasks (like checking dependencies update, or vulnerabilities) .

And some time, this "fake pipeline" run nearly a real pipeline ... and : (the "fake pipeline" is only one job) image the sonar-scanner is run in the pipeline #8735 but publish on the #8736 ... I'm searching about, I don't know, maybe a configuration to pass the pipeline id for this, but I found nothing ...

So, I don't know if it's a miss configuration, or a bug (or a feature request) .