Branch: refs/heads/JENKINS-41759-a
Home: https://github.com/jenkinsci/pipeline-model-definition-plugin
Commit: d8d42f135382a5fe5535005d49467d773daefe82
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/d8d42f135382a5fe5535005d49467d773daefe82
Author: Andrew Bayer <[email protected]>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfile.java
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
A
pipeline-model-definition/src/test/resources/fromDockerfileInOtherDir.groovy
Log Message:
-----------
[FIXED JENKINS-41668] Add "dir" option for Dockerfile.
Commit: 4454600fe41ce754d6865d6068d306e94df3fc8a
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/4454600fe41ce754d6865d6068d306e94df3fc8a
Author: Andrew Bayer <[email protected]>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
Log Message:
-----------
D'oh, add the right file.
Commit: 97457e635cc3e7a871d15d42ae6edb3f21ecfedc
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/97457e635cc3e7a871d15d42ae6edb3f21ecfedc
Author: Andrew Bayer <[email protected]>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy
Log Message:
-----------
Better error message on missing Dockerfile
Commit: 8302a5af97fbaeaf619688aace8ae854f77bb669
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/8302a5af97fbaeaf619688aace8ae854f77bb669
Author: Andrew Bayer <[email protected]>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy
Log Message:
-----------
Make sure we're actually reading the right path
Commit: ff3e37f609f594423ae12028dc3023201e6943f2
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ff3e37f609f594423ae12028dc3023201e6943f2
Author: Andrew Bayer <[email protected]>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy
Log Message:
-----------
Need to specify full path to -f someDir/Dockerfile?
Commit: 7a7d6f4885390b471b5243189ac108aebd5a5d98
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/7a7d6f4885390b471b5243189ac108aebd5a5d98
Author: Andrew Bayer <[email protected]>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
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/ValidatorTest.java
A
pipeline-model-definition/src/test/resources/errors/dirSepInDockerfileName.groovy
A
pipeline-model-definition/src/test/resources/errors/spaceInDockerfileDir.groovy
Log Message:
-----------
Adding hardcoded validation for spaces and dir separators
Pending JENKINS-41716, this has to be hardcoded, which is not optimal.
Commit: f7608ff8277db6a57beaa3eb4ec81d0daed0a707
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/f7608ff8277db6a57beaa3eb4ec81d0daed0a707
Author: Andrew Bayer <[email protected]>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
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/ValidatorTest.java
R
pipeline-model-definition/src/test/resources/errors/spaceInDockerfileDir.groovy
Log Message:
-----------
Removing the space check.
Commit: 2f4b545c73651855a3596b3d86ff5bbebad6e3c0
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/2f4b545c73651855a3596b3d86ff5bbebad6e3c0
Author: Andrew Bayer <[email protected]>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfile.java
Log Message:
-----------
Use StringUtils.isEmpty()
Commit: ee4751a55676f9019843e091518681ff0be7afb1
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ee4751a55676f9019843e091518681ff0be7afb1
Author: Andrew Bayer <[email protected]>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgent.java
A
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/NestedConf.java
M
pipeline-model-definition/src/test/resources/multipleVariablesForAgent.groovy
M
pipeline-model-definition/src/test/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgentScript.groovy
Log Message:
-----------
Verifying that nested describables can be used with agent config
Commit: ac969db1c64bea8f9217d85f7633ee3a70db2b37
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ac969db1c64bea8f9217d85f7633ee3a70db2b37
Author: Andrew Bayer <[email protected]>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfile.java
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy
Log Message:
-----------
Fix isEmpty check, just use full path for dockerfile
Commit: 3d47cd0d7ab0fc1eac0df178bd995dd0b66211bd
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/3d47cd0d7ab0fc1eac0df178bd995dd0b66211bd
Author: Andrew Bayer <[email protected]>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
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/ValidatorTest.java
Log Message:
-----------
Update some tests!
Commit: 20b2d0c6fee2143e718efa1ca922a28339a4f672
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/20b2d0c6fee2143e718efa1ca922a28339a4f672
Author: Andrew Bayer <[email protected]>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfile.java
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy
Log Message:
-----------
dockerFingerprintFrom does not like paths in dockerfile, so...
Commit: 369ba7315e651ef735820e43d4371aabb48f6689
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/369ba7315e651ef735820e43d4371aabb48f6689
Author: Andrew Bayer <[email protected]>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy
Log Message:
-----------
Fix fingerprint path
Commit: c73964f169cd597a92740ae1a167208264852733
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/c73964f169cd597a92740ae1a167208264852733
Author: Andrew Bayer <[email protected]>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
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/ValidatorTest.java
Log Message:
-----------
Whoops, refixing
Commit: 82f83dd9494bfd2921789156d0624a2345ffcf72
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/82f83dd9494bfd2921789156d0624a2345ffcf72
Author: Andrew Bayer <[email protected]>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfile.java
Log Message:
-----------
Fixing annotations
Commit: 5f7ec49127f9f68d5299b7dc70fab0f59a336dcd
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/5f7ec49127f9f68d5299b7dc70fab0f59a336dcd
Author: Andrew Bayer <[email protected]>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/config/GlobalConfig.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/DurabilityTest.java
Log Message:
-----------
[FIXED JENKINS-42027] Actually load GlobalConfig from disk
We weren't doing this before, and so the settings in GlobalConfig
weren't being persisted. That was an oopsie, but this is an easy fix.
Commit: 7f851e920e33f0510751ed66fb0514df8185a563
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/7f851e920e33f0510751ed66fb0514df8185a563
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
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/AgentTest.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ValidatorTest.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgent.java
A
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/NestedConf.java
M
pipeline-model-definition/src/test/resources/multipleVariablesForAgent.groovy
M
pipeline-model-definition/src/test/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgentScript.groovy
Log Message:
-----------
Merge pull request #108 from abayer/nested-maps-again
Verifying that nested describables can be used with agent config
Commit: 3aa4358e5d5369d2d01282d5add5934ab5a5a835
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/3aa4358e5d5369d2d01282d5add5934ab5a5a835
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
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/DockerPipelineFromDockerfile.java
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/Messages.properties
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ValidatorTest.java
A
pipeline-model-definition/src/test/resources/errors/dirSepInDockerfileName.groovy
A
pipeline-model-definition/src/test/resources/fromDockerfileInOtherDir.groovy
Log Message:
-----------
Merge pull request #107 from abayer/jenkins-41668
[FIXED JENKINS-41668] Add "dir" option for Dockerfile.
Commit: 736b3c415d56692f8e7ca618e8f877a79410fe84
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/736b3c415d56692f8e7ca618e8f877a79410fe84
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/config/GlobalConfig.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/DurabilityTest.java
Log Message:
-----------
Merge pull request #114 from abayer/jenkins-42027
[FIXED JENKINS-42027] Actually load GlobalConfig from disk
Commit: 32dff607141a0a82578c85be8457386df10351a5
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/32dff607141a0a82578c85be8457386df10351a5
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 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:
-----------
[FIXED JENKINS-41900] Expose doCheckout on DeclarativeAgent
Reduces dependency load for other plugins extending DeclarativeAgent.
Commit: 4b3004f89d96f9af5ed66b6cd836d8e55a32344e
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/4b3004f89d96f9af5ed66b6cd836d8e55a32344e
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 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/validator/ModelValidatorImpl.groovy
Log Message:
-----------
context and doCheckout don't need to be DataBoundSetters
Commit: b6a181c0351c16b6e6008f59151231f46423ffc8
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/b6a181c0351c16b6e6008f59151231f46423ffc8
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M
pipeline-model-declarative-agent/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/DeclarativeAgentDescriptor.java
Log Message:
-----------
Fixing zero-arg models logic since we're back to actually 0 args.
Commit: d8f136237c0660c2ca7f9d03a0b542bc61f479e6
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/d8f136237c0660c2ca7f9d03a0b542bc61f479e6
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 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
M
pipeline-model-definition/src/test/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgentScript.groovy
Log Message:
-----------
Side effect of no longer using DataBoundSetters. Grr.
Have to set context and doCheckout explicitly. Sigh.
Commit: b6665b336ddbbe5edf48e9ed33ffbb0914c985ad
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/b6665b336ddbbe5edf48e9ed33ffbb0914c985ad
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
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/LabelScript.groovy
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
A
pipeline-model-definition/src/test/resources/agentInStageAutoCheckout.groovy
Log Message:
-----------
[FIXED JENKINS-41605] Autocheckout in fresh nodes in stages
Note - this specifically does not do an auto checkout when in a
per-stage docker or dockerfile and reuseNode is specified, only when
we're in a fresh node block.
Commit: c262e09754c76ba24281fbd2a44b9463e05c429c
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/c262e09754c76ba24281fbd2a44b9463e05c429c
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/test/resources/agentDockerDontReuseNode.groovy
Log Message:
-----------
don't reuse node test needed to be tweaked
Commit: b98824647148fa07240818320e2d0b9cacd8d904
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/b98824647148fa07240818320e2d0b9cacd8d904
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
M
pipeline-model-definition/src/test/resources/agentDockerDontReuseNode.groovy
Log Message:
-----------
Need a second node for don't reuse node test.
Otherwise we end up eating the same workspace anyway!
Commit: 1ba916c76118a838fd76793070cb6a60d6f199fe
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/1ba916c76118a838fd76793070cb6a60d6f199fe
Author: Andrew Bayer <[email protected]>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/model/Agent.groovy
Log Message:
-----------
Backwards compat for running Pipelines
Good point made by Bobby - we'd been bitten in the past when we
changed the API for methods called from ModelInterpreter, since
ModelInterpreter will already be loaded in running Pipelines at
upgrade time, resulting in no such method errors. So here I add a
deprecated backwards-compatible method for the old getDeclarativeAgent
signature, along with null checking for root in getDeclarativeAgent
for that scenario.
Commit: ad6afe6e5df02ed4b1d4dd7ec93e7a0df761469a
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ad6afe6e5df02ed4b1d4dd7ec93e7a0df761469a
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-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/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/LabelScript.groovy
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AgentTest.java
M
pipeline-model-definition/src/test/resources/agentDockerDontReuseNode.groovy
A
pipeline-model-definition/src/test/resources/agentInStageAutoCheckout.groovy
M
pipeline-model-definition/src/test/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgentScript.groovy
Log Message:
-----------
Merge pull request #109 from abayer/jenkins-41900
[FIXED JENKINS-41900] Expose doCheckout on DeclarativeAgent
Commit: 9b3f75f049639f4e5b57f05573425aac111c69dc
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/9b3f75f049639f4e5b57f05573425aac111c69dc
Author: rsandell <[email protected]>
Date: 2017-02-17 (Fri, 17 Feb 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/DockerPipelineFromDockerfile.java
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/config/GlobalConfig.java
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/Messages.properties
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
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/AgentTest.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/DurabilityTest.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ValidatorTest.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgent.java
A
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/NestedConf.java
M
pipeline-model-definition/src/test/resources/agentDockerDontReuseNode.groovy
A
pipeline-model-definition/src/test/resources/agentInStageAutoCheckout.groovy
A
pipeline-model-definition/src/test/resources/errors/dirSepInDockerfileName.groovy
A
pipeline-model-definition/src/test/resources/fromDockerfileInOtherDir.groovy
M
pipeline-model-definition/src/test/resources/multipleVariablesForAgent.groovy
M
pipeline-model-definition/src/test/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgentScript.groovy
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into JENKINS-41759-a
Conflicts:
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
Compare:
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/8609c0f64166...9b3f75f04963
--
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.