[jenkinsci/acceptance-test-harness] 6f23ea: [JENKINS-46206] Added a test case.

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 6f23ea20e172e79881e080296a72a970d8cf2550
  
https://github.com/jenkinsci/acceptance-test-harness/commit/6f23ea20e172e79881e080296a72a970d8cf2550
  Author: Ulli Hafner 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/test/java/plugins/AbstractAnalysisTest.java

  Log Message:
  ---
  [JENKINS-46206] Added a test case.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/acceptance-test-harness] 476d11: [JENKINS-46206] Added a test case.

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 476d11979b09fae7da97410460f2c76803d58c53
  
https://github.com/jenkinsci/acceptance-test-harness/commit/476d11979b09fae7da97410460f2c76803d58c53
  Author: Ulli Hafner 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/test/java/plugins/AbstractAnalysisTest.java
M src/test/java/plugins/FindBugsPluginTest.java

  Log Message:
  ---
  [JENKINS-46206] Added a test case.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blueocean-pipeline-editor-plugin] 0aa9b0: [maven-release-plugin] prepare release blueocean-p...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blueocean-pipeline-editor-plugin
  Commit: 0aa9b01ca6f9b841404f25774968a54d83a2adee
  
https://github.com/jenkinsci/blueocean-pipeline-editor-plugin/commit/0aa9b01ca6f9b841404f25774968a54d83a2adee
  Author: Vivek Pandey 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release blueocean-pipeline-editor-0.3.0-beta-4


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blueocean-pipeline-editor-plugin] 86fae9: [maven-release-plugin] prepare for next developmen...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blueocean-pipeline-editor-plugin
  Commit: 86fae9215682c264ac9ba34d344789a373fd4ae8
  
https://github.com/jenkinsci/blueocean-pipeline-editor-plugin/commit/86fae9215682c264ac9ba34d344789a373fd4ae8
  Author: Vivek Pandey 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blueocean-pipeline-editor-plugin]

2017-08-18 Thread GitHub
  Branch: refs/tags/blueocean-pipeline-editor-0.3.0-beta-4
  Home:   https://github.com/jenkinsci/blueocean-pipeline-editor-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blueocean-pipeline-editor-plugin]

2017-08-18 Thread GitHub
  Branch: refs/heads/hotfix/editor-ath-fixes
  Home:   https://github.com/jenkinsci/blueocean-pipeline-editor-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blueocean-pipeline-editor-plugin] d6bca8: Hotfix/editor ath fixes (#54)

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blueocean-pipeline-editor-plugin
  Commit: d6bca8b7c40986d68891101b0f838d0dfd04d98a
  
https://github.com/jenkinsci/blueocean-pipeline-editor-plugin/commit/d6bca8b7c40986d68891101b0f838d0dfd04d98a
  Author: Cliff Meyers 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/js/api/ScmContentApi.js
M src/main/js/api/TypedError.js

  Log Message:
  ---
  Hotfix/editor ath fixes (#54)

* prevent NPE when server responds with 404 in non-JSON format: fix a bug where 
editing a repo for the first time threw an error due to server responding with 
Stapler 404 HTML error page

* prevent downstream NPE when server responds with 404 Stapler HTML page


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blueocean-pipeline-editor-plugin] 27de96: prevent NPE when server responds with 404 in non-J...

2017-08-18 Thread GitHub
  Branch: refs/heads/hotfix/editor-ath-fixes
  Home:   https://github.com/jenkinsci/blueocean-pipeline-editor-plugin
  Commit: 27de9668c3458322ad1077196d19066c0b34527e
  
https://github.com/jenkinsci/blueocean-pipeline-editor-plugin/commit/27de9668c3458322ad1077196d19066c0b34527e
  Author: Cliff Meyers 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/js/api/ScmContentApi.js

  Log Message:
  ---
  prevent NPE when server responds with 404 in non-JSON format: fix a bug where 
editing a repo for the first time threw an error due to server responding with 
Stapler 404 HTML error page


  Commit: 44b4651bfe3fb431837c768d841b5aef004b9889
  
https://github.com/jenkinsci/blueocean-pipeline-editor-plugin/commit/44b4651bfe3fb431837c768d841b5aef004b9889
  Author: Cliff Meyers 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/js/api/TypedError.js

  Log Message:
  ---
  prevent downstream NPE when server responds with 404 Stapler HTML page


Compare: 
https://github.com/jenkinsci/blueocean-pipeline-editor-plugin/compare/27de9668c345^...44b4651bfe3f

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/compuware-scm-downloader-plugin] 9b073f: last few changes -- ready for code review again

2017-08-18 Thread GitHub
  Branch: 
refs/heads/cwe-115693-ISPW-Jenkins-Plugin-needs-a-specific-folder-to-download
  Home:   https://github.com/jenkinsci/compuware-scm-downloader-plugin
  Commit: 9b073fafade70995cd61ed44becba2abf25f7cf3
  
https://github.com/jenkinsci/compuware-scm-downloader-plugin/commit/9b073fafade70995cd61ed44becba2abf25f7cf3
  Author: katieeluskie 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/com/compuware/jenkins/scm/IspwConfiguration.java
M src/test/java/com/compuware/jenkins/scm/IspwConfigurationTest.java

  Log Message:
  ---
  last few changes -- ready for code review again


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin] f2383c: Clear out the release notes for the next release

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: f2383c30206dbfea986fd078b93d1f86a7161abf
  
https://github.com/jenkinsci/tfs-plugin/commit/f2383c30206dbfea986fd078b93d1f86a7161abf
  Author: Jason Prickett 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M ReleaseNotes.md

  Log Message:
  ---
  Clear out the release notes for the next 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/compuware-scm-downloader-plugin] 98fe43: amihzs0: changed "filterType" to "componentType".

2017-08-18 Thread GitHub
  Branch: 
refs/heads/cwe-115693-ISPW-Jenkins-Plugin-needs-a-specific-folder-to-download
  Home:   https://github.com/jenkinsci/compuware-scm-downloader-plugin
  Commit: 98fe435466bd7b453a5e96bec216e86a2845559d
  
https://github.com/jenkinsci/compuware-scm-downloader-plugin/commit/98fe435466bd7b453a5e96bec216e86a2845559d
  Author: amihzs0 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/com/compuware/jenkins/scm/IspwDownloader.java
