github-plugin icon indicating copy to clipboard operation
github-plugin copied to clipboard

[JENKINS-40522] "Started by" link on downstream jobs does not work correctly

Open jenkins-infra-bot opened this issue 9 years ago • 2 comments

This seems to affect only downstream jobs (downstreams, downstreams of downstreams, etc.).

In correct.png, the "Started by GitHub push by iphydf" text links to https:///job/libtoxcore-toktok_src/43/pollingLog, which is the correct URL.

In incorrect.png, the "Started by GitHub push by iphydf" text links to https:///pollingLog, which is incorrect URL and it returns 404. It should link to https:///job/libtoxcore-toktok_src/43/pollingLog instead, but it doesn't.

Job shown in incorrect.png is a downstream of the job shown in correct.png.


Originally reported by nurupo, imported from: "Started by" link on downstream jobs does not work correctly
  • assignee: lanwen
  • status: Open
  • priority: Major
  • component(s): github-plugin
  • resolution: Unresolved
  • votes: 1
  • watchers: 3
  • imported: 2025-12-08
Raw content of original issue

This seems to affect only downstream jobs (downstreams, downstreams of downstreams, etc.).

In correct.png, the "Started by GitHub push by iphydf" text links to https://<my-jenkins-url>/job/libtoxcore-toktok_src/43/pollingLog, which is the correct URL.

In incorrect.png, the "Started by GitHub push by iphydf" text links to https://<my-jenkins-url>/pollingLog, which is incorrect URL and it returns 404. It should link to https://<my-jenkins-url>/job/libtoxcore-toktok_src/43/pollingLog instead, but it doesn't.

Job shown in incorrect.png is a downstream of the job shown in correct.png.

  • environment: Jenkins 2.19.4, GitHub plugin 1.25.0, Debian Linux
2 attachments

jenkins-infra-bot avatar Dec 17 '16 07:12 jenkins-infra-bot

lanwen:
  • Original comment link
  • Raw content of original comment:

    Thanks for the report - accepted

Thanks for the report - accepted

jenkins-infra-bot avatar Dec 20 '16 08:12 jenkins-infra-bot

marco_jacob:
  • Original comment link
  • Raw content of original comment:

    We have the same problem in Jenkins 2.150.3. For some projects it works and for others it doesn't work.

    In cases   aa_messaging-trunk #1349 (failed) > aa_jif-trunk #2052 (modified, success)   aa_emailversand-trunk #1616 (succcess) > aa_emailversand_client-trunk #819 (success) > aa_jif-trunk #2052

    the link doesn't work in aa_messaging, aa_emailversand and aa_emailversand_client, but it works in aa_jif-trunk #2052.

    In cases

      ko_gewerbe-trunk #764 (Tests failed) > ko_kern-trunk #8059 (success)

    the link works and points to ko_kern-trunk pollingLog   job/ko_kern-trunk/8059/pollingLog.

     

    The link doesn't work for all the builds of aa_emailversand and aa_messaging and works for all ko_gewerbe and fi_ilis.

    Maybe it depends on the job configuration? With aa_jif we have not changed the configuration since 2017 and increased Jenkins-Version several times. The configurations of ko_kern and ko_gewerbe were changed in 2019-02.

     

We have the same problem in Jenkins 2.150.3. For some projects it works and for others it doesn't work.

In cases
  aa_messaging-trunk #1349 (failed) > aa_jif-trunk #2052 (modified, success)
  aa_emailversand-trunk #1616 (succcess) > aa_emailversand_client-trunk #819 (success) > aa_jif-trunk #2052

the link doesn't work in aa_messaging, aa_emailversand and aa_emailversand_client, but it works in aa_jif-trunk #2052.

In cases

  ko_gewerbe-trunk #764 (Tests failed) > ko_kern-trunk #8059 (success)

the link works and points to ko_kern-trunk pollingLog   job/ko_kern-trunk/8059/pollingLog.

 

The link doesn't work for all the builds of aa_emailversand and aa_messaging and works for all ko_gewerbe and fi_ilis.

Maybe it depends on the job configuration? With aa_jif we have not changed the configuration since 2017 and increased Jenkins-Version several times. The configurations of ko_kern and ko_gewerbe were changed in 2019-02.

 

jenkins-infra-bot avatar Apr 03 '19 08:04 jenkins-infra-bot