Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 2f7fb17a89016f8f8aa5829a8f3d69212077da01
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/2f7fb17a89016f8f8aa5829a8f3d69212077da01
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-01-19 (Thu, 19 Jan 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/ModelInterpreter.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/DockerPipelineFromDockerfileScript.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelScript.groovy

  Log Message:
  -----------
  [JENKINS-41050] First work on checkout always being on node

i.e., not in the container. Need to see how this works in practice and
figure out how to test it.


  Commit: ef65eb38f4862a242c258ca7c75a6b6a3fdb77d1
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ef65eb38f4862a242c258ca7c75a6b6a3fdb77d1
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-01-19 (Thu, 19 Jan 2017)

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

  Log Message:
  -----------
  Fix skip checkout logic


  Commit: 56a07824c47abddd6fff9bf58ed9bc972765539a
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/56a07824c47abddd6fff9bf58ed9bc972765539a
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipeline.java
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/AbstractDockerPipelineScript.groovy
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/steps/DeclarativePropsStepTest.java

  Log Message:
  -----------
  Fix checkout context and tests


  Commit: fcf373f314da6c9324606b86c136d51020576a97
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/fcf373f314da6c9324606b86c136d51020576a97
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-01-20 (Fri, 20 Jan 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
    M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/steps/DeclarativePropsStepTest.java

  Log Message:
  -----------
  Addressing review comments


  Commit: 398213e24b67adbc56bb6e0dc440a68c3a38d2f3
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/398213e24b67adbc56bb6e0dc440a68c3a38d2f3
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    M 
pipeline-model-declarative-agent/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/DeclarativeAgent.java

  Log Message:
  -----------
  setContext needed to be a DataBoundSetter for newInstance to work


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

  Changed paths:
    M 
pipeline-model-declarative-agent/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/DeclarativeAgentDescriptor.java

  Log Message:
  -----------
  Reworking zero args check


  Commit: 4eebc92b98141461d47af340ab932c73e5c533ce
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/4eebc92b98141461d47af340ab932c73e5c533ce
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

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

  Log Message:
  -----------
  Make sure context isn't in valid agent param names


  Commit: cc6d4a32a669184a538bf9873108a59fc8cbd79d
      
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/cc6d4a32a669184a538bf9873108a59fc8cbd79d
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M 
pipeline-model-declarative-agent/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/DeclarativeAgent.java
    M 
pipeline-model-declarative-agent/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/DeclarativeAgentDescriptor.java
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Agent.groovy
    M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidatorImpl.groovy
    M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipeline.java
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.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/DockerPipelineFromDockerfileScript.groovy
    M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelScript.groovy

  Log Message:
  -----------
  Merge pull request #94 from abayer/jenkins-41050

[JENKINS-41050] Always do SCM checkout directly on agent, not in container


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/3222d5ababdf...cc6d4a32a669

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