M src/main/java/com/compuware/jenkins/scm/utils/ScmConstants.java

  Log Message:
  ---
  amihzs0: changed "filterType" to "componentType".


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-maven-plugin] c90806: [maven-release-plugin] prepare release pipeline-ma...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: c90806f0c35c1a057d879198ef7daa156cd2736d
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/c90806f0c35c1a057d879198ef7daa156cd2736d
  Author: Cyrille Le Clerc 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M jenkins-plugin/pom.xml
M maven-spy/pom.xml
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-maven-3.0.0-beta-4


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-maven-plugin] 06bc0d: [maven-release-plugin] prepare for next developmen...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 06bc0d207f3c4c7d297314f9cb1f8717a7ce84de
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/06bc0d207f3c4c7d297314f9cb1f8717a7ce84de
  Author: Cyrille Le Clerc 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M jenkins-plugin/pom.xml
M maven-spy/pom.xml
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-maven-plugin]

2017-08-18 Thread GitHub
  Branch: refs/tags/pipeline-maven-3.0.0-beta-4
  Home:   https://github.com/jenkinsci/pipeline-maven-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-maven-plugin] 2f6339: [JENKINS-46152] add flags to disable triggering of...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 2f6339061d965cabc0ef445462cf6fac6dbfdd39
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/2f6339061d965cabc0ef445462cf6fac6dbfdd39
  Author: Cyrille Le Clerc 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginDao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2Dao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginNullDao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/PipelineGraphPublisher.java
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/PipelineGraphPublisher/config.jelly
A 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/PipelineGraphPublisher/help-triggers.html
A jenkins-plugin/src/main/resources/sql/h2/04_migration.sql
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2DaoTest.java

  Log Message:
  ---
  [JENKINS-46152] add flags to disable triggering of downstream pipelines or to 
disable triggers from upstream pipelines. Sample "withMaven(options: 
[pipelineGraphPublisher(ignoreUpstreamTriggers: true, skipDownstreamTriggers: 
true)]) {}"


  Commit: 58c3605e05cb039e2c29ada26df7ccfc04c92594
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/58c3605e05cb039e2c29ada26df7ccfc04c92594
  Author: Cyrille Le Clerc 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginDao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2Dao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginNullDao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/PipelineGraphPublisher.java
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/PipelineGraphPublisher/config.jelly
A 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/PipelineGraphPublisher/help-triggers.html
A jenkins-plugin/src/main/resources/sql/h2/04_migration.sql
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2DaoTest.java

  Log Message:
  ---
  Merge pull request #80 from jenkinsci/JENKINS-46152

[JENKINS-46152] add flags to disable triggering of downstream pipelines or to 
disable triggers from upstream pipelines.


Compare: 
https://github.com/jenkinsci/pipeline-maven-plugin/compare/662b0a18f55b...58c3605e05cb

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin] 388855: [maven-release-plugin] prepare for next developmen...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 388855db7d77057e4dbec59c9fe4acac110ca0a6
  
https://github.com/jenkinsci/tfs-plugin/commit/388855db7d77057e4dbec59c9fe4acac110ca0a6
  Author: Jason Prickett 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml
M tfs-sdk/pom.xml
M tfs/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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin]

2017-08-18 Thread GitHub
  Branch: refs/tags/tfs-5.121.0
  Home:   https://github.com/jenkinsci/tfs-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin] cdf46b: [maven-release-plugin] prepare release tfs-5.121.0

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: cdf46b66941092a4581a66b565d2dc094e6c1918
  
https://github.com/jenkinsci/tfs-plugin/commit/cdf46b66941092a4581a66b565d2dc094e6c1918
  Author: Jason Prickett 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml
M tfs-sdk/pom.xml
M tfs/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release tfs-5.121.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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin]

2017-08-18 Thread GitHub
  Branch: refs/heads/update_documentation_for_5.121.0
  Home:   https://github.com/jenkinsci/tfs-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin] e0d481: Clear out the release notes for the next release

2017-08-18 Thread GitHub
  Branch: refs/heads/update_documentation_for_5.121.0
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: e0d481d1e0c4f2411c30426c9cadf1a27516f238
  
https://github.com/jenkinsci/tfs-plugin/commit/e0d481d1e0c4f2411c30426c9cadf1a27516f238
  Author: Jason Prickett 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M ReleaseNotes.md

  Log Message:
  ---
  Clear out the release notes for the next 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-maven-plugin] 2f6339: [JENKINS-46152] add flags to disable triggering of...

2017-08-18 Thread GitHub
  Branch: refs/heads/JENKINS-46152
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 2f6339061d965cabc0ef445462cf6fac6dbfdd39
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/2f6339061d965cabc0ef445462cf6fac6dbfdd39
  Author: Cyrille Le Clerc 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginDao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2Dao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginNullDao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/PipelineGraphPublisher.java
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/PipelineGraphPublisher/config.jelly
A 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/PipelineGraphPublisher/help-triggers.html
A jenkins-plugin/src/main/resources/sql/h2/04_migration.sql
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2DaoTest.java

  Log Message:
  ---
  [JENKINS-46152] add flags to disable triggering of downstream pipelines or to 
disable triggers from upstream pipelines. Sample "withMaven(options: 
[pipelineGraphPublisher(ignoreUpstreamTriggers: true, skipDownstreamTriggers: 
true)]) {}"


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/jenkins.io] d6441a: Add a brief section introducing the use of agent {...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: d6441ad01582c2d079032ebc3ef3440bd74f5e77
  
https://github.com/jenkins-infra/jenkins.io/commit/d6441ad01582c2d079032ebc3ef3440bd74f5e77
  Author: R. Tyler Croy 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  Add a brief section introducing the use of agent { dockerfile true }


  Commit: 3b6c9c3a331c59715918ccb9a871aba795b14cb4
  
https://github.com/jenkins-infra/jenkins.io/commit/3b6c9c3a331c59715918ccb9a871aba795b14cb4
  Author: R. Tyler Croy 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  Address some grammatical issues


  Commit: 3e6830d0e201a7b3741b8a449f71723fd7f6f4c6
  
https://github.com/jenkins-infra/jenkins.io/commit/3e6830d0e201a7b3741b8a449f71723fd7f6f4c6
  Author: R. Tyler Croy 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  Merge pull request #1093 from rtyler/dockerfile-handbook

Add a brief section introducing the use of agent { dockerfile true }


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/797ef6b31dbf...3e6830d0e201

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin] 65e85c: Clear out the release notes for the next release

