[jenkinsci/htmlpublisher-plugin] aa2889: simplified code and removed unused imports

2019-09-20 Thread Richard Bywater
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin
  Commit: aa28890d8441986233bfaea56029cb53ba4dd808
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/aa28890d8441986233bfaea56029cb53ba4dd808
  Author: Stefan Spieker 
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
M src/main/java/htmlpublisher/HtmlPublisher.java
M src/main/java/htmlpublisher/HtmlPublisherTarget.java
M src/main/java/htmlpublisher/workflow/PublishHTMLStepExecution.java
M src/test/java/htmlpublisher/HtmlPublisherTest.java
M src/test/java/htmlpublisher/Security784Test.java
M src/test/java/htmlpublisher/workflow/PublishHTMLStepTest.java

  Log Message:
  ---
  simplified code and removed unused imports


  Commit: cf127f0dc58873cdce412d1e78f43df25a80fe02
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/cf127f0dc58873cdce412d1e78f43df25a80fe02
  Author: Richard Bywater 
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
M src/main/java/htmlpublisher/HtmlPublisher.java
M src/main/java/htmlpublisher/HtmlPublisherTarget.java
M src/main/java/htmlpublisher/workflow/PublishHTMLStepExecution.java
M src/test/java/htmlpublisher/HtmlPublisherTest.java
M src/test/java/htmlpublisher/Security784Test.java
M src/test/java/htmlpublisher/workflow/PublishHTMLStepTest.java

  Log Message:
  ---
  Merge pull request #45 from StefanSpieker/simplified_code

simplified code and removed unused imports


Compare: 
https://github.com/jenkinsci/htmlpublisher-plugin/compare/dc2eeb29341b...cf127f0dc588

-- 
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/htmlpublisher-plugin/push/refs/heads/master/dc2eeb-cf127f%40github.com.


[jenkinsci/jenkins] 1a8474: removed unused imports

2019-09-20 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 1a847440db1bef3dc51c7bcbb9c2a479995cdc7b
  
https://github.com/jenkinsci/jenkins/commit/1a847440db1bef3dc51c7bcbb9c2a479995cdc7b
  Author: Stefan Spieker 
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
M core/src/main/java/hudson/scheduler/Hash.java
M core/src/main/java/hudson/util/jna/RegistryKey.java
M core/src/main/java/jenkins/util/MarkFindingOutputStream.java
M core/src/test/java/hudson/util/XStream2Test.java
M test/src/test/java/hudson/bugs/JnlpAccessWithSecuredHudsonTest.java
M test/src/test/java/hudson/cli/AddJobToViewCommandTest.java
M test/src/test/java/hudson/cli/CancelQuietDownCommandTest.java
M test/src/test/java/hudson/cli/ConnectNodeCommandTest.java
M test/src/test/java/hudson/cli/ConsoleCommandTest.java
M test/src/test/java/hudson/cli/RemoveJobFromViewCommandTest.java
M test/src/test/java/hudson/cli/RunRangeCommand2Test.java
M test/src/test/java/hudson/cli/SetBuildDescriptionCommandTest.java
M test/src/test/java/hudson/model/CauseTest.java
M test/src/test/java/hudson/model/DescriptorVisibilityFilterTest.java
M test/src/test/java/hudson/model/FileParameterValueTest.java
M test/src/test/java/hudson/model/FreeStyleProjectTest.java
M test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java
M test/src/test/java/hudson/model/ItemsTest.java
M test/src/test/java/hudson/model/PasswordParameterDefinitionTest.java
M test/src/test/java/hudson/model/ProjectTest.java
M test/src/test/java/hudson/model/QueueTest.java
M test/src/test/java/hudson/model/RSSTest.java
M test/src/test/java/hudson/model/UserPropertyTest.java
M test/src/test/java/hudson/model/UserTest.java
M test/src/test/java/hudson/model/ViewTest.java
M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java
M test/src/test/java/hudson/security/LoginTest.java
M test/src/test/java/hudson/slaves/CloudTest.java
M test/src/test/java/hudson/slaves/EnvironmentVariableNodePropertyTest.java
M test/src/test/java/hudson/slaves/JNLPLauncherTest.java
M test/src/test/java/hudson/slaves/NodeParallelTest.java
M test/src/test/java/hudson/slaves/PingThreadTest.java
M test/src/test/java/hudson/slaves/SlaveComputerTest.java
M test/src/test/java/hudson/tools/InstallerTranslatorTest.java
M test/src/test/java/jenkins/install/SetupWizardTest.java
M test/src/test/java/jenkins/model/JenkinsTest.java
M test/src/test/java/jenkins/model/identity/IdentityRootActionTest.java
M test/src/test/java/jenkins/model/lazy/LazyBuildMixInTest.java
M test/src/test/java/jenkins/security/ApiCrumbExclusionTest.java
M test/src/test/java/jenkins/security/BasicHeaderProcessorTest.java
M test/src/test/java/jenkins/security/ClassFilterImplTest.java
M 
test/src/test/java/jenkins/security/LastGrantedAuthoritiesPropertyTest.java
M test/src/test/java/jenkins/security/Security857Test.java
M test/src/test/java/jenkins/security/UserDetailsCacheTest.java
M test/src/test/java/jenkins/security/seed/UserSeedPropertyTest.java
M test/src/test/java/jenkins/security/stapler/DoActionFilterTest.java
M test/src/test/java/jenkins/security/stapler/DynamicTest.java
M test/src/test/java/jenkins/slaves/RemotingVersionInfoTest.java
M test/src/test/java/jenkins/telemetry/TelemetryTest.java
M test/src/test/java/jenkins/util/JenkinsJVMRealTest.java
M test/src/test/java/lib/form/ExpandableTextboxTest.java
M test/src/test/java/lib/form/PasswordTest.java
M test/src/test/java/lib/form/RepeatableTest.java
M test/src/test/java/lib/form/ValidateButtonSEC1327Test.java
M test/src/test/java/org/kohsuke/stapler/MockStaplerRequestBuilder.java

  Log Message:
  ---
  removed unused imports


  Commit: 9b12e03cb5c691922263fa8329d1c87cde2f1f90
  
