Branch: refs/heads/master
Home: https://github.com/jenkinsci/docker-plugin
Commit: 0057d45bc00fc420eae70f35d4c47d7be84080dd
https://github.com/jenkinsci/docker-plugin/commit/0057d45bc00fc420eae70f35d4c47d7be84080dd
Author: Peter Darton <[email protected]>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M CHANGELOG.md
M
src/main/java/com/nirima/jenkins/plugins/docker/strategy/DockerOnceRetentionStrategy.java
M src/main/java/io/jenkins/docker/FastNodeProvisionerStrategy.java
M
src/main/java/io/jenkins/docker/connector/DockerComputerAttachConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerJNLPConnector.java
M
src/main/resources/io/jenkins/docker/connector/DockerComputerAttachConnector/config.jelly
A
src/main/resources/io/jenkins/docker/connector/DockerComputerAttachConnector/help-entryPointCmdString.jelly
A
src/main/resources/io/jenkins/docker/connector/DockerComputerAttachConnector/help-javaExe.jelly
A
src/main/resources/io/jenkins/docker/connector/DockerComputerAttachConnector/help-jvmArgsString.jelly
M src/main/resources/io/jenkins/docker/pipeline/DockerNodeStep/config.jelly
M
src/test/java/com/nirima/jenkins/plugins/docker/DockerImagePullStrategyTest.java
M
src/test/java/io/jenkins/docker/connector/DockerComputerAttachConnectorTest.java
M src/test/java/io/jenkins/docker/pipeline/DockerNodeStepTest.java
Log Message:
-----------
Enhance attach connection method
* Enhance "Attach" connect method
- Added javaExe, jvmArgs and entryPointCmd fields.
* Fixed some code warnings
* DockerNodeStep's connector is now configurable in the UI
* Added -Xmx250m JVM arg to all slaves used in DockerNodeStepTest
* Updated changelog.
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/597fdc-0057d4%40github.com.