2017-08-18 Thread GitHub
  Branch: refs/heads/update_documentation_for_5.121.0
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 65e85c7dbdaa5835fea8d44af80846cc543b3146
  
https://github.com/jenkinsci/tfs-plugin/commit/65e85c7dbdaa5835fea8d44af80846cc543b3146
  Author: Jason Prickett 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M ReleaseNotes.md

  Log Message:
  ---
  Clear out the release notes for the next 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin]

2017-08-18 Thread GitHub
  Branch: refs/heads/update_documentation_for_5.121.0
  Home:   https://github.com/jenkinsci/tfs-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin] 1521eb: Updating the Pom.xml scm connection and developerC...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 1521eb1b31a55111d35988fa3e7b56a88cf8392a
  
https://github.com/jenkinsci/tfs-plugin/commit/1521eb1b31a55111d35988fa3e7b56a88cf8392a
  Author: Jason Prickett 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the Pom.xml scm connection and developerConnection
- using https instead of ssh


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/compuware-scm-downloader-plugin]

2017-08-18 Thread GitHub
  Branch: 
refs/heads/CWE-117431-Migration-of-old-Jenkins-SCM-plugins-needs-to-force-a-save
  Home:   https://github.com/jenkinsci/compuware-scm-downloader-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin] 8c5948: Updating the Pom.xml scm connection and developerC...

2017-08-18 Thread GitHub
  Branch: refs/heads/users/jpricket/release121
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 8c594875320b04289a903fb8c9cb17bbd72b8822
  
https://github.com/jenkinsci/tfs-plugin/commit/8c594875320b04289a903fb8c9cb17bbd72b8822
  Author: Jason Prickett 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the Pom.xml scm connection and developerConnection
- using https instead of ssh


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blueocean-pipeline-editor-plugin] c17ca2: [maven-release-plugin] prepare release blueocean-p...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blueocean-pipeline-editor-plugin
  Commit: c17ca275cfca1f797808d5c316ef066bbee52565
  
https://github.com/jenkinsci/blueocean-pipeline-editor-plugin/commit/c17ca275cfca1f797808d5c316ef066bbee52565
  Author: Vivek Pandey 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release blueocean-pipeline-editor-0.3.0-beta-3


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blueocean-pipeline-editor-plugin] 632208: [maven-release-plugin] prepare for next developmen...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blueocean-pipeline-editor-plugin
  Commit: 632208da13363af1a8378303e852a730f3e930f5
  
https://github.com/jenkinsci/blueocean-pipeline-editor-plugin/commit/632208da13363af1a8378303e852a730f3e930f5
  Author: Vivek Pandey 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blueocean-pipeline-editor-plugin]

2017-08-18 Thread GitHub
  Branch: refs/tags/blueocean-pipeline-editor-0.3.0-beta-3
  Home:   https://github.com/jenkinsci/blueocean-pipeline-editor-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.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/jenkins.io] 352a39: Jenkins World speaker blog post from Andrew Bayer

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 352a39dd5d9d322419be5ab58552b2fa4cc930ca
  
https://github.com/jenkins-infra/jenkins.io/commit/352a39dd5d9d322419be5ab58552b2fa4cc930ca
  Author: Andrew Bayer 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
A content/blog/2017/08/2017-08-18-declarative-pipelines-at-jenkinsworld.adoc

  Log Message:
  ---
  Jenkins World speaker blog post from Andrew Bayer


  Commit: 38396f9819c1a32d993976d261441abb3f14ed02
  
https://github.com/jenkins-infra/jenkins.io/commit/38396f9819c1a32d993976d261441abb3f14ed02
  Author: Andrew Bayer 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M content/blog/2017/08/2017-08-18-declarative-pipelines-at-jenkinsworld.adoc

  Log Message:
  ---
  Touching on the features added post 1.0 and planned for 1.2


  Commit: 797ef6b31dbf74aabc6ba19615c11db003711513
  
https://github.com/jenkins-infra/jenkins.io/commit/797ef6b31dbf74aabc6ba19615c11db003711513
  Author: R. Tyler Croy 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M content/blog/2017/08/2017-08-18-declarative-pipelines-at-jenkinsworld.adoc

  Log Message:
  ---
  Pipeline!

Closes #1090


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/c8c9ac194cbe...797ef6b31dbf

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ssh-slaves-plugin] 17635e: [maven-release-plugin] prepare release ssh-slaves-...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: 17635ed5f20fd1f8df8d0aec8e37368031546fda
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/17635ed5f20fd1f8df8d0aec8e37368031546fda
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ssh-slaves-1.21


  Commit: b4accd121210fc84e1cd3d4fd68666fa05330d02
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/b4accd121210fc84e1cd3d4fd68666fa05330d02
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/ssh-slaves-plugin/compare/cfd1b329153a...b4accd121210

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ssh-slaves-plugin] 17635e: [maven-release-plugin] prepare release ssh-slaves-...

2017-08-18 Thread GitHub
  Branch: refs/tags/ssh-slaves-1.21
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: 17635ed5f20fd1f8df8d0aec8e37368031546fda
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/17635ed5f20fd1f8df8d0aec8e37368031546fda
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ssh-slaves-1.21


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting]

2017-08-18 Thread GitHub
  Branch: refs/tags/remoting-3.11
  Home:   https://github.com/jenkinsci/remoting

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] 1f3704: [maven-release-plugin] prepare release remoting-3....

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 1f3704c4f745339d75a50a78d96526c53d5c1074
  
https://github.com/jenkinsci/remoting/commit/1f3704c4f745339d75a50a78d96526c53d5c1074
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-3.11


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] 215d23: [maven-release-plugin] prepare for next developmen...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 215d2312bb3b53837cb77c4958f72943a1ace7a4
  
https://github.com/jenkinsci/remoting/commit/215d2312bb3b53837cb77c4958f72943a1ace7a4
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin] a79aec: Clear out the release notes for the next release

2017-08-18 Thread GitHub
  Branch: refs/heads/update_documentation_for_5.121.0
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: a79aec892a7265adfaddf239b3c2aaa45d9f1d87
  
