[jenkinsci/extra-tool-installers-plugin] ce4e95: Update CHANGELOG.md

2023-06-14 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: ce4e95e42e13a0347219cc0648e7c64144ad67ef
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/ce4e95e42e13a0347219cc0648e7c64144ad67ef
  Author: Peter Darton 
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/bcf528-ce4e95%40github.com.


[jenkinsci/extra-tool-installers-plugin] bcf528: Make it obvious this plugin is up for adoption

2023-06-14 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: bcf52898d4014ea94e05ec7a1390452f13afbe6e
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/bcf52898d4014ea94e05ec7a1390452f13afbe6e
  Author: Peter Darton 
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Make it obvious this plugin is up for adoption


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/b5bd9f-bcf528%40github.com.


[jenkinsci/extra-tool-installers-plugin] b5bd9f: Make it obvious this plugin has no active maintainers

2023-06-14 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: b5bd9fc144eaca33a32dfcf983a505ab42feae70
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/b5bd9fc144eaca33a32dfcf983a505ab42feae70
  Author: Peter Darton 
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Make it obvious this plugin has no active maintainers


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/5b4b38-b5bd9f%40github.com.


[jenkinsci/docker-plugin] dc2c21: Update docs (#920)

2022-10-21 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: dc2c2185ac87fb46d48c66f3941f11ef40c88c9d
  
https://github.com/jenkinsci/docker-plugin/commit/dc2c2185ac87fb46d48c66f3941f11ef40c88c9d
  Author: Peter Darton 
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Update docs (#920)

* Mention docker-java, official docker image, and how to JCasC.
* Make up-for-adoption state harder to ignore.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/41b95d-dc2c21%40github.com.


[jenkinsci/docker-plugin] 41b95d: Unit-test robustness (#919)

2022-10-21 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 41b95dee0e4b849e3e3cc2fef7b714557ed6dc2b
  
https://github.com/jenkinsci/docker-plugin/commit/41b95dee0e4b849e3e3cc2fef7b714557ed6dc2b
  Author: Peter Darton 
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
M src/main/java/io/jenkins/docker/DockerTransientNode.java
M src/main/java/io/jenkins/docker/connector/DockerComputerConnector.java
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStepExecution.java
M 
src/test/java/io/jenkins/docker/client/DockerMultiplexedInputStreamTest.java
M src/test/java/io/jenkins/docker/connector/DockerComputerConnectorTest.java

  Log Message:
  ---
  Unit-test robustness (#919)

* Increase timeout on DockerComputerConnectorTest to improve robustness.
* DockerMultiplexedInputStreamTest would sometimes check answers before the 
thread had finished.
* Refactor: Move DockerCloud.robustlyAddNodeToJenkins to DockerTransientNode 
class.
 - ...and add a matching remove method
 - ...and made sure they're both called every time we need to add or remove a 
node instead of having a mix of robust and non-robust calls.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/0156ca-41b95d%40github.com.


[jenkinsci/docker-plugin] 0156ca: Update CHANGELOG.md

2022-09-27 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 0156cae97ca9e42eb0a3b8ea5da1cbe05acd8b2a
  
https://github.com/jenkinsci/docker-plugin/commit/0156cae97ca9e42eb0a3b8ea5da1cbe05acd8b2a
  Author: Peter Darton 
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/51e7db-0156ca%40github.com.


[jenkinsci/docker-plugin] 51e7db: [maven-release-plugin] prepare for next developmen...

2022-09-27 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 51e7dbca789f855e8281c8e80802a9cf25474b18
  
https://github.com/jenkinsci/docker-plugin/commit/51e7dbca789f855e8281c8e80802a9cf25474b18
  Author: Peter Darton 
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/aa991b-51e7db%40github.com.


[jenkinsci/docker-plugin]

2022-09-27 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.10
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/tags/docker-plugin-1.2.10/00-368714%40github.com.


[jenkinsci/docker-plugin] aa991b: [maven-release-plugin] prepare release docker-plug...

2022-09-27 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: aa991b0202f9d5ea73b0002d05677a467ee08ce5
  
https://github.com/jenkinsci/docker-plugin/commit/aa991b0202f9d5ea73b0002d05677a467ee08ce5
  Author: Peter Darton 
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.10


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/778ba3-aa991b%40github.com.


[jenkinsci/vsphere-cloud-plugin] 0eea7a: Update CHANGELOG.md

2022-07-18 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 0eea7ae2a99848a98e8477dce8ce9fa6fc812816
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/0eea7ae2a99848a98e8477dce8ce9fa6fc812816
  Author: Peter Darton 
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/7a7046-0eea7a%40github.com.


[jenkinsci/azure-vm-agents-plugin] 3a18fc: When limiting VMs per template, count template VMs...

2022-06-18 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 3a18fc3d2de12d2ebcad1f89a13e16189a77db1d
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/3a18fc3d2de12d2ebcad1f89a13e16189a77db1d
  Author: Peter Darton 
  Date:   2022-06-18 (Sat, 18 Jun 2022)

  Changed paths:
M .gitignore
M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java
M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
M 
src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java
M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
A src/test/java/com/microsoft/azure/vmagent/AzureClientUtil.java
A src/test/java/com/microsoft/azure/vmagent/AzureVMCloudTest.java
A src/test/java/com/microsoft/azure/vmagent/ITAzureVMAgentCleanUpTask.java
A src/test/java/com/microsoft/azure/vmagent/ITAzureVMCloud.java
A 
src/test/java/com/microsoft/azure/vmagent/ITAzureVMManagementServiceDelegate.java
A src/test/java/com/microsoft/azure/vmagent/IntegrationTest.java
A src/test/java/com/microsoft/azure/vmagent/TestDeploymentTag.java
R src/test/java/com/microsoft/azure/vmagent/test/AzureClientUtil.java
R 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMAgentCleanUpTask.java
R src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMCloud.java
R 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java
R src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java
R src/test/java/com/microsoft/azure/vmagent/test/TestDeploymentTag.java

  Log Message:
  ---
  When limiting VMs per template, count template VMs not all cloud VMs (#367)

Co-authored-by: Tim Jacomb 


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/azure-vm-agents-plugin/push/refs/heads/master/ae634e-3a18fc%40github.com.


[jenkinsci/docker-plugin] 2f4053: Improve unit tests on Windows (#901)

2022-06-15 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 2f4053350f1e015481a3825ab2655db8bdf8f47b
  
https://github.com/jenkinsci/docker-plugin/commit/2f4053350f1e015481a3825ab2655db8bdf8f47b
  Author: Peter Darton <97306111+peter-darton...@users.noreply.github.com>
  Date:   2022-06-15 (Wed, 15 Jun 2022)

  Changed paths:
M CHANGELOG.md
M src/test/java/com/nirima/jenkins/plugins/docker/utils/PortUtilsTest.java
M 
src/test/java/io/jenkins/docker/connector/DockerComputerAttachConnectorTest.java
M src/test/java/io/jenkins/docker/connector/DockerComputerConnectorTest.java
M 
src/test/java/io/jenkins/docker/connector/DockerComputerJNLPConnectorTest.java
M 
src/test/java/io/jenkins/docker/connector/DockerComputerSSHConnectorTest.java

  Log Message:
  ---
  Improve unit tests on Windows (#901)

* Make PortUtilsTest work reliably on Windows
* Make docker connector tests more robust and platform-agnostic


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/716921-2f4053%40github.com.


[jenkinsci/docker-plugin] 716921: Update CHANGELOG.md

2022-06-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 716921784eba8e0384088d062840115441242439
  
https://github.com/jenkinsci/docker-plugin/commit/716921784eba8e0384088d062840115441242439
  Author: Peter Darton 
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/94005e-716921%40github.com.


[jenkinsci/docker-plugin] 04d2be: Update CHANGELOG.md

2022-06-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 04d2be8a73b9c10c1c2340ff15ceb86f80c08627
  
https://github.com/jenkinsci/docker-plugin/commit/04d2be8a73b9c10c1c2340ff15ceb86f80c08627
  Author: Peter Darton 
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/bd8e6c-04d2be%40github.com.


[jenkinsci/docker-plugin] bd8e6c: Should inject JAR before starting container (#898)

2022-06-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: bd8e6cf7888bcd6e4dce4983c7b762270e7876d6
  
https://github.com/jenkinsci/docker-plugin/commit/bd8e6cf7888bcd6e4dce4983c7b762270e7876d6
  Author: Peter Darton 
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
M 
src/main/java/io/jenkins/docker/connector/DockerComputerAttachConnector.java

  Log Message:
  ---
  Should inject JAR before starting container (#898)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/feb031-bd8e6c%40github.com.


[jenkinsci/docker-plugin] feb031: Improve unittest robustness & other tidying up (#897)

2022-06-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: feb031d47e9eaf93a07d3a5ca56bf13f9943b2a5
  
https://github.com/jenkinsci/docker-plugin/commit/feb031d47e9eaf93a07d3a5ca56bf13f9943b2a5
  Author: Peter Darton 
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
M CHANGELOG.md
M Jenkinsfile
M pom.xml
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplateBase.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionRun.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderPublisher.java
M src/main/java/com/nirima/jenkins/plugins/docker/utils/JenkinsUtils.java
M src/main/java/io/jenkins/docker/client/DockerAPI.java
M 
src/main/java/io/jenkins/docker/client/DockerServerCredentialsSSLConfig.java
M 
src/main/java/io/jenkins/docker/connector/DockerComputerAttachConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerJNLPConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java
M 
src/main/java/io/jenkins/docker/connector/DockerDelegatingComputerLauncher.java
M src/test/java/com/nirima/jenkins/plugins/docker/DockerDisabledTest.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/DockerTemplateBaseTest.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderPublisherTest.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/utils/JenkinsUtilsTest.java
M src/test/java/com/nirima/jenkins/plugins/docker/utils/PortUtilsTest.java
M src/test/java/io/jenkins/docker/client/DockerClientParametersTest.java
M 
src/test/java/io/jenkins/docker/connector/DockerComputerAttachConnectorTest.java
M src/test/java/io/jenkins/docker/connector/DockerComputerConnectorTest.java
M 
src/test/java/io/jenkins/docker/connector/DockerComputerJNLPConnectorTest.java
M 
src/test/java/io/jenkins/docker/connector/DockerComputerSSHConnectorTest.java
M src/test/java/io/jenkins/docker/pipeline/DockerNodeStepExecutionTest.java

  Log Message:
  ---
  Improve unittest robustness & other tidying up (#897)

* Bump Jenkins core to 2.303 and align with BOM
* Select docker agent image based on JVM & OS version
* Stop using some docker-java deprecated code.
* Remove unused import
* Resolve multiple deprecation issues
* Extra logging when containers close.
* Rerun flaky tests


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/0685b3-feb031%40github.com.


[jenkinsci/docker-plugin] 0685b3: Update CHANGELOG.md

2022-06-08 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 0685b3e658164643d570fc0317713353c1e92668
  
https://github.com/jenkinsci/docker-plugin/commit/0685b3e658164643d570fc0317713353c1e92668
  Author: Peter Darton 
  Date:   2022-06-08 (Wed, 08 Jun 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/ca7f64-0685b3%40github.com.


[jenkinsci/docker-plugin] c43cab: Update CHANGELOG.md

2022-06-08 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: c43cab020f2b1175be10cb1d52eaa725a607dbbc
  
https://github.com/jenkinsci/docker-plugin/commit/c43cab020f2b1175be10cb1d52eaa725a607dbbc
  Author: Peter Darton 
  Date:   2022-06-08 (Wed, 08 Jun 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/9e0589-c43cab%40github.com.


[jenkinsci/docker-plugin] 1427fb: Update CHANGELOG.md

2022-06-08 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 1427fb22457327e5efef9a96282b103f2d395197
  
https://github.com/jenkinsci/docker-plugin/commit/1427fb22457327e5efef9a96282b103f2d395197
  Author: Peter Darton 
  Date:   2022-06-08 (Wed, 08 Jun 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/53b60f-1427fb%40github.com.


[jenkinsci/vsphere-cloud-plugin] 15ef0d: Update CHANGELOG.md

2022-05-12 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 15ef0d82bf6ddc6d242295c5193dd5038b21d8b9
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/15ef0d82bf6ddc6d242295c5193dd5038b21d8b9
  Author: Peter Darton 
  Date:   2022-05-12 (Thu, 12 May 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/d5cffe-15ef0d%40github.com.


[jenkinsci/vsphere-cloud-plugin] d5cffe: [maven-release-plugin] prepare for next developmen...

2022-05-12 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: d5cffe949177683634bf1b1280b94c151b658054
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/d5cffe949177683634bf1b1280b94c151b658054
  Author: Peter Darton 
  Date:   2022-05-12 (Thu, 12 May 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/f2ca2d-d5cffe%40github.com.


[jenkinsci/vsphere-cloud-plugin]

2022-05-12 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/vsphere-cloud-2.27
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/tags/vsphere-cloud-2.27/00-fd3f62%40github.com.


[jenkinsci/vsphere-cloud-plugin] f2ca2d: [maven-release-plugin] prepare release vsphere-clo...

2022-05-12 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: f2ca2d568690d70d9dca246484870c236563dfb0
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/f2ca2d568690d70d9dca246484870c236563dfb0
  Author: Peter Darton 
  Date:   2022-05-12 (Thu, 12 May 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release vsphere-cloud-2.27


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/5185dd-f2ca2d%40github.com.


[jenkinsci/vsphere-cloud-plugin] 5185dd: Update CHANGELOG.md

2022-05-12 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 5185dd1f63be2fa1946ea7845158bcf19d15fccf
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/5185dd1f63be2fa1946ea7845158bcf19d15fccf
  Author: Peter Darton 
  Date:   2022-05-12 (Thu, 12 May 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/f10273-5185dd%40github.com.


[jenkinsci/docker-plugin] 0eb98f: Update CHANGELOG.md

2022-05-06 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 0eb98f1a4bc0d9464c71bde58e696b5749f086eb
  
https://github.com/jenkinsci/docker-plugin/commit/0eb98f1a4bc0d9464c71bde58e696b5749f086eb
  Author: Peter Darton 
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/e2902a-0eb98f%40github.com.


[jenkinsci/docker-plugin] 638de6: Update CHANGELOG.md

2022-04-27 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 638de6a279a3bf332049db3327d56555296d4f24
  
https://github.com/jenkinsci/docker-plugin/commit/638de6a279a3bf332049db3327d56555296d4f24
  Author: Peter Darton 
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/f1c78d-638de6%40github.com.


[jenkinsci/docker-plugin] f1c78d: [maven-release-plugin] prepare for next developmen...

2022-04-27 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: f1c78d0172fb3567990a953ff0dbf10cb5dac184
  
https://github.com/jenkinsci/docker-plugin/commit/f1c78d0172fb3567990a953ff0dbf10cb5dac184
  Author: Peter Darton 
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/26708d-f1c78d%40github.com.


[jenkinsci/docker-plugin]

2022-04-27 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.9
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/tags/docker-plugin-1.2.9/00-19be4e%40github.com.


[jenkinsci/docker-plugin] 26708d: [maven-release-plugin] prepare release docker-plug...

2022-04-27 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 26708d2e9ee3bf060752a9016ec4de7aeaee3af1
  
https://github.com/jenkinsci/docker-plugin/commit/26708d2e9ee3bf060752a9016ec4de7aeaee3af1
  Author: Peter Darton 
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.9


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/b343f9-26708d%40github.com.


[jenkinsci/docker-plugin] af05b4: Update CHANGELOG.md

2022-04-20 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: af05b45e225cc500d49e2400c2084623db2a62b2
  
https://github.com/jenkinsci/docker-plugin/commit/af05b45e225cc500d49e2400c2084623db2a62b2
  Author: Peter Darton 
  Date:   2022-04-20 (Wed, 20 Apr 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/8b0e2a-af05b4%40github.com.


[jenkinsci/docker-plugin] 8b0e2a: Cope with docker-java API change. (#885)

2022-04-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 8b0e2a3749a36f8798b5429895cfcfa676ac370b
  
https://github.com/jenkinsci/docker-plugin/commit/8b0e2a3749a36f8798b5429895cfcfa676ac370b
  Author: Peter Darton 
  Date:   2022-04-19 (Tue, 19 Apr 2022)

  Changed paths:
M CHANGELOG.md
M src/main/java/io/jenkins/docker/client/DockerAPI.java

  Log Message:
  ---
  Cope with docker-java API change. (#885)

* Cope with docker-java API change.
* Update 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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/cc9a5e-8b0e2a%40github.com.


[jenkinsci/docker-plugin] cc9a5e: [maven-release-plugin] prepare for next developmen...

2022-04-14 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: cc9a5e6ea738abf226eb4928075907859dd9bd49
  
https://github.com/jenkinsci/docker-plugin/commit/cc9a5e6ea738abf226eb4928075907859dd9bd49
  Author: Peter Darton 
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/a8e524-cc9a5e%40github.com.


[jenkinsci/docker-plugin]

2022-04-14 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.8
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/tags/docker-plugin-1.2.8/00-c2b271%40github.com.


[jenkinsci/docker-plugin] a8e524: [maven-release-plugin] prepare release docker-plug...

2022-04-14 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: a8e52466b8017cf70d68c2bb4b6775f306480dcf
  
https://github.com/jenkinsci/docker-plugin/commit/a8e52466b8017cf70d68c2bb4b6775f306480dcf
  Author: Peter Darton 
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.8


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/13f6d0-a8e524%40github.com.


[jenkinsci/docker-plugin] 13f6d0: Refactor for new docker api plugin (#882)

2022-04-14 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 13f6d0126054d68b5e50428f168682d250c6b94d
  
https://github.com/jenkinsci/docker-plugin/commit/13f6d0126054d68b5e50428f168682d250c6b94d
  Author: Peter Darton 
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
M CHANGELOG.md
M pom.xml
R src/main/java/io/jenkins/docker/client/DelegatingDockerClient.java
M src/main/java/io/jenkins/docker/client/DockerAPI.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/strategy/DockerOnceRetentionStrategyTest.java

  Log Message:
  ---
  Refactor for new docker api plugin (#882)

* Insist on at least docker-java-api-plugin 3.1.5-31.v70b0ca3e8310
* Use DelegatingDockerClient from (new) docker-java-api-plugin
* Fix unit test (Unrelated to this PR)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/2bf035-13f6d0%40github.com.


[jenkinsci/docker-plugin] 2bf035: Update CHANGELOG.md

2022-04-07 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 2bf035b4af0e0de4d6dea6a7b016d434fe5be447
  
https://github.com/jenkinsci/docker-plugin/commit/2bf035b4af0e0de4d6dea6a7b016d434fe5be447
  Author: Peter Darton 
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/e41f9f-2bf035%40github.com.


[jenkinsci/docker-plugin] e41f9f: [maven-release-plugin] prepare for next developmen...

2022-04-07 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: e41f9fd83585bfc16bed6bdbe50e0ab5391f6db8
  
https://github.com/jenkinsci/docker-plugin/commit/e41f9fd83585bfc16bed6bdbe50e0ab5391f6db8
  Author: Peter Darton 
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/2d645d-e41f9f%40github.com.


[jenkinsci/docker-plugin]

2022-04-07 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.7
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/tags/docker-plugin-1.2.7/00-29a8da%40github.com.


[jenkinsci/docker-plugin] 2d645d: [maven-release-plugin] prepare release docker-plug...

2022-04-07 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 2d645d76106aef76e1d7f56f393e121a74520a89
  
https://github.com/jenkinsci/docker-plugin/commit/2d645d76106aef76e1d7f56f393e121a74520a89
  Author: Peter Darton 
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.7


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/7fcdc9-2d645d%40github.com.


[jenkinsci/docker-plugin] 7fcdc9: Update CHANGELOG.md

2022-04-05 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 7fcdc9e02e0f1764063e22b30b6f5ffe92a6807d
  
https://github.com/jenkinsci/docker-plugin/commit/7fcdc9e02e0f1764063e22b30b6f5ffe92a6807d
  Author: Peter Darton 
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/b0d894-7fcdc9%40github.com.


[jenkinsci/docker-plugin] b0d894: Re-implement DockerOnceRetentionStrategy (#859)

2022-04-05 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: b0d8947860df11c3d967e491d19b1cd0d6b9751b
  
https://github.com/jenkinsci/docker-plugin/commit/b0d8947860df11c3d967e491d19b1cd0d6b9751b
  Author: Peter Darton 
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/strategy/DockerOnceRetentionStrategy.java
A 
src/test/java/com/nirima/jenkins/plugins/docker/strategy/DockerOnceRetentionStrategyTest.java

  Log Message:
  ---
  Re-implement DockerOnceRetentionStrategy (#859)

* Ensure retention strategy doesn't quit while things are busy.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/8f7383-b0d894%40github.com.


[jenkinsci/extra-tool-installers-plugin] eaf630: Update CHANGELOG.md

2022-02-11 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: eaf63024da27d6db412aa718f3b47e556349854e
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/eaf63024da27d6db412aa718f3b47e556349854e
  Author: Peter Darton 
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/3c3855-eaf630%40github.com.


[jenkinsci/extra-tool-installers-plugin] 3c3855: Update CHANGELOG.md

2022-02-11 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: 3c3855b26fa355c06b7fbc85caf96b0f265cb239
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/3c3855b26fa355c06b7fbc85caf96b0f265cb239
  Author: Peter Darton 
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/8effa5-3c3855%40github.com.


[jenkinsci/extra-tool-installers-plugin] 6ac121: [maven-release-plugin] prepare for next developmen...

2022-02-11 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/javadoc
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: 6ac121979ba548d8eac782d443ef8b0f094f21ee
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/6ac121979ba548d8eac782d443ef8b0f094f21ee
  Author: Peter Darton 
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/javadoc/85e960-6ac121%40github.com.


[jenkinsci/extra-tool-installers-plugin]

2022-02-11 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/extra-tool-installers-1.1
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/tags/extra-tool-installers-1.1/00-28136e%40github.com.


[jenkinsci/extra-tool-installers-plugin] 85e960: [maven-release-plugin] prepare release extra-tool-...

2022-02-11 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/javadoc
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: 85e9602b49b4c5634b39368d5b5c832c10b13cf9
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/85e9602b49b4c5634b39368d5b5c832c10b13cf9
  Author: Peter Darton 
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release extra-tool-installers-1.1


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/javadoc/00-85e960%40github.com.


[jenkinsci/extra-tool-installers-plugin] 8effa5: Fix javadoc issues that caused release to fail. (#22)

2022-02-11 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: 8effa512b02b4ddc92d3bf5a41afc1e7dd3d3307
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/8effa512b02b4ddc92d3bf5a41afc1e7dd3d3307
  Author: Peter Darton 
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/extratoolinstallers/installers/AbstractExtraToolInstaller.java
M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AnyOfInstaller.java
M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AuthenticatedZipExtractionInstaller.java
M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath.java

  Log Message:
  ---
  Fix javadoc issues that caused release to fail. (#22)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/7ad9b4-8effa5%40github.com.


[jenkinsci/extra-tool-installers-plugin]

2022-02-11 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/extra-tool-installers-1.1
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/tags/extra-tool-installers-1.1/70f0bb-00%40github.com.


[jenkinsci/extra-tool-installers-plugin]

2022-02-10 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/extra-tool-installers-1.1
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/tags/extra-tool-installers-1.1/00-70f0bb%40github.com.


[jenkinsci/extra-tool-installers-plugin] 7ad9b4: [maven-release-plugin] prepare for next developmen...

2022-02-10 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: 7ad9b4495076c73574c1b528cd1269a5d9bdf359
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/7ad9b4495076c73574c1b528cd1269a5d9bdf359
  Author: Peter Darton 
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/4b8632-7ad9b4%40github.com.


[jenkinsci/extra-tool-installers-plugin] 4b8632: [maven-release-plugin] prepare release extra-tool-...

2022-02-10 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: 4b8632db200de681d96e2d346b40e924604e2b9e
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/4b8632db200de681d96e2d346b40e924604e2b9e
  Author: Peter Darton 
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release extra-tool-installers-1.1


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/119073-4b8632%40github.com.


[jenkinsci/extra-tool-installers-plugin] 119073: Implement new "Check is already on path" feature. ...

2022-02-10 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: 119073055cffcbd539a4255c7485e328557ac425
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/119073055cffcbd539a4255c7485e328557ac425
  Author: Peter Darton 
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
M CHANGELOG.md
M README.md
A docs/images/example-checkAlreadyOnPath.png
A 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/FindOnPathCallable.java
A 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath.java
A 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/WrongVersionException.java
A 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath/config.jelly
A 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath/help-executableName.html
A 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath/help-relativePath.html
A 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath/help-versionCmdString.html
A 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath/help-versionMax.html
A 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath/help-versionMin.html
A 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath/help-versionPatternString.html
A 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath/help-versionTestString.html
A 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPath/help.html
M 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/Messages.properties
A 
src/test/java/io/jenkins/plugins/extratoolinstallers/installers/IsAlreadyOnPathTest.java

  Log Message:
  ---
  Implement new "Check is already on path" feature. (#20)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/dd483b-119073%40github.com.


[jenkinsci/extra-tool-installers-plugin] dd483b: Update CHANGELOG.md

2022-02-10 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: dd483b05db59d569ee202e85782ab7638d176601
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/dd483b05db59d569ee202e85782ab7638d176601
  Author: Peter Darton 
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/08f1f3-dd483b%40github.com.


[jenkinsci/extra-tool-installers-plugin] 08f1f3: Update dependencies and pom (#21)

2022-02-10 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin
  Commit: 08f1f3fe608d3155f826eda9e1f11084f25c865b
  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/08f1f3fe608d3155f826eda9e1f11084f25c865b
  Author: Peter Darton 
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
M pom.xml
M 
src/test/java/io/jenkins/plugins/extratoolinstallers/installers/AnyOfInstallerTest.java

  Log Message:
  ---
  Update dependencies and pom (#21)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/extra-tool-installers-plugin/push/refs/heads/master/a7fdcd-08f1f3%40github.com.


[jenkinsci/docker-plugin] 3f99ec: Update CHANGELOG.md

2021-12-13 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 3f99ec2c69a1a71add5bf9243e665973f8b2da65
  
https://github.com/jenkinsci/docker-plugin/commit/3f99ec2c69a1a71add5bf9243e665973f8b2da65
  Author: Peter Darton 
  Date:   2021-12-13 (Mon, 13 Dec 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/f073af-3f99ec%40github.com.


[jenkinsci/docker-plugin] f073af: [maven-release-plugin] prepare for next developmen...

2021-12-13 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: f073af17d13dcae373b037a6d4e286d1ef4b
  
https://github.com/jenkinsci/docker-plugin/commit/f073af17d13dcae373b037a6d4e286d1ef4b
  Author: Peter Darton 
  Date:   2021-12-13 (Mon, 13 Dec 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/bbff94-f073af%40github.com.


[jenkinsci/docker-plugin]

2021-12-13 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.6
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/tags/docker-plugin-1.2.6/00-c72868%40github.com.


[jenkinsci/docker-plugin] bbff94: [maven-release-plugin] prepare release docker-plug...

2021-12-13 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: bbff94ef9c2469b1fa6978839871be697fe84d2d
  
https://github.com/jenkinsci/docker-plugin/commit/bbff94ef9c2469b1fa6978839871be697fe84d2d
  Author: Peter Darton 
  Date:   2021-12-13 (Mon, 13 Dec 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.6


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/23f5f0-bbff94%40github.com.


[jenkinsci/docker-plugin] 23f5f0: Update CHANGELOG.md

2021-12-13 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 23f5f0833939a3a9a59416b757ba48ca615b7654
  
https://github.com/jenkinsci/docker-plugin/commit/23f5f0833939a3a9a59416b757ba48ca615b7654
  Author: Peter Darton 
  Date:   2021-12-13 (Mon, 13 Dec 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/ffd394-23f5f0%40github.com.


[jenkinsci/docker-plugin] e43557: Update CHANGELOG.md

2021-12-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: e43557479a722c0d04de390e6d5270da501e016c
  
https://github.com/jenkinsci/docker-plugin/commit/e43557479a722c0d04de390e6d5270da501e016c
  Author: Peter Darton 
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/0f608d-e43557%40github.com.


[jenkinsci/docker-plugin] 0f608d: [maven-release-plugin] prepare for next developmen...

2021-12-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 0f608dbe3582166f93a0643a5ad22c7b2493cb3e
  
https://github.com/jenkinsci/docker-plugin/commit/0f608dbe3582166f93a0643a5ad22c7b2493cb3e
  Author: Peter Darton 
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/4ad591-0f608d%40github.com.


[jenkinsci/docker-plugin]

2021-12-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.5
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/tags/docker-plugin-1.2.5/00-464853%40github.com.


[jenkinsci/docker-plugin] 4ad591: [maven-release-plugin] prepare release docker-plug...

2021-12-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 4ad5912ae53da3556534f3cba8fe199147990e9b
  
https://github.com/jenkinsci/docker-plugin/commit/4ad5912ae53da3556534f3cba8fe199147990e9b
  Author: Peter Darton 
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.5


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/0a199f-4ad591%40github.com.


[jenkinsci/docker-plugin] 0a199f: Javadoc improvements (#869)

2021-12-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 0a199f4d0183ab2357ca104d359ea22ba58f0510
  
https://github.com/jenkinsci/docker-plugin/commit/0a199f4d0183ab2357ca104d359ea22ba58f0510
  Author: Peter Darton 
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
M CHANGELOG.md
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerDisabled.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplateBase.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/action/DockerBuildImageAction.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/action/DockerLaunchAction.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOption.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderPublisher.java
M src/main/java/com/nirima/jenkins/plugins/docker/utils/JenkinsUtils.java
M src/main/java/io/jenkins/docker/DockerTransientNode.java
M src/main/java/io/jenkins/docker/client/DockerAPI.java
M src/main/java/io/jenkins/docker/connector/DockerComputerConnector.java

  Log Message:
  ---
  Javadoc improvements (#869)

* Javadoc improvements to resolve warnings
* Demoted some less-helpful javadocs to mere comments to prevent warnings about 
their incompleteness.
* Update Changelog to include this PR.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/12e9e7-0a199f%40github.com.


[jenkinsci/docker-plugin] 12e9e7: [maven-release-plugin] prepare for next developmen...

2021-12-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 12e9e73358dc0c90c89eafe7fd9db87c115854d5
  
https://github.com/jenkinsci/docker-plugin/commit/12e9e73358dc0c90c89eafe7fd9db87c115854d5
  Author: Peter Darton 
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/a33340-12e9e7%40github.com.


[jenkinsci/docker-plugin]

2021-12-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.4
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/tags/docker-plugin-1.2.4/00-0e51cc%40github.com.


[jenkinsci/docker-plugin] a33340: [maven-release-plugin] prepare release docker-plug...

2021-12-09 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: a33340f53f1f38805ece97320500fbe279a4e26e
  
https://github.com/jenkinsci/docker-plugin/commit/a33340f53f1f38805ece97320500fbe279a4e26e
  Author: Peter Darton 
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.4


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/3732d5-a33340%40github.com.


[jenkinsci/docker-plugin] 3732d5: Update CHANGELOG.md

2021-12-03 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 3732d5d499259b103c18b1d1cae1d7090c5455d2
  
https://github.com/jenkinsci/docker-plugin/commit/3732d5d499259b103c18b1d1cae1d7090c5455d2
  Author: Peter Darton 
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/9d4c4c-3732d5%40github.com.


[jenkinsci/docker-plugin] 88a3af: Make DockerTransientNode extend AbstractCloudSlave...

2021-10-15 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 88a3afb7b06e15df730500b6fda439bf022a4f17
  
https://github.com/jenkinsci/docker-plugin/commit/88a3afb7b06e15df730500b6fda439bf022a4f17
  Author: Peter Darton 
  Date:   2021-10-15 (Fri, 15 Oct 2021)

  Changed paths:
M 
src/main/java/com/nirima/jenkins/plugins/docker/strategy/DockerOnceRetentionStrategy.java
M src/main/java/io/jenkins/docker/DockerComputer.java
M src/main/java/io/jenkins/docker/DockerTransientNode.java
M 
src/main/java/io/jenkins/docker/connector/DockerDelegatingComputerLauncher.java
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStepExecution.java
M src/test/java/io/jenkins/docker/connector/DockerComputerConnectorTest.java

  Log Message:
  ---
  Make DockerTransientNode extend AbstractCloudSlave (#861)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/f74cb1-88a3af%40github.com.


[jenkinsci/docker-plugin] f74cb1: Update CHANGELOG.md

2021-10-11 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: f74cb1bdc2b1e5e4ec65ca54c0ea9ead9103670b
  
https://github.com/jenkinsci/docker-plugin/commit/f74cb1bdc2b1e5e4ec65ca54c0ea9ead9103670b
  Author: Peter Darton 
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/108387-f74cb1%40github.com.


[jenkinsci/docker-plugin] f65e10: Stop using deprecated hudson.Util#join (#862)

2021-09-24 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: f65e10543c9aea298d17a7f3e49bdb23ddf88595
  
https://github.com/jenkinsci/docker-plugin/commit/f65e10543c9aea298d17a7f3e49bdb23ddf88595
  Author: Peter Darton 
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStepExecution.java

  Log Message:
  ---
  Stop using deprecated hudson.Util#join (#862)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/e4a9f4-f65e10%40github.com.


[jenkinsci/docker-plugin] e4a9f4: Improve logging in watchdog. (#860)

2021-09-24 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: e4a9f412260c8fc91055c4ebc0a81bd692e69309
  
https://github.com/jenkinsci/docker-plugin/commit/e4a9f412260c8fc91055c4ebc0a81bd692e69309
  Author: Peter Darton 
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
M 
src/main/java/com/nirima/jenkins/plugins/docker/DockerContainerWatchdog.java

  Log Message:
  ---
  Improve logging in watchdog. (#860)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/aa0074-e4a9f4%40github.com.


[jenkinsci/docker-plugin] aa0074: Stop hard-coding java path during ssh-connector te...

2021-09-24 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: aa00747ed29c1529d2edddf6fef99e7ea9ca1796
  
https://github.com/jenkinsci/docker-plugin/commit/aa00747ed29c1529d2edddf6fef99e7ea9ca1796
  Author: Peter Darton 
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
M 
src/test/java/io/jenkins/docker/connector/DockerComputerSSHConnectorTest.java

  Log Message:
  ---
  Stop hard-coding java path during ssh-connector tests (#858)

- it used to be necessary, but no longer
 - ...and now java isn't where it used to be either.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/f27a01-aa0074%40github.com.


[jenkinsci/docker-plugin] d53c67: Code tidy (#851)

2021-09-03 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: d53c671a8c2eb54b10347d5ac32228264d427dc0
  
https://github.com/jenkinsci/docker-plugin/commit/d53c671a8c2eb54b10347d5ac32228264d427dc0
  Author: Peter Darton 
  Date:   2021-09-03 (Fri, 03 Sep 2021)

  Changed paths:
M docs/attachments/docker-plugin-configuration-script.groovy
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/DockerContainerWatchdog.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/DockerImagePullStrategy.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerJobProperty.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerManagement.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/DockerManagementServer.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerRegistry.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerSimpleTemplate.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplateBase.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/action/DockerBuildAction.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/action/DockerBuildImageAction.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlCloudOption.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOption.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionDescriptor.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionStopAll.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderNewTemplate.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderPublisher.java
R src/main/java/com/nirima/jenkins/plugins/docker/utils/DockerFunctions.java
M src/main/java/com/nirima/jenkins/plugins/docker/utils/JenkinsUtils.java
M src/main/java/com/nirima/jenkins/plugins/docker/utils/PortUtils.java
M src/main/java/io/jenkins/docker/DockerTransientNode.java
M src/main/java/io/jenkins/docker/FastNodeProvisionerStrategy.java
M src/main/java/io/jenkins/docker/client/DockerAPI.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/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java
M 
src/main/java/io/jenkins/docker/connector/DockerDelegatingComputerLauncher.java
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStep.java
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStepExecution.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/DockerContainerWatchdogTest.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/TestableDockerContainerWatchdog.java
M src/test/java/com/nirima/jenkins/plugins/docker/utils/PortUtilsTest.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/utils/UniqueIdGeneratorTest.java

  Log Message:
  ---
  Code tidy (#851)

 - Use Jenkins.get() in most places
 - Use Jenkins.getInstanceOrNull() where null is ok during unit tests
 - Rename local variables to stop hiding class fields, which caused warnings in 
my IDE
 - remove unused class
 - remove unused import
 - removed unnecessary else clauses
 - where caught exceptions are fully handled by the code, declare then with 
name "handledByCode"
 - where caught exceptions are suppressed by the code, declare then with name 
"ignored"
 - fixed typo applyFoCloud -> applyToCloud


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/1e8980-d53c67%40github.com.


[jenkinsci/docker-plugin] 8b6aa2: Update CHANGELOG.md

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 8b6aa2a7028facf796c8ec771bea29a5af6f9705
  
https://github.com/jenkinsci/docker-plugin/commit/8b6aa2a7028facf796c8ec771bea29a5af6f9705
  Author: Peter Darton 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/6ca88e-8b6aa2%40github.com.


[jenkinsci/docker-plugin] 6ca88e: Make PortUtilsTest less fussy about timings. (#847)

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 6ca88e376c4e27c822b4931dc3542fca048f409e
  
https://github.com/jenkinsci/docker-plugin/commit/6ca88e376c4e27c822b4931dc3542fca048f409e
  Author: Peter Darton 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M src/test/java/com/nirima/jenkins/plugins/docker/utils/PortUtilsTest.java

  Log Message:
  ---
  Make PortUtilsTest less fussy about timings. (#847)


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/1460c4-6ca88e%40github.com.


[jenkinsci/docker-plugin] 1460c4: [maven-release-plugin] prepare for next developmen...

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 1460c430a11014021c1dc8172f41d5482ddc582a
  
https://github.com/jenkinsci/docker-plugin/commit/1460c430a11014021c1dc8172f41d5482ddc582a
  Author: Peter Darton 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/3888f3-1460c4%40github.com.


[jenkinsci/docker-plugin]

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.3
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/tags/docker-plugin-1.2.3/00-da70a5%40github.com.


[jenkinsci/docker-plugin] 3888f3: [maven-release-plugin] prepare release docker-plug...

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 3888f36965a66ef1c84270edf846252d2ea504ba
  
https://github.com/jenkinsci/docker-plugin/commit/3888f36965a66ef1c84270edf846252d2ea504ba
  Author: Peter Darton 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.3


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/fd1ea7-3888f3%40github.com.


[jenkinsci/docker-plugin] fd1ea7: Added descriptor to SSH launcher used by InjectSSH...

2021-08-18 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: fd1ea7ded448f7767ae33cef5d9683fb977a1175
  
https://github.com/jenkinsci/docker-plugin/commit/fd1ea7ded448f7767ae33cef5d9683fb977a1175
  Author: Peter Darton 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M CHANGELOG.md
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java

  Log Message:
  ---
  Added descriptor to SSH launcher used by InjectSSHKey strategy (#835)

* Added descriptor to SSH launcher used by InjectSSHKey strategy.
* Updated CHANGELOG.md
* Disable validation of our fake credentials for InjectKeySSHLauncher


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/55482e-fd1ea7%40github.com.


[jenkinsci/docker-plugin] 55482e: Update CHANGELOG.md

2021-08-18 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 55482e156f3076e33d0deac45b096c5829485289
  
https://github.com/jenkinsci/docker-plugin/commit/55482e156f3076e33d0deac45b096c5829485289
  Author: Peter Darton 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/0ad873-55482e%40github.com.


[jenkinsci/vsphere-cloud-plugin] ea81cf: [maven-release-plugin] prepare for next developmen...

2021-08-18 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: ea81cf0a76a7ce13b2e7935dcbaff9b7ff4958cc
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/ea81cf0a76a7ce13b2e7935dcbaff9b7ff4958cc
  Author: Peter Darton 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/631928-ea81cf%40github.com.


[jenkinsci/vsphere-cloud-plugin]

2021-08-18 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/vsphere-cloud-2.26
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/tags/vsphere-cloud-2.26/00-70c50d%40github.com.


[jenkinsci/vsphere-cloud-plugin] 631928: [maven-release-plugin] prepare release vsphere-clo...

2021-08-18 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 63192836aef83b91a3e63afffd16a8a457ba783f
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/63192836aef83b91a3e63afffd16a8a457ba783f
  Author: Peter Darton 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release vsphere-cloud-2.26


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/4f9e6d-631928%40github.com.


[jenkinsci/vsphere-cloud-plugin] 4f9e6d: Update CHANGELOG.md

2021-08-18 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 4f9e6d078ff2a07e860436cbeb29276faf5b2267
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/4f9e6d078ff2a07e860436cbeb29276faf5b2267
  Author: Peter Darton 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/6c10b1-4f9e6d%40github.com.


[jenkinsci/docker-plugin] 87477e: Update CHANGELOG.md

2021-04-26 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 87477e9ed176cfdf3132745db65153e0b1d7626b
  
https://github.com/jenkinsci/docker-plugin/commit/87477e9ed176cfdf3132745db65153e0b1d7626b
  Author: Peter Darton 
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/0e83b4-87477e%40github.com.


[jenkinsci/docker-plugin] 2c3ab7: Update CHANGELOG.md

2021-04-23 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 2c3ab7194d95fb5e34c122cbb5ae75e17c2b09f2
  
https://github.com/jenkinsci/docker-plugin/commit/2c3ab7194d95fb5e34c122cbb5ae75e17c2b09f2
  Author: Peter Darton 
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/11be6b-2c3ab7%40github.com.


[jenkinsci/docker-plugin] 11be6b: Bump min version of Jenkins to 2.204.4 (#836)

2021-04-23 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 11be6b7b0d817a417e3932e6b23c42c036201ae0
  
https://github.com/jenkinsci/docker-plugin/commit/11be6b7b0d817a417e3932e6b23c42c036201ae0
  Author: Peter Darton 
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
M CHANGELOG.md
M Jenkinsfile
M pom.xml
M 
src/main/java/com/nirima/jenkins/plugins/docker/launcher/DockerComputerSSHLauncher.java
M src/test/java/com/nirima/jenkins/plugins/docker/DockerCloudTest.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/TestableDockerContainerWatchdog.java
M src/test/java/io/jenkins/docker/pipeline/DockerNodeStepTest.java

  Log Message:
  ---
  Bump min version of Jenkins to 2.204.4 (#836)

* Bump min version of Jenkins to 2.204.4
* Refactor: Switched to Jenkins maven plugin 4.0 and BOM for dependencies.
* Refactor: Removed some dependencies which didn't seem to be used directly.
* Refactor: Newer SSH code doesn't allow direct access to its member fields.
* Refactor: Newer Maven pipeline code doesn't use an id field, only name.
* Refactor: Newer docker-commons code has other constructors so we need to 
specify
* Refactor: Newer mockito changed API slightly


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/a33c76-11be6b%40github.com.


[jenkinsci/docker-plugin] 7d4658: [maven-release-plugin] prepare for next developmen...

2021-01-25 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 7d4658ebe85c95da17a0f642041c2e673db84f24
  
https://github.com/jenkinsci/docker-plugin/commit/7d4658ebe85c95da17a0f642041c2e673db84f24
  Author: Peter Darton 
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/ce8506-7d4658%40github.com.


[jenkinsci/docker-plugin]

2021-01-25 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.2
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/tags/docker-plugin-1.2.2/00-a3fb5d%40github.com.


[jenkinsci/docker-plugin] ce8506: [maven-release-plugin] prepare release docker-plug...

2021-01-25 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: ce8506e65b20d603f0056a64942b6ecc6d44d8a0
  
https://github.com/jenkinsci/docker-plugin/commit/ce8506e65b20d603f0056a64942b6ecc6d44d8a0
  Author: Peter Darton 
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.2


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/a4e515-ce8506%40github.com.


[jenkinsci/docker-plugin] a4e515: Update CHANGELOG.md

2021-01-25 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: a4e5150b54916ba2c7b105d7be795d49b4898fdf
  
https://github.com/jenkinsci/docker-plugin/commit/a4e5150b54916ba2c7b105d7be795d49b4898fdf
  Author: Peter Darton 
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/2f58af-a4e515%40github.com.


[jenkinsci/vsphere-cloud-plugin] 1e5f75: [maven-release-plugin] prepare for next developmen...

2021-01-25 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 1e5f75fb778b63184229204424437622762fb321
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/1e5f75fb778b63184229204424437622762fb321
  Author: Peter Darton 
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/559ced-1e5f75%40github.com.


[jenkinsci/vsphere-cloud-plugin]

2021-01-25 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/vsphere-cloud-2.25
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/tags/vsphere-cloud-2.25/00-53b5b1%40github.com.


[jenkinsci/vsphere-cloud-plugin] 559ced: [maven-release-plugin] prepare release vsphere-clo...

2021-01-25 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 559ced4659c7ce7ceb3e98f5141678195142e535
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/559ced4659c7ce7ceb3e98f5141678195142e535
  Author: Peter Darton 
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release vsphere-cloud-2.25


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/c3dd7a-559ced%40github.com.


[jenkinsci/vsphere-cloud-plugin] c3dd7a: Update CHANGELOG.md

2021-01-25 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: c3dd7abcca5945affaa6647aa6e6b172884f68ec
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/c3dd7abcca5945affaa6647aa6e6b172884f68ec
  Author: Peter Darton 
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vsphere-cloud-plugin/push/refs/heads/master/eaeeff-c3dd7a%40github.com.


[jenkinsci/docker-plugin]

2020-12-16 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/issue818again
  Home:   https://github.com/jenkinsci/docker-plugin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/issue818again/fb7bb0-00%40github.com.


[jenkinsci/docker-plugin] 233d39: Fixing groovy configuration script for latest Dock...

2020-12-16 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 233d392a3efdf3faee118c44c398f96b966b2261
  
https://github.com/jenkinsci/docker-plugin/commit/233d392a3efdf3faee118c44c398f96b966b2261
  Author: Adam Such 
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
M docs/attachments/docker-plugin-configuration-script.groovy

  Log Message:
  ---
  Fixing groovy configuration script for latest DockerTemplateBase


  Commit: da566c191b423371ae3786f7c44bba14ecabaf66
  
https://github.com/jenkinsci/docker-plugin/commit/da566c191b423371ae3786f7c44bba14ecabaf66
  Author: Maksym Nazarenko 
  Date:   2020-10-16 (Fri, 16 Oct 2020)

  Changed paths:
M docs/attachments/docker-plugin-configuration-script.groovy

  Log Message:
  ---
  update groovy config script to use non-deprecated constructors


  Commit: c366748109d44b709e219ddede2193cc471abdbd
  
https://github.com/jenkinsci/docker-plugin/commit/c366748109d44b709e219ddede2193cc471abdbd
  Author: Adam Such 
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
M docs/attachments/docker-plugin-configuration-script.groovy

  Log Message:
  ---
  Merge pull request #1 from maxim-nazarenko/update-configuration-via-script

update groovy config script to use non-deprecated constructors


  Commit: 2c2fd4efb969242dcaa4048641afbe291e747c05
  
https://github.com/jenkinsci/docker-plugin/commit/2c2fd4efb969242dcaa4048641afbe291e747c05
  Author: Peter Darton 
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
M docs/attachments/docker-plugin-configuration-script.groovy

  Log Message:
  ---
  Merge branch 'master' of https://github.com/adamjwsuch/docker-plugin
into adamjwsuch-master

Conflicts:
docs/attachments/docker-plugin-configuration-script.groovy


  Commit: 85f862b0ca239e955f8fb9d3c70187c83e89048d
  
https://github.com/jenkinsci/docker-plugin/commit/85f862b0ca239e955f8fb9d3c70187c83e89048d
  Author: Peter Darton 
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
M docs/attachments/docker-plugin-configuration-script.groovy

  Log Message:
  ---
  Code refactor and extension

* Applied c366748109d44b709e219ddede2193cc471abdbd code pattern to all
parameter lists.
* Cope with DockerDisabled fields.
* Comment-out fields we don't need to set.
* Added some previously-missing fields.
* Added more comments.
* Implemented overwrite-existing-cloud functionality.
* Sorted import statements.


  Commit: 22ef0e0b5ba4182a3115786e370424438cb4bb6a
  
https://github.com/jenkinsci/docker-plugin/commit/22ef0e0b5ba4182a3115786e370424438cb4bb6a
  Author: Peter Darton 
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
M docs/attachments/docker-plugin-configuration-script.groovy

  Log Message:
  ---
  Merge branch 'adamjwsuch-master' (#799)


  Commit: 2f58af3fa582eb8071e5436b14b5686a8a327463
  
https://github.com/jenkinsci/docker-plugin/commit/2f58af3fa582eb8071e5436b14b5686a8a327463
  Author: Peter Darton 
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Updated changelog with merger of #799


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/b702117ca4ef...2f58af3fa582

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/b70211-2f58af%40github.com.


[jenkinsci/docker-plugin] b70211: Update min Jenkins to bring in newer remoting that...

2020-12-16 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: b702117ca4ef78fb38ecb40e890c235452238552
  
https://github.com/jenkinsci/docker-plugin/commit/b702117ca4ef78fb38ecb40e890c235452238552
  Author: Peter Darton 
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
M CHANGELOG.md
M pom.xml
M src/main/java/io/jenkins/docker/client/DockerMultiplexedInputStream.java
M 
src/main/java/io/jenkins/docker/connector/DockerComputerAttachConnector.java
M 
src/test/java/io/jenkins/docker/client/DockerMultiplexedInputStreamTest.java

  Log Message:
  ---
  Update min Jenkins to bring in newer remoting that supports -agentLog (#823)

* Improve logging when direct-attach container outputs to stderr
* Bump min Jenkins version from 2.60.3 to to 2.73.3 to get new remoting
* Update 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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/b697a3-b70211%40github.com.


[jenkinsci/docker-plugin] e5724d: Improve logging when direct-attach container outpu...

2020-12-15 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/issue818again
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: e5724d494508313ef0d1bb6f1efb671d9eba1645
  
https://github.com/jenkinsci/docker-plugin/commit/e5724d494508313ef0d1bb6f1efb671d9eba1645
  Author: Peter Darton 
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
M src/main/java/io/jenkins/docker/client/DockerMultiplexedInputStream.java
M 
src/main/java/io/jenkins/docker/connector/DockerComputerAttachConnector.java
M 
src/test/java/io/jenkins/docker/client/DockerMultiplexedInputStreamTest.java

  Log Message:
  ---
  Improve logging when direct-attach container outputs to stderr


  Commit: 1edecff10436de7e85545da4e47b8af62ed75dae
  
https://github.com/jenkinsci/docker-plugin/commit/1edecff10436de7e85545da4e47b8af62ed75dae
  Author: Peter Darton 
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump min Jenkins version from 2.60.3 to to 2.73.3 to get new remoting


  Commit: fb7bb0c8f5cd51ceef94c2e086ff3a802a5dbd22
  
https://github.com/jenkinsci/docker-plugin/commit/fb7bb0c8f5cd51ceef94c2e086ff3a802a5dbd22
  Author: Peter Darton 
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/e5724d494508%5E...fb7bb0c8f5cd

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/issue818again/00-fb7bb0%40github.com.


  1   2   3   >