Branch: refs/heads/feature/matrix
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 215de769da678bc4224fce4e322bf784405684f3
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/215de769da678bc4224fce4e322bf784405684f3
  Author: Liam Newman <[email protected]>
  Date:   2019-06-14 (Fri, 14 Jun 2019)

  Changed paths:
    A 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTAxis.java
    A 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTAxisContainer.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTBranch.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTMatrix.java
    M pipeline-model-api/src/main/resources/ast-schema.json

  Log Message:
  -----------
  Start of ModelAST for axes


  Commit: f7773261fa807396db901e12746a42f2e465f127
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/f7773261fa807396db901e12746a42f2e465f127
  Author: Liam Newman <[email protected]>
  Date:   2019-06-14 (Fri, 14 Jun 2019)

  Changed paths:
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTMatrix.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTStages.java
    M pipeline-model-api/src/main/resources/ast-schema.json
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/JSONParser.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/ModelParser.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/MatrixTest.java
    A 
pipeline-model-definition/src/test/resources/json/matrix/matrixPipeline.json
    M pipeline-model-definition/src/test/resources/matrix/matrixPipeline.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixPipelineWithFailFast.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesAgentEnvWhen.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesFailFast.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesFailFastWithAgent.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesFailFastWithOption.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesGroupsAndStages.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesHaveStatusAndPost.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesHaveStatusWhenSkipped.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesNestedInSequential.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesShouldntTriggerNSE.groovy
    A 
pipeline-model-definition/src/test/resources/matrix/nestedMatrixStages.groovy
    R 
pipeline-model-definition/src/test/resources/matrix/nestedParallelStages.groovy

  Log Message:
  -----------
  Implemented test with matrix-axes-stages sections


  Commit: ef1e9a57506b6a89c6adee7c307302ea0399e306
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ef1e9a57506b6a89c6adee7c307302ea0399e306
  Author: Liam Newman <[email protected]>
  Date:   2019-06-17 (Mon, 17 Jun 2019)

  Changed paths:
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTAxis.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTAxisContainer.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTMatrix.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTStage.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidator.java
    M pipeline-model-api/src/main/resources/ast-schema.json
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/JSONParser.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/ModelParser.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidatorImpl.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/Messages.properties
    M 
pipeline-model-definition/src/test/resources/json/matrix/matrixPipeline.json
    M pipeline-model-definition/src/test/resources/matrix/matrixPipeline.groovy

  Log Message:
  -----------
  Added Axis to schema


  Commit: 4f9f32ec478b36e1f238f101dbcc3b88c7b52bc4
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/4f9f32ec478b36e1f238f101dbcc3b88c7b52bc4
  Author: Liam Newman <[email protected]>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTAxis.java
    M pipeline-model-api/src/main/resources/ast-schema.json
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/JSONParser.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/ModelParser.groovy
    M 
pipeline-model-definition/src/test/resources/json/matrix/matrixPipeline.json
    M pipeline-model-definition/src/test/resources/matrix/matrixPipeline.groovy

  Log Message:
  -----------
  Switch axis name to ASTKey


  Commit: a6a6c385ea9d217cd6bae9c98284ad69a58805b6
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/a6a6c385ea9d217cd6bae9c98284ad69a58805b6
  Author: Liam Newman <[email protected]>
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/RuntimeASTTransformer.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/MatrixTest.java
    M 
pipeline-model-definition/src/test/resources/errors/parallelMatrixStagesGroupsDeepNesting.groovy
    R 
pipeline-model-definition/src/test/resources/matrix/matrixAndPostFailure.groovy
    M pipeline-model-definition/src/test/resources/matrix/matrixPipeline.groovy
    A 
pipeline-model-definition/src/test/resources/matrix/matrixPipelineTwoAxis.groovy
    R 
pipeline-model-definition/src/test/resources/matrix/matrixPipelineWithFailFast.groovy
    R 
pipeline-model-definition/src/test/resources/matrix/matrixPipelineWithSpaceInBranch.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesAgentEnvWhen.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesFailFast.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesFailFastWithAgent.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesFailFastWithOption.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesHaveStatusWhenSkipped.groovy
    R 
pipeline-model-definition/src/test/resources/matrix/nestedMatrixStages.groovy

  Log Message:
  -----------
  Generate axis stages

Includes an initial set of tests based on parallel


  Commit: c7e5bc4e1a7fd6d4a8538988df9ed52ad160a081
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/c7e5bc4e1a7fd6d4a8538988df9ed52ad160a081
  Author: Liam Newman <[email protected]>
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/RuntimeASTTransformer.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java
    M 
pipeline-model-definition/src/test/resources/json/matrix/matrixPipeline.json

  Log Message:
  -----------
  Turn off a few tests to move forward


  Commit: b71daacfe26eb1adacbe38704ba2e4f7c9b393aa
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/b71daacfe26eb1adacbe38704ba2e4f7c9b393aa
  Author: Liam Newman <[email protected]>
  Date:   2019-07-16 (Tue, 16 Jul 2019)

  Changed paths:
    A 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTAxis.java
    A 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTAxisContainer.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTBranch.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTMatrix.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTStage.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTStages.java
    M 
pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidator.java
    M pipeline-model-api/src/main/resources/ast-schema.json
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/JSONParser.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/ModelParser.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/RuntimeASTTransformer.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidatorImpl.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/Messages.properties
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/MatrixTest.java
    M 
pipeline-model-definition/src/test/resources/errors/parallelMatrixStagesGroupsDeepNesting.groovy
    A 
pipeline-model-definition/src/test/resources/json/matrix/matrixPipeline.json
    R 
pipeline-model-definition/src/test/resources/matrix/matrixAndPostFailure.groovy
    M pipeline-model-definition/src/test/resources/matrix/matrixPipeline.groovy
    A 
pipeline-model-definition/src/test/resources/matrix/matrixPipelineTwoAxis.groovy
    R 
pipeline-model-definition/src/test/resources/matrix/matrixPipelineWithFailFast.groovy
    R 
pipeline-model-definition/src/test/resources/matrix/matrixPipelineWithSpaceInBranch.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesAgentEnvWhen.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesFailFast.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesFailFastWithAgent.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesFailFastWithOption.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesGroupsAndStages.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesHaveStatusAndPost.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesHaveStatusWhenSkipped.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesNestedInSequential.groovy
    M 
pipeline-model-definition/src/test/resources/matrix/matrixStagesShouldntTriggerNSE.groovy
    R 
pipeline-model-definition/src/test/resources/matrix/nestedParallelStages.groovy

  Log Message:
  -----------
  Merge pull request #333 from bitwiseman/matrix/axes

Matrix/axes


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/55ca5fc198b7...b71daacfe26e

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-model-definition-plugin/push/refs/heads/feature/matrix/55ca5f-b71daa%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to