https://github.com/jenkinsci/tfs-plugin/commit/a79aec892a7265adfaddf239b3c2aaa45d9f1d87
  Author: Jason Prickett 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M ReleaseNotes.md

  Log Message:
  ---
  Clear out the release notes for the next 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-model-definition-plugin] a4f07d: Start building/deploying tests jar

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: a4f07dd4f54c0b0b80a8c391951764da46f9eedd
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/a4f07dd4f54c0b0b80a8c391951764da46f9eedd
  Author: Andrew Bayer 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pipeline-model-definition/pom.xml

  Log Message:
  ---
  Start building/deploying tests jar


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] 9fa9de: Noting changes in 3.11

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 9fa9de3e705bb31d88b36a67421cb24b1ac0a454
  
https://github.com/jenkinsci/remoting/commit/9fa9de3e705bb31d88b36a67421cb24b1ac0a454
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Noting changes in 3.11


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/compuware-scm-downloader-plugin] fc277e: modified data-binding for optional block contents

2017-08-18 Thread GitHub
  Branch: 
refs/heads/cwe-115693-ISPW-Jenkins-Plugin-needs-a-specific-folder-to-download
  Home:   https://github.com/jenkinsci/compuware-scm-downloader-plugin
  Commit: fc277e1a491a19c0c03a4db13961afab43c51854
  
https://github.com/jenkinsci/compuware-scm-downloader-plugin/commit/fc277e1a491a19c0c03a4db13961afab43c51854
  Author: katieeluskie 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/com/compuware/jenkins/scm/IspwConfiguration.java
M src/main/java/com/compuware/jenkins/scm/IspwDownloader.java
M 
src/main/resources/com/compuware/jenkins/scm/IspwConfiguration/config.jelly
M 
src/main/resources/com/compuware/jenkins/scm/IspwConfiguration/config.properties
M src/main/resources/com/compuware/jenkins/scm/Messages.properties
A src/main/webapp/ispw/help-componentType.html
R src/main/webapp/ispw/help-filterType.html
M src/test/java/com/compuware/jenkins/scm/IspwConfigurationTest.java

  Log Message:
  ---
  modified data-binding for optional block contents
changed filterType to componentType


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/script-security-plugin] 5b844b: Make static whitelist test display more useful out...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 5b844b2faba6f0f88a6503acc1b489d215cf53cb
  
https://github.com/jenkinsci/script-security-plugin/commit/5b844b2faba6f0f88a6503acc1b489d215cf53cb
  Author: Sam Van Oort 
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/StaticWhitelistTest.java

  Log Message:
  ---
  Make static whitelist test display more useful output on out-of-order 
whitelist entries


  Commit: 48fd85a253cb278d33e81f1e553e8ca85bbe582c
  
https://github.com/jenkinsci/script-security-plugin/commit/48fd85a253cb278d33e81f1e553e8ca85bbe582c
  Author: Sam Van Oort 
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist

  Log Message:
  ---
  Whitelist entries for groovy string join of arrays/collections more


  Commit: c4c5c8d86a3343b9acc38c99aea71ab0ccf288ff
  
https://github.com/jenkinsci/script-security-plugin/commit/c4c5c8d86a3343b9acc38c99aea71ab0ccf288ff
  Author: Jesse Glick 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist
M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/StaticWhitelistTest.java

  Log Message:
  ---
  Merge pull request #142 from svanoort/allow-string-join

Allow string join


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/97d75131220a...c4c5c8d86a33

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin]

2017-08-18 Thread GitHub
  Branch: refs/heads/build_plugin
  Home:   https://github.com/jenkinsci/ec2-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] 27f2b3: Test commit

2017-08-18 Thread GitHub
  Branch: refs/heads/testpr
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 27f2b3b6b939d9663ee66636d263505c23e0c80e
  
https://github.com/jenkinsci/ec2-plugin/commit/27f2b3b6b939d9663ee66636d263505c23e0c80e
  Author: francisu 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java

  Log Message:
  ---
  Test commit


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] ade1cb: Build plugin (#236)

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: ade1cbd5c40ace62008d37e108973f82b045cd6f
  
https://github.com/jenkinsci/ec2-plugin/commit/ade1cbd5c40ace62008d37e108973f82b045cd6f
  Author: Francis Upton IV 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
A JenkinsFile

  Log Message:
  ---
  Build plugin (#236)

* Add buildPlugin() file


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] 230534: Remove test commit

2017-08-18 Thread GitHub
  Branch: refs/heads/build_plugin
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 2305341c5f92a2e7658b0425d4ac8113d193dc71
  
https://github.com/jenkinsci/ec2-plugin/commit/2305341c5f92a2e7658b0425d4ac8113d193dc71
  Author: francisu 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java

  Log Message:
  ---
  Remove test commit


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] 900947: Add buildPlugin() file

2017-08-18 Thread GitHub
  Branch: refs/heads/build_plugin
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 9009473e160bee005b3b45af60a580220f03a003
  
https://github.com/jenkinsci/ec2-plugin/commit/9009473e160bee005b3b45af60a580220f03a003
  Author: francisu 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
A JenkinsFile

  Log Message:
  ---
  Add buildPlugin() file


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] 7b171d: Test commit - ignore

2017-08-18 Thread GitHub
  Branch: refs/heads/testpr
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 7b171db706db2ab98e0e10389f080311b45c81b6
  
https://github.com/jenkinsci/ec2-plugin/commit/7b171db706db2ab98e0e10389f080311b45c81b6
  Author: francisu 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java

  Log Message:
  ---
  Test commit - ignore


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-model-definition-plugin] e6bdb1: [JENKINS-46064] removed unused import

2017-08-18 Thread GitHub
  Branch: refs/heads/when-changelog
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: e6bdb1fe3cbeae3b96eef5850017497e8c4b4446
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/e6bdb1fe3cbeae3b96eef5850017497e8c4b4446
  Author: rsandell 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeLogConditional.java

  Log Message:
  ---
  [JENKINS-46064] removed unused import


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-model-definition-plugin] ab765e: Validate credentials id

2017-08-18 Thread GitHub
  Branch: refs/heads/validate-credentials
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: ab765efdbe00ef5af4e9cb36da1468cd6fb8ec4b
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ab765efdbe00ef5af4e9cb36da1468cd6fb8ec4b
  Author: rsandell 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/validator/CredentialsValidator.java
M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/validator/Messages.properties

  Log Message:
  ---
  Validate credentials id

So we don't get a nasty surprise way donw in the deploy stage.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin]

2017-08-18 Thread GitHub
  Branch: refs/heads/JENKINS-34667
  Home:   https://github.com/jenkinsci/ec2-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin]

2017-08-18 Thread GitHub
  Branch: refs/heads/test
  Home:   https://github.com/jenkinsci/tfs-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin]