https://github.com/jenkinsci/jenkins/commit/9b12e03cb5c691922263fa8329d1c87cde2f1f90
  Author: Oleg Nenashev 
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
M core/src/main/java/hudson/scheduler/Hash.java
M core/src/main/java/hudson/util/jna/RegistryKey.java
M core/src/main/java/jenkins/util/MarkFindingOutputStream.java
M core/src/test/java/hudson/util/XStream2Test.java
M test/src/test/java/hudson/bugs/JnlpAccessWithSecuredHudsonTest.java
M test/src/test/java/hudson/cli/AddJobToViewCommandTest.java
M test/src/test/java/hudson/cli/CancelQuietDownCommandTest.java
M test/src/test/java/hudson/cli/ConnectNodeCommandTest.java
M test/src/test/java/hudson/cli/ConsoleCommandTest.java
M test/src/test/java/hudson/cli/RemoveJobFromViewCommandTest.java
M test/src/test/java/hudson/cli/RunRangeCommand2Test.java
M test/src/test/java/hudson/cli/SetBuildDescriptionCommandTest.java
M test/src/test/java/hudson/model/CauseTest.java
M 

[jenkinsci/jenkins] 91b0ed: [JENKINS-26008] Add an option to disable gzip comp...

2019-09-20 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 91b0ed3e5ffece9979e473cc6c3da3b6fa01d682
  
https://github.com/jenkinsci/jenkins/commit/91b0ed3e5ffece9979e473cc6c3da3b6fa01d682
  Author: Marat Radchenko 
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
M core/src/main/java/hudson/FilePath.java
M core/src/main/java/jenkins/model/StandardArtifactManager.java

  Log Message:
  ---
  [JENKINS-26008] Add an option to disable gzip compression for 
StandardArtifactManager

1. There are cases where saving CPU is more important than network bandwidth 
between Jenkins master and slaves
2. According to benchmarks[1], gzip compression is unable to saturate 1Gbps 
network even on high-end desktop CPUs,
so can easily become a bottleneck.

[1]: https://github.com/lz4/lz4#benchmarks


  Commit: d0703e93e3bfc74a901f45979d5ec3ccf0c72d91
  
https://github.com/jenkinsci/jenkins/commit/d0703e93e3bfc74a901f45979d5ec3ccf0c72d91
  Author: Marat Radchenko 
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
M core/src/main/java/jenkins/model/StandardArtifactManager.java
M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java

  Log Message:
  ---
  [JENKINS-26008] Add test for artifact archiving without GZIP compression


  Commit: c1dacc10e257cb46a1346a3d0df5994c0bccb175
  
https://github.com/jenkinsci/jenkins/commit/c1dacc10e257cb46a1346a3d0df5994c0bccb175
  Author: Oleg Nenashev 
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
M core/src/main/java/hudson/FilePath.java
M core/src/main/java/jenkins/model/StandardArtifactManager.java
M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java

  Log Message:
  ---
  Merge pull request #4205 from slonopotamus/disable-artifact-manager-gzip

[JENKINS-26008] Add an option to disable gzip compression for 
StandardArtifactManager


Compare: 
https://github.com/jenkinsci/jenkins/compare/d763b4cb1106...c1dacc10e257

-- 
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/d763b4-c1dacc%40github.com.


[jenkins-infra/jenkins.io] b35f01: Hacktoberfest 2019: Link the Swiss JAM

2019-09-20 Thread Oleg Nenashev
  Branch: refs/heads/hacktoberfest2019-swiss-jam
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b35f0143547656e39927feb4231f813942aa09fd
  
https://github.com/jenkins-infra/jenkins.io/commit/b35f0143547656e39927feb4231f813942aa09fd
  Author: Oleg Nenashev 
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
M content/events/hacktoberfest.adoc

  Log Message:
  ---
  Hacktoberfest 2019: Link the Swiss JAM


-- 
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/hacktoberfest2019-swiss-jam/00-b35f01%40github.com.


[jenkins-infra/jenkins.io] 310b9a: Create 2019-10-10-Hacktoberfest-in-Neuchâtel: Jenk...

2019-09-20 Thread Mark Waite
  Branch: refs/heads/master

  Home:   https://github.com/jenkins-infra/jenkins.io

  Commit: 310b9a8fd0e735c3bf508fe61de64e683bb2ca86

  
