Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parameterized-trigger-plugin
  Commit: 6d4461c7903b1e04e49a71a931e3631d5467b0ab
      
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/6d4461c7903b1e04e49a71a931e3631d5467b0ab
  Author: Tim Armstrong <tim.g.armstr...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M 
src/main/java/hudson/plugins/parameterizedtrigger/BlockableBuildTriggerConfig.java
    M src/main/java/hudson/plugins/parameterizedtrigger/BuildTrigger.java
    M src/main/java/hudson/plugins/parameterizedtrigger/BuildTriggerConfig.java
    M src/main/java/hudson/plugins/parameterizedtrigger/TriggerBuilder.java
    M 
src/test/java/hudson/plugins/parameterizedtrigger/test/TriggerBuilderTest.java

  Log Message:
  -----------
  [JENKINS-57442]: print link to running job (#125)

This makes it much easier to find the child job while it
is running and not yet finished.

This is implemented with QueueTaskFuture's waitForStart()
method that returns the job once it starts running. The Future
waited on was already an instance of QueueTaskFuture, but
I needed to plumb through the type instead of the Future
interface.

Testing:
* Added checks to a couple of unit tests for the new log lines.
* Ran unit tests.
* Tested plugin on a production jenkins instance.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parameterized-trigger-plugin/push/refs/heads/master/55f8d5-6d4461%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to