jenkins-infra / docker-jenkins-lts

a docker image containing the latest jenkins lts release and plugins
https://hub.docker.com/r/jenkinsciinfra/jenkins-lts
6 stars 6 forks source link

Check why there are two "next" draft releases #508

Open lemeurherve opened 2 years ago

lemeurherve commented 2 years ago

https://github.com/jenkins-infra/docker-jenkins-lts/releases

image

There should be only one "next" draft release.

dduportal commented 2 years ago

It's because of concurent builds of release-drafter workflow, because multiple causes for trigger: https://github.com/jenkins-infra/docker-jenkins-lts/blob/main/.github/workflows/release-drafter.yml#L3-L8

dduportal commented 2 years ago

You might want to add a lock to the workflow and see if it happens again