Christian Gnüchtel edited a comment on Bug JENKINS-6211

I can confirm this bug in recent Jenkins versions.

Steps to reproduce on Windows (on other systems you have to replace the batch execution with shell execution):

  1. Download the latest jenkins.war and start it: java" -Xrs -Xmx512m -XX:MaxPermSize=128m -jar jenkins.war --httpPort=8081
  2. Copy the attached three job config.xml files zzz_a, zzz_b, zzz_c to the jobs directory. (The pipeline zzz_a -> zzz_b -> zzz_c.)

http://localhost:8081/job/zzz_a/1/ displays:

  • Started by anonymous user
  • Downstream Builds zzz_b #1

http://localhost:8081/job/zzz_b/1/ displays:

  • Started by upstream project zzz_a build number 1
  • originally caused by: Started by anonymous user
  • Upstream Builds zzz_a #1
  • Downstream Builds zzz_c (None)

http://localhost:8081/job/zzz_c/1/ displays:

  • Started by upstream project zzz_b build number 1
  • originally caused by: Started by upstream project zzz_a build number 1, originally caused by: Started by anonymous user

It does not display:

  • Upstream Builds

Note, that the job pages

In summary:

  • "Started by upstream project ..." texts are displayed correctly
  • Downstream builds are sometimes incorrectly displayed with "(none)"
  • If downstream builds are displayed incorrectly, upstream builds are incorrectly displayed too
  • Downstream jobs and upstream jobs are displayed correctly
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to