Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xtrigger-lib
  Commit: 5c9a6bb37077cfec42137b7d2499d4be21d9a78c
      
https://github.com/jenkinsci/xtrigger-lib/commit/5c9a6bb37077cfec42137b7d2499d4be21d9a78c
  Author: Chris Lindee <[email protected]>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java

  Log Message:
  -----------
  Use Queue to schedule a build

Move to Queue.schedule() for scheduling builds, which can handle more
generic objects than AbstractProject, increasing the reusability of
xtrigger-lib.  This change requires us to add a CauseAction, as the
function does not accept a Cause object; AbstractBuild would do this for
us.


  Commit: a8a3116a5f61c627e0785b80546e3917a3cd9201
      
https://github.com/jenkinsci/xtrigger-lib/commit/a8a3116a5f61c627e0785b80546e3917a3cd9201
  Author: Chris Lindee <[email protected]>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java

  Log Message:
  -----------
  Remove unnecessary casting

With the move to Queue.schedule(), there is no longer a need to downcast
to AbstractProject.  Indeed, it accepts a BuildableItem, making the up and
down casting with AbstractProject and expensive noop.  Get rid of these
casts for a streamlined flow.


  Commit: bc1b08be63cce96dea4931553942db106ca7bf2e
      
https://github.com/jenkinsci/xtrigger-lib/commit/bc1b08be63cce96dea4931553942db106ca7bf2e
  Author: Oleg Nenashev <[email protected]>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java

  Log Message:
  -----------
  Add TODO regarding missing schedule result check


  Commit: 7861f7527e902be0a299775c1c8cddc20b8928f1
      
https://github.com/jenkinsci/xtrigger-lib/commit/7861f7527e902be0a299775c1c8cddc20b8928f1
  Author: Oleg Nenashev <[email protected]>
  Date:   2018-05-09 (Wed, 09 May 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java

  Log Message:
  -----------
  Merge pull request #13 from ColMelvin/fix.work-with-jobs.use-queue-to-schedule

Schedule jobs using Queue.schedule()


Compare: 
https://github.com/jenkinsci/xtrigger-lib/compare/0aa4a9daa057...7861f7527e90
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to