https://github.com/jenkins-infra/jenkins.io/commit/310b9a8fd0e735c3bf508fe61de64e683bb2ca86

  Author: Alyssat 

  Date:   2019-09-20 (Fri, 20 Sep 2019)



  Changed paths:

A content/_data/events/2019-10-10-Hacktoberfest-in-Neuchâtel: Jenkins & 
Friends.adoc



  Log Message:

  ---

  Create 2019-10-10-Hacktoberfest-in-Neuchâtel: Jenkins & Friends.adoc





  Commit: f450e47bdaaf72330a7026c5cbc68f4140314288

  
https://github.com/jenkins-infra/jenkins.io/commit/f450e47bdaaf72330a7026c5cbc68f4140314288

  Author: Mark Waite 

  Date:   2019-09-20 (Fri, 20 Sep 2019)



  Changed paths:

A content/_data/events/2019-10-10-Hacktoberfest-in-Neuchâtel: Jenkins & 
Friends.adoc



  Log Message:

  ---

  Merge pull request #2496 from alyssat/patch-47



Create 2019-10-10-Hacktoberfest-in-Neuchâtel: Jenkins & Friends.adoc





Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/9593b57883b6...f450e47bdaaf

-- 
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/9593b5-f450e4%40github.com.


[jenkinsci/google-compute-engine-plugin] 6a84a8: Consolidate duplicated method into base class.

2019-09-20 Thread Stephen Shank
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 6a84a822feb32d7f67e211617eb56809b00b5b25
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/6a84a822feb32d7f67e211617eb56809b00b5b25
  Author: Stephen Shank 
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineComputerLauncher.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineLinuxLauncher.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineWindowsLauncher.java

  Log Message:
  ---
  Consolidate duplicated method into base class.


  Commit: 33eac0dd4d59f14ee19aeb64c82fca0645093f95
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/33eac0dd4d59f14ee19aeb64c82fca0645093f95
  Author: Stephen Shank 
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineComputerLauncher.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineInstance.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
A 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-ignoreProxy.html
M 
src/test/java/com/google/jenkins/plugins/computeengine/InstanceConfigurationTest.java
M 
src/test/java/com/google/jenkins/plugins/computeengine/integration/ITUtil.java

  Log Message:
  ---
  Add feature flag to ignore proxy settings.


  Commit: 87a2f6d637769c0ec39ab0205ca99a6c5e54db7d
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/87a2f6d637769c0ec39ab0205ca99a6c5e54db7d
  Author: Stephen Shank 
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineComputerLauncher.java

  Log Message:
  ---
  Link copied over TODOs to github issues.


  Commit: 51f2c538daca25b521ffe1916a1450210327ed49
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/51f2c538daca25b521ffe1916a1450210327ed49
  Author: Stephen Shank 
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineComputerLauncher.java

  Log Message:
  ---
  Fix formatting.


  Commit: b01f4a34a204a19c65a12a732630590be02cec64
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/b01f4a34a204a19c65a12a732630590be02cec64
  Author: Stephen Shank 
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
A 
src/test/java/com/google/jenkins/plugins/computeengine/integration/ComputeEngineCloudIgnoreProxyIT.java

  Log Message:
  ---
  Add integration test for ignore proxy flag.


  Commit: 7692feb6c21325b9be7ba61ce094096489da7cd6
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/7692feb6c21325b9be7ba61ce094096489da7cd6
  Author: Stephen Shank 
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
M .gitignore
M pom.xml

  Log Message:
  ---
  Improve test stability by using balanced ordering.


  Commit: b870456f9701afa467f1ad74fc8ac43b170929c4
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/b870456f9701afa467f1ad74fc8ac43b170929c4
  Author: Stephen Shank 
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-ignoreProxy.html

  Log Message:
  ---
  Reformat help text.


  Commit: f7fef47c9875de94de9f7e6925663f8b0b7216d3
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/f7fef47c9875de94de9f7e6925663f8b0b7216d3
  Author: Stephen Shank 
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
M 
src/test/java/com/google/jenkins/plugins/computeengine/integration/ComputeEngineCloudIgnoreProxyIT.java
M 
src/test/java/com/google/jenkins/plugins/computeengine/integration/ComputeEngineCloudWindowsIT.java
M 
src/test/resources/com/google/jenkins/plugins/computeengine/integration/configuration-as-code-windows-it.yml

  Log Message:
  ---
  Add windows integration test for ignoreProxy


  Commit: 3f221c3fa21124257f80c4ba804c4fdc26827cf0
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/3f221c3fa21124257f80c4ba804c4fdc26827cf0
  Author: Stephen Shank 
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineInstance.java
M 
src/test/java/com/google/jenkins/plugins/computeengine/integration/ComputeEngineCloudWindowsIT.java
M 
src/test/java/com/google/jenkins/plugins/computeengine/integration/ConfigAsCodeWindowsIT.java
M 

[jenkinsci/dtkit-plugin] c7b2f8: Use HTTPS URLs in pom.xml

2019-09-20 Thread daniel-beck-bot
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dtkit-plugin
  Commit: c7b2f867181030392aa7eaa5d69f04c65b69767c
  
