Branch: refs/heads/master
Home: https://github.com/jenkinsci/xtrigger-lib
Commit: 58f6a36eff15760acd0ff7300f630b05f0e6b4fa
https://github.com/jenkinsci/xtrigger-lib/commit/58f6a36eff15760acd0ff7300f630b05f0e6b4fa
Author: Chris Lindee <[email protected]>
Date: 2018-03-02 (Fri, 02 Mar 2018)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/lib/xtrigger/XTriggerCause.java
M src/test/java/org/jenkinsci/lib/xtrigger/TestTrigger.java
Log Message:
-----------
Update minimum Jenkins version to 1.590
Update the dependency to Jenkins v1.590 and fix the breakage in the
library and the tests. This version is the first to supply the
Jenkins.getActiveInstance() function.
Commit: 43a6de19a5ce0690adb0bee000e07552e3766bb0
https://github.com/jenkinsci/xtrigger-lib/commit/43a6de19a5ce0690adb0bee000e07552e3766bb0
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
M src/main/java/org/jenkinsci/lib/xtrigger/XTriggerCause.java
Log Message:
-----------
Transition to Jenkins singleton, from Hudson
In Jenkins, the Hudson object is a subclass of Jenkins, one that provides
only deprecated functions (presumably for backwards compatibility). Since
xtrigger-lib does not use the deprecated functions, transition the project
over to using the Jenkins object.
While this necessitates a version boost in the requirements, it is a small
one. And it allows the project to move forward with a more modern (well,
less antiquated) implementation.
Note: In Jenkins 2.98, a new method, get(), replaces getActiveInstance()
and the getActiveInstance() method is now deprecated. In future, another
jump forward will likely be necessary.
Commit: 2db0318aac934143980023d8b62973eab3aacebf
https://github.com/jenkinsci/xtrigger-lib/commit/2db0318aac934143980023d8b62973eab3aacebf
Author: Oleg Nenashev <[email protected]>
Date: 2019-07-21 (Sun, 21 Jul 2019)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java
M src/main/java/org/jenkinsci/lib/xtrigger/XTriggerCause.java
M src/test/java/org/jenkinsci/lib/xtrigger/TestTrigger.java
Log Message:
-----------
Merge pull request #18 from ColMelvin/feature.use-jenkins-singleton
Transition to Jenkins singleton, from Hudson
Compare:
https://github.com/jenkinsci/xtrigger-lib/compare/5c9bf33aa2bd...2db0318aac93
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/xtrigger-lib/push/refs/heads/master/5c9bf3-2db031%40github.com.