Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: 7b9b83604f705ec47837a163817738bdb93fe14e
      
https://github.com/jenkinsci/workflow-job-plugin/commit/7b9b83604f705ec47837a163817738bdb93fe14e
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest.java

  Log Message:
  -----------
  [FIXED JENKINS-45460] Allow adding triggers after migration.

Before this, if you had triggers configured before upgrading from a
version that didn't yet have PipelineTriggersJobProperty,
PipelineTriggersJobProperty.setTriggers(List) was called via
WorkflowJob.onLoad with the old DescribableList triggers.toList() -
which returns an UnmodifiableList. Oops.


  Commit: 877d4219c544dec848934b618f208ad5cca6e645
      
https://github.com/jenkinsci/workflow-job-plugin/commit/877d4219c544dec848934b618f208ad5cca6e645
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-04 (Fri, 04 Aug 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java

  Log Message:
  -----------
  Tweak based on code review


  Commit: 0aeb0e47a4fac591b96f4d244a3959b8c25cf75a
      
https://github.com/jenkinsci/workflow-job-plugin/commit/0aeb0e47a4fac591b96f4d244a3959b8c25cf75a
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-04 (Fri, 04 Aug 2017)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest.java

  Log Message:
  -----------
  Verify trigger count


  Commit: 01f9e9bf32452a9d2ed7fa1e0ef92303e991a0c6
      
https://github.com/jenkinsci/workflow-job-plugin/commit/01f9e9bf32452a9d2ed7fa1e0ef92303e991a0c6
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest.java

  Log Message:
  -----------
  Merge pull request #64 from abayer/jenkins-45460

[FIXED JENKINS-45460] Allow adding triggers after migration.


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/e4586916aef8...01f9e9bf3245

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

Reply via email to