-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 1.625.3.1
CloudBees Template 4.21
When adding a Build Other Projects step in the promotion process in a Job Template, the server raises a NullPointerException when processing the following request:
http://localhost:8083/job/test-job/descriptorByName/hudson.tasks.BuildTrigger/check?value=
The method doCheck in the BuildTrigger assume that the @AncestorInPath is not null which is a bug.
Source code is here: https://github.com/jenkinsci/jenkins/blob/e2dccc35572b64f5e602a6b1b3efb517c578872c/core/src/main/java/hudson/tasks/BuildTrigger.java#L371
How to reproduce:
- Create a Job Template "test-job" at the root
- Tick "Define Promotion Process"
- "Build Other Projects" action
- An ERROR link appears
Note: This issue does not block the functionality and this error can be ignored. Specifying an existing project and saving the configuration will make this error disappears.
- is related to
-
JENKINS-28113 BuildTrigger should accept any ParameterizedJob downstream
-
- Resolved
-
- links to
[JENKINS-32525] Error 500 using Build other Projects in Promotion process of a template
Attachment | New: build-other-projects-error.txt [ 31658 ] |
Assignee | New: Allan BURDAJEWICZ [ allan_burdajewicz ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR 2087 (Web Link)" [ 14035 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 168168 ] | New: JNJira + In-Review [ 198364 ] |