Branch: refs/heads/master Home: https://github.com/jenkinsci/pipeline-model-definition-plugin Commit: 670ecdb55ea6b5ab7e9083fd44079af61fe229c0 https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/670ecdb55ea6b5ab7e9083fd44079af61fe229c0 Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2016-09-30 (Fri, 30 Sep 2016)
Changed paths: M src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTValue.groovy M src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/JSONParser.groovy M src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidator.groovy M src/main/resources/ast-schema.json M src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java M src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/validator/JSONValidationTest.java M src/test/resources/json/agentAny.json M src/test/resources/json/agentDocker.json M src/test/resources/json/agentLabel.json M src/test/resources/json/agentNoneWithNode.json M src/test/resources/json/errors/emptyEnvironment.json M src/test/resources/json/errors/emptyNotifications.json M src/test/resources/json/errors/emptyParallel.json M src/test/resources/json/errors/emptyPostBuild.json M src/test/resources/json/errors/emptyStages.json M src/test/resources/json/errors/invalidBuildCondition.json M src/test/resources/json/errors/malformed.json M src/test/resources/json/errors/missingAgent.json M src/test/resources/json/errors/missingRequiredStepParameters.json M src/test/resources/json/errors/missingStages.json M src/test/resources/json/errors/notInstalledToolType.json M src/test/resources/json/errors/notInstalledToolVersion.json M src/test/resources/json/errors/rejectParallelMixedInSteps.json M src/test/resources/json/errors/rejectStageInSteps.json M src/test/resources/json/errors/stageWithoutName.json M src/test/resources/json/errors/unknownStepParameter.json M src/test/resources/json/errors/unlistedToolType.json M src/test/resources/json/globalLibrarySuccess.json M src/test/resources/json/legacyMetaStepSyntax.json M src/test/resources/json/metaStepSyntax.json M src/test/resources/json/parallelPipeline.json M src/test/resources/json/postBuildAndNotifications.json M src/test/resources/json/simpleEnvironment.json M src/test/resources/json/simpleNotification.json M src/test/resources/json/simplePipeline.json M src/test/resources/json/simplePostBuild.json M src/test/resources/json/simpleScript.json M src/test/resources/json/simpleTools.json M src/test/resources/json/twoStagePipeline.json M src/test/resources/json/validStepParameters.json Log Message: ----------- [FIXED JENKINS-37788] Use isLiteral instead of isConstant. Commit: 612e49d9651c6c21acbfa380a62a4e36123cfae1 https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/612e49d9651c6c21acbfa380a62a4e36123cfae1 Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2016-09-30 (Fri, 30 Sep 2016) Changed paths: M src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java M src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/EnvironmentTest.java Log Message: ----------- Fix test failures. Commit: 366510af23854215f7ed19869ff1ee0f1e6e45de https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/366510af23854215f7ed19869ff1ee0f1e6e45de Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2016-10-05 (Wed, 05 Oct 2016) Changed paths: M src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTValue.groovy M src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/JSONParser.groovy M src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidator.groovy M src/main/resources/ast-schema.json M src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java M src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/EnvironmentTest.java M src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/validator/JSONValidationTest.java M src/test/resources/json/agentAny.json M src/test/resources/json/agentDocker.json M src/test/resources/json/agentLabel.json M src/test/resources/json/agentNoneWithNode.json M src/test/resources/json/errors/emptyEnvironment.json M src/test/resources/json/errors/emptyNotifications.json M src/test/resources/json/errors/emptyParallel.json M src/test/resources/json/errors/emptyPostBuild.json M src/test/resources/json/errors/emptyStages.json M src/test/resources/json/errors/invalidBuildCondition.json M src/test/resources/json/errors/malformed.json M src/test/resources/json/errors/missingAgent.json M src/test/resources/json/errors/missingRequiredStepParameters.json M src/test/resources/json/errors/missingStages.json M src/test/resources/json/errors/notInstalledToolType.json M src/test/resources/json/errors/notInstalledToolVersion.json M src/test/resources/json/errors/rejectParallelMixedInSteps.json M src/test/resources/json/errors/rejectStageInSteps.json M src/test/resources/json/errors/stageWithoutName.json M src/test/resources/json/errors/unknownStepParameter.json M src/test/resources/json/errors/unlistedToolType.json M src/test/resources/json/globalLibrarySuccess.json M src/test/resources/json/legacyMetaStepSyntax.json M src/test/resources/json/metaStepSyntax.json M src/test/resources/json/parallelPipeline.json M src/test/resources/json/postBuildAndNotifications.json M src/test/resources/json/simpleEnvironment.json M src/test/resources/json/simpleNotification.json M src/test/resources/json/simplePipeline.json M src/test/resources/json/simplePostBuild.json M src/test/resources/json/simpleScript.json M src/test/resources/json/simpleTools.json M src/test/resources/json/twoStagePipeline.json M src/test/resources/json/validStepParameters.json Log Message: ----------- Merge pull request #25 from abayer/jenkins-37788-mk2 [FIXED JENKINS-37788] Use isLiteral instead of isConstant. Compare: https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/a8693ca40bf3...366510af2385 -- 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.