Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
Jenkins v1.622
Mercurial plugin v1.54
Description
I have several projects on my Jenkins server.
My projects stored in Mercurial SCM.
For trigger build I use notifyCommit as mentioned in plugin WiKi:
http://localhost:8080/mercurial/notifyCommit?url=<repository remote url>
Most of my projects builds after trigger, but one project when get notification send me error report (see attached file jenkins-response.html).
Attachments
Issue Links
- is blocking
-
JENKINS-29790 NPE in TimerTrigger after enabling a job previously in disabled state
-
- Resolved
-
- is duplicated by
-
JENKINS-30366 NPE on webhook request to trigger git polling in Jenkins
-
- Closed
-
Code changed in jenkins
User: Kanstantsin Shautsou
Path:
core/src/main/java/hudson/triggers/SCMTrigger.java
core/src/main/java/hudson/triggers/TimerTrigger.java
core/src/main/java/hudson/triggers/Trigger.java
core/src/test/java/hudson/triggers/SCMTriggerTest.java
core/src/test/java/hudson/triggers/TimerTriggerTest.java
http://jenkins-ci.org/commit/jenkins/79c0bbf76680c8491e601be76d062299b7170971
Log:
Protect from race condition in Triggers
[FIXED JENKINS-29790] [FIXED JENKINS-29945]