Branch: refs/heads/global-config
Home: https://github.com/jenkinsci/external-workspace-manager-plugin
Commit: e178732cad74606623ec60939e69bde4d8e41df5
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/e178732cad74606623ec60939e69bde4d8e41df5
Author: Alexandru Somai <[email protected]>
Date: 2016-05-25 (Wed, 25 May 2016)
Changed paths:
A pom.xml
A src/main/java/org/jenkinsci/plugins/ewm/definitions/Disk.java
A src/main/java/org/jenkinsci/plugins/ewm/definitions/DiskPool.java
A
src/main/java/org/jenkinsci/plugins/ewm/definitions/ExternalWorkspaceDefinition.java
A
src/main/java/org/jenkinsci/plugins/ewm/definitions/ExternalWorkspaceTemplate.java
A src/main/java/org/jenkinsci/plugins/ewm/definitions/Template.java
A src/main/java/org/jenkinsci/plugins/ewm/nodes/DiskNode.java
A
src/main/java/org/jenkinsci/plugins/ewm/nodes/ExternalWorkspaceProperty.java
A src/main/resources/org/jenkinsci/plugins/ewm/definitions/Disk/config.jelly
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/DiskPool/config.jelly
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/ExternalWorkspaceDefinition/global.jelly
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/ExternalWorkspaceTemplate/global.jelly
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Template/config.jelly
A src/main/resources/org/jenkinsci/plugins/ewm/index.jelly
A src/main/resources/org/jenkinsci/plugins/ewm/nodes/DiskNode/config.jelly
A
src/main/resources/org/jenkinsci/plugins/ewm/nodes/ExternalWorkspaceProperty/config.jelly
Log Message:
-----------
[JENKINS-35110] Add exws definitions and templates as global Jenkins configs.
Add exws node property.
Commit: c312b6581cb3761c6df891cfa94965a27fba6271
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/c312b6581cb3761c6df891cfa94965a27fba6271
Author: Alexandru Somai <[email protected]>
Date: 2016-05-25 (Wed, 25 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/ewm/definitions/DiskPool.java
R
src/main/java/org/jenkinsci/plugins/ewm/definitions/ExternalWorkspaceDefinition.java
R
src/main/java/org/jenkinsci/plugins/ewm/definitions/ExternalWorkspaceTemplate.java
A src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsAllocateExecution.java
A src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsAllocateStep.java
A src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsExecution.java
A src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsStep.java
R
src/main/resources/org/jenkinsci/plugins/ewm/definitions/ExternalWorkspaceDefinition/global.jelly
R
src/main/resources/org/jenkinsci/plugins/ewm/definitions/ExternalWorkspaceTemplate/global.jelly
A
src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsAllocateStep/config.jelly
A
src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsAllocateStep/global.jelly
A src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsStep/config.jelly
A src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsStep/global.jelly
Log Message:
-----------
[JENKINS-35110] Make available exws global configs and node config for the
pipeline steps.
Commit: 8ec9ccbb7876899d347eebfe55d2d528e2f331c2
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/8ec9ccbb7876899d347eebfe55d2d528e2f331c2
Author: Alexandru Somai <[email protected]>
Date: 2016-05-26 (Thu, 26 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/ewm/definitions/DiskPool.java
M src/main/java/org/jenkinsci/plugins/ewm/definitions/Template.java
M
src/main/java/org/jenkinsci/plugins/ewm/nodes/ExternalWorkspaceProperty.java
M src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsAllocateStep.java
M src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsStep.java
M src/main/resources/org/jenkinsci/plugins/ewm/definitions/Disk/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/DiskPool/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Template/config.jelly
M src/main/resources/org/jenkinsci/plugins/ewm/nodes/DiskNode/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/nodes/ExternalWorkspaceProperty/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsAllocateStep/global.jelly
M src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsStep/global.jelly
Log Message:
-----------
[JENKINS-35110] Replace hetero-list with repeatableProperty.
Commit: d6a013d9d01f9695fbefc7f996c9e727caa71800
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/d6a013d9d01f9695fbefc7f996c9e727caa71800
Author: Alexandru Somai <[email protected]>
Date: 2016-05-26 (Thu, 26 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/ewm/definitions/Template.java
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Disk/help-diskId.html
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Disk/help-name.html
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Disk/help-physicalPathOnDisk.html
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/DiskPool/help-description.html
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/DiskPool/help-diskPoolId.html
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/DiskPool/help-name.html
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Template/config.jelly
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Template/help-diskPoolRefId.html
A
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Template/help-label.html
A
src/main/resources/org/jenkinsci/plugins/ewm/nodes/DiskNode/help-diskRefId.html
A
src/main/resources/org/jenkinsci/plugins/ewm/nodes/DiskNode/help-localRootPath.html
A
src/main/resources/org/jenkinsci/plugins/ewm/nodes/ExternalWorkspaceProperty/help-diskPoolRefId.html
Log Message:
-----------
[JENKINS-35110] Add help labels.
Commit: 5b8f08ea9f0b208ddc9428a0824c0c6a9debf8b7
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/5b8f08ea9f0b208ddc9428a0824c0c6a9debf8b7
Author: Alexandru Somai <[email protected]>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/ewm/definitions/Disk.java
M src/main/java/org/jenkinsci/plugins/ewm/definitions/DiskPool.java
M src/main/java/org/jenkinsci/plugins/ewm/definitions/Template.java
M src/main/java/org/jenkinsci/plugins/ewm/nodes/DiskNode.java
M
src/main/java/org/jenkinsci/plugins/ewm/nodes/ExternalWorkspaceProperty.java
M src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsAllocateExecution.java
M src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsAllocateStep.java
M src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsExecution.java
M src/main/java/org/jenkinsci/plugins/ewm/steps/ExwsStep.java
A src/main/java/org/jenkinsci/plugins/ewm/util/FormValidationUtil.java
A src/main/resources/org/jenkinsci/plugins/ewm/Messages.properties
M src/main/resources/org/jenkinsci/plugins/ewm/definitions/Disk/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Disk/help-diskId.html
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Disk/help-name.html
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Disk/help-physicalPathOnDisk.html
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/DiskPool/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/DiskPool/help-description.html
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/DiskPool/help-diskPoolId.html
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/DiskPool/help-name.html
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Template/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Template/help-diskPoolRefId.html
M
src/main/resources/org/jenkinsci/plugins/ewm/definitions/Template/help-label.html
M src/main/resources/org/jenkinsci/plugins/ewm/nodes/DiskNode/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/nodes/DiskNode/help-diskRefId.html
M
src/main/resources/org/jenkinsci/plugins/ewm/nodes/DiskNode/help-localRootPath.html
M
src/main/resources/org/jenkinsci/plugins/ewm/nodes/ExternalWorkspaceProperty/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/nodes/ExternalWorkspaceProperty/help-diskPoolRefId.html
M
src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsAllocateStep/config.jelly
M
src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsAllocateStep/global.jelly
M src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsStep/config.jelly
M src/main/resources/org/jenkinsci/plugins/ewm/steps/ExwsStep/global.jelly
Log Message:
-----------
[JENKINS-35110] Make use of the Jenkins localization feature. Add validations
and nullify the empty values. Remove unnecessary setters and getters from
descriptors.
Compare:
https://github.com/jenkinsci/external-workspace-manager-plugin/compare/e178732cad74^...5b8f08ea9f0b
--
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.