-
Bug
-
Resolution: Unresolved
-
Major
I need a web hook to be able to kick off concurrent builds. Whereas right now if a commit comes in to a job that is already building that commit will just be ignored and will never be built even if concurrent builds is turned on.
In addition to web hooks not working when a job is already running. Polling will not even be attempted if a job is currently running. Which makes since for most builds, but not for builds with concurrent builds enabled.
- blocks
-
JENKINS-47136 Polling doesn't happen if push event arrives while the job is running.
-
- Open
-
- is related to
-
JENKINS-7423 Git polling doesn't execute concurrent builds if necessary
-
- Closed
-
It will execute concurrent builds only if they are kicked off manually. If a build is already running and an new commit comes in to the repository and Jenkins gets notified via web hook Jenkins will just ignore it and continue running the current build instead of starting a concurrent build to build the new commit.