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

Base (user provided) name of job not available in Multibranch pipeline

      Given that

      • the base name of a Multibranch Pipeline project is the name given by the user
      • the branch name of a Multibranch Pipeline project is the complete name of the branch for which the run has been triggered,

      e.g.:

      • base name = mylibrary
      • branch name = newexcitingstuff,

       

      we have a variable for "mylibrary/newexcitingstuff" (JOB_NAME), a variable for "newexcitingstuff" (BRANCH_NAME), another variable for "mylibrary/newexcitingstuff" (JOB_BASE_NAME), but no variable for "mylibrary". I know that I can parse that from JOB_NAME, but I believe the variable should be introduced.

          [JENKINS-43466] Base (user provided) name of job not available in Multibranch pipeline

          There are no comments yet on this issue.

            Unassigned Unassigned
            beyerj Jens Beyer
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: