Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 944d34f7b8269380b411113a94f1e63e750c6c33
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/944d34f7b8269380b411113a94f1e63e750c6c33
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/Converter.groovy

  Log Message:
  -----------
  [JENKINS-42473] Use a better way of getting the flow execution

Not sure yet if this will actually solve the problem, but it seems
superior regardless. I lifted this from ReplayAction.


  Commit: b4bd7fd29639c3bc95902d61bdf60c4e5f4203fb
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/b4bd7fd29639c3bc95902d61bdf60c4e5f4203fb
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  -----------
  Reproduce JENKINS-42473 failure.

Required bumping git plugin version, running in a folder, and making
the git plugin a direct dependency rather than a test dependency. phew.


  Commit: bd692a56a92193d4a2fe74423a4435836709fc92
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/bd692a56a92193d4a2fe74423a4435836709fc92
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/Converter.groovy

  Log Message:
  -----------
  [FIXED JENKINS-42473] Only do parsing if WorkflowScript

Deals with cases where there are multiple SourceUnits in the CompilationUnit.


  Commit: ece6c37dcd0306ef89868237d97d88df3eeb1e82
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ece6c37dcd0306ef89868237d97d88df3eeb1e82
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/Converter.groovy

  Log Message:
  -----------
  Do the WorkflowScript check on step conversion as well


  Commit: 1fa8524ad04ab6022315ac5016bb74d69abcc660
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/1fa8524ad04ab6022315ac5016bb74d69abcc660
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    A pipeline-model-definition/src/test/resources/folderLibraryParsing.groovy

  Log Message:
  -----------
  Whoops, forgot to actually git add the test Jenkinsfile.


  Commit: 5d5c27136b4e594c76dd90160d75cf1d3ca18647
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/5d5c27136b4e594c76dd90160d75cf1d3ca18647
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M pipeline-model-definition/pom.xml
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
    M pipeline-model-definition/src/test/resources/folderLibraryParsing.groovy
    M pom.xml

  Log Message:
  -----------
  Well, now it's actually doing the right thing with 2.6.0 test scope

Still figuring out *why*, but it's failing (with the fix commented
out) now with consistency. I dunno.


  Commit: ab61cada0c09c43418a5e996df0540d4dc681d0a
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ab61cada0c09c43418a5e996df0540d4dc681d0a
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/Converter.groovy

  Log Message:
  -----------
  Switching to checking if we have a non-null model instead.

Fixes tests using urlToPipelineDef and is probably more robust
regardless.


  Commit: f58bc2df3fb9a00934c40b415c2b6bf4a3868c7b
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/f58bc2df3fb9a00934c40b415c2b6bf4a3868c7b
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/Converter.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
    A pipeline-model-definition/src/test/resources/folderLibraryParsing.groovy

  Log Message:
  -----------
  Merge pull request #130 from abayer/jenkins-42473

[FIXED JENKINS-42473] Only do parsing if source is WorkflowScript


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/cfbae0c6aa20...f58bc2df3fb9

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