2017-08-18 Thread GitHub
  Branch: refs/heads/DELETEME
  Home:   https://github.com/jenkinsci/tfs-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.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/jenkins.io] 8a93a2: Update roadmap based on feedback

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 8a93a22a85b7acce38be85c96f40846819a108d5
  
https://github.com/jenkins-infra/jenkins.io/commit/8a93a22a85b7acce38be85c96f40846819a108d5
  Author: James William Dumay 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M content/projects/blueocean/roadmap/data.json

  Log Message:
  ---
  Update roadmap based on feedback


  Commit: c8c9ac194cbeb914dd5548c7ae6a27d20039a8a9
  
https://github.com/jenkins-infra/jenkins.io/commit/c8c9ac194cbeb914dd5548c7ae6a27d20039a8a9
  Author: R. Tyler Croy 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M content/projects/blueocean/roadmap/data.json

  Log Message:
  ---
  Merge pull request #1092 from i386/patch-11

Update roadmap based on feedback


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/4051d349b2ee...c8c9ac194cbe

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] d10838: Remove incorrect @Deprecated tag

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: d10838867d355814198b8b0db281beaa46a82a9c
  
https://github.com/jenkinsci/ec2-plugin/commit/d10838867d355814198b8b0db281beaa46a82a9c
  Author: francisu 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java

  Log Message:
  ---
  Remove incorrect @Deprecated tag


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] d5fbd0: Add slave prefix command (#224)

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: d5fbd012bf0c18e85ee85653694cf6c51ad4cd3b
  
https://github.com/jenkinsci/ec2-plugin/commit/d5fbd012bf0c18e85ee85653694cf6c51ad4cd3b
  Author: Ian Duffy 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java
M src/main/java/hudson/plugins/ec2/EC2Computer.java
M src/main/java/hudson/plugins/ec2/EC2OndemandSlave.java
M src/main/java/hudson/plugins/ec2/SlaveTemplate.java
M src/main/java/hudson/plugins/ec2/UnixData.java
M src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java
M src/main/resources/hudson/plugins/ec2/UnixData/config.jelly
M src/test/java/hudson/plugins/ec2/EC2AbstractSlaveTest.java
M src/test/java/hudson/plugins/ec2/EC2OndemandSlaveTest.java
M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java

  Log Message:
  ---
  Add slave prefix command (#224)

Allow a user to input a slave prefix command that will be executed
before launching the slave jar.

Signed-off-by: Ian Duffy 


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tfs-plugin] 06b8d8: Clear out the release notes for the next release

2017-08-18 Thread GitHub
  Branch: refs/heads/DELETEME
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 06b8d8295d1d43a3d39a116ca3f41d31c61d3cf1
  
https://github.com/jenkinsci/tfs-plugin/commit/06b8d8295d1d43a3d39a116ca3f41d31c61d3cf1
  Author: Jason Prickett 
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
M ReleaseNotes.md

  Log Message:
  ---
  Clear out the release notes for the next release


  Commit: 3f56e2e4b5efa07713cb643d4686903a73d37625
  
https://github.com/jenkinsci/tfs-plugin/commit/3f56e2e4b5efa07713cb643d4686903a73d37625
  Author: Jason Prickett 
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
M pom.xml
M tfs-sdk/pom.xml
M tfs/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release tfs-5.121.0


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/06b8d8295d1d^...3f56e2e4b5ef

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] 0fdf52: JENKINS-41824 Meaningful exception message if the ...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 0fdf52217901a88c0091362299dcb507701239c4
  
https://github.com/jenkinsci/ec2-plugin/commit/0fdf52217901a88c0091362299dcb507701239c4
  Author: Cyrille Le Clerc 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2PrivateKey.java
M src/test/java/hudson/plugins/ec2/EC2PrivateKeyTest.java

  Log Message:
  ---
  JENKINS-41824 Meaningful exception message if the EC2 KeyPair private key is 
