Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: e66e20895e44eabc2ed54c62a8ba23134928c3bd
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/e66e20895e44eabc2ed54c62a8ba23134928c3bd
  Author: Victor Martinez <victormartinezru...@gmail.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional.java
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/config.jelly
    A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help-comparator.html
    R 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help-glob.html
    A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help-pattern.html
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help.html
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditionalScript.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageMultibranchTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageTest.java
    M 
pipeline-model-definition/src/test/resources/json/when/conditions/changelog/changeset.json
    M 
pipeline-model-definition/src/test/resources/when/conditions/changelog/changeset.groovy

  Log Message:
  -----------
  support comparator pattern for the changeset


  Commit: 3bbbccbe8aa40d883152039a77c547480be88314
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/3bbbccbe8aa40d883152039a77c547480be88314
  Author: Victor Martinez <victormartinezru...@gmail.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional.java

  Log Message:
  -----------
  supress findbug defect


  Commit: d138068ca09c45b8e235350a039bf2c913cb3b49
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/d138068ca09c45b8e235350a039bf2c913cb3b49
  Author: Victor Martinez <victormartinezru...@gmail.com>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional.java
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/utils/Comparator.java
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/config.jelly
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help-caseSensitive.html
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditionalScript.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/utils/ComparatorTest.java

  Log Message:
  -----------
  caseSensitive enabled for the GLOB comparator


  Commit: 2e17299977deb9b102caa3983eec019196ed0e89
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/2e17299977deb9b102caa3983eec019196ed0e89
  Author: Victor Martinez <victormartinezru...@gmail.com>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/utils/Comparator.java

  Log Message:
  -----------
  Support access to the compare method for backward compatibility and therefore 
Varargs is not required


  Commit: 73a511d7592d58e6c7c64ca21980200d08d32a7d
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/73a511d7592d58e6c7c64ca21980200d08d32a7d
  Author: Liam Newman <bitwise...@gmail.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional.java
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/utils/Comparator.java
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/config.jelly
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help-caseSensitive.html
    A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help-comparator.html
    R 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help-glob.html
    A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help-pattern.html
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional/help.html
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditionalScript.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageMultibranchTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/utils/ComparatorTest.java
    M 
pipeline-model-definition/src/test/resources/json/when/conditions/changelog/changeset.json
    M 
pipeline-model-definition/src/test/resources/when/conditions/changelog/changeset.groovy

  Log Message:
  -----------
  Merge pull request #366 from v1v/feature/changeset-with-exact-match

Support comparator pattern for the changeset directive


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/071a8d5f3ac3...73a511d7592d

-- 
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/pipeline-model-definition-plugin/push/refs/heads/master/071a8d-73a511%40github.com.

Reply via email to