Issue Type: Improvement Improvement
Assignee: huybrechts
Attachments: jenkins-pending.PNG
Components: parameterized-trigger
Created: 17/Feb/14 11:53 AM
Description:

I'm using this plugin in two scenarios. In both I would like to get the build number at the time that the job is added to the build queue. The executed jobs are long running and I want to open up the console while they are running.

When the job enters the queue, a build number is created. See screenshot.

The two different running modes:

  • With "Block until the triggered projects finish their builds"
  • Without "Block until the triggered projects finish their builds"

With "Block until the triggered projects finish their builds":
Line 1: Waiting for the completion of Job name - long running tests
Line 2: Job name - long running tests #1040 completed. Result was FAILURE
Line 3: Finished: FAILURE

Line 1 appears when the job enter the queue. Line 2 and 3 appears after the job has finished.

Should be:
Line 1: Waiting for the completion of Job name - long running tests #1040
Line 2: Job name - long running tests #1040 completed. Result was FAILURE
Line 3: Finished: FAILURE

Without "Block until the triggered projects finish their builds"
Line 1: Triggering projects: Job name - long running tests
Line 2: Finished: SUCCESS

Line 1 appears when the job enter the queue. Line 2 appears after the job has finished.

Should be:
Line 1: Triggering projects: Job name - long running tests #1040
Line 2: Finished: SUCCESS

Project: Jenkins
Priority: Major Major
Reporter: Hallvard Nygård
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/groups/opt_out.

Reply via email to