Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 5e21e525e54fe9cabeb86a42a67f590f85e282d3
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/5e21e525e54fe9cabeb86a42a67f590f85e282d3
  Author: Andrew Bayer <[email protected]>
  Date:   2017-02-16 (Thu, 16 Feb 2017)

  Changed paths:
    M 
pipeline-model-declarative-agent/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/DeclarativeAgent.java
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Agent.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelScript.groovy

  Log Message:
  -----------
  Followup to JENKINS-41900 - just record if in stage

There's no actual good reason for carrying the whole context (i.e.,
Root or Stage object) around in the DeclarativeAgent when all we need
to know is whether we're already in a stage. So...switch that to a
boolean and have Agent.groovy check whether the context it's handed is
a Root instance. If it is a Root instance, we're not in a stage. If it
isn't a Root instance, we are in a stage. Tada.


  Commit: cda29cf9d2b6628462bdc3df091f8c61b29bb8fb
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/cda29cf9d2b6628462bdc3df091f8c61b29bb8fb
  Author: Andrew Bayer <[email protected]>
  Date:   2017-02-17 (Fri, 17 Feb 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/AbstractDockerPipelineScript.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/AnyScript.groovy

  Log Message:
  -----------
  Hopefully getting the last context references


  Commit: 2611c3ae9f478f8674bddabacd20452e7b68aa19
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/2611c3ae9f478f8674bddabacd20452e7b68aa19
  Author: Andrew Bayer <[email protected]>
  Date:   2017-02-17 (Fri, 17 Feb 2017)

  Changed paths:
    M 
pipeline-model-definition/src/test/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgentScript.groovy

  Log Message:
  -----------
  Whoops, missed LabelAndOtherFieldAgentScript.


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

  Changed paths:
    M 
pipeline-model-declarative-agent/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/DeclarativeAgent.java
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Agent.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/AbstractDockerPipelineScript.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/AnyScript.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelScript.groovy
    M 
pipeline-model-definition/src/test/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgentScript.groovy

  Log Message:
  -----------
  Merge pull request #117 from abayer/switch-agent-context-logic

Followup to JENKINS-41900 - just record if in stage


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/afaea38ea3a4...20f8126272bb

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