missing/empty:  `IOException("This private key cannot be empty")` instead of 
`NullPointerException() (#226)


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] 99ffa3: [JENKINS-37567] - Add option to specify certchain,...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 99ffa3c0519743319767b372df452eb7e02c5b66
  
https://github.com/jenkinsci/remoting/commit/99ffa3c0519743319767b372df452eb7e02c5b66
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-37567] - Add option to specify certchain, enforce certificate checks


  Commit: ca48837eec5f9cea18653528ac68ce041cdc656c
  
https://github.com/jenkinsci/remoting/commit/ca48837eec5f9cea18653528ac68ce041cdc656c
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #190 from oleg-nenashev/buildflow/JENKINS-37567

[JENKINS-37567] - Add option to specify certchain, enforce certificate checks


Compare: 
https://github.com/jenkinsci/remoting/compare/a052a5ac45b3...ca48837eec5f

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] e90581: Tag on demand instances at creation using latest S...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: e90581dfbc687481416fdb76164054c169b13a59
  
https://github.com/jenkinsci/ec2-plugin/commit/e90581dfbc687481416fdb76164054c169b13a59
  Author: Guillaume Rams 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/ec2/SlaveTemplate.java

  Log Message:
  ---
  Tag on demand instances at creation using latest SDK (#231)


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ec2-plugin] 7e8d57: [FIXED JENKINS-40223] Avoid NPE when ssh connectio...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 7e8d576fc719e00a00db45bed730f462c60d0a65
  
https://github.com/jenkinsci/ec2-plugin/commit/7e8d576fc719e00a00db45bed730f462c60d0a65
  Author: Felix Belzunce Arcos 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2ComputerLauncher.java
M src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java

  Log Message:
  ---
  [FIXED JENKINS-40223] Avoid NPE when ssh connection fails and terminate 
agents under any Exception (#234)

* [JENKINS-40223] Avoid NPE when ssh connection fails and terminate agents 
under any Exception before the idlePeriod happens.

* [JENKINS-40223] Manage the NPE


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] 7e0ffa: Introduced ClassFilter.appendDefaultFilter.

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 7e0ffad1f136a61b355c063ec440f38fdef67040
  
https://github.com/jenkinsci/remoting/commit/7e0ffad1f136a61b355c063ec440f38fdef67040
  Author: Jesse Glick 
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
M src/main/java/hudson/remoting/ClassFilter.java

  Log Message:
  ---
  Introduced ClassFilter.appendDefaultFilter.


  Commit: 62f321366135550307de124da9f6412ff7cf28be
  
https://github.com/jenkinsci/remoting/commit/62f321366135550307de124da9f6412ff7cf28be
  Author: Oleg Nenashev 
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
M src/main/java/hudson/remoting/ClassFilter.java
M src/test/java/hudson/remoting/DefaultClassFilterTest.java

  Log Message:
  ---
  [JENKINS-45522] - Modify API in order to propagate error in ClassFilter


  Commit: 158c2495e0e1a58b57eb2d5f79af03753eb4dbeb
  
https://github.com/jenkinsci/remoting/commit/158c2495e0e1a58b57eb2d5f79af03753eb4dbeb
  Author: Oleg Nenashev 
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
M src/main/java/hudson/remoting/ClassFilter.java

  Log Message:
  ---
  [JENKINS-45522] - Address comments from @jglick


  Commit: 150e433e53a0c761a3f85cfc33bab49ab5fbbec5
  
https://github.com/jenkinsci/remoting/commit/150e433e53a0c761a3f85cfc33bab49ab5fbbec5
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/test/java/hudson/remoting/DefaultClassFilterTest.java

  Log Message:
  ---
  [JENKINS-45522] Fix the bogus whitespace noticed by @jglick


  Commit: a052a5ac45b38ea8a6e993674d1f15eeba831b0d
  
https://github.com/jenkinsci/remoting/commit/a052a5ac45b38ea8a6e993674d1f15eeba831b0d
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M src/main/java/hudson/remoting/ClassFilter.java
M src/test/java/hudson/remoting/DefaultClassFilterTest.java

  Log Message:
  ---
  Merge pull request #185 from 
oleg-nenashev/feature/JENKINS-45522-ClassFilter.appendDefaultFilter

[JENKINS-45522] - Introduce ClassFilter.appendDefaultFilter


Compare: 
https://github.com/jenkinsci/remoting/compare/15e28c2a97fa...a052a5ac45b3

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting]

2017-08-18 Thread GitHub
  Branch: refs/tags/remoting-test-client-1.1
  Home:   https://github.com/jenkinsci/remoting

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] a0150e: [maven-release-plugin] prepare for next developmen...

2017-08-18 Thread GitHub
  Branch: refs/heads/test-client
  Home:   https://github.com/jenkinsci/remoting
  Commit: a0150ead0c23b46a9d4bd80996d2b9b1809b2eca
  
https://github.com/jenkinsci/remoting/commit/a0150ead0c23b46a9d4bd80996d2b9b1809b2eca
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] 258ba0: POM: Fix the Maven release Plugin definition

2017-08-18 Thread GitHub
  Branch: refs/heads/test-client
  Home:   https://github.com/jenkinsci/remoting
  Commit: 258ba0ddd3cb9855c41d48ff68f6eb005a493f85
  
https://github.com/jenkinsci/remoting/commit/258ba0ddd3cb9855c41d48ff68f6eb005a493f85
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  POM: Fix the Maven release Plugin definition


  Commit: b4295326d567ec57e106ade40e66729c9cc29ea9
  
https://github.com/jenkinsci/remoting/commit/b4295326d567ec57e106ade40e66729c9cc29ea9
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-test-client-1.1


Compare: 
https://github.com/jenkinsci/remoting/compare/18a8b3c5da11...b4295326d567

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] 18a8b3: Update to Maven release Plugin 2.5.2 in order to a...

2017-08-18 Thread GitHub
  Branch: refs/heads/test-client
  Home:   https://github.com/jenkinsci/remoting
  Commit: 18a8b3c5dab88da9cc7c41f941128e8269ad
  
https://github.com/jenkinsci/remoting/commit/18a8b3c5dab88da9cc7c41f941128e8269ad
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to Maven release Plugin 2.5.2 in order to avoid MRELEASE-902


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/p4-plugin] 0c3da2: Update Release notes for 1.7.4

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 0c3da21864d524acd353b41fccbf5e7127be282c
  
https://github.com/jenkinsci/p4-plugin/commit/0c3da21864d524acd353b41fccbf5e7127be282c
  Author: Paul Allen 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M RELEASE.md

  Log Message:
  ---
  Update Release notes for 1.7.4


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] e467a9: Add Remoting Test Client descriptions

2017-08-18 Thread GitHub
  Branch: refs/heads/test-client
  Home:   https://github.com/jenkinsci/remoting
  Commit: e467a9cb73aaf6e6101d760d7a42876f4a6559bb
  
https://github.com/jenkinsci/remoting/commit/e467a9cb73aaf6e6101d760d7a42876f4a6559bb
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
A CHANGELOG.md
A REMOTING.md

  Log Message:
  ---
  Add Remoting Test Client descriptions


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/p4-plugin] 0d0ab1: [maven-release-plugin] prepare for next developmen...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 0d0ab1f5ff652403d95be4abbb85077cb5d2dc69
  
https://github.com/jenkinsci/p4-plugin/commit/0d0ab1f5ff652403d95be4abbb85077cb5d2dc69
  Author: Paul Allen 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/p4-plugin]

2017-08-18 Thread GitHub
  Branch: refs/tags/p4-1.7.4
  Home:   https://github.com/jenkinsci/p4-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/p4-plugin] 327464: [maven-release-plugin] prepare release p4-1.7.4

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 3274648d4e6f40cad1982829cf3aaa55e1806cb9
  
https://github.com/jenkinsci/p4-plugin/commit/3274648d4e6f40cad1982829cf3aaa55e1806cb9
  Author: Paul Allen 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release p4-1.7.4


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/compress-artifacts-plugin] 6ea087: Add Jenkinsfile

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/compress-artifacts-plugin
  Commit: 6ea087532304ef688b4ef51c569e8504a371d866
  
https://github.com/jenkinsci/compress-artifacts-plugin/commit/6ea087532304ef688b4ef51c569e8504a371d866
  Author: Oliver Gondža 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Add Jenkinsfile


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/adaptive-disconnector-plugin] 7b8fc4: .gitignore

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/adaptive-disconnector-plugin
  Commit: 7b8fc436425e49bee5faf51dcf0f2a7c4893016e
  
https://github.com/jenkinsci/adaptive-disconnector-plugin/commit/7b8fc436425e49bee5faf51dcf0f2a7c4893016e
  Author: Oliver Gondža 
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
M .gitignore
M 
src/test/java/org/jenkinsci/plugins/adaptivedisonnector/FailureListenerTest.java

  Log Message:
  ---
  .gitignore


  Commit: 10d729350e7a827f0f7fabb8768b62b7fac56bf5
  
https://github.com/jenkinsci/adaptive-disconnector-plugin/commit/10d729350e7a827f0f7fabb8768b62b7fac56bf5
  Author: Oliver Gondža 
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/adaptivedisonnector/FailureListener.java

  Log Message:
  ---
  Adapt to plugin pom 2.x


  Commit: b4180f62c2ef95144e3d231efdc6c647ce4b0e2d
  
https://github.com/jenkinsci/adaptive-disconnector-plugin/commit/b4180f62c2ef95144e3d231efdc6c647ce4b0e2d
  Author: Oliver Gondža 
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/adaptivedisonnector/FailureListener.java

  Log Message:
  ---
  Do not throw in case we fail to identify computer


  Commit: b186158dec6024a2cec7c2e52b3f7b70405b7d8c
  
https://github.com/jenkinsci/adaptive-disconnector-plugin/commit/b186158dec6024a2cec7c2e52b3f7b70405b7d8c
  Author: Oliver Gondža 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Add Jenkinsfile


Compare: 
https://github.com/jenkinsci/adaptive-disconnector-plugin/compare/8515a1f10a3d...b186158dec60

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/remoting] 99ffa3: [JENKINS-37567] - Add option to specify certchain,...

2017-08-18 Thread GitHub
  Branch: refs/heads/JENKINS-37567
  Home:   https://github.com/jenkinsci/remoting
  Commit: 99ffa3c0519743319767b372df452eb7e02c5b66
  
https://github.com/jenkinsci/remoting/commit/99ffa3c0519743319767b372df452eb7e02c5b66
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-37567] - Add option to specify certchain, enforce certificate checks


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-model-definition-plugin] 6d8874: [JENKINS-46064] removed a todo that is done

2017-08-18 Thread GitHub
  Branch: refs/heads/when-changelog
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 6d88745e175bee51bce3f7dbdf292acbedc6d89c
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/6d88745e175bee51bce3f7dbdf292acbedc6d89c
  Author: rsandell 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeLogConditional.java

  Log Message:
  ---
  [JENKINS-46064] removed a todo that is done


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-model-definition-plugin] c21c3d: [JENKINS-46064] Validator for changelog regular ex...

2017-08-18 Thread GitHub
  Branch: refs/heads/when-changelog
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: c21c3d6a9c86bfd5f3075b38d88cb2d2c25d3c96
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/c21c3d6a9c86bfd5f3075b38d88cb2d2c25d3c96
  Author: rsandell 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeLogConditional.java
A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/WhenConditionalValidator.java
M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/Messages.properties
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageTest.java
A 
pipeline-model-definition/src/test/resources/when/changelog/badRegularExpression.groovy

  Log Message:
  ---
  [JENKINS-46064] Validator for changelog regular expression


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/performance-plugin] 37e40f: FIX: does not present graphs while job running (#...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 37e40ffbc153936c60646b03bf0bea510b5f4e27
  
https://github.com/jenkinsci/performance-plugin/commit/37e40ffbc153936c60646b03bf0bea510b5f4e27
  Author: Artem Fedorov 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M docs/Changelog.md
M 
src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java

  Log Message:
  ---
  FIX: does not present graphs while job running  (#138)

* fix does not present graphs while job running

* add change log


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/failedjobdeactivator-plugin] f2d619: Fixed readme.

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/failedjobdeactivator-plugin
  Commit: f2d61908a60ff0238548b5f598681b279b6ae28c
  
https://github.com/jenkinsci/failedjobdeactivator-plugin/commit/f2d61908a60ff0238548b5f598681b279b6ae28c
  Author: Jochen Fürbacher 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Fixed readme.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/failedjobdeactivator-plugin] 549eae: Removed experimental note.

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/failedjobdeactivator-plugin
  Commit: 549eae8ab1af2f5605802cf3d2afc84b5918ad84
  
https://github.com/jenkinsci/failedjobdeactivator-plugin/commit/549eae8ab1af2f5605802cf3d2afc84b5918ad84
  Author: Jochen Fürbacher 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Removed experimental note.


  Commit: 60c07932a85b7eb830424f99ae2364a900ec330d
  
https://github.com/jenkinsci/failedjobdeactivator-plugin/commit/60c07932a85b7eb830424f99ae2364a900ec330d
  Author: Jochen Fürbacher 
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  Changed paths:
M pom.xml
R 
src/main/java/de/einsundeins/jenkins/plugins/failedjobdeactivator/Constants.java
R 
src/main/java/de/einsundeins/jenkins/plugins/failedjobdeactivator/DetectedJob.java
R 
src/main/java/de/einsundeins/jenkins/plugins/failedjobdeactivator/Detection.java
R 
src/main/java/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator.java
R 
src/main/java/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivatorImpl.java
R 
src/main/java/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivatorManagementLink.java
R 
src/main/java/de/einsundeins/jenkins/plugins/failedjobdeactivator/HandleAction.java
R 
src/main/java/de/einsundeins/jenkins/plugins/failedjobdeactivator/Notification.java
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/config.groovy
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/config.properties
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/config_de.properties
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/global.groovy
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/global_de.properties
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-active.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-active_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-adminNotification.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-adminNotification_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-countOfLastUsersToGetNotified.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-countOfLastUsersToGetNotified_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-deleteJobsWithoutFailureCauses.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-deleteJobsWithoutFailureCauses_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-deleteNeverBuiltJobs.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-deleteNeverBuiltJobs_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-globalLastManuallyTriggered.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-globalLastManuallyTriggered_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-globalLastSuccessfulBuild.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-globalLastSuccessfulBuild_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-lastManuallyTriggered.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-lastManuallyTriggered_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-lastSuccessfulBuild.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-lastSuccessfulBuild_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-optionalBlock.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-optionalBlock_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-userNotification.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivator/help-userNotification_de.html
R 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeac

[jenkinsci/sectioned-view-plugin] 8f94fa: [maven-release-plugin] prepare release sectioned-v...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sectioned-view-plugin
  Commit: 8f94fa59a7e7a2a0d7528f679345d352948d6bb9
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/8f94fa59a7e7a2a0d7528f679345d352948d6bb9
  Author: Oliver Gondža 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release sectioned-view-1.24


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/sectioned-view-plugin]

2017-08-18 Thread GitHub
  Branch: refs/tags/sectioned-view-1.24
  Home:   https://github.com/jenkinsci/sectioned-view-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/sectioned-view-plugin] fe0649: [maven-release-plugin] prepare for next developmen...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sectioned-view-plugin
  Commit: fe0649f23bd81874a2ccabce1d7f276224c74a65
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/fe0649f23bd81874a2ccabce1d7f276224c74a65
  Author: Oliver Gondža 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/sectioned-view-plugin] 8524de: [FIXED JENKINS-44987] Push section names through m...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sectioned-view-plugin
  Commit: 8524de2b59206de1aa7ca2d6d6eabe3ce09d8510
  
https://github.com/jenkinsci/sectioned-view-plugin/commit/8524de2b59206de1aa7ca2d6d6eabe3ce09d8510
  Author: Oliver Gondža 
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/sectioned_view/SectionedViewSection.java
M 
src/main/resources/hudson/plugins/sectioned_view/JobGraphsSection/main.jelly
M 
src/main/resources/hudson/plugins/sectioned_view/ListViewSection/main.jelly
M 
src/main/resources/hudson/plugins/sectioned_view/TestResultViewSection/main.jelly
M src/main/resources/hudson/plugins/sectioned_view/TextSection/main.jelly
M 
src/main/resources/hudson/plugins/sectioned_view/ViewListingSection/main.jelly
M src/test/java/hudson/plugins/sectioned_view/SectionedViewTest.java

  Log Message:
  ---
  [FIXED JENKINS-44987] Push section names through markup formatter


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-model-definition-plugin] ebc478: [JENKINS-46064] Groovy is groovy again

2017-08-18 Thread GitHub
  Branch: refs/heads/when-changelog
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: ebc4787807c272f4c87f9cb0a2d72ba541088c7e
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ebc4787807c272f4c87f9cb0a2d72ba541088c7e
  Author: rsandell 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/AbstractChangelogConditionalScript.groovy
M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditionalScript.groovy
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageTest.java

  Log Message:
  ---
  [JENKINS-46064] Groovy is groovy again

Use collection.any instead of boring traditional iterations


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-model-definition-plugin] 2b14f5: [JENKINS-46064] CamelCase as requested

2017-08-18 Thread GitHub
  Branch: refs/heads/when-changelog
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 2b14f519c268464c0cc6d5bfd579a4c966f5141b
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/2b14f519c268464c0cc6d5bfd579a4c966f5141b
  Author: rsandell 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeLogConditional.java
A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditional.java
R 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangelogConditional.java
R 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangesetConditional.java
A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeLogConditionalScript.groovy
A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangeSetConditionalScript.groovy
R 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangelogConditionalScript.groovy
R 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/ChangesetConditionalScript.groovy

  Log Message:
  ---
  [JENKINS-46064] CamelCase as requested


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/xlrelease-plugin] a4514a: Increased result per page

2017-08-18 Thread GitHub
  Branch: refs/heads/REL-5107
  Home:   https://github.com/jenkinsci/xlrelease-plugin
  Commit: a4514acba3226d0eea045f7d985d22b2f6f361b7
  
https://github.com/jenkinsci/xlrelease-plugin/commit/a4514acba3226d0eea045f7d985d22b2f6f361b7
  Author: Manish Saraswat 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M 
src/main/java/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorPost6Impl.java

  Log Message:
  ---
  Increased result per page


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/windows-slave-installer-module] 7a3399: [maven-release-plugin] prepare for next developmen...

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slave-installer-module
  Commit: 7a33991ba6e953e7c7b09adbf491ef0c507d317e
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/7a33991ba6e953e7c7b09adbf491ef0c507d317e
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/windows-slave-installer-module]

2017-08-18 Thread GitHub
  Branch: refs/tags/windows-slave-installer-1.9.1
  Home:   https://github.com/jenkinsci/windows-slave-installer-module

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/windows-slave-installer-module] 18e430: Changelog: Noting WinSW Upgrade in 1.9.1

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slave-installer-module
  Commit: 18e430f6143d3e0c7849aa7cf3abfd167126f62a
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/18e430f6143d3e0c7849aa7cf3abfd167126f62a
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Changelog: Noting WinSW Upgrade in 1.9.1


  Commit: 3172e9cd473caaa189e746ac80fddf8c46c4ec41
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/3172e9cd473caaa189e746ac80fddf8c46c4ec41
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release windows-slave-installer-1.9.1


Compare: 
https://github.com/jenkinsci/windows-slave-installer-module/compare/29e2f5b59d22...3172e9cd473c

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/windows-slave-installer-module] d7454c: [JENKINS-46282] - Update WinSW from 2.1.0 to 2.1.2

2017-08-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slave-installer-module
  Commit: d7454c7cead7ab48bdcd2e35a150f00af26d05b9
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/d7454c7cead7ab48bdcd2e35a150f00af26d05b9
  Author: Oleg Nenashev 
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-46282] - Update WinSW from 2.1.0 to 2.1.2

Fixes [JENKINS-46282](https://issues.jenkins-ci.org/browse/JENKINS-46282), 
which impacts the default installation.
Also updates Parent POM in the module

Full list of fixes:

- JENKINS-46282 - Runaway Process Killer extension was not using the 
stopTimeoutMs parameter
- [WinSW Issue #206](https://github.com/kohsuke/winsw/issues/206) - Prevent 
printing of log entries in the `status` command
- [WinSW Issue #218](https://github.com/kohsuke/winsw/issues/218) - Prevent 
hanging of the stop executable when its logs are not being drained do the 
parent process

Full Diff: https://github.com/kohsuke/winsw/compare/winsw-v2.1.0...winsw-v2.1.2


  Commit: 0594a941f056ede6bc019aa6041e6665f13dc656
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/0594a941f056ede6bc019aa6041e6665f13dc656
  Author: Oleg Nenashev 
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Next release is 1.9.1


  Commit: 29e2f5b59d2250ded29acc0cc3862a3548cf1d48
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/29e2f5b59d2250ded29acc0cc3862a3548cf1d48
  Author: Oleg Nenashev 
  Date:   2017-08-18 (Fri, 18 Aug 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #16 from oleg-nenashev/winsw/update-2.1.2

[JENKINS-46282] - Update WinSW from 2.1.0 to 2.1.2


Compare: 
https://github.com/jenkinsci/windows-slave-installer-module/compare/19bf2677dfdb...29e2f5b59d22

-- 
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.
For more options, visit https://groups.google.com/d/optout.