Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-32525

Error 500 using Build other Projects in Promotion process of a template

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • 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.

            allan_burdajewicz Allan BURDAJEWICZ
            allan_burdajewicz Allan BURDAJEWICZ
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: