-
Bug
-
Resolution: Not A Defect
-
Major
-
Jenkins 1.620, Git Plugin 2.4.0
I have a simple Jenkins job called "myjob":
- Repository URL: git@mygitserver.com:rep
- Branches to build: master
- Build Triggers > Poll SCM is enabled
I execute
curl http://myjenkinsserver/jenkins/git/notifyCommit?url=git@mygitserver.com:rep&branches=mybranch
and I get "Scheduled polling of myjob" which is WRONG, because myjob is tracking only the "master" branch (and not mybranch).
I have hundreds of jobs and I don't want to start Git polling for every new commit.
[JENKINS-29574] notifyCommit branch parameter is ignored
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 164454 ] | New: JNJira + In-Review [ 209040 ] |