We have a chain of separate custom jobs that calls one another. When call is being made from "parent" - all I see is this:

      Scheduling project: Magic » Deploy
      Starting building: Magic » Deploy #193
      Magic » Deploy #193 completed with status FAILURE (propagate: false to ignore)

      So I need to navigate via Jenkins UI to find this build. This is time consuming. Is it possible to make "# 193" as a URL to that particular job? Thanks

          [JENKINS-44582] Put links for triggered jobs

          James Dumay added a comment -

          kamikaze what job type is this?

          James Dumay added a comment - kamikaze what job type is this?

          Oleg Korsak added a comment -

          it's a Freestyle Project and Pipeline. Both are parametrized and are being called like:

          build job: 'magic/deploy', parameters: [string(name: 'ISSUE_ID', value: issueId), string(name: 'PROJECT_TYPE', value: projectType), string(name: 'PUSHED_BRANCH', value: gitBranch), string(name: 'REPO_NAME', value: env.REPO_NAME), string(name: 'ENVIRONMENT', value: 'dev')]

          Oleg Korsak added a comment - it's a Freestyle Project and Pipeline. Both are parametrized and are being called like: build job: 'magic/deploy', parameters: [string(name: 'ISSUE_ID', value: issueId), string(name: 'PROJECT_TYPE', value: projectType), string(name: 'PUSHED_BRANCH', value: gitBranch), string(name: 'REPO_NAME', value: env.REPO_NAME), string(name: 'ENVIRONMENT', value: 'dev')]

          James Dumay added a comment -

          kamikaze right on This is a duplicate of JENKINS-38339. Its on the roadmap

          James Dumay added a comment - kamikaze right on This is a duplicate of JENKINS-38339 . Its on the roadmap

            Unassigned Unassigned
            kamikaze Oleg Korsak
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: