[jenkinsci/jclouds-plugin] 517aa0: Attempt to fix build by explicitely naming nodes

2020-04-24 Thread Fritz Elfert
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jclouds-plugin
  Commit: 517aa052a1017efb1876d3ccc1078f334f2afe6e
  
https://github.com/jenkinsci/jclouds-plugin/commit/517aa052a1017efb1876d3ccc1078f334f2afe6e
  Author: Fritz Elfert 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Attempt to fix build by explicitely naming nodes


-- 
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/jclouds-plugin/push/refs/heads/master/488033-517aa0%40github.com.


[jenkinsci/jclouds-plugin] 488033: Attempt to fix build by explicitely naming nodes

2020-04-24 Thread Fritz Elfert
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jclouds-plugin
  Commit: 4880339c6c82ee8fca46e22b945866b1c432545b
  
https://github.com/jenkinsci/jclouds-plugin/commit/4880339c6c82ee8fca46e22b945866b1c432545b
  Author: Fritz Elfert 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Attempt to fix build by explicitely naming nodes


-- 
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/jclouds-plugin/push/refs/heads/master/867e43-488033%40github.com.


[jenkinsci/jclouds-plugin] 867e43: Attempt to fix build by explicitely naming nodes

2020-04-24 Thread Fritz Elfert
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jclouds-plugin
  Commit: 867e4391174b0bf45fa3cd00f218e356032b00e8
  
https://github.com/jenkinsci/jclouds-plugin/commit/867e4391174b0bf45fa3cd00f218e356032b00e8
  Author: Fritz Elfert 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M Jenkinsfile
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/internal/JnlpProvisionWebHook.java

  Log Message:
  ---
  Attempt to fix build by explicitely naming nodes


-- 
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/jclouds-plugin/push/refs/heads/master/eaecf4-867e43%40github.com.


[jenkinsci/jclouds-plugin] f09374: Add ability to provision JNLP-related metadata.

2020-04-24 Thread Fritz Elfert
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jclouds-plugin
  Commit: f09374bfd0adcb413b046324f18cfd4583ab7c61
  
https://github.com/jenkinsci/jclouds-plugin/commit/f09374bfd0adcb413b046324f18cfd4583ab7c61
  Author: Fritz Elfert 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsBuildWrapper.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsCloud.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsJnlpLauncher.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsSlave.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/MetaDataPublisher.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/JCloudsNodeMetadata.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/NodePlan.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/ProvisionPlannedInstancesAndDestroyAllOnError.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/RetryOnExceptionSupplier.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/RunningNode.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/config/ConfigDataSource.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/config/ConfigHelper.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/internal/JnlpProvisionCrumbExclusion.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/internal/JnlpProvisionWebHook.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/internal/ReplaceHelper.java
M 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate/config.jelly
A 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate/help-jnlpProvision.html
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplateTest.java
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/MigrationTest.java
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/UserDataConverterTest.java
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/internal/TerminateNodesTest.java
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/config/UserDataTest.java

  Log Message:
  ---
  Add ability to provision JNLP-related metadata.


  Commit: eaecf4f9301035d75d947f2825048c27c1cdb32a
  
https://github.com/jenkinsci/jclouds-plugin/commit/eaecf4f9301035d75d947f2825048c27c1cdb32a
  Author: Fritz Elfert 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsBuildWrapper.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsCloud.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsJnlpLauncher.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsSlave.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/MetaDataPublisher.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/JCloudsNodeMetadata.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/NodePlan.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/ProvisionPlannedInstancesAndDestroyAllOnError.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/RetryOnExceptionSupplier.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/internal/RunningNode.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/config/ConfigDataSource.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/config/ConfigHelper.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/internal/JnlpProvisionCrumbExclusion.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/internal/JnlpProvisionWebHook.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/internal/ReplaceHelper.java
M 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate/config.jelly
A 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate/help-jnlpProvision.html
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplateTest.java
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/MigrationTest.java
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/UserDataConverterTest.java
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/internal/TerminateNodesTest.java
M 

[jenkinsci/datadog-plugin] 0a41af: Create .equals method and use synchronization

2020-04-24 Thread Sarah Witt
  Branch: refs/heads/sarah/validate-config
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 0a41af3970a363f5669dbb75a752fcab3b3fe9bd
  
https://github.com/jenkinsci/datadog-plugin/commit/0a41af3970a363f5669dbb75a752fcab3b3fe9bd
  Author: Sarah Witt 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DogStatsDClient.java

  Log Message:
  ---
  Create .equals method and use synchronization


-- 
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/datadog-plugin/push/refs/heads/sarah/validate-config/4d4702-0a41af%40github.com.


[jenkinsci/docker-plugin]

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  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/code_cleanup/19c1bc-00%40github.com.


[jenkinsci/docker-plugin] b6be41: Spotbugs: Unwanted Clonable

2020-04-24 Thread Peter Darton
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: b6be411c809f47249b71a359db5409ea00f4962c
  
https://github.com/jenkinsci/docker-plugin/commit/b6be411c809f47249b71a359db5409ea00f4962c
  Author: Peter Darton 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
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/action/DockerLaunchAction.java

  Log Message:
  ---
  Spotbugs: Unwanted Clonable

Fixed spotbugs error: Removed Clonable declaration from classes that
didn't use it and/or didn't implement it.


  Commit: 5bc5e57c83151827d05b0c23796814f86ac77405
  
https://github.com/jenkinsci/docker-plugin/commit/5bc5e57c83151827d05b0c23796814f86ac77405
  Author: Peter Darton 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M 
src/main/java/com/nirima/jenkins/plugins/docker/DockerContainerWatchdog.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplateBase.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/action/DockerLaunchAction.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionRun.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
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
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStep.java
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStepExecution.java
M src/main/resources/io/jenkins/docker/pipeline/DockerNodeStep/config.jelly
A src/test/java/io/jenkins/docker/pipeline/DockerNodeStepExecutionTest.java
M src/test/java/io/jenkins/docker/pipeline/DockerNodeStepTest.java

  Log Message:
  ---
  Spotbugs - Serializable usage

Bugfix: Removed Serializable declaration from classes that contain
non-serializable fields.
Added serialVersionUID to classes that need it.
Removed serialVersionUID from classes that didn't need it.
Fixed spotbugs error: transient field not set by deserialization
Bugfix: DockerNodeStep's connector has to be Serializable.


  Commit: e7882298410addc75eb13c71618b07307f49cfe7
  
https://github.com/jenkinsci/docker-plugin/commit/e7882298410addc75eb13c71618b07307f49cfe7
  Author: Peter Darton 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerDisabled.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerManagement.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java
M src/main/resources/com/nirima/jenkins/plugins/docker/Messages.properties
M 
src/main/resources/com/nirima/jenkins/plugins/docker/Messages_de.properties

  Log Message:
  ---
  Spotbugs: variables and methods should be camelCase

Renamed properties in Messages.properties to fit with naming
conventions.
Local variables shouldn't start with a capital letter.


  Commit: 9d064572a9a7c29e866fda6db2ffc8ec4c83d04e
  
https://github.com/jenkinsci/docker-plugin/commit/9d064572a9a7c29e866fda6db2ffc8ec4c83d04e
  Author: Peter Darton 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.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/DockerLaunchAction.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/connector/DockerComputerAttachConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerJNLPConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java

  Log Message:
  ---
  Improved toString/equals/hashCode consistency.


  Commit: 1c7c05443f0faa68f7ef3ddca525a65359b2ec10
  
https://github.com/jenkinsci/docker-plugin/commit/1c7c05443f0faa68f7ef3ddca525a65359b2ec10
  Author: Peter Darton 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
M 
src/main/java/io/jenkins/docker/connector/DockerComputerAttachConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java

  Log Message:
  ---
  spotbugs: Don't use platform default encoding.

We use UTF-8 unless we're sure US-ASCII will suffice.


  Commit: e36d33c3001162427ade50c2112f8bbe4815d23d
  

[jenkinsci/monitoring-plugin] 5c5472: refactoring

2020-04-24 Thread evernat
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/monitoring-plugin
  Commit: 5c54720bd4a6cea32bc29f542f321d98bcef0e97
  
https://github.com/jenkinsci/monitoring-plugin/commit/5c54720bd4a6cea32bc29f542f321d98bcef0e97
  Author: evernat 
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
M src/main/java/org/jvnet/hudson/plugins/monitoring/PluginImpl.java

  Log Message:
  ---
  refactoring


-- 
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/monitoring-plugin/push/refs/heads/master/9b765d-5c5472%40github.com.


[jenkins-infra/jenkins.io] 718c53: Revamp the Documentation menu in the toolbar

2020-04-24 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 718c5324bd1fee049ed7cff0511d70a295a3816e
  
https://github.com/jenkins-infra/jenkins.io/commit/718c5324bd1fee049ed7cff0511d70a295a3816e
  Author: Oleg Nenashev 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/_partials/toptoolbar.html.haml

  Log Message:
  ---
  Revamp the Documentation menu in the toolbar


  Commit: 17a1a3a72ca08ab13db457f7670db28c68fd1319
  
https://github.com/jenkins-infra/jenkins.io/commit/17a1a3a72ca08ab13db457f7670db28c68fd1319
  Author: Mark Waite 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/_partials/toptoolbar.html.haml

  Log Message:
  ---
  Merge pull request #3118 from oleg-nenashev/documentation-menu-rework

Revamp the Documentation menu in the toolbar


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/14d98c7f9d66...17a1a3a72ca0

-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/14d98c-17a1a3%40github.com.


[jenkins-infra/jenkins.io] 627aa7: Avoid missing method error

2020-04-24 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 627aa735aa006c774fcfd21c975ba8489264d59f
  
https://github.com/jenkins-infra/jenkins.io/commit/627aa735aa006c774fcfd21c975ba8489264d59f
  Author: zbynek 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/solutions/index.html.haml

  Log Message:
  ---
  Avoid missing method error


  Commit: 14d98c7f9d66f13158213406af66db45976a7f61
  
https://github.com/jenkins-infra/jenkins.io/commit/14d98c7f9d66f13158213406af66db45976a7f61
  Author: Mark Waite 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/solutions/index.html.haml

  Log Message:
  ---
  Merge pull request #3120 from zbynek/build-fix

Avoid missing method error


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/802c3fa154d4...14d98c7f9d66

-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/802c3f-14d98c%40github.com.


[jenkinsci/jenkins] 988edb: [maven-release-plugin] prepare release jenkins-2.2...

2020-04-24 Thread Kohsuke Kawaguchi
  Branch: refs/heads/stable-2.222
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 988edb9a53751ff940d3a2b25360be3eabe9fe84
  
https://github.com/jenkinsci/jenkins/commit/988edb9a53751ff940d3a2b25360be3eabe9fe84
  Author: Kohsuke Kawaguchi 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-2.222.2


  Commit: 4ed9fe8dea54fa91f49666a2e9bca268266478f1
  
https://github.com/jenkinsci/jenkins/commit/4ed9fe8dea54fa91f49666a2e9bca268266478f1
  Author: Kohsuke Kawaguchi 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml

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


  Commit: b6d71735f6e9f056a5dd68861e6434a7eef2625d
  
https://github.com/jenkinsci/jenkins/commit/b6d71735f6e9f056a5dd68861e6434a7eef2625d
  Author: Kohsuke Kawaguchi 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-2.222.3


  Commit: 2706b3b79bbb3160b2c29b89cd8ff8998d2edb03
  
https://github.com/jenkinsci/jenkins/commit/2706b3b79bbb3160b2c29b89cd8ff8998d2edb03
  Author: Kohsuke Kawaguchi 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/d83a6a5939b9...2706b3b79bbb

-- 
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/jenkins/push/refs/heads/stable-2.222/d83a6a-2706b3%40github.com.


[jenkinsci/jenkins]

2020-04-24 Thread Kohsuke Kawaguchi
  Branch: refs/tags/jenkins-2.222.3
  Home:   https://github.com/jenkinsci/jenkins

-- 
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/jenkins/push/refs/tags/jenkins-2.222.3/00-31e810%40github.com.


[jenkinsci/packaging] 511336: Switch IP to pkg.origin.jenkins.io

2020-04-24 Thread Olblak
  Branch: refs/heads/stable-2.222
  Home:   https://github.com/jenkinsci/packaging
  Commit: 51133613bf954778690eda83fb000631b267a81a
  
https://github.com/jenkinsci/packaging/commit/51133613bf954778690eda83fb000631b267a81a
  Author: Olblak 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M env/release.mk

  Log Message:
  ---
  Switch IP to pkg.origin.jenkins.io

Cherry pick from 3366082ffc7f1a1e98fba917119c0d739d4a7ee5


-- 
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/packaging/push/refs/heads/stable-2.222/b0179b-511336%40github.com.


[jenkinsci/github-branch-source-plugin] ed20e6: [maven-release-plugin] prepare release github-bran...

2020-04-24 Thread Liam Newman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: ed20e60b071742c8d3397b533a4a4098755151e4
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/ed20e60b071742c8d3397b533a4a4098755151e4
  Author: Liam Newman 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release github-branch-source-2.7.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/github-branch-source-plugin/push/refs/heads/master/b1096a-ed20e6%40github.com.


[jenkinsci/github-branch-source-plugin]

2020-04-24 Thread Liam Newman
  Branch: refs/tags/github-branch-source-2.7.1
  Home:   https://github.com/jenkinsci/github-branch-source-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/github-branch-source-plugin/push/refs/tags/github-branch-source-2.7.1/00-4ae158%40github.com.


[jenkinsci/github-branch-source-plugin] 6dc9a8: [maven-release-plugin] prepare for next developmen...

2020-04-24 Thread Liam Newman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 6dc9a85fd83f94932dbfdf226e7e03b8e0b8b39e
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/6dc9a85fd83f94932dbfdf226e7e03b8e0b8b39e
  Author: Liam Newman 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  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/github-branch-source-plugin/push/refs/heads/master/ed20e6-6dc9a8%40github.com.


[jenkinsci/winstone] 77dc48: JDK-8239027 is in JDK 8u252

2020-04-24 Thread Jesse Glick
  Branch: refs/heads/JDK-8239027
  Home:   https://github.com/jenkinsci/winstone
  Commit: 77dc48cef979d4503b6de18d3b19b70db4544ea9
  
https://github.com/jenkinsci/winstone/commit/77dc48cef979d4503b6de18d3b19b70db4544ea9
  Author: Jesse Glick 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  JDK-8239027 is in JDK 8u252


-- 
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/winstone/push/refs/heads/JDK-8239027/00-77dc48%40github.com.


[jenkinsci/github-branch-source-plugin] b1096a: [maven-release-plugin] prepare for next developmen...

2020-04-24 Thread Liam Newman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: b1096abde6284d02f651f32374c7320ae175e469
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/b1096abde6284d02f651f32374c7320ae175e469
  Author: Liam Newman 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  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/github-branch-source-plugin/push/refs/heads/master/9f05ee-b1096a%40github.com.


[jenkinsci/github-branch-source-plugin] 9f05ee: [maven-release-plugin] prepare release github-bran...

2020-04-24 Thread Liam Newman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 9f05eed7ab771c276eb9ab726eb2b41df63573b2
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/9f05eed7ab771c276eb9ab726eb2b41df63573b2
  Author: Liam Newman 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release github-branch-source-2.7.0


-- 
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/github-branch-source-plugin/push/refs/heads/master/43f46d-9f05ee%40github.com.


[jenkinsci/github-branch-source-plugin]

2020-04-24 Thread Liam Newman
  Branch: refs/tags/github-branch-source-2.7.0
  Home:   https://github.com/jenkinsci/github-branch-source-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/github-branch-source-plugin/push/refs/tags/github-branch-source-2.7.0/00-4504c4%40github.com.


[jenkinsci/github-branch-source-plugin] 43f46d: Set revision to 2.7.0 before release

2020-04-24 Thread Liam Newman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 43f46dd0bd59e068e4637107ddf54b0b06519140
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/43f46dd0bd59e068e4637107ddf54b0b06519140
  Author: Liam Newman 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Set revision to 2.7.0 before release


-- 
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/github-branch-source-plugin/push/refs/heads/master/ceefd9-43f46d%40github.com.


[jenkinsci/office-365-connector-plugin] 5cfd6b: Use auto-generated syntax for JobDSL example (#208)

2020-04-24 Thread Tobias Gruetzmacher
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 5cfd6b8c8f0aa963e8e57d40f0a08e7a26521db7
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/5cfd6b8c8f0aa963e8e57d40f0a08e7a26521db7
  Author: Tobias Gruetzmacher 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Use auto-generated syntax for JobDSL example (#208)


-- 
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/office-365-connector-plugin/push/refs/heads/master/8355a5-5cfd6b%40github.com.


[jenkinsci/github-branch-source-plugin] ceefd9: Update README.md

2020-04-24 Thread Liam Newman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: ceefd9e27d0b6476e3f70b22c5926ddf5dbbbdfb
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/ceefd9e27d0b6476e3f70b22c5926ddf5dbbbdfb
  Author: Liam Newman 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.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/github-branch-source-plugin/push/refs/heads/master/c92c4b-ceefd9%40github.com.


[jenkinsci/calendar-view-plugin] 88774a: chore(package): update eslint-loader to version 4.0.2

2020-04-24 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/eslint-loader-4.0.2
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: 88774ade7eef20bc88f56b3ba2c5ecf47ed4adf2
  
https://github.com/jenkinsci/calendar-view-plugin/commit/88774ade7eef20bc88f56b3ba2c5ecf47ed4adf2
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update eslint-loader to version 4.0.2

Closes #19


  Commit: e1c5ca3d5b2c3550004d3e35c50581cd99051de4
  
https://github.com/jenkinsci/calendar-view-plugin/commit/e1c5ca3d5b2c3550004d3e35c50581cd99051de4
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/88774ade7eef%5E...e1c5ca3d5b2c

-- 
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/calendar-view-plugin/push/refs/heads/greenkeeper/eslint-loader-4.0.2/00-e1c5ca%40github.com.


[jenkinsci/liquibase-runner-plugin] 0bdf4e: Update for new Liquibase release 3.8.7

2020-04-24 Thread prospero238
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/liquibase-runner-plugin
  Commit: 0bdf4ebc598f41783d4dc6518b5cc7ddf4e7bf47
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/0bdf4ebc598f41783d4dc6518b5cc7ddf4e7bf47
  Author: Robert Reeves 
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
M .gitignore
M pom.xml
M src/test/resources/dsl/dbdoc.groovy
M src/test/resources/dsl/liquibase-update-fullconfig.groovy
M src/test/resources/dsl/liquibase-update.groovy
M src/test/resources/dsl/rollback-dsl.groovy
R src/test/resources/pipeline-scripts/db-doc-template.groovy
R src/test/resources/pipeline-scripts/example-pipeline.groovy
R src/test/resources/pipeline-scripts/pipeline-template.groovy
R src/test/resources/pipeline-scripts/pipeline-with-changelog-params.groovy
R src/test/resources/pipeline-scripts/rollback-pipeline-template.groovy
R src/test/resources/pipeline-scripts/self-contained-pipeline.groovy
A src/test/resources/pipelinescripts/db-doc-template.groovy
A src/test/resources/pipelinescripts/example-pipeline.groovy
A src/test/resources/pipelinescripts/pipeline-template.groovy
A src/test/resources/pipelinescripts/pipeline-with-changelog-params.groovy
A src/test/resources/pipelinescripts/rollback-pipeline-template.groovy
A src/test/resources/pipelinescripts/self-contained-pipeline.groovy

  Log Message:
  ---
  Update for new Liquibase release 3.8.7


  Commit: 2f19ca10e95ced9d59ea149198cfdbfbf701f244
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/2f19ca10e95ced9d59ea149198cfdbfbf701f244
  Author: Robert Reeves 
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependencies for latest version of Jenkins


  Commit: a3e1aec1223076582a69e0e1f7b5841d5f648a3c
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/a3e1aec1223076582a69e0e1f7b5841d5f648a3c
  Author: Robert Reeves 
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependencies for latest version of Jenkins


  Commit: 9cec6f40a3a477ab69e191ed5c1895e33b4a57ef
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/9cec6f40a3a477ab69e191ed5c1895e33b4a57ef
  Author: Robert Reeves 
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuilderTest.java

  Log Message:
  ---
  Update dependencies for latest version of Jenkins


  Commit: c0841b52af897994d074b05c0dec958d2be5da0e
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/c0841b52af897994d074b05c0dec958d2be5da0e
  Author: Robert Reeves 
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  revert hamcrest-date to 1.1.0


  Commit: 325a6c4c7d473c58eed8f527f83312755b81e8d4
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/325a6c4c7d473c58eed8f527f83312755b81e8d4
  Author: Robert Reeves 
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
A src/main/resources/META-INF/hudson.remoting.ClassFilter

  Log Message:
  ---
  fix for JEP-200 issues on security


  Commit: ed17a0310d4f13d83c2cbe905865b7f37ec532a2
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/ed17a0310d4f13d83c2cbe905865b7f37ec532a2
  Author: Nathan Voxland 
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/liquibase/evaluator/ChangeSetDetail.java
M 
src/main/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuilder.java
R src/main/resources/META-INF/hudson.remoting.ClassFilter
M 
src/test/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuilderTest.java

  Log Message:
  ---
  - Removed security-issue causing serialization fields
- Cleaned up pom.xml configuration
- Removed unneeded hudson.remoting.ClassFilter file


  Commit: df5bbb6a22f3ab0076b4d9f7dc295f0d79897875
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/df5bbb6a22f3ab0076b4d9f7dc295f0d79897875
  Author: Nathan Voxland 
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/liquibase/dsl/LiquibaseContext.java
M 
src/main/java/org/jenkinsci/plugins/liquibase/evaluator/DatabaseDocBuilder.java
M src/main/java/org/jenkinsci/plugins/liquibase/workflow/DbDocExecution.java
M 
src/main/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseUpdateExecution.java
M 
src/main/java/org/jenkinsci/plugins/liquibase/workflow/RollbackStepExecution.java
M 
src/main/resources/org/jenkinsci/plugins/liquibase/evaluator/AbstractLiquibaseBuilder/liquibase-common-config.jelly
M 
src/test/java/org/jenkinsci/plugins/liquibase/integration/LiquibasePipelineTest.java
M 

[jenkinsci/calendar-view-plugin] 0e5d40: chore(package): update eslint-loader to version 4.0.1

2020-04-24 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/eslint-loader-4.0.1
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: 0e5d4061fd9b8dab1cee6ba727d79f5fafc30070
  
https://github.com/jenkinsci/calendar-view-plugin/commit/0e5d4061fd9b8dab1cee6ba727d79f5fafc30070
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update eslint-loader to version 4.0.1

Closes #19


  Commit: 0ab4a87ef50a514e0f9a7e3f789535d833568d8b
  
https://github.com/jenkinsci/calendar-view-plugin/commit/0ab4a87ef50a514e0f9a7e3f789535d833568d8b
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/0e5d4061fd9b%5E...0ab4a87ef50a

-- 
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/calendar-view-plugin/push/refs/heads/greenkeeper/eslint-loader-4.0.1/00-0ab4a8%40github.com.


[jenkinsci/junit-plugin] 86a7f0: Update POM, use BOM

2020-04-24 Thread Jesse Glick
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: 86a7f071e1983e3def669a6700fb1530c575e300
  
https://github.com/jenkinsci/junit-plugin/commit/86a7f071e1983e3def669a6700fb1530c575e300
  Author: Jesse Glick 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update POM, use BOM


  Commit: 7605efeb356384a3540ea67788da6ca831d4cfcd
  
https://github.com/jenkinsci/junit-plugin/commit/7605efeb356384a3540ea67788da6ca831d4cfcd
  Author: Jesse Glick 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  buildPlugin.recommendedConfigurations() is useless when 
jenkins.version=2.164.3


  Commit: 984c319d88d1840fe9755c4580fa05ec28aa6850
  
https://github.com/jenkinsci/junit-plugin/commit/984c319d88d1840fe9755c4580fa05ec28aa6850
  Author: Jesse Glick 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Orphaned POM properties


  Commit: 88dbafa6885b96992bd75cb8b4e8dca555076e8a
  
https://github.com/jenkinsci/junit-plugin/commit/88dbafa6885b96992bd75cb8b4e8dca555076e8a
  Author: Jesse Glick 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M src/main/java/hudson/tasks/junit/TestNameTransformer.java
M src/test/java/hudson/tasks/junit/TestNameTransformerTest.java

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/junit-plugin into pom


  Commit: dcbd21ac4389ec0544fff43928a3f88a79cf2129
  
https://github.com/jenkinsci/junit-plugin/commit/dcbd21ac4389ec0544fff43928a3f88a79cf2129
  Author: Jesse Glick 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  useAci


  Commit: 1166421ecee1f8e976d05d0fa40905c9cbd782b9
  
https://github.com/jenkinsci/junit-plugin/commit/1166421ecee1f8e976d05d0fa40905c9cbd782b9
  Author: Jesse Glick 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Merge pull request #132 from jglick/pom

Update POM, use BOM


Compare: 
https://github.com/jenkinsci/junit-plugin/compare/36fa342d702c...1166421ecee1

-- 
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/junit-plugin/push/refs/heads/master/36fa34-116642%40github.com.


[jenkinsci/docker-plugin] 19c1bc: Add extra cleanup code between DockerNodeStepTest ...

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 19c1bc267ab0ea87c757d501c27177a9f1214066
  
https://github.com/jenkinsci/docker-plugin/commit/19c1bc267ab0ea87c757d501c27177a9f1214066
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M 
src/test/java/com/nirima/jenkins/plugins/docker/TestableDockerContainerWatchdog.java
M src/test/java/io/jenkins/docker/pipeline/DockerNodeStepTest.java

  Log Message:
  ---
  Add extra cleanup code between DockerNodeStepTest 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/code_cleanup/5b768d-19c1bc%40github.com.


[jenkins-infra/jenkins-infra] 160a4e: Allow wiki exporter on these pages

2020-04-24 Thread R. Tyler Croy
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 160a4ef4bc01d302d37a99eae6f4ff5c40f25e01
  
https://github.com/jenkins-infra/jenkins-infra/commit/160a4ef4bc01d302d37a99eae6f4ff5c40f25e01
  Author: Gavin Mogan 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M dist/profile/templates/confluence/vhost.conf

  Log Message:
  ---
  Allow wiki exporter on these pages


  Commit: 7797b03aaae1da00ff59586c58ddab40af4e5d4d
  
https://github.com/jenkins-infra/jenkins-infra/commit/7797b03aaae1da00ff59586c58ddab40af4e5d4d
  Author: R. Tyler Croy 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M dist/profile/templates/confluence/vhost.conf

  Log Message:
  ---
  Merge pull request #1466 from halkeye/add-user-agent-override

Allow wiki exporter on these pages


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/6cd851444eb3...7797b03aaae1

-- 
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/jenkins-infra/jenkins-infra/push/refs/heads/staging/6cd851-7797b0%40github.com.


[jenkinsci/github-branch-source-plugin] da9330: 2.164.x

2020-04-24 Thread Liam Newman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: da933012068790b441b09b4f434bfab4dae9d6c6
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/da933012068790b441b09b4f434bfab4dae9d6c6
  Author: Jesse Glick 
  Date:   2020-04-13 (Mon, 13 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  2.164.x


  Commit: 533c1c7c76be21074a6651f94d166dd67cf63df6
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/533c1c7c76be21074a6651f94d166dd67cf63df6
  Author: Liam Newman 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #296 from jglick/2.164.x

2.164.x


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/9d1f48ec47eb...533c1c7c76be

-- 
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/github-branch-source-plugin/push/refs/heads/master/9d1f48-533c1c%40github.com.


[jenkinsci/github-branch-source-plugin] 7815eb: Update Changelog link: open GitHub releases tab

2020-04-24 Thread Liam Newman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 7815eb76f3c7ec4b1bcaacbd813bace53e0bf7e5
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/7815eb76f3c7ec4b1bcaacbd813bace53e0bf7e5
  Author: Ullrich Hafner 
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update Changelog link: open GitHub releases tab


  Commit: c92c4bed632b62f67af6021173c219197f6ec65c
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/c92c4bed632b62f67af6021173c219197f6ec65c
  Author: Liam Newman 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #297 from uhafner/patch-1

Update Changelog link: open GitHub releases tab


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/533c1c7c76be...c92c4bed632b

-- 
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/github-branch-source-plugin/push/refs/heads/master/533c1c-c92c4b%40github.com.


[jenkinsci/aws-sam-plugin]

2020-04-24 Thread Modest Machnicki
  Branch: refs/tags/aws-sam-1.2.3
  Home:   https://github.com/jenkinsci/aws-sam-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/aws-sam-plugin/push/refs/tags/aws-sam-1.2.3/00-4e646c%40github.com.


[jenkinsci/aws-sam-plugin] 6ddcb0: [SECURITY-1736]

2020-04-24 Thread Modest Machnicki
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-sam-plugin
  Commit: 6ddcb029638b5af05df701a11139d6a6c015ab7e
  
https://github.com/jenkinsci/aws-sam-plugin/commit/6ddcb029638b5af05df701a11139d6a6c015ab7e
  Author: Modest Machnicki 
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
M pom.xml
M 
src/main/java/com/amazonaws/jenkins/plugins/sam/util/IntrinsicsYamlConstructor.java

  Log Message:
  ---
  [SECURITY-1736]


  Commit: 89b117cc525e1ed09d07f51998aeee47104389e4
  
https://github.com/jenkinsci/aws-sam-plugin/commit/89b117cc525e1ed09d07f51998aeee47104389e4
  Author: Modest Machnicki 
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-sam-1.2.3


  Commit: 073f6e207a3e5e5b117535c02453cb405f470478
  
https://github.com/jenkinsci/aws-sam-plugin/commit/073f6e207a3e5e5b117535c02453cb405f470478
  Author: Modest Machnicki 
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/aws-sam-plugin/compare/cd39d25b1816...073f6e207a3e

-- 
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/aws-sam-plugin/push/refs/heads/master/cd39d2-073f6e%40github.com.


[jenkinsci/jira-plugin] bf8cea: Run codestyle checks early in tests phase

2020-04-24 Thread Radek Antoniuk
  Branch: refs/heads/code-formatting
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: bf8cea6d21d423363414401c741f9150fac2954d
  
https://github.com/jenkinsci/jira-plugin/commit/bf8cea6d21d423363414401c741f9150fac2954d
  Author: Radek Antoniuk 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Run codestyle checks early in tests phase


-- 
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/jira-plugin/push/refs/heads/code-formatting/cb99b3-bf8cea%40github.com.


[jenkinsci/jira-plugin] cb99b3: Add common code style rules and enable check durin...

2020-04-24 Thread Radek Antoniuk
  Branch: refs/heads/code-formatting
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: cb99b3fbc0cc4bd278089eabfc5effa23b923d16
  
https://github.com/jenkinsci/jira-plugin/commit/cb99b3fbc0cc4bd278089eabfc5effa23b923d16
  Author: Radek Antoniuk 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M .gitignore
A .idea/checkstyle-idea.xml
A .idea/codeStyles/Project.xml
A .idea/codeStyles/codeStyleConfig.xml
A .mvn/checkstyle-suppressions.xml
A .mvn/checkstyle.xml
M pom.xml

  Log Message:
  ---
  Add common code style rules and enable check during package phase


-- 
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/jira-plugin/push/refs/heads/code-formatting/8798d6-cb99b3%40github.com.


[jenkins-infra/jenkins.io]

2020-04-24 Thread Oleg Nenashev
  Branch: refs/heads/windows-download-link
  Home:   https://github.com/jenkins-infra/jenkins.io

-- 
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/jenkins-infra/jenkins.io/push/refs/heads/windows-download-link/75e0e5-00%40github.com.


[jenkins-infra/jenkins.io] 75e0e5: Downloads: Fix the Windows redirect

2020-04-24 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 75e0e5a6883ba134f43127ea9fa4afaccc9e23fb
  
https://github.com/jenkins-infra/jenkins.io/commit/75e0e5a6883ba134f43127ea9fa4afaccc9e23fb
  Author: Oleg Nenashev 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/download/thank-you-downloading-windows-installer.html.haml

  Log Message:
  ---
  Downloads: Fix the Windows redirect


  Commit: 802c3fa154d4aa6eb212bc7da4e688e70cfc4748
  
https://github.com/jenkins-infra/jenkins.io/commit/802c3fa154d4aa6eb212bc7da4e688e70cfc4748
  Author: Oleg Nenashev 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/download/thank-you-downloading-windows-installer.html.haml

  Log Message:
  ---
  Merge pull request #3116 from jenkins-infra/windows-download-link

Downloads: Fix the Windows MSI redirect to use the new weekly


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/416061bef112...802c3fa154d4

-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/416061-802c3f%40github.com.


[jenkins-infra/jenkins.io] 416061: Update logging redirects (#3117)

2020-04-24 Thread Tim Jacomb
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 416061bef1120169bebd6dbbea1dfa463192d103
  
https://github.com/jenkins-infra/jenkins.io/commit/416061bef1120169bebd6dbbea1dfa463192d103
  Author: Tim Jacomb 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/redirect/find-jenkins-logs.adoc
M content/redirect/log-recorders.adoc
M content/redirect/logging.adoc

  Log Message:
  ---
  Update logging redirects (#3117)


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/7640af-416061%40github.com.


[jenkinsci/jabber-plugin] cd01dc: readme: add contact information

2020-04-24 Thread Florian Schmaus
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jabber-plugin
  Commit: cd01dc81b8c70f6a6f48b8f57c43ba748285f71d
  
https://github.com/jenkinsci/jabber-plugin/commit/cd01dc81b8c70f6a6f48b8f57c43ba748285f71d
  Author: Florian Schmaus 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  readme: add contact information


-- 
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/jabber-plugin/push/refs/heads/master/e90ce5-cd01dc%40github.com.


[jenkinsci/ssh-slaves-plugin] d1e549: Update CONFIGURE.md

2020-04-24 Thread Ivan Fernandez Calvo
  Branch: refs/heads/JENKINS-61356
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: d1e54953a8ca51e7a644c706d7361c606f1b656b
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/d1e54953a8ca51e7a644c706d7361c606f1b656b
  Author: Ivan Fernandez Calvo 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M doc/CONFIGURE.md

  Log Message:
  ---
  Update CONFIGURE.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/ssh-slaves-plugin/push/refs/heads/JENKINS-61356/00-d1e549%40github.com.


[jenkinsci/docker-plugin] 46c42e: Resolve compiler differences.

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 46c42e7f195f0d3c2153cfeb2c88f2929af02256
  
https://github.com/jenkinsci/docker-plugin/commit/46c42e7f195f0d3c2153cfeb2c88f2929af02256
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

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

  Log Message:
  ---
  Resolve compiler differences.

Eclipse complains about an unnecessary cast and wants it gone.
My local build doesn't complain either way.
JenkinsCI fails to compile without the cast.


  Commit: 5b768ddc8af29ff1cbacfeffe206ecf593f88b95
  
https://github.com/jenkinsci/docker-plugin/commit/5b768ddc8af29ff1cbacfeffe206ecf593f88b95
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Enforce SpotBugs

Make sure subsequent builds insist on a clean result.


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/a39f335d156d...5b768ddc8af2

-- 
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/code_cleanup/a39f33-5b768d%40github.com.


[jenkinsci/docker-plugin] 6b1153: Minor help text improvements.

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 6b1153a1c1f6815cc2f00de9020d3110543550a4
  
https://github.com/jenkinsci/docker-plugin/commit/6b1153a1c1f6815cc2f00de9020d3110543550a4
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M 
src/main/java/io/jenkins/docker/connector/DockerComputerAttachConnector.java
M 
src/main/resources/io/jenkins/docker/connector/DockerComputerAttachConnector/help-jvmArgsString.jelly

  Log Message:
  ---
  Minor help text improvements.

DockerComputerAttachConnector text hard-coded name of java and the jvm
args.
Now the help reads these from the code so they can't get out of step.


  Commit: 0d05eac78e5447f4ac79829056a38bf112f7fee9
  
https://github.com/jenkinsci/docker-plugin/commit/0d05eac78e5447f4ac79829056a38bf112f7fee9
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

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

  Log Message:
  ---
  Bugfix: DockerBuilderControlOptionStop didn't remove containers

Found by spotbugs error: DockerBuilderControlOptionStop didn't remove
containers when it was told to - it didn't exec the removal.


  Commit: 2b2b3a65114ac937dc41ed563d1dcc6ce31a0f68
  
https://github.com/jenkinsci/docker-plugin/commit/2b2b3a65114ac937dc41ed563d1dcc6ce31a0f68
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M 
src/main/java/com/nirima/jenkins/plugins/docker/DockerContainerWatchdog.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerJobProperty.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderPublisher.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/listener/DockerQueueListener.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/connector/DockerComputerJNLPConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java

  Log Message:
  ---
  Code visibility: hide things we don't want so public

- Added @Restricted(NoExternalUse.class) to code that shouldn't be used
outside the plugin.
- Made some classes/methods static where possible.
- Made some things less visible where possible.


  Commit: 805ccfff1ad6e0446880bd844a5482c2d5ee
  
https://github.com/jenkinsci/docker-plugin/commit/805ccfff1ad6e0446880bd844a5482c2d5ee
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerManagement.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionProvisionAndStart.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderPublisher.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/listener/DockerQueueListener.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/listener/DockerRunListener.java
M src/main/java/com/nirima/jenkins/plugins/docker/utils/JenkinsUtils.java

  Log Message:
  ---
  Fix spotbug complaints w.r.t. nulls etc

Fixed some potential null-pointer exceptions.
Removed redundant null checks.


  Commit: b87a3d1699e503d3e0b81d70b6cdf8c07d962ab4
  
https://github.com/jenkinsci/docker-plugin/commit/b87a3d1699e503d3e0b81d70b6cdf8c07d962ab4
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M 
src/main/java/com/nirima/jenkins/plugins/docker/DockerContainerWatchdog.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerRegistry.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java
M src/main/java/io/jenkins/docker/connector/DockerComputerJNLPConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/TestableDockerContainerWatchdog.java

  Log Message:
  ---
  More spotbugs errors & compiler warnings

Removed unnecessary code.
Remove unnecessary cast.
Fix inefficient use of boxing.


  Commit: a39f335d156dfe26b687cfeec927a160dab74d2d
  
https://github.com/jenkinsci/docker-plugin/commit/a39f335d156dfe26b687cfeec927a160dab74d2d
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerRegistry.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerSlave.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/launcher/DockerComputerJNLPLauncher.java
M 

[jenkinsci/docker-plugin] e8bd65: Enhancement: Improved logging of errors.

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: e8bd65b6d45a8427b93d8aade87107e1d49e8e7e
  
https://github.com/jenkinsci/docker-plugin/commit/e8bd65b6d45a8427b93d8aade87107e1d49e8e7e
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionRun.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionStopAll.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/DockerMultiplexedInputStream.java
M src/main/java/io/jenkins/docker/connector/DockerComputerConnector.java
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStepExecution.java

  Log Message:
  ---
  Enhancement: Improved logging of errors.


-- 
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/code_cleanup/492bfd-e8bd65%40github.com.


[jenkinsci/docker-plugin] 492bfd: Refactor: Reduce code duplication in DockerTemplat...

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 492bfdafa63fe9ba039b799801aff0eb9fe12bb4
  
https://github.com/jenkinsci/docker-plugin/commit/492bfdafa63fe9ba039b799801aff0eb9fe12bb4
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

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

  Log Message:
  ---
  Refactor: Reduce code duplication in DockerTemplateBase

Unified the two methods of parsing a volumes string within
DockerTemplateBase to one common method used for both processing and
validation.


-- 
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/code_cleanup/45bb89-492bfd%40github.com.


[jenkinsci/docker-plugin] 45bb89: Where possible, store nulls instead of empty strin...

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 45bb89c19e5271e71af7a84712ae1ba22aaa06b1
  
https://github.com/jenkinsci/docker-plugin/commit/45bb89c19e5271e71af7a84712ae1ba22aaa06b1
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.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/builder/DockerBuilderPublisher.java
M src/main/java/com/nirima/jenkins/plugins/docker/utils/JenkinsUtils.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/test/java/com/nirima/jenkins/plugins/docker/DockerTemplateTest.java

  Log Message:
  ---
  Where possible, store nulls instead of empty strings/collections.

Enhancement: Where possible, store nulls instead of empty
strings/collections.
Code improvement: Added @CheckForNull/@Nullable/@Nonnull/@Deprecated
annotations to aid clarity.
Refactor: Moved String split/filter/trim methods to JenkinsUtils class.
Null-proofed code.


-- 
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/code_cleanup/9c055b-45bb89%40github.com.


[jenkinsci/genexus-plugin] 2fceda: Fixed ToolHelper for default installation cases

2020-04-24 Thread José Lamas
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/genexus-plugin
  Commit: 2fcedad93cc0733871fa817f77cfd05d66cf390d
  
https://github.com/jenkinsci/genexus-plugin/commit/2fcedad93cc0733871fa817f77cfd05d66cf390d
  Author: jlr 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/genexus/helpers/ToolHelper.java

  Log Message:
  ---
  Fixed ToolHelper for default installation cases

When no tool installation is specified, the received tool path is empty or 
null. In that case, it now defaults to the execName (which will rely on the 
system finding it in the workspace directory or the environment path). Before 
this fix, it was wrongly constructing the path as "\{execName}"


-- 
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/genexus-plugin/push/refs/heads/master/bc9769-2fceda%40github.com.


[jenkinsci/appscan-plugin] 79dd20: Asa 2239 (#83)

2020-04-24 Thread pooja-singh-appscan
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/appscan-plugin
  Commit: 79dd2024a9e3df78aaf858425bd80f89057a9277
  
https://github.com/jenkinsci/appscan-plugin/commit/79dd2024a9e3df78aaf858425bd80f89057a9277
  Author: pooja-singh-appscan 
<62934151+pooja-singh-apps...@users.noreply.github.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M src/main/java/com/hcl/appscan/jenkins/plugin/scanners/DynamicAnalyzer.java

  Log Message:
  ---
  Asa 2239 (#83)

* ASA-2239

* Code review changes

Co-authored-by: pooja-singh-appscan 



-- 
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/appscan-plugin/push/refs/heads/master/110462-79dd20%40github.com.


[jenkinsci/parasoft-findings-plugin] 96a78c: Add configuration files for Jenkins test job

2020-04-24 Thread tpieczkowskiParasoft
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: 96a78c26bdacbcdb75a4fd1d4a65d176dd5dd5cb
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/96a78c26bdacbcdb75a4fd1d4a65d176dd5dd5cb
  Author: Tomasz Pieczkowski 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
A src/test/resources/jenkins/configToEdit.xml
A src/test/resources/jenkins/reportToEdit.xml

  Log Message:
  ---
  Add configuration files for Jenkins test job


-- 
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/parasoft-findings-plugin/push/refs/heads/master/5d5c78-96a78c%40github.com.


[jenkins-infra/jenkins.io] 75e0e5: Downloads: Fix the Windows redirect

2020-04-24 Thread Oleg Nenashev
  Branch: refs/heads/windows-download-link
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 75e0e5a6883ba134f43127ea9fa4afaccc9e23fb
  
https://github.com/jenkins-infra/jenkins.io/commit/75e0e5a6883ba134f43127ea9fa4afaccc9e23fb
  Author: Oleg Nenashev 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/download/thank-you-downloading-windows-installer.html.haml

  Log Message:
  ---
  Downloads: Fix the Windows redirect


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/windows-download-link/00-75e0e5%40github.com.


[jenkins-infra/jenkins.io] 204bf4: Advoacy SIG: Extend the project descriptions

2020-04-24 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 204bf4b6edc6dd26df16cf614928bd4d73521332
  
https://github.com/jenkins-infra/jenkins.io/commit/204bf4b6edc6dd26df16cf614928bd4d73521332
  Author: Oleg Nenashev 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M content/sigs/advocacy-and-outreach/index.adoc

  Log Message:
  ---
  Advoacy SIG: Extend the project descriptions


  Commit: 0940d82364d2fa5ba0ecdfe425e3f1857631e91f
  
https://github.com/jenkins-infra/jenkins.io/commit/0940d82364d2fa5ba0ecdfe425e3f1857631e91f
  Author: Mark Waite 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M content/sigs/advocacy-and-outreach/index.adoc

  Log Message:
  ---
  Adjust a verb


  Commit: 7640affebddb938067414da07d2585eae295faaa
  
https://github.com/jenkins-infra/jenkins.io/commit/7640affebddb938067414da07d2585eae295faaa
  Author: Oleg Nenashev 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/sigs/advocacy-and-outreach/index.adoc

  Log Message:
  ---
  Merge pull request #3106 from oleg-nenashev/advocacy-outreach-sig-projects

Advoacy SIG: Extend the project descriptions


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/4ec3037ed28c...7640affebddb

-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/4ec303-7640af%40github.com.


[jenkins-infra/jenkins.io] 7f0388: Add aws sponsor logo

2020-04-24 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 7f03881c82ccffa7958b03c7b3a79e5fe8ffb49a
  
https://github.com/jenkins-infra/jenkins.io/commit/7f03881c82ccffa7958b03c7b3a79e5fe8ffb49a
  Author: Olblak 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
A content/images/sponsors/aws.png

  Log Message:
  ---
  Add aws sponsor logo


  Commit: fbc7822099aa118c32947281641f159f2dc71495
  
https://github.com/jenkins-infra/jenkins.io/commit/fbc7822099aa118c32947281641f159f2dc71495
  Author: Olblak 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M content/index.html.haml

  Log Message:
  ---
  Add various sponsors


  Commit: e9395273debd2b5c409d06afd2c5a75d97cb88f1
  
https://github.com/jenkins-infra/jenkins.io/commit/e9395273debd2b5c409d06afd2c5a75d97cb88f1
  Author: Olblak 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M content/index.html.haml

  Log Message:
  ---
  Add missing ]


  Commit: 7e2a158b4bb5e63e3f217267df48ae07ec3a5b2c
  
https://github.com/jenkins-infra/jenkins.io/commit/7e2a158b4bb5e63e3f217267df48ae07ec3a5b2c
  Author: Mark Waite 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M .github/autolabeler.yml
M CONTRIBUTING.adoc
M Gemfile.lock
M README.adoc
M content/_data/authors/linuxsuren.adoc
A content/_data/authors/nikhildarocha.adoc
M content/_data/changelogs/lts.yml
M content/_data/changelogs/weekly.yml
A content/_data/events/2020-04-17-jom-kubernetes-getting-started.adoc
A content/_data/logo/stay-safe.yml
A content/_data/roadmap/roadmap.yml
M content/_data/solutions/android.yml
M content/_data/solutions/bitbucketserver.yml
M content/_data/solutions/c.yml
M content/_data/solutions/docker.yml
M content/_data/solutions/embedded.yml
M content/_data/solutions/github.yml
M content/_data/solutions/java.yml
M content/_data/solutions/php.yml
M content/_data/solutions/pipeline.yml
M content/_data/solutions/python.yml
M content/_data/solutions/ruby.yml
A content/_data/upgrades/2-222-2.adoc
M content/_layouts/advisory.html.haml
A content/_layouts/security.html.haml
M content/blog/2018/01/2018-01-08-moving-from-buddybuild-for-android.adoc
M content/blog/2019/07/2019-07-25-azure-artifact-manager.adoc
A content/blog/2020/04/2020-04-16-github-app-authentication.adoc
R content/css/blueocean-roadmap-style.css
M content/css/jenkins.css
A content/css/roadmap.css
M content/doc/book/managing/security.adoc
M content/doc/book/managing/system-properties.adoc
M content/doc/book/pipeline/jenkinsfile.adoc
M content/doc/book/pipeline/syntax.adoc
R 
content/doc/book/resources/managing/configure-global-security-enable-security.png
A content/doc/book/resources/managing/configure-global-security.png
M content/doc/book/securing-jenkins.html.haml
M content/doc/developer/plugin-development/dependency-management.adoc
M content/doc/developer/publishing/documentation.adoc
M content/doc/developer/publishing/plugin-site.adoc
M content/doc/developer/publishing/releasing-experimental-updates.adoc
M content/doc/developer/publishing/requesting-hosting.adoc
M content/doc/developer/testing/index.adoc
M content/doc/developer/views/index.adoc
M content/doc/tutorials/build-a-python-app-with-pyinstaller.adoc
M content/download/index.html.haml
M content/download/thank-you-downloading-windows-installer.html.haml
A content/images/github-app-rate-limit.png
A content/images/logos/stay-safe/256.png
A content/images/logos/stay-safe/stay-safe.png
A content/images/post-images/jenkins-and-github.png
A content/images/solution-images/android.svg
A content/images/solution-images/bitbucketserver.svg
A content/images/solution-images/c.svg
A content/images/solution-images/docker.svg
A content/images/solution-images/embedded.svg
A content/images/solution-images/github.svg
A content/images/solution-images/java.svg
A content/images/solution-images/php.svg
A content/images/solution-images/pipeline.svg
A content/images/solution-images/python.svg
A content/images/solution-images/ruby.svg
M content/participate/help.adoc
M content/participate/index.html.haml
M content/project/index.adoc
A content/project/roadmap/index.html.haml
M content/projects/gsoc/2020/project-ideas/git-plugin-caching.adoc
M content/projects/gsoc/2020/project-ideas/git-plugin-performance.adoc
M content/projects/gsoc/2020/project-ideas/jenkins-x-apps-consolidation.adoc
M content/projects/gsoc/2020/project-ideas/jenkins-x-boot-apps.adoc
M content/projects/gsoc/2020/project-ideas/jenkins-x-openwrt-ppa.adoc
M content/projects/gsoc/2020/project-ideas/remoting-monitoring.adoc
A content/redirect/distributed-builds.adoc
A content/redirects/distributed-builds.adoc
M 

[jenkins-infra/jenkins.io] 703b46: Jenkins Online Meetup: Document the platform and t...

2020-04-24 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 703b469c64b0d84584751bd84ba3b4d9b83b7c2c
  
https://github.com/jenkins-infra/jenkins.io/commit/703b469c64b0d84584751bd84ba3b4d9b83b7c2c
  Author: Oleg Nenashev 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
A content/events/online-meetup/index.adoc
M content/projects/jam/index.adoc

  Log Message:
  ---
  Jenkins Online Meetup: Document the platform and the CFP process


  Commit: 139a51e3cda21a51807ef0610c56ef0f8d282d3c
  
https://github.com/jenkins-infra/jenkins.io/commit/139a51e3cda21a51807ef0610c56ef0f8d282d3c
  Author: Oleg Nenashev 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M content/events/online-meetup/index.adoc

  Log Message:
  ---
  Online Meetup: Explicitly reference the participant limit as suggested by 
@tracymiranda


  Commit: fe2f5d38d8da219f542daad973d492078dc8f8f6
  
https://github.com/jenkins-infra/jenkins.io/commit/fe2f5d38d8da219f542daad973d492078dc8f8f6
  Author: Mark Waite 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M content/events/online-meetup/index.adoc

  Log Message:
  ---
  Minor phrasing fix


  Commit: 6ba4883d20eb7a340d17b2b2e9060461ec11c368
  
https://github.com/jenkins-infra/jenkins.io/commit/6ba4883d20eb7a340d17b2b2e9060461ec11c368
  Author: Mark Waite 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M content/events/online-meetup/index.adoc
M content/projects/jam/index.adoc

  Log Message:
  ---
  Minor phrasing changes


  Commit: d9421668aa1714280a4206e67d73c4e8f670c421
  
https://github.com/jenkins-infra/jenkins.io/commit/d9421668aa1714280a4206e67d73c4e8f670c421
  Author: Mark Waite 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
A content/events/online-meetup/index.adoc
M content/projects/jam/index.adoc

  Log Message:
  ---
  Merge pull request #3105 from oleg-nenashev/online-meetup-platform

Document the online meetup platform and the CFP process


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/f3af2dc46011...d9421668aa17

-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/f3af2d-d94216%40github.com.


[jenkinsci/calendar-view-plugin] a7e3de: chore(package): update css-loader to version 3.5.3

2020-04-24 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/css-loader-3.5.3
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: a7e3deb68c3e8b0875c20cf86d713be9c557b7c2
  
https://github.com/jenkinsci/calendar-view-plugin/commit/a7e3deb68c3e8b0875c20cf86d713be9c557b7c2
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update css-loader to version 3.5.3

Closes #12


  Commit: 9a1fe356a115bc8288d8e7498977fa928a045569
  
https://github.com/jenkinsci/calendar-view-plugin/commit/9a1fe356a115bc8288d8e7498977fa928a045569
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/a7e3deb68c3e%5E...9a1fe356a115

-- 
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/calendar-view-plugin/push/refs/heads/greenkeeper/css-loader-3.5.3/00-9a1fe3%40github.com.


[jenkinsci/docker-plugin] 9c055b: spotbugs: Don't use platform default encoding.

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 9c055bbdd9eab1b00c66405426da002ad15d11a0
  
https://github.com/jenkinsci/docker-plugin/commit/9c055bbdd9eab1b00c66405426da002ad15d11a0
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
M 
src/main/java/io/jenkins/docker/connector/DockerComputerAttachConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java

  Log Message:
  ---
  spotbugs: Don't use platform default encoding.

We use UTF-8 unless we're sure US-ASCII will suffice.


-- 
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/code_cleanup/91f2a4-9c055b%40github.com.


[jenkinsci/docker-plugin] 319467: Spotbugs: variables and methods should be camelCase

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 319467d5bf63df9f7fe5de27bbdd86b33ef1e4f3
  
https://github.com/jenkinsci/docker-plugin/commit/319467d5bf63df9f7fe5de27bbdd86b33ef1e4f3
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerDisabled.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerManagement.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java
M src/main/resources/com/nirima/jenkins/plugins/docker/Messages.properties
M 
src/main/resources/com/nirima/jenkins/plugins/docker/Messages_de.properties

  Log Message:
  ---
  Spotbugs: variables and methods should be camelCase

Renamed properties in Messages.properties to fit with naming
conventions.
Local variables shouldn't start with a capital letter.


  Commit: 91f2a45d7b3c20588305ea292a94fc49735e8a99
  
https://github.com/jenkinsci/docker-plugin/commit/91f2a45d7b3c20588305ea292a94fc49735e8a99
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.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/DockerLaunchAction.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/connector/DockerComputerAttachConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerJNLPConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java

  Log Message:
  ---
  Improved toString/equals/hashCode consistency.


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/9563b5678e02...91f2a45d7b3c

-- 
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/code_cleanup/9563b5-91f2a4%40github.com.


[jenkinsci/docker-plugin] 9563b5: Spotbugs - Serializable usage

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 9563b5678e02f87ce1ce28f92d09601d3a549d60
  
https://github.com/jenkinsci/docker-plugin/commit/9563b5678e02f87ce1ce28f92d09601d3a549d60
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M 
src/main/java/com/nirima/jenkins/plugins/docker/DockerContainerWatchdog.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplateBase.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/action/DockerLaunchAction.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionRun.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
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
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStep.java
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStepExecution.java
M src/main/resources/io/jenkins/docker/pipeline/DockerNodeStep/config.jelly
A src/test/java/io/jenkins/docker/pipeline/DockerNodeStepExecutionTest.java
M src/test/java/io/jenkins/docker/pipeline/DockerNodeStepTest.java

  Log Message:
  ---
  Spotbugs - Serializable usage

Bugfix: Removed Serializable declaration from classes that contain
non-serializable fields.
Added serialVersionUID to classes that need it.
Removed serialVersionUID from classes that didn't need it.
Fixed spotbugs error: transient field not set by deserialization
Bugfix: DockerNodeStep's connector has to be Serializable.


-- 
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/code_cleanup/cabc6f-9563b5%40github.com.


[jenkinsci/azure-credentials-plugin] 1b6aac: Update change log for version 4.0.1

2020-04-24 Thread xuzhang3
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-credentials-plugin
  Commit: 1b6aacb46edfa87b3ebff6c7f57fbae3e9105551
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/1b6aacb46edfa87b3ebff6c7f57fbae3e9105551
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Update change log for version 4.0.1


  Commit: 3870899783fd2fd2bbb410d281c48bdf0f9356f4
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/3870899783fd2fd2bbb410d281c48bdf0f9356f4
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-credentials-4.0.1


  Commit: 176e78207fae153254c4ac75c57f2ce27c45d362
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/176e78207fae153254c4ac75c57f2ce27c45d362
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/azure-credentials-plugin/compare/8039eb8f8644...176e78207fae

-- 
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-credentials-plugin/push/refs/heads/dev/8039eb-176e78%40github.com.


[jenkinsci/azure-credentials-plugin]

2020-04-24 Thread xuzhang3
  Branch: refs/tags/azure-credentials-4.0.1
  Home:   https://github.com/jenkinsci/azure-credentials-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/azure-credentials-plugin/push/refs/tags/azure-credentials-4.0.1/00-2b9aa0%40github.com.


[jenkinsci/azure-credentials-plugin] 176e78: [maven-release-plugin] prepare for next developmen...

2020-04-24 Thread xuzhang3
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-credentials-plugin
  Commit: 176e78207fae153254c4ac75c57f2ce27c45d362
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/176e78207fae153254c4ac75c57f2ce27c45d362
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  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/azure-credentials-plugin/push/refs/heads/master/387089-176e78%40github.com.


[jenkinsci/azure-credentials-plugin] 1b6aac: Update change log for version 4.0.1

2020-04-24 Thread xuzhang3
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-credentials-plugin
  Commit: 1b6aacb46edfa87b3ebff6c7f57fbae3e9105551
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/1b6aacb46edfa87b3ebff6c7f57fbae3e9105551
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Update change log for version 4.0.1


  Commit: 3870899783fd2fd2bbb410d281c48bdf0f9356f4
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/3870899783fd2fd2bbb410d281c48bdf0f9356f4
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-credentials-4.0.1


Compare: 
https://github.com/jenkinsci/azure-credentials-plugin/compare/8039eb8f8644...3870899783fd

-- 
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-credentials-plugin/push/refs/heads/master/8039eb-387089%40github.com.


[jenkinsci/qftest-plugin] 31067d: [maven-release-plugin] prepare release qftest-2.0.8

2020-04-24 Thread qfs
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qftest-plugin
  Commit: 31067d0fc3141561fe14db86242bfeda53e23178
  
https://github.com/jenkinsci/qftest-plugin/commit/31067d0fc3141561fe14db86242bfeda53e23178
  Author: Thomas Max 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release qftest-2.0.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/qftest-plugin/push/refs/heads/master/00c498-31067d%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/tags/qftest-2.0.8
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/tags/qftest-2.0.8/00-b098f4%40github.com.


[jenkinsci/qftest-plugin] 642628: [maven-release-plugin] prepare for next developmen...

2020-04-24 Thread qfs
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qftest-plugin
  Commit: 6426280fd16ea06f0de85406d4ebae0eb7fc8b28
  
https://github.com/jenkinsci/qftest-plugin/commit/6426280fd16ea06f0de85406d4ebae0eb7fc8b28
  Author: Thomas Max 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  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/qftest-plugin/push/refs/heads/master/31067d-642628%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/heads/master_jenkins_github
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/heads/master_jenkins_github/7c8f0d-00%40github.com.


[jenkinsci/azure-vmss-plugin]

2020-04-24 Thread dependabot[bot]
  Branch: 
refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.4
  Home:   https://github.com/jenkinsci/azure-vmss-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/azure-vmss-plugin/push/refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.4/8f5286-00%40github.com.


[jenkinsci/azure-vmss-plugin] d50307: Dependency upgrade

2020-04-24 Thread xuzhang3
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-vmss-plugin
  Commit: d50307ac6492bdd333ff3ca182dcb06e5ec834da
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/d50307ac6492bdd333ff3ca182dcb06e5ec834da
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Dependency upgrade
* Bump Java version from 1.7 to 1.8
* Bump jackson-dabatind to 2.9.10
* Bump auzre-sdk to 1.10.0


  Commit: 4686497073ace4d1da5ac1d5fd7f09f5c2e3dd06
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/4686497073ace4d1da5ac1d5fd7f09f5c2e3dd06
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Change log for version 0.2.2


  Commit: d8bf0867142664c127fd49f5427b5cd63df385cc
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/d8bf0867142664c127fd49f5427b5cd63df385cc
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-vmss-0.2.2


  Commit: dd84ba539f13d38d9122971328880307a2ed98bb
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/dd84ba539f13d38d9122971328880307a2ed98bb
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

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


  Commit: 03455af13d3a6537515f1e8dc09903567ba0c34a
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/03455af13d3a6537515f1e8dc09903567ba0c34a
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  sync with master


Compare: 
https://github.com/jenkinsci/azure-vmss-plugin/compare/c18b7c16f798...03455af13d3a

-- 
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-vmss-plugin/push/refs/heads/dev/c18b7c-03455a%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/tags/qftest-2.0.7
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/tags/qftest-2.0.7/00-5d8ff0%40github.com.


[jenkinsci/qftest-plugin] 58c162: Do not override onTest... parameters with default ...

2020-04-24 Thread qfs
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qftest-plugin
  Commit: 58c162a86cc4a948477bb159b169fd273f252081
  
https://github.com/jenkinsci/qftest-plugin/commit/58c162a86cc4a948477bb159b169fd273f252081
  Author: Philipp Mahlberg 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/qftest/QFTestConfigBuilder.java

  Log Message:
  ---
  Do not override onTest... parameters with default settings


  Commit: 6048f1f6a82a191f7dab4b2ca3ef923f670991db
  
https://github.com/jenkinsci/qftest-plugin/commit/6048f1f6a82a191f7dab4b2ca3ef923f670991db
  Author: Philipp Mahlberg 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/qftest/QFTestConfigBuilder.java

  Log Message:
  ---
  Expand even more env Variables


  Commit: 0c507fb5fc31fde514688f9eb91e9ab18e027fdb
  
https://github.com/jenkinsci/qftest-plugin/commit/0c507fb5fc31fde514688f9eb91e9ab18e027fdb
  Author: Thomas Max 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release qftest-2.0.7


Compare: 
https://github.com/jenkinsci/qftest-plugin/compare/3912a48b77cc...0c507fb5fc31

-- 
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/qftest-plugin/push/refs/heads/master/3912a4-0c507f%40github.com.


[jenkinsci/qftest-plugin] 00c498: [maven-release-plugin] prepare for next developmen...

2020-04-24 Thread qfs
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qftest-plugin
  Commit: 00c498ea778844c31294f7e5fa51fe94688d1d69
  
https://github.com/jenkinsci/qftest-plugin/commit/00c498ea778844c31294f7e5fa51fe94688d1d69
  Author: Thomas Max 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  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/qftest-plugin/push/refs/heads/master/0c507f-00c498%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/heads/master/6e6e3f-3912a4%40github.com.


[jenkinsci/docker-plugin] cabc6f: Spotbugs: Unwanted Clonable

2020-04-24 Thread Peter Darton
  Branch: refs/heads/code_cleanup
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: cabc6fb1f7e5ce4d7415b8b99cc14f2ce7616788
  
https://github.com/jenkinsci/docker-plugin/commit/cabc6fb1f7e5ce4d7415b8b99cc14f2ce7616788
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
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/action/DockerLaunchAction.java

  Log Message:
  ---
  Spotbugs: Unwanted Clonable

Fixed spotbugs error: Removed Clonable declaration from classes that
didn't use it and/or didn't implement it.


-- 
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/code_cleanup/00-cabc6f%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/heads/master_gitlab
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/heads/master_gitlab/552b43-00%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/tags/qftest-2.0.8
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/tags/qftest-2.0.8/5798bc-00%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/tags/qftest-2.0.8
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/tags/qftest-2.0.8/00-5798bc%40github.com.


[jenkinsci/azure-vmss-plugin]

2020-04-24 Thread xuzhang3
  Branch: refs/heads/f/jacksondatabind-upgrade
  Home:   https://github.com/jenkinsci/azure-vmss-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/azure-vmss-plugin/push/refs/heads/f/jacksondatabind-upgrade/f84ef2-00%40github.com.


[jenkinsci/azure-vmss-plugin] dd84ba: [maven-release-plugin] prepare for next developmen...

2020-04-24 Thread xuzhang3
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-vmss-plugin
  Commit: dd84ba539f13d38d9122971328880307a2ed98bb
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/dd84ba539f13d38d9122971328880307a2ed98bb
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  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/azure-vmss-plugin/push/refs/heads/master/d8bf08-dd84ba%40github.com.


[jenkinsci/azure-vmss-plugin] d8be89: Add instructions for reporting issues

2020-04-24 Thread xuzhang3
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-vmss-plugin
  Commit: d8be892432e5b2c886b2fc73fe3689b661a80f80
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/d8be892432e5b2c886b2fc73fe3689b661a80f80
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Add instructions for reporting issues


  Commit: e5f984fbfc1b69f933ffdee4d3e05def653324a2
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/e5f984fbfc1b69f933ffdee4d3e05def653324a2
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #5 from jenkinsci/jira

Add instructions for reporting issues


  Commit: 1625fb47f6ada5e6d010d850a4b1de96a89c7a62
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/1625fb47f6ada5e6d010d850a4b1de96a89c7a62
  Author: Jie Shen 
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade jackson version to fix security alert


  Commit: 92843ec9e8c1e028d7a73ca7eba6ba00623f1cb9
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/92843ec9e8c1e028d7a73ca7eba6ba00623f1cb9
  Author: Jie Shen 
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #6 from jenkinsci/security

Upgrade jackson version to fix security alert


  Commit: 1b32da55cf18f909931edf8d86c298ec88a5f60d
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/1b32da55cf18f909931edf8d86c298ec88a5f60d
  Author: Jie Shen 
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jackson version


  Commit: d316d1ca9e2be439d7a4953cf8bf8868331317ac
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/d316d1ca9e2be439d7a4953cf8bf8868331317ac
  Author: Jie Shen 
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml (#8)


  Commit: b5efb8fc82b49d12a1948f2dbdbea634ee1b3149
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/b5efb8fc82b49d12a1948f2dbdbea634ee1b3149
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jackson-databind from 2.9.9.2 to 2.9.10.1 (#9)

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.9.2 to 
2.9.10.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] 


  Commit: d09ec30e024b93684c89c88380dc542aad6979ac
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/d09ec30e024b93684c89c88380dc542aad6979ac
  Author: Jie Shen 
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
A azure-pipelines.yml

  Log Message:
  ---
  Set up CI with Azure Pipelines (#10)

[skip ci]


  Commit: d50307ac6492bdd333ff3ca182dcb06e5ec834da
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/d50307ac6492bdd333ff3ca182dcb06e5ec834da
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Dependency upgrade
* Bump Java version from 1.7 to 1.8
* Bump jackson-dabatind to 2.9.10
* Bump auzre-sdk to 1.10.0


  Commit: 4686497073ace4d1da5ac1d5fd7f09f5c2e3dd06
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/4686497073ace4d1da5ac1d5fd7f09f5c2e3dd06
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Change log for version 0.2.2


  Commit: d8bf0867142664c127fd49f5427b5cd63df385cc
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/d8bf0867142664c127fd49f5427b5cd63df385cc
  Author: xuzhang3 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-vmss-0.2.2


Compare: 
https://github.com/jenkinsci/azure-vmss-plugin/compare/3a58fcaa8928...d8bf08671426

-- 
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-vmss-plugin/push/refs/heads/master/3a58fc-d8bf08%40github.com.


[jenkinsci/azure-vmss-plugin]

2020-04-24 Thread xuzhang3
  Branch: refs/tags/azure-vmss-0.2.2
  Home:   https://github.com/jenkinsci/azure-vmss-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/azure-vmss-plugin/push/refs/tags/azure-vmss-0.2.2/00-774d4f%40github.com.


[jenkins-infra/jenkins.io] 7da981: Switch base_url to www.jenkins.io

2020-04-24 Thread Olblak
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 7da9816e4770f3009b43b776a46f7c5a447a4fe5
  
https://github.com/jenkins-infra/jenkins.io/commit/7da9816e4770f3009b43b776a46f7c5a447a4fe5
  Author: Olblak 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M content/_config/site.yml

  Log Message:
  ---
  Switch base_url to www.jenkins.io

https://github.com/jenkins-infra/jenkins.io/issues/3108


  Commit: f3af2dc46011becd91727d2e9957d16693182b7c
  
https://github.com/jenkins-infra/jenkins.io/commit/f3af2dc46011becd91727d2e9957d16693182b7c
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/_config/site.yml

  Log Message:
  ---
  Merge pull request #3109 from olblak/www.jenkins.io

Switch base_url to www.jenkins.io


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/98689c8954c4...f3af2dc46011

-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/98689c-f3af2d%40github.com.


[jenkinsci/docker-plugin] 4cae97: Code-tidying - no functional changes.

2020-04-24 Thread Peter Darton
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 4cae9720adeb1edf3b0c21ef7aad83d8a1b04ce6
  
https://github.com/jenkinsci/docker-plugin/commit/4cae9720adeb1edf3b0c21ef7aad83d8a1b04ce6
  Author: Peter Darton 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
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/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/DockerPluginConfiguration.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerRegistry.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerSlave.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/action/DockerLaunchAction.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/DockerBuilderControlOptionStop.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
M 
src/main/java/com/nirima/jenkins/plugins/docker/launcher/AttachedDockerComputerLauncher.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/launcher/DockerComputerJNLPLauncher.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/launcher/DockerComputerSSHLauncher.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/listener/DockerQueueListener.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/listener/DockerRunListener.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/publisher/DockerPublisherControl.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/utils/DockerDirectoryCredentials.java
M src/main/java/com/nirima/jenkins/plugins/docker/utils/JenkinsUtils.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/pipeline/DockerNodeStep.java
M src/main/java/io/jenkins/docker/pipeline/DockerNodeStepExecution.java
M 
src/main/resources/io/jenkins/docker/connector/DockerComputerAttachConnector/help-entryPointCmdString.jelly
M 
src/main/resources/io/jenkins/docker/connector/DockerComputerAttachConnector/help-javaExe.jelly
M 
src/main/resources/io/jenkins/docker/connector/DockerComputerAttachConnector/help-jvmArgsString.jelly
M 
src/main/resources/io/jenkins/docker/connector/DockerComputerAttachConnector/help-user.html
M src/test/java/com/nirima/jenkins/plugins/docker/DockerCloudTest.java
M src/test/java/com/nirima/jenkins/plugins/docker/DockerTemplateTest.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/TestableDockerContainerWatchdog.java

  Log Message:
  ---
  Code-tidying - no functional changes.

- Whitespace.
- Minor help text improvements.
- Removed @Restricted(NoExternalUse.class) from private code.
- Suppress compiler warning about unused data where this is deliberate.
- Added @Override to overridden methods:
- Code improvement: improved javadoc


-- 
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/0057d4-4cae97%40github.com.


[jenkinsci/jenkins] 34202a: minor test refactoring

2020-04-24 Thread Raihaan Shouhell
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 34202aaf7f011aefae5acdf1ad3d8f79fa9a2a8e
  
https://github.com/jenkinsci/jenkins/commit/34202aaf7f011aefae5acdf1ad3d8f79fa9a2a8e
  Author: Stefan Spieker 
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
M core/src/test/java/hudson/model/ActionableTest.java
M core/src/test/java/hudson/model/EnvironmentContributingActionTest.java

  Log Message:
  ---
  minor test refactoring


  Commit: ed80d24429a112f21fefaa09e39953c625628646
  
https://github.com/jenkinsci/jenkins/commit/ed80d24429a112f21fefaa09e39953c625628646
  Author: Raihaan Shouhell 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M core/src/test/java/hudson/model/ActionableTest.java
M core/src/test/java/hudson/model/EnvironmentContributingActionTest.java

  Log Message:
  ---
  Merge pull request #4666 from StefanSpieker/test_cleanup

minor test refactoring


Compare: 
https://github.com/jenkinsci/jenkins/compare/31a6b30207af...ed80d24429a1

-- 
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/jenkins/push/refs/heads/master/31a6b3-ed80d2%40github.com.


[jenkinsci/jenkins] fab816: Restore dropdown behaviour for comboboxes

2020-04-24 Thread Raihaan Shouhell
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jenkins

  Commit: fab8169a3f45973b382e877e317e61a625085a94

  
https://github.com/jenkinsci/jenkins/commit/fab8169a3f45973b382e877e317e61a625085a94

  Author: FĂ©lix Queiruga 

  Date:   2020-04-22 (Wed, 22 Apr 2020)



  Changed paths:

M war/src/main/less/base-styles-v2.less

A war/src/main/less/base/yui-compatibility.less



  Log Message:

  ---

  Restore dropdown behaviour for comboboxes





  Commit: 31a6b30207afaef06e7619eb3b7180a0e4384f69

  
https://github.com/jenkinsci/jenkins/commit/31a6b30207afaef06e7619eb3b7180a0e4384f69

  Author: Raihaan Shouhell 

  Date:   2020-04-24 (Fri, 24 Apr 2020)



  Changed paths:

M war/src/main/less/base-styles-v2.less

A war/src/main/less/base/yui-compatibility.less



  Log Message:

  ---

  Merge pull request #4682 from 
fqueiruga/JENKINS-62001_fix-combobox-ui-regression



Restore dropdown behaviour for comboboxes





Compare: 
https://github.com/jenkinsci/jenkins/compare/ebf2cefc19f1...31a6b30207af

-- 
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/jenkins/push/refs/heads/master/ebf2ce-31a6b3%40github.com.


[jenkinsci/jenkins] 2741ff: Reduce code duplication in SystemProperties

2020-04-24 Thread Raihaan Shouhell
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 2741ffb3b6521078c17409749d76c420a18b9445
  
https://github.com/jenkinsci/jenkins/commit/2741ffb3b6521078c17409749d76c420a18b9445
  Author: Daniel Beck 
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
M core/src/main/java/jenkins/util/SystemProperties.java

  Log Message:
  ---
  Reduce code duplication in SystemProperties

This will replace a rarely seen log message saying "not found" with
one that says "default: ... => null", but that seems OK.


  Commit: ebf2cefc19f186be2415d03cad3179d13eaaea25
  
https://github.com/jenkinsci/jenkins/commit/ebf2cefc19f186be2415d03cad3179d13eaaea25
  Author: Raihaan Shouhell 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M core/src/main/java/jenkins/util/SystemProperties.java

  Log Message:
  ---
  Merge pull request #4678 from daniel-beck/reduce-duplication

Reduce code duplication in SystemProperties


Compare: 
https://github.com/jenkinsci/jenkins/compare/3b85c0a877d9...ebf2cefc19f1

-- 
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/jenkins/push/refs/heads/master/3b85c0-ebf2ce%40github.com.


[jenkins-infra/jenkins.io] 152058: Easier site dev and test without unnecessary https...

2020-04-24 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 152058b9707ead14624dcff4b5a8fdcd8ed110e5
  
https://github.com/jenkins-infra/jenkins.io/commit/152058b9707ead14624dcff4b5a8fdcd8ed110e5
  Author: Mark Waite 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M content/doc/administration/requirements/jenkins-on-java-11.adoc
M content/doc/book/architecting-for-scale.adoc
M content/doc/book/managing/plugins.adoc
M content/doc/book/managing/script-console.adoc
M content/doc/book/managing/system-properties.adoc
M content/doc/book/pipeline/jenkinsfile.adoc
M content/doc/book/pipeline/scaling-pipeline.adoc
M content/doc/book/pipeline/shared-libraries.adoc
M content/doc/book/pipeline/syntax.adoc
M content/doc/developer/handling-requests/actions.adoc
M content/doc/developer/handling-requests/stapler-accessible-type.adoc
M content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc
M content/doc/developer/plugin-development/writing-an-scm-plugin.adoc
M content/doc/developer/publishing/artifact-repository.adoc
M content/doc/developer/publishing/documentation.adoc
M content/doc/developer/publishing/usage-statistics.adoc
M content/doc/tutorials/build-a-labview-app.adoc
M content/download/lts/index.adoc
M content/events/hacktoberfest.adoc
M content/participate/document.adoc
M content/participate/help.adoc
M content/participate/test.adoc
M content/project/conduct.adoc
M content/projects/gsoc/2018/code-coverage-api-plugin.adoc
M content/projects/gsoc/2018/simple-pull-request-job-plugin.adoc
M content/projects/gsoc/2019/gitlab-support-for-multibranch-pipeline.adoc
M content/projects/gsoc/2019/plugin-installation-manager-tool-cli.adoc
M 
content/projects/gsoc/2019/remoting-over-apache-kafka-docker-k8s-features.adoc
M content/projects/gsoc/2019/working-hours-improvements.adoc
M content/projects/gsoc/2020/project-ideas/git-plugin-performance.adoc
M 
content/projects/gsoc/2020/project-ideas/jenkins-distribution-customize-service.adoc
M content/projects/gsoc/2020/project-ideas/jenkins-rest-plugin.adoc
M content/projects/gsoc/2020/project-ideas/machine-learning.adoc
M 
content/projects/gsoc/2020/project-ideas/pipeline-step-documentation-generator.adoc
M content/projects/gsoc/2020/project-ideas/winsw-yaml-config-support.adoc
M content/projects/gsoc/gsoc2017.adoc
M content/projects/infrastructure/index.adoc
M content/projects/jcasc/index.adoc
M content/sigs/cloud-native/pluggable-storage.adoc
M content/sigs/pipeline-authoring/index.adoc
M content/sigs/ux/index.adoc

  Log Message:
  ---
  Easier site dev and test without unnecessary https://jenkins.io/

When a hyperlink in a file refers directly to https://jenkins.io/, it
makes testing and development more difficult.  When the author clicks
one of those absolute links during development on their own computer,
they will navigate to the page on jenkins.io and no longer be navigating
their development copy.

This removes several of the absolute references from documents that are
more frequently edited.  It does not remove the absolute references from
blog posts or from security advisories.  Those are less frequently edited
and less likely to confuse authors during development.


  Commit: 98689c8954c490168288931c6323ead65cd2
  
https://github.com/jenkins-infra/jenkins.io/commit/98689c8954c490168288931c6323ead65cd2
  Author: Oleg Nenashev 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M content/doc/administration/requirements/jenkins-on-java-11.adoc
M content/doc/book/architecting-for-scale.adoc
M content/doc/book/managing/plugins.adoc
M content/doc/book/managing/script-console.adoc
M content/doc/book/managing/system-properties.adoc
M content/doc/book/pipeline/jenkinsfile.adoc
M content/doc/book/pipeline/scaling-pipeline.adoc
M content/doc/book/pipeline/shared-libraries.adoc
M content/doc/book/pipeline/syntax.adoc
M content/doc/developer/handling-requests/actions.adoc
M content/doc/developer/handling-requests/stapler-accessible-type.adoc
M content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc
M content/doc/developer/plugin-development/writing-an-scm-plugin.adoc
M content/doc/developer/publishing/artifact-repository.adoc
M content/doc/developer/publishing/documentation.adoc
M content/doc/developer/publishing/usage-statistics.adoc
M content/doc/tutorials/build-a-labview-app.adoc
M content/download/lts/index.adoc
M content/events/hacktoberfest.adoc
M content/participate/document.adoc
M content/participate/help.adoc
M content/participate/test.adoc
M content/project/conduct.adoc
M content/projects/gsoc/2018/code-coverage-api-plugin.adoc
M content/projects/gsoc/2018/simple-pull-request-job-plugin.adoc
M 

[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/tags/qftest-2.0.7
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/tags/qftest-2.0.7/8fff3d-00%40github.com.


[jenkinsci/qftest-plugin] 552b43: [maven-release-plugin] prepare for next developmen...

2020-04-24 Thread qfs
  Branch: refs/heads/master_gitlab
  Home:   https://github.com/jenkinsci/qftest-plugin
  Commit: 552b43160ab6689c2be52f736c9d519a6a0d996d
  
https://github.com/jenkinsci/qftest-plugin/commit/552b43160ab6689c2be52f736c9d519a6a0d996d
  Author: Thomas Max 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  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/qftest-plugin/push/refs/heads/master_gitlab/1ef5df-552b43%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/tags/qftest-2.0.7
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/tags/qftest-2.0.7/00-8fff3d%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/tags/qftest-2.0.7
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/tags/qftest-2.0.7/f48ae7-00%40github.com.


[jenkinsci/qftest-plugin] 58c162: Do not override onTest... parameters with default ...

2020-04-24 Thread qfs
  Branch: refs/heads/master_gitlab
  Home:   https://github.com/jenkinsci/qftest-plugin
  Commit: 58c162a86cc4a948477bb159b169fd273f252081
  
https://github.com/jenkinsci/qftest-plugin/commit/58c162a86cc4a948477bb159b169fd273f252081
  Author: Philipp Mahlberg 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/qftest/QFTestConfigBuilder.java

  Log Message:
  ---
  Do not override onTest... parameters with default settings


  Commit: 6048f1f6a82a191f7dab4b2ca3ef923f670991db
  
https://github.com/jenkinsci/qftest-plugin/commit/6048f1f6a82a191f7dab4b2ca3ef923f670991db
  Author: Philipp Mahlberg 
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/qftest/QFTestConfigBuilder.java

  Log Message:
  ---
  Expand even more env Variables


  Commit: 1ef5df2847cff4281bb84533ddb4e1b905bf9aa0
  
https://github.com/jenkinsci/qftest-plugin/commit/1ef5df2847cff4281bb84533ddb4e1b905bf9aa0
  Author: Thomas Max 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release qftest-2.0.7


Compare: 
https://github.com/jenkinsci/qftest-plugin/compare/58c162a86cc4%5E...1ef5df2847cf

-- 
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/qftest-plugin/push/refs/heads/master_gitlab/00-1ef5df%40github.com.


[jenkinsci/qftest-plugin] ef18e5: [maven-release-plugin] prepare release qftest-2.0.7

2020-04-24 Thread qfs
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qftest-plugin
  Commit: ef18e5f948de4e3dcff91a5c2c4032df673e9da1
  
https://github.com/jenkinsci/qftest-plugin/commit/ef18e5f948de4e3dcff91a5c2c4032df673e9da1
  Author: Thomas Max 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release qftest-2.0.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/qftest-plugin/push/refs/heads/master/3912a4-ef18e5%40github.com.


[jenkinsci/qftest-plugin]

2020-04-24 Thread qfs
  Branch: refs/tags/qftest-2.0.7
  Home:   https://github.com/jenkinsci/qftest-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/qftest-plugin/push/refs/tags/qftest-2.0.7/00-f48ae7%40github.com.


[jenkinsci/qftest-plugin] 6e6e3f: [maven-release-plugin] prepare for next developmen...

2020-04-24 Thread qfs
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qftest-plugin
  Commit: 6e6e3f4af265d2f59f9ed746644b9492d9fff707
  
https://github.com/jenkinsci/qftest-plugin/commit/6e6e3f4af265d2f59f9ed746644b9492d9fff707
  Author: Thomas Max 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  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/qftest-plugin/push/refs/heads/master/ef18e5-6e6e3f%40github.com.


[jenkinsci/pangolin-testrail-connector-plugin]

2020-04-24 Thread dependabot[bot]
  Branch: 
refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.4
  Home:   https://github.com/jenkinsci/pangolin-testrail-connector-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/pangolin-testrail-connector-plugin/push/refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.4/40f926-00%40github.com.


[jenkinsci/pangolin-testrail-connector-plugin] 40f926: Bump jackson-databind from 2.9.10.3 to 2.9.10.4

2020-04-24 Thread Sergey
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pangolin-testrail-connector-plugin
  Commit: 40f926dece184755fdd11fb1bfc2122739db164b
  
https://github.com/jenkinsci/pangolin-testrail-connector-plugin/commit/40f926dece184755fdd11fb1bfc2122739db164b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jackson-databind from 2.9.10.3 to 2.9.10.4

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.3 to 
2.9.10.4.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] 


  Commit: c0cd9ee832efe48e13464b04910a16ea3569340b
  
https://github.com/jenkinsci/pangolin-testrail-connector-plugin/commit/c0cd9ee832efe48e13464b04910a16ea3569340b
  Author: Sergey 
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #3 from 
jenkinsci/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.4

Bump jackson-databind from 2.9.10.3 to 2.9.10.4


Compare: 
https://github.com/jenkinsci/pangolin-testrail-connector-plugin/compare/459cd9ae97de...c0cd9ee832ef

-- 
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/pangolin-testrail-connector-plugin/push/refs/heads/master/459cd9-c0cd9e%40github.com.


[jenkinsci/aws-java-sdk-plugin]

2020-04-24 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.767
  Home:   https://github.com/jenkinsci/aws-java-sdk-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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.767/508303-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] fc7f27: Bump aws-java-sdk from 1.11.724 to 1.11.768

2020-04-24 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.768
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: fc7f270cb1210431614d3f0e2af170026d439a0b
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/fc7f270cb1210431614d3f0e2af170026d439a0b
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump aws-java-sdk from 1.11.724 to 1.11.768

Bumps [aws-java-sdk](https://github.com/aws/aws-sdk-java) from 1.11.724 to 
1.11.768.
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.11.724...1.11.768)

Signed-off-by: dependabot-preview[bot] 


-- 
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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.768/00-fc7f27%40github.com.