https://github.com/jenkinsci/dtkit-plugin/commit/c7b2f867181030392aa7eaa5d69f04c65b69767c
  Author: Daniel Beck 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


-- 
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/dtkit-plugin/push/refs/heads/master/bde726-c7b2f8%40github.com.


[jenkinsci/nodejs-plugin] fdf72f: Use HTTPS URLs in pom.xml

2019-09-20 Thread daniel-beck-bot
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodejs-plugin
  Commit: fdf72f17751a7ae5ef8df570db05aae7ca2353f5
  
https://github.com/jenkinsci/nodejs-plugin/commit/fdf72f17751a7ae5ef8df570db05aae7ca2353f5
  Author: Daniel Beck 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


-- 
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/nodejs-plugin/push/refs/heads/master/05478a-fdf72f%40github.com.


[jenkinsci/hashicorp-vault-plugin] f60221: Add Kubernetes Auth method (#52)

2019-09-20 Thread netfalo
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hashicorp-vault-plugin
  Commit: f60221d0748ae438aec2e0331eee0d8f450d5eb0
  
https://github.com/jenkinsci/hashicorp-vault-plugin/commit/f60221d0748ae438aec2e0331eee0d8f450d5eb0
  Author: netfalo 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M README.md
A docs/images/kubernetes_credential.png
A 
src/main/java/com/datapipe/jenkins/vault/credentials/VaultKubernetesCredential.java
A 
src/main/resources/com/datapipe/jenkins/vault/credentials/VaultKubernetesCredential/credentials.jelly

  Log Message:
  ---
  Add Kubernetes Auth method (#52)


-- 
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/hashicorp-vault-plugin/push/refs/heads/master/fddc3a-f60221%40github.com.


[jenkinsci/nexus-platform-plugin] 43fe8c: [maven-release-plugin] prepare release nexus-jenki...

2019-09-20 Thread Sonatype CI
  Branch: refs/tags/nexus-jenkins-plugin-3.8.20190920-091853.5b0aa4e
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 43fe8cf56dc81a4c5957952a3a5a68fe1bfbcc6c
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/43fe8cf56dc81a4c5957952a3a5a68fe1bfbcc6c
  Author: Sonatype 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 
nexus-jenkins-plugin-3.8.20190920-091853.5b0aa4e


-- 
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/nexus-platform-plugin/push/refs/tags/nexus-jenkins-plugin-3.8.20190920-091853.5b0aa4e/00-dc445c%40github.com.


[jenkinsci/nexus-platform-plugin] 5b0aa4: Commit hash cannot be determined - INT-2083 (#93)

2019-09-20 Thread Eduard Tita
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 5b0aa4eb90886977d1859fa025dc34e44b3e557a
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/5b0aa4eb90886977d1859fa025dc34e44b3e557a
  Author: Eduard Tita <49167996+eduard-t...@users.noreply.github.com>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M pom.xml
M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorUtil.groovy
M 
src/test/java/org/sonatype/nexus/ci/config/ComToOrgMigratorIntegrationTest.groovy
M 
src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorIntegrationTest.groovy
M 
src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorSlaveIntegrationTest.groovy
M src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorTest.groovy

  Log Message:
  ---
  Commit hash cannot be determined - INT-2083 (#93)

* Use workspace directory for .git lookup

* Use the latest released Nexus Java API 3.10


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/master/8664ad-5b0aa4%40github.com.


[jenkinsci/vmanager-plugin] c1ebfa: update

2019-09-20 Thread Tal Yanai
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vmanager-plugin
  Commit: c1ebfabd6a7cc0b69cf2213fc0fc38b434495712
  
https://github.com/jenkinsci/vmanager-plugin/commit/c1ebfabd6a7cc0b69cf2213fc0fc38b434495712
  Author: Tal Yanai 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/vmanager/ReportManager.java
M src/main/java/org/jenkinsci/plugins/vmanager/SummaryReportParams.java
M src/main/java/org/jenkinsci/plugins/vmanager/dsl/post/DSLPublisher.java
M 
src/main/java/org/jenkinsci/plugins/vmanager/dsl/post/ReportBuildAction.java
M 
src/main/java/org/jenkinsci/plugins/vmanager/dsl/post/VMGRPostLaunchStep.java
M 
src/main/java/org/jenkinsci/plugins/vmanager/dsl/post/VMGRPostLaunchStepImpl.java
M 
src/main/resources/org/jenkinsci/plugins/vmanager/dsl/post/DSLPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/vmanager/dsl/post/VMGRPostLaunchStep/config.jelly

  Log Message:
  ---
  update


-- 
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/vmanager-plugin/push/refs/heads/master/82a750-c1ebfa%40github.com.


[jenkinsci/mesos-plugin] 907c36: Added GitHub Action

2019-09-20 Thread Vinod Kone
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mesos-plugin
  Commit: 907c364900f755fe48b9ae07644e9f7d991d1fc5
  
https://github.com/jenkinsci/mesos-plugin/commit/907c364900f755fe48b9ae07644e9f7d991d1fc5
  Author: Vinod Kone 
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
A .github/workflows/maven.yml

  Log Message:
  ---
  Added GitHub Action

Tests PRs by running `mvn package`.


  Commit: bb0be15105a25097e1379cfb96738fa7a7bd3d2f
  
https://github.com/jenkinsci/mesos-plugin/commit/bb0be15105a25097e1379cfb96738fa7a7bd3d2f
  Author: Vinod Kone 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
A .github/workflows/maven.yml

  Log Message:
  ---
  Merge pull request #358 from vinodkone/vinodkone/github-action

Integrated with GitHub Actions.


Compare: 
https://github.com/jenkinsci/mesos-plugin/compare/689e6e9d664c...bb0be15105a2

-- 
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/mesos-plugin/push/refs/heads/master/689e6e-bb0be1%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] df27e3: Update CHANGES.md

2019-09-20 Thread Robert Sandell
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: df27e393096a9ca23ae6d64b3b8c2988e0bf5b9f
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/df27e393096a9ca23ae6d64b3b8c2988e0bf5b9f
  Author: Robert Sandell 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M CHANGES.md

  Log Message:
  ---
  Update CHANGES.md

Noting 2.3.1 and release drafter


-- 
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/pipeline-utility-steps-plugin/push/refs/heads/master/54243f-df27e3%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] 54243f: [maven-release-plugin] prepare for next developmen...

2019-09-20 Thread Robert Sandell
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 54243f33d3ee72006967280f5e65a0c979649483
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/54243f33d3ee72006967280f5e65a0c979649483
  Author: rsandell 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  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/pipeline-utility-steps-plugin/push/refs/heads/master/bc2f1b-54243f%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] bc2f1b: [maven-release-plugin] prepare release pipeline-ut...

2019-09-20 Thread Robert Sandell
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: bc2f1bc6ad98b625c93207b75908ce11083760c6
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/bc2f1bc6ad98b625c93207b75908ce11083760c6
  Author: rsandell 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-utility-steps-2.3.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/pipeline-utility-steps-plugin/push/refs/heads/master/d40154-bc2f1b%40github.com.


[jenkinsci/pipeline-utility-steps-plugin]

2019-09-20 Thread Robert Sandell
  Branch: refs/tags/pipeline-utility-steps-2.3.1
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-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/pipeline-utility-steps-plugin/push/refs/tags/pipeline-utility-steps-2.3.1/00-aa8725%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] d40154: Configure release drafter

