Branch: refs/heads/jenkins-38865
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 8cf6fd2d006510a9b0b7f156def3c2b7167d9455
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/8cf6fd2d006510a9b0b7f156def3c2b7167d9455
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2016-10-12 (Wed, 12 Oct 2016)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ValidatorTest.java

  Log Message:
  -----------
  Renaming to assertFailWithError


  Commit: b7a3ec68779e2b8edc4da667cf9d42551d067fc6
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/b7a3ec68779e2b8edc4da667cf9d42551d067fc6
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M SYNTAX.md
    M 
src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTStage.groovy
    A 
src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/ClosureContentsChecker.groovy
    M 
src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Stage.groovy
    M 
src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/JSONParser.groovy
    M 
src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/ModelParser.groovy
    M src/main/resources/ast-schema.json
    M 
src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ClosureModelTranslator.groovy
    M 
src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/EnvironmentTest.java
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ScriptStepTest.java
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ToolsTest.java
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ValidatorTest.java
    M 
src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/parser/ExecuteConvertedTest.java
    M src/test/resources/abortedNotification.groovy
    M src/test/resources/agentAny.groovy
    M src/test/resources/agentDocker.groovy
    M src/test/resources/agentDockerWithEmptyDockerArgs.groovy
    M src/test/resources/agentDockerWithNullDockerArgs.groovy
    M src/test/resources/agentLabel.groovy
    M src/test/resources/agentNone.groovy
    M src/test/resources/agentNoneWithNode.groovy
    M src/test/resources/allStagesExist.groovy
    M src/test/resources/buildPluginParentPOM.groovy
    M src/test/resources/dockerGlobalVariable.groovy
    M src/test/resources/dockerGlobalVariableInScript.groovy
    M src/test/resources/errors/blockInJobProperties.groovy
    M src/test/resources/errors/blockInParameters.groovy
    M src/test/resources/errors/blockInTriggers.groovy
    M src/test/resources/errors/closureAsMethodCallArg.groovy
    M src/test/resources/errors/duplicateEnvironment.groovy
    M src/test/resources/errors/duplicateNotificationConditions.groovy
    M src/test/resources/errors/duplicatePostBuildConditions.groovy
    M src/test/resources/errors/duplicateStageNames.groovy
    M src/test/resources/errors/duplicateStepParameter.groovy
    M src/test/resources/errors/emptyAgent.groovy
    M src/test/resources/errors/emptyEnvironment.groovy
    M src/test/resources/errors/emptyJobProperties.groovy
    M src/test/resources/errors/emptyNotifications.groovy
    M src/test/resources/errors/emptyParallel.groovy
    M src/test/resources/errors/emptyParameters.groovy
    M src/test/resources/errors/emptyPostBuild.groovy
    M src/test/resources/errors/emptyTriggers.groovy
    M src/test/resources/errors/globalLibraryNonStepBody.groovy
    M src/test/resources/errors/globalLibraryObjectMethodCall.groovy
    M src/test/resources/errors/importAndFunctionShouldNotSkipParsing.groovy
    M src/test/resources/errors/invalidBuildCondition.groovy
    M src/test/resources/errors/invalidMetaStepSyntax.groovy
    M src/test/resources/errors/invalidParameterTypeMethodCall.groovy
    M src/test/resources/errors/invalidStepParameterType.groovy
    M src/test/resources/errors/missingAgent.groovy
    M src/test/resources/errors/missingRequiredStepParameters.groovy
    M src/test/resources/errors/mixedMethodArgs.groovy
    M src/test/resources/errors/notInstalledToolType.groovy
    M src/test/resources/errors/notInstalledToolVersion.groovy
    M src/test/resources/errors/packageShouldNotSkipParsing.groovy
    A src/test/resources/errors/perStageConfigEmptyAgent.groovy
    A src/test/resources/errors/perStageConfigEmptySteps.groovy
    A src/test/resources/errors/perStageConfigMissingSteps.groovy
    A src/test/resources/errors/perStageConfigUnknownSection.groovy
    M src/test/resources/errors/rejectMapsForTriggerDefinition.groovy
    M src/test/resources/errors/rejectParallelInNotifications.groovy
    M src/test/resources/errors/rejectParallelMixedInSteps.groovy
    M src/test/resources/errors/rejectPropertiesStepInMethodCall.groovy
    M src/test/resources/errors/rejectStageInSteps.groovy
    M src/test/resources/errors/stageWithoutName.groovy
    M src/test/resources/errors/tooFewMethodCallArgs.groovy
    M src/test/resources/errors/unknownStepParameter.groovy
    M src/test/resources/errors/unlistedToolType.groovy
    M src/test/resources/errors/wrongParameterNameMethodCall.groovy
    M src/test/resources/executionModelAction.groovy
    M src/test/resources/failingNotifications.groovy
    M src/test/resources/failingPipeline.groovy
    M src/test/resources/failingPostBuild.groovy
    M src/test/resources/globalLibrarySuccess.groovy
    M src/test/resources/globalLibrarySuccessInScript.groovy
    A src/test/resources/json/errors/perStageConfigEmptySteps.json
    A src/test/resources/json/errors/perStageConfigMissingSteps.json
    A src/test/resources/json/errors/perStageConfigUnknownSection.json
    A src/test/resources/json/perStageConfigAgent.json
    M src/test/resources/legacyMetaStepSyntax.groovy
    M src/test/resources/metaStepSyntax.groovy
    M src/test/resources/multipleProperties.groovy
    M src/test/resources/noCheckoutScmInWrongContext.groovy
    M src/test/resources/nonLiteralEnvironment.groovy
    M src/test/resources/notificationOnChangeChanged.groovy
    M src/test/resources/notificationOnChangeFailed.groovy
    M src/test/resources/parallelPipeline.groovy
    A src/test/resources/perStageConfigAgent.groovy
    M src/test/resources/postBuildAndNotifications.groovy
    M src/test/resources/shInNotification.groovy
    M src/test/resources/simpleEnvironment.groovy
    M src/test/resources/simpleJobProperties.groovy
    M src/test/resources/simpleNotification.groovy
    M src/test/resources/simpleParameters.groovy
    M src/test/resources/simplePipeline.groovy
    M src/test/resources/simplePostBuild.groovy
    M src/test/resources/simpleScript.groovy
    M src/test/resources/simpleTools.groovy
    M src/test/resources/simpleTriggers.groovy
    M src/test/resources/stringsNeedingEscapeLogic.groovy
    M src/test/resources/twoStagePipeline.groovy
    M src/test/resources/unstableNotification.groovy
    M src/test/resources/validStepParameters.groovy

  Log Message:
  -----------
  Merge pull request #19 from abayer/jenkins-38331

[JENKINS-38331] Per-stage configuration for agent


  Commit: 33e220ba811cc0f89e654ac23052b529161f8ed2
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/33e220ba811cc0f89e654ac23052b529161f8ed2
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ValidatorTest.java

  Log Message:
  -----------
  Merge branch 'master' into jenkins-38865


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/2541499c6261...33e220ba811c

-- 
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