Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 4ef849e15f96ec234fe39d7314a27789d3eb8bee
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/4ef849e15f96ec234fe39d7314a27789d3eb8bee
  Author: Andrew Bayer <[email protected]>
  Date:   2017-11-21 (Tue, 21 Nov 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/RuntimeASTTransformer.groovy
    A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/actions/DeclarativeJobAction.java
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java

  Log Message:
  -----------
  [FIXED JENKINS-46252] Mark Declarative jobs with DeclarativeJobAction

If we are in a Declarative run, mark the parent job as a Declarative
job via DeclarativeJobAction, if it's not already present. Note that
we never remove this - if a job was ever once Declarative, we still
count it as such. Imperfect, but close enough.


  Commit: 93c4a07d378adedff1c82eadaf3ec2d8ab3a0218
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/93c4a07d378adedff1c82eadaf3ec2d8ab3a0218
  Author: Andrew Bayer <[email protected]>
  Date:   2017-11-21 (Tue, 21 Nov 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/RuntimeASTTransformer.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy

  Log Message:
  -----------
  Had to move job action logic out of runtime parser

Ended up getting some fun StackOverflows if I left it where it was - I
assume because it was trying to load a run record of the run in
question and things just went weird. Anyway, Utils is fine.


  Commit: d0a67d29e94e06bb76f8a0f035966645febe37b9
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/d0a67d29e94e06bb76f8a0f035966645febe37b9
  Author: Andrew Bayer <[email protected]>
  Date:   2017-11-21 (Tue, 21 Nov 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
    A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/actions/DeclarativeJobAction.java
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java

  Log Message:
  -----------
  Merge pull request #222 from abayer/jenkins-46252

[FIXED JENKINS-46252] Mark Declarative jobs with DeclarativeJobAction


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/e396a2a61bcc...d0a67d29e94e

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

Reply via email to