2019-09-20 Thread Robert Sandell
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: d40154be5863086a82a532cf3a676bf56477432c
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/d40154be5863086a82a532cf3a676bf56477432c
  Author: rsandell 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  Configure release drafter


-- 
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/pipeline-utility-steps-plugin/push/refs/heads/master/5b12af-d40154%40github.com.


[jenkinsci/jms-messaging-plugin] 0c0cdf: Message env var is not available in pipeline jobs ...

2019-09-20 Thread Carlos Sanchez
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jms-messaging-plugin
  Commit: 0c0cdf7de4340088c5918b14fafd2c4f361d500d
  
https://github.com/jenkinsci/jms-messaging-plugin/commit/0c0cdf7de4340088c5918b14fafd2c4f361d500d
  Author: Carlos Sanchez 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M 
src/main/java/com/redhat/jenkins/plugins/ci/CIEnvironmentContributingAction.java

  Log Message:
  ---
  Message env var is not available in pipeline jobs (#143)

Need to implement buildEnvironment(Run, EnvVars)

See 
https://stackoverflow.com/questions/31326286/can-a-workflow-step-access-environment-variables-provided-by-an-environmentcontr


-- 
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/jms-messaging-plugin/push/refs/heads/master/8668b4-0c0cdf%40github.com.


[jenkinsci/xldeploy-plugin] 186cdf: XLINT-890

2019-09-20 Thread XebiaLabs CI Servers
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xldeploy-plugin
  Commit: 186cdf9a6cc3242d1381ba77617d2b0e21c9a519
  
https://github.com/jenkinsci/xldeploy-plugin/commit/186cdf9a6cc3242d1381ba77617d2b0e21c9a519
  Author: FellipeAvanci 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M src/main/java/com/xebialabs/deployit/ci/DeployitNotifier.java
M src/main/java/com/xebialabs/deployit/ci/JenkinsDeploymentOptions.java

  Log Message:
  ---
  XLINT-890


  Commit: 9ec7144308abc2d1cfddf289b2361703f3d07217
  
https://github.com/jenkinsci/xldeploy-plugin/commit/9ec7144308abc2d1cfddf289b2361703f3d07217
  Author: XebiaLabs CI Servers 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M src/main/java/com/xebialabs/deployit/ci/DeployitNotifier.java
M src/main/java/com/xebialabs/deployit/ci/JenkinsDeploymentOptions.java

  Log Message:
  ---
  Merge pull request #66 from FellipeAvanci/master

XLINT-890


Compare: 
https://github.com/jenkinsci/xldeploy-plugin/compare/0c8acb924221...9ec7144308ab

-- 
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/xldeploy-plugin/push/refs/heads/master/0c8acb-9ec714%40github.com.


[jenkinsci/calendar-view-plugin] a28e26: chore(package): update codecov to version 3.6.1

2019-09-20 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/codecov-3.6.1
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: a28e26e0367830276716211e78f45d262be69c4c
  
https://github.com/jenkinsci/calendar-view-plugin/commit/a28e26e0367830276716211e78f45d262be69c4c
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update codecov to version 3.6.1


  Commit: 8fc4fb7868f99675e0193af612ea81be04092123
  
https://github.com/jenkinsci/calendar-view-plugin/commit/8fc4fb7868f99675e0193af612ea81be04092123
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M package-lock.json

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


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/a28e26e03678%5E...8fc4fb7868f9

-- 
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/codecov-3.6.1/00-8fc4fb%40github.com.


[jenkinsci/compuware-ispw-operations-plugin] 2513e4: CWE-151387

2019-09-20 Thread Katie Eluskie
  Branch: 
refs/heads/CWE-151387-Operations-Plugin-Get-multiple-commit-IDs-from-one-push
  Home:   https://github.com/jenkinsci/compuware-ispw-operations-plugin
  Commit: 2513e4485d2041dfb266bfae0d80d208a1fe6a75
  
https://github.com/jenkinsci/compuware-ispw-operations-plugin/commit/2513e4485d2041dfb266bfae0d80d208a1fe6a75
  Author: Katie Eluskie 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
A lib/elsa-3.0.0-M5.jar
A lib/guava-28.1-jre.jar
A lib/org.yaml.snakeyaml_1.24.0.jar
M pom.xml
M src/main/java/com/compuware/ispw/git/GitPushInfo.java
M src/main/java/com/compuware/ispw/git/GitToIspwPublish.java
M src/main/java/com/compuware/ispw/git/GitToIspwPublishStep.java

  Log Message:
  ---
  CWE-151387


-- 
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/compuware-ispw-operations-plugin/push/refs/heads/CWE-151387-Operations-Plugin-Get-multiple-commit-IDs-from-one-push/7cfb3a-2513e4%40github.com.


[jenkinsci/kubernetes-credentials-provider-plugin] efe58e: [JENKINS-58257] Restart secrets watcher if closed ...

2019-09-20 Thread James Nord
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/kubernetes-credentials-provider-plugin
  Commit: efe58ea548e2002101b49f55a29e095cb7d83ca8
  
https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/commit/efe58ea548e2002101b49f55a29e095cb7d83ca8
  Author: Kyle Cronin 
  Date:   2019-08-26 (Mon, 26 Aug 2019)

  Changed paths:
M pom.xml
M 
src/main/java/com/cloudbees/jenkins/plugins/kubernetes_credentials_provider/KubernetesCredentialProvider.java
A 
src/test/java/com/cloudbees/jenkins/plugins/kubernetes_credentials_provider/KubernetesCredentialsProviderTest.java

  Log Message:
  ---
  [JENKINS-58257] Restart secrets watcher if closed due to client exception

If the secrets watch task closed with a kubernetes client
exception the provider would stop receiving updates from the
cluster.  The onClose hander will now call `startWatchingForSecrets` to 
re-initialize the provider. It will
fetch the full list of secrets to catch any missed events and start a
new watcher.

This also adds an administrative error in case there is a
kubernetes client exception during initialization.

fixes JENKINS-58257


  Commit: 8e88abc31265049b7034ca5ef23d691f981d59c1
  
https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/commit/8e88abc31265049b7034ca5ef23d691f981d59c1
  Author: Kyle Cronin 
  Date:   2019-08-27 (Tue, 27 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Exclude sundr-codegen test dependency

The io.sundr:sundr-codegen dependency causes builds to fail
on windows machines due to a bad system path in the pom file.

The plugin tests don't require this dependency to function so
we are explicitly excluding it from the dependency tree.


  Commit: e37c31dbea3f4ad47d24fe9be62fe8f24ce00b03
  
https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/commit/e37c31dbea3f4ad47d24fe9be62fe8f24ce00b03
  Author: Kyle Cronin 
  Date:   2019-08-27 (Tue, 27 Aug 2019)

  Changed paths:
M 
src/main/java/com/cloudbees/jenkins/plugins/kubernetes_credentials_provider/KubernetesCredentialProvider.java
M 
src/test/java/com/cloudbees/jenkins/plugins/kubernetes_credentials_provider/KubernetesCredentialsProviderTest.java

  Log Message:
  ---
  Start secrets watcher before list operation

Because the watch operation no longer uses the resourceVersion
from the list operation, there is a small oppurtunity for the plugin
to miss some events. The watcher is now started first, then the
list operation is performed. Since the watcher keeps track of
its last resourceVersion internally this new ordering should the
providers secret map fully in sync.

Removed the JenkinsRule because it was causing startup issues
with the k8s secret provider plugin because it was not using
the test version with mocked k8s client. Switched to PowerMock
to mock the static ExtensionList.lookup method as a workaround
so we can test the administrative errors and loading secrets on
startup.


  Commit: c56b5462512e63105a03e574c2d037b340c9b294
  
https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/commit/c56b5462512e63105a03e574c2d037b340c9b294
  Author: Kyle Cronin 
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
M 
src/main/java/com/cloudbees/jenkins/plugins/kubernetes_credentials_provider/KubernetesCredentialProvider.java
M 
src/test/java/com/cloudbees/jenkins/plugins/kubernetes_credentials_provider/KubernetesCredentialsProviderTest.java

  Log Message:
  ---
  Use resourceVersion in secret watch request

Reverting to deprecated watch api with resourceVersion argument.
Without refactoring the management of the credentials map
fruther this is is the only acceptable solution without introducing
race conditions that could result in an empty or out of date credentials set.


  Commit: 096a33df42c0567c2d637032b9e2915df6d5ad07
  
https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/commit/096a33df42c0567c2d637032b9e2915df6d5ad07
  Author: James Nord 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M pom.xml
M 
src/main/java/com/cloudbees/jenkins/plugins/kubernetes_credentials_provider/KubernetesCredentialProvider.java
A 
src/test/java/com/cloudbees/jenkins/plugins/kubernetes_credentials_provider/KubernetesCredentialsProviderTest.java

  Log Message:
  ---
  Merge pull request #31 from cronik/bugfix/JENKINS-58257

[JENKINS-58257] Restart secrets watcher if closed due to client exception


Compare: 
https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/compare/82ec42ffd00c...096a33df42c0

-- 
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 

[jenkinsci/pipeline-utility-steps-plugin] 9e59cd: Documenting more basic alternatives to the readMav...

2019-09-20 Thread Robert Sandell
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 9e59cd0b040d9cf1001d76ab0fbc6f95baa051f7
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/9e59cd0b040d9cf1001d76ab0fbc6f95baa051f7
  Author: Jesse Glick 
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/maven/ReadMavenPomStep/help.html
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/maven/WriteMavenPomStep/help.html

  Log Message:
  ---
  Documenting more basic alternatives to the readMavenPom/writeMavenPom steps.


  Commit: 5b12afa5194e9d59a7c33f897dad5f96a8e88be5
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/5b12afa5194e9d59a7c33f897dad5f96a8e88be5
  Author: Robert Sandell 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/maven/ReadMavenPomStep/help.html
M 
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/maven/WriteMavenPomStep/help.html

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

Documenting more basic alternatives to the readMavenPom/writeMavenPom steps


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/8573387da1c2...5b12afa5194e

-- 
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/pipeline-utility-steps-plugin/push/refs/heads/master/857338-5b12af%40github.com.


[jenkinsci/configuration-as-code-plugin] fd4332: Bump gson from 2.5 to 2.8.5 (#1063)

2019-09-20 Thread dependabot-preview[bot]
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: fd433295bae57aceb9c69b853e9086716299cad0
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/fd433295bae57aceb9c69b853e9086716299cad0
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump gson from 2.5 to 2.8.5 (#1063)

Bumps [gson](https://github.com/google/gson) from 2.5 to 2.8.5.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/google/gson/compare/gson-parent-2.5...gson-parent-2.8.5)

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/configuration-as-code-plugin/push/refs/heads/master/b16763-fd4332%40github.com.


[jenkinsci/configuration-as-code-plugin]

2019-09-20 Thread Oleg Nenashev
  Branch: refs/heads/dependabot/maven/com.google.code.gson-gson-2.8.5
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/com.google.code.gson-gson-2.8.5/50807c-00%40github.com.


[jenkinsci/ansible-plugin] a03e79: Adding @Symbol to AnsibleInstallation to be able t...

2019-09-20 Thread Emilio Escobar
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ansible-plugin
  Commit: a03e79ea0283b181481464b3c0d126a0f890235e
  
https://github.com/jenkinsci/ansible-plugin/commit/a03e79ea0283b181481464b3c0d126a0f890235e
  Author: Michel Zanini 
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/ansible/AnsibleInstallation.java

  Log Message:
  ---
  Adding @Symbol to AnsibleInstallation to be able to use it on tools


  Commit: 01419fffe8b0eaea5187d7e82a9387a269db7053
  
https://github.com/jenkinsci/ansible-plugin/commit/01419fffe8b0eaea5187d7e82a9387a269db7053
  Author: Emilio Escobar 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/ansible/AnsibleInstallation.java

  Log Message:
  ---
  Merge pull request #26 from michelzanini/master

JENKINS-37387 - Adding @Symbol to AnsibleInstallation to be able to use it on 
tools


Compare: 
https://github.com/jenkinsci/ansible-plugin/compare/e4fea8fd236c...01419fffe8b0

-- 
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/ansible-plugin/push/refs/heads/master/e4fea8-01419f%40github.com.


[jenkinsci/workflow-remote-loader-plugin]

2019-09-20 Thread Oleg Nenashev
  Branch: refs/heads/JENKINS-59172
  Home:   https://github.com/jenkinsci/workflow-remote-loader-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/workflow-remote-loader-plugin/push/refs/heads/JENKINS-59172/3d3415-00%40github.com.


[jenkinsci/workflow-remote-loader-plugin] 3d3415: [JENKINS-59172] - Use GitHub as a source of the pl...

2019-09-20 Thread Emilio Escobar
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-remote-loader-plugin
  Commit: 3d3415cf1e3b82680f833faf6fcfad0c73af1eea
  
https://github.com/jenkinsci/workflow-remote-loader-plugin/commit/3d3415cf1e3b82680f833faf6fcfad0c73af1eea
  Author: Oleg Nenashev 
  Date:   2019-09-11 (Wed, 11 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-59172] - Use GitHub as a source of the plugin's documentation on 
plugins.jenkins.io


  Commit: 64c05aad53278103e23a8082b14fd605a64536a7
  
https://github.com/jenkinsci/workflow-remote-loader-plugin/commit/64c05aad53278103e23a8082b14fd605a64536a7
  Author: Emilio Escobar 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #16 from jenkinsci/JENKINS-59172

[JENKINS-59172] - Use GitHub as a source of the plugin's documentation on 
plugins.jenkins.io


Compare: 
https://github.com/jenkinsci/workflow-remote-loader-plugin/compare/d1637bce7a00...64c05aad5327

-- 
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/workflow-remote-loader-plugin/push/refs/heads/master/d1637b-64c05a%40github.com.


[jenkinsci/jenkins] d763b4: Added missing null check and associated test (#4204)

2019-09-20 Thread jesse-houghton
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d763b4cb11067262349554ff178649959d017f56
  
https://github.com/jenkinsci/jenkins/commit/d763b4cb11067262349554ff178649959d017f56
  Author: jesse-houghton 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M core/src/main/java/hudson/Util.java
M core/src/test/java/hudson/UtilTest.java

  Log Message:
  ---
  Added missing null check and associated test (#4204)


-- 
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/f5f043-d763b4%40github.com.


[jenkinsci/jenkins] f5f043: suppress DM_EXIT on methods where EXIT is intended...

2019-09-20 Thread StefanSpieker
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f5f043057c207e4f3737b49c8b13feaaf2ff8998
  
https://github.com/jenkinsci/jenkins/commit/f5f043057c207e4f3737b49c8b13feaaf2ff8998
  Author: StefanSpieker 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M core/src/main/java/hudson/lifecycle/ExitLifecycle.java
M core/src/main/java/hudson/lifecycle/SolarisSMFLifecycle.java
M core/src/main/java/hudson/lifecycle/WindowsInstallerLink.java
M core/src/main/java/jenkins/model/Jenkins.java

  Log Message:
  ---
  suppress DM_EXIT on methods where EXIT is intended (#4202)


-- 
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/5c10c6-f5f043%40github.com.


[jenkinsci/jenkins] 7aa09f: [JENKINS-36720] - Spotbugs dodgy code (#4200)

2019-09-20 Thread StefanSpieker
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7aa09f4674f41b8514da2acee531a1d01d1d3071
  
https://github.com/jenkinsci/jenkins/commit/7aa09f4674f41b8514da2acee531a1d01d1d3071
  Author: StefanSpieker 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/Job.java
M core/src/main/java/hudson/model/View.java
M core/src/main/java/hudson/tasks/BuildStepCompatibilityLayer.java
M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java

  Log Message:
  ---
  [JENKINS-36720] - Spotbugs dodgy code (#4200)

* SA_LOCAL_DOUBLE_ASSIGNMENT: Fix double assignment

* BC_VACUOUS_INSTANCEOF: fixed Spotbugs issue

* DLS_DEAD_LOCAL_STORE: Removed unused assignments


-- 
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/89e25f-7aa09f%40github.com.


[jenkinsci/jenkins] 5c10c6: Improved handling when TaskListener is null (#4201)

2019-09-20 Thread Anders Hammar
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5c10c6c0556c60a6870ff9f65d44842625b04e18
  
https://github.com/jenkinsci/jenkins/commit/5c10c6c0556c60a6870ff9f65d44842625b04e18
  Author: Anders Hammar 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M core/src/main/java/hudson/FilePath.java
M core/src/test/java/hudson/FilePathTest.java

  Log Message:
  ---
  Improved handling when TaskListener is null (#4201)


-- 
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/7aa09f-5c10c6%40github.com.


[jenkinsci/configuration-as-code-plugin] b16763: Remove old jelly schema and usages (#1069)

2019-09-20 Thread Sladyn
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: b167630cdcfa88c3c1c4a1ab794baa644b083ab4
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/b167630cdcfa88c3c1c4a1ab794baa644b083ab4
  Author: Sladyn 
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
M docs/features/jsonSchema.md
M plugin/src/main/java/io/jenkins/plugins/casc/ConfigurationAsCode.java
R plugin/src/main/resources/io/jenkins/plugins/casc/Attribute/schema.jelly
R 
plugin/src/main/resources/io/jenkins/plugins/casc/BaseConfigurator/schema.jelly
M 
plugin/src/main/resources/io/jenkins/plugins/casc/ConfigurationAsCode/index.jelly
R 
plugin/src/main/resources/io/jenkins/plugins/casc/ConfigurationAsCode/schema.jelly
R 
plugin/src/main/resources/io/jenkins/plugins/casc/DescribableAttribute/schema.jelly
R 
plugin/src/main/resources/io/jenkins/plugins/casc/impl/configurators/ConfigurableConfigurator/schema.jelly
R 
plugin/src/main/resources/io/jenkins/plugins/casc/impl/configurators/HeteroDescribableConfigurator/schema.jelly

  Log Message:
  ---
  Remove old jelly schema and usages (#1069)


-- 
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/configuration-as-code-plugin/push/refs/heads/master/867bb4-b16763%40github.com.