Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-plugin
Commit: 7d21f2d187a9f8973df403b47b5efd66e6b00bd2
https://github.com/jenkinsci/workflow-plugin/commit/7d21f2d187a9f8973df403b47b5efd66e6b00bd2
Author: Jesse Glick <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
Log Message:
-----------
[JENKINS-26761] Recover gracefully from null WorkflowRun.checkouts, printing
some diagnostics.
Commit: dd4411b6a7c0b6cd0f73ddb3f44e22a1453583b3
https://github.com/jenkinsci/workflow-plugin/commit/dd4411b6a7c0b6cd0f73ddb3f44e22a1453583b3
Author: Jesse Glick <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
Log Message:
-----------
Using recommended @SuppressFBWarnings while I am here.
Commit: f3fd075b5fcedeaaa97a598d021d483320249503
https://github.com/jenkinsci/workflow-plugin/commit/f3fd075b5fcedeaaa97a598d021d483320249503
Author: Jesse Glick <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitStepRestartTest.java
Log Message:
-----------
Display normal build.xml persisted form.
Commit: ad9b6caf0428b9c85601ef9d349ca2691b7055be
https://github.com/jenkinsci/workflow-plugin/commit/ad9b6caf0428b9c85601ef9d349ca2691b7055be
Author: Jesse Glick <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
Log Message:
-----------
[JENKINS-26761] Try using a PersistedList rather than a LinkedList for new
WorkflowRun.checkouts.
(Existing build records will continue to use LinkedList.) Possible advantages:
· If the bug was caused by an unreported failure to serialize/deserialize an
SCM instance,
this would create a polite “old data” record instead.
(CopyOnWriteArrayList would also work, via RobustCollectionConverter.)
· The backing store is CopyOnWriteList, solving a hypothetical
ConcurrentModificationException.
· Additions from onCheckout should be saved to disk immediately, rather than
waiting for some other save trigger.
Commit: f6f21ae0f0bf0d7970b3ae2372b1501717938ec4
https://github.com/jenkinsci/workflow-plugin/commit/f6f21ae0f0bf0d7970b3ae2372b1501717938ec4
Author: Jesse Glick <[email protected]>
Date: 2015-07-29 (Wed, 29 Jul 2015)
Changed paths:
M CHANGES.md
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitStepRestartTest.java
M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
Log Message:
-----------
[JENKINS-26761] Merging #160.
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/121889f5cf4c...f6f21ae0f0bf
--
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.