Branch: refs/heads/master
Home: https://github.com/jenkinsci/plumber-plugin
Commit: a1fe5be10c9d6bd48f1a7e01eb8c221a1ea2863c
https://github.com/jenkinsci/plumber-plugin/commit/a1fe5be10c9d6bd48f1a7e01eb8c221a1ea2863c
Author: Andrew Bayer <[email protected]>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M pom.xml
M
src/main/groovy/org/jenkinsci/plugins/plumber/model/AbstractPlumberModel.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Matrix.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Notifications.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Phase.groovy
M
src/main/groovy/org/jenkinsci/plugins/plumber/model/PipelineClosureWrapper.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/PlumberConfig.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Reporter.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Root.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/SCM.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Unstash.groovy
M src/main/resources/org/jenkinsci/plugins/plumber/PlumberInterpreter.groovy
M
src/test/groovy/org/jenkinsci/plugins/plumber/model/PlumberConfigTest.groovy
A src/test/java/org/jenkinsci/plugins/plumber/YamlPlumberTest.java
A src/test/resources/arbitraryCodeInActionYaml.groovy
A src/test/resources/cleanYaml.groovy
A src/test/resources/inlinePipelineInvalidStepsYaml.groovy
A src/test/resources/invalidCodeYaml.groovy
M src/test/resources/limitedParallelism.groovy
A src/test/resources/limitedParallelismYaml.groovy
A src/test/resources/noActionNoPipelineYaml.groovy
A src/test/resources/simpleInlinePipelineYaml.groovy
A src/test/resources/singleSimpleStepYaml.groovy
A src/test/resources/twoLinearStepsYaml.groovy
M src/test/resources/twoParallelSteps.groovy
A src/test/resources/twoParallelStepsYaml.groovy
Log Message:
-----------
Added YAML support.
Note that right now this still means YAML inside a Groovy string, but
once markerfiles are more flexible...
Commit: 25d020808eaaccf64283f61eaa18da80824858d0
https://github.com/jenkinsci/plumber-plugin/commit/25d020808eaaccf64283f61eaa18da80824858d0
Author: Andrew Bayer <[email protected]>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M
src/test/groovy/org/jenkinsci/plugins/plumber/model/PlumberConfigTest.groovy
Log Message:
-----------
Updating YAML pipeline config test.
Commit: 0eb1a1ec7e70d169b11c1e3e7bbdb52ed5b32b93
https://github.com/jenkinsci/plumber-plugin/commit/0eb1a1ec7e70d169b11c1e3e7bbdb52ed5b32b93
Author: Andrew Bayer <[email protected]>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M src/main/resources/org/jenkinsci/plugins/plumber/PlumberInterpreter.groovy
M src/test/java/org/jenkinsci/plugins/plumber/AbstractPlumberTest.java
M src/test/java/org/jenkinsci/plugins/plumber/YamlPlumberTest.java
A src/test/resources/readFromYamlFile.groovy
A src/test/resources/readFromYamlFile.yml
Log Message:
-----------
Added pipeline.fromYaml step.
Currently needs to checkout scm on a node to get the yaml file, which
is non-optimal for a few reasons, but it's what works right now.
Commit: 7815f98612b7aa5df3614914a272941452eb0199
https://github.com/jenkinsci/plumber-plugin/commit/7815f98612b7aa5df3614914a272941452eb0199
Author: Andrew Bayer <[email protected]>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M pom.xml
M
src/main/groovy/org/jenkinsci/plugins/plumber/model/AbstractPlumberModel.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Matrix.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Notifications.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Phase.groovy
M
src/main/groovy/org/jenkinsci/plugins/plumber/model/PipelineClosureWrapper.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/PlumberConfig.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Reporter.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Root.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/SCM.groovy
M src/main/groovy/org/jenkinsci/plugins/plumber/model/Unstash.groovy
M src/main/resources/org/jenkinsci/plugins/plumber/PlumberInterpreter.groovy
M
src/test/groovy/org/jenkinsci/plugins/plumber/model/PlumberConfigTest.groovy
M src/test/java/org/jenkinsci/plugins/plumber/AbstractPlumberTest.java
A src/test/java/org/jenkinsci/plugins/plumber/YamlPlumberTest.java
A src/test/resources/arbitraryCodeInActionYaml.groovy
A src/test/resources/cleanYaml.groovy
A src/test/resources/inlinePipelineInvalidStepsYaml.groovy
A src/test/resources/invalidCodeYaml.groovy
M src/test/resources/limitedParallelism.groovy
A src/test/resources/limitedParallelismYaml.groovy
A src/test/resources/noActionNoPipelineYaml.groovy
A src/test/resources/readFromYamlFile.groovy
A src/test/resources/readFromYamlFile.yml
A src/test/resources/simpleInlinePipelineYaml.groovy
A src/test/resources/singleSimpleStepYaml.groovy
A src/test/resources/twoLinearStepsYaml.groovy
M src/test/resources/twoParallelSteps.groovy
A src/test/resources/twoParallelStepsYaml.groovy
Log Message:
-----------
Merge pull request #3 from abayer/add-yaml-support
Added YAML support.
Compare:
https://github.com/jenkinsci/plumber-plugin/compare/3fde1bd3a08f...7815f98612b7
--
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.