[jenkinsci/google-storage-plugin] 16b167: Re-enable the validation check for Bucket.

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-storage-plugin
  Commit: 16b1672577c40e1959b62d5613cd21be1dcc3ddf
  
https://github.com/jenkinsci/google-storage-plugin/commit/16b1672577c40e1959b62d5613cd21be1dcc3ddf
  Author: agoulti 
  Date:   2017-09-21 (Thu, 21 Sep 2017)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/storage/AbstractUploadDescriptor.java

  Log Message:
  ---
  Re-enable the validation check for Bucket.

It seems it was broken when bucketNameWithVars name was updated, but the
descriptor was never updated to match.


  Commit: dc5893dccad3453c0b892197abaa0b577f29186b
  
https://github.com/jenkinsci/google-storage-plugin/commit/dc5893dccad3453c0b892197abaa0b577f29186b
  Author: agoulti 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/storage/AbstractUploadDescriptor.java

  Log Message:
  ---
  Remove unneeded annotation.


  Commit: 8e5c524b67bf1089258968461b0174d53dde3e2c
  
https://github.com/jenkinsci/google-storage-plugin/commit/8e5c524b67bf1089258968461b0174d53dde3e2c
  Author: agoulti 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/storage/AbstractUploadDescriptor.java

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

Re-enable the validation check for Bucket.


Compare: 
https://github.com/jenkinsci/google-storage-plugin/compare/9970987df5cf...8e5c524b67bf

-- 
You received this message because you are subscribed to the Google 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] dc285f: Complete most of WEBSITE-400. This entails:

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: dc285f62ae473053e88a488cf3640c1af2e117d4
  
https://github.com/jenkins-infra/jenkins.io/commit/dc285f62ae473053e88a488cf3640c1af2e117d4
  Author: Giles Gaskell 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M content/doc/book/_book.yml
M content/doc/book/appendix/_chapter.yml
R content/doc/book/appendix/advanced-installation.adoc
A content/doc/book/fingerprints.adoc
M content/doc/book/getting-started/_chapter.yml
M content/doc/book/getting-started/index.adoc
R content/doc/book/getting-started/installing.adoc
A content/doc/book/installing/_chapter.yml
A content/doc/book/installing/advanced-installation.adoc
A content/doc/book/installing/index.adoc
A content/doc/book/installing/installing-on-different-platforms.adoc
M content/doc/book/managing/index.adoc
R content/doc/book/operating/_chapter.yml
R content/doc/book/operating/backing-up.adoc
R content/doc/book/operating/index.adoc
R content/doc/book/operating/monitoring.adoc
R content/doc/book/operating/security.adoc
R content/doc/book/operating/with-chef.adoc
R content/doc/book/operating/with-puppet.adoc
A content/doc/book/remote-api.adoc
A content/doc/book/system-administration/_chapter.yml
A content/doc/book/system-administration/backing-up.adoc
A content/doc/book/system-administration/index.adoc
A content/doc/book/system-administration/monitoring.adoc
A content/doc/book/system-administration/security.adoc
A content/doc/book/system-administration/with-chef.adoc
A content/doc/book/system-administration/with-puppet.adoc
M content/doc/book/use-case/index.adoc
M content/doc/book/using/_chapter.yml
R content/doc/book/using/fingerprints.adoc
M content/doc/book/using/index.adoc
R content/doc/book/using/remote-api.adoc
M content/doc/developer/index.html.haml
M content/doc/index.adoc

  Log Message:
  ---
  Complete most of WEBSITE-400. This entails:

* Moved "Installing Jenkins" out from "Getting Started with Jenkins" and
into its own top-level chapters.
* Disabling the 'Best Practices' and 'Jenkins Use-Cases' chapters (until
more content can fill these empty sections).
* Moving 'Managing Jenkins' and 'Jenkins System Administration' chapters
(formerly 'Operating Jenkins') further down into the handbook. Update 4
links to the new 'system-administration' link.
* Moving 'Advanced System Administration' into the 'Installing Jenkins'
chapter near the top.
* Disabling the 'Fingerprints' and 'Remote API' topics (until more
content can fill these empty sections).


  Commit: c64309e5a36dce541ee87bebd4c9c82a78388251
  
https://github.com/jenkins-infra/jenkins.io/commit/c64309e5a36dce541ee87bebd4c9c82a78388251
  Author: Giles Gaskell 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
A content/doc/book/appendix/advanced-installation.adoc
R content/doc/book/fingerprints.adoc
A content/doc/book/getting-started/installing.adoc
A content/doc/book/operating/backing-up.adoc
A content/doc/book/operating/index.adoc
A content/doc/book/operating/monitoring.adoc
A content/doc/book/operating/security.adoc
A content/doc/book/operating/with-chef.adoc
A content/doc/book/operating/with-puppet.adoc
R content/doc/book/remote-api.adoc
M content/doc/book/system-administration/security.adoc
A content/doc/book/using/fingerprints.adoc
A content/doc/book/using/remote-api.adoc

  Log Message:
  ---
  Add redirects:

* For the original 'Installing Jenkins' page to its new 'Installing
Jenkins on Different Platforms' page (within a new 'Installing Jenkins'
chapter).
* For all page links in the former 'Operating Jenkins' chapter to their
new location in the 'Jenkins System Administration' chapter.
* For the 'Advanced Jenkins Installation' link in the former 'Appendix'
chapter to its new location in the 'Installing Jenkins' chapter.
* For the currently empty 'Fingerprint' and 'Remote API' pages in the
'Using Jenkins' chapter to their existing content in the Jenkins CI
wiki.

* Also fixed up the 'Securing Jenkins' page.


  Commit: 0bf518bdfed11e3597f50076209a631c3d9a657f
  
https://github.com/jenkins-infra/jenkins.io/commit/0bf518bdfed11e3597f50076209a631c3d9a657f
  Author: R. Tyler Croy 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
R content/doc/book/use-case/_chapter.yml
R content/doc/book/use-case/dotnet.adoc
R content/doc/book/use-case/index.adoc
R content/doc/book/use-case/java.adoc
R content/doc/book/use-case/python.adoc
R content/doc/book/use-case/ruby.adoc

  Log Message:
  ---
  Remove the orphaned use-case content which is no longer relevant


  Commit: cf8415be385ed09a3452f8df7d336c62dfa80a01
  

[jenkins-infra/jenkins.io] 0ef5bd: some blue ocean roadmap status updates

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0ef5bda4b3d0b91e277d632861528140b4ffcd07
  
https://github.com/jenkins-infra/jenkins.io/commit/0ef5bda4b3d0b91e277d632861528140b4ffcd07
  Author: Michael Neale 
  Date:   2017-09-27 (Wed, 27 Sep 2017)

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

  Log Message:
  ---
  some blue ocean roadmap status updates


  Commit: ec5a8f8fb65949e6d8cfe5ac9ad64734a733794c
  
https://github.com/jenkins-infra/jenkins.io/commit/ec5a8f8fb65949e6d8cfe5ac9ad64734a733794c
  Author: R. Tyler Croy 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

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

  Log Message:
  ---
  Merge pull request #1147 from michaelneale/patch-2

some blue ocean roadmap status updates


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/4c98e0176700...ec5a8f8fb659

-- 
You received this message because you are subscribed to the Google 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/workflow-support-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/workflow-support-2.15
  Home:   https://github.com/jenkinsci/workflow-support-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/workflow-support-plugin] b851a7: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: b851a7abc254ca8519e95d908827e2d4647141c5
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b851a7abc254ca8519e95d908827e2d4647141c5
  Author: Sam Van Oort 
  Date:   2017-09-26 (Tue, 26 Sep 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/workflow-support-plugin] e9827a: [maven-release-plugin] prepare release workflow-su...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: e9827a10ae128a82a64e837a33e6c883f1b5d096
  
https://github.com/jenkinsci/workflow-support-plugin/commit/e9827a10ae128a82a64e837a33e6c883f1b5d096
  Author: Sam Van Oort 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-support-2.15


-- 
You received this message because you are subscribed to the Google 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/workflow-support-plugin] 0cda70: Consume the released version of workflow-api not t...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 0cda70793f0d46466e7cc94c7e61d89c57c65948
  
https://github.com/jenkinsci/workflow-support-plugin/commit/0cda70793f0d46466e7cc94c7e61d89c57c65948
  Author: Sam Van Oort 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Consume the released version of workflow-api not the equivalent snapshot


-- 
You received this message because you are subscribed to the Google 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/cas-plugin] bb4c0c: Fix NPE in SessionUrlAuthenticationSuccessHandler ...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cas-plugin
  Commit: bb4c0c614fc9c1f2a9ada984d836a1215ab15e7b
  
https://github.com/jenkinsci/cas-plugin/commit/bb4c0c614fc9c1f2a9ada984d836a1215ab15e7b
  Author: Fabien Crespel 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/cas/spring/security/SessionUrlAuthenticationSuccessHandler.java

  Log Message:
  ---
  Fix NPE in SessionUrlAuthenticationSuccessHandler (JENKINS-46993)

Only occured with some application servers (e.g Tomcat 6.0.29)


  Commit: 66b5a910e9a1110658d424044e0fde9b52ee2fbd
  
https://github.com/jenkinsci/cas-plugin/commit/66b5a910e9a1110658d424044e0fde9b52ee2fbd
  Author: Fabien Crespel 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/cas/protocols/Cas10Protocol.java

  Log Message:
  ---
  Fix NPE in Cas10Protocol with empty Groovy script (JENKINS-45441)


Compare: 
https://github.com/jenkinsci/cas-plugin/compare/95e495fbc5aa...66b5a910e9a1

-- 
You received this message because you are subscribed to the Google 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/workflow-api-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/workflow-api-2.22
  Home:   https://github.com/jenkinsci/workflow-api-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/workflow-api-plugin] 80801e: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 80801efc1a442073c8ef1050283569b9c5e728c6
  
https://github.com/jenkinsci/workflow-api-plugin/commit/80801efc1a442073c8ef1050283569b9c5e728c6
  Author: Sam Van Oort 
  Date:   2017-09-26 (Tue, 26 Sep 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/workflow-api-plugin] 6cffee: [maven-release-plugin] prepare release workflow-ap...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 6cffeea833eb026792c7abe8bfc89fc49dfd46e4
  
https://github.com/jenkinsci/workflow-api-plugin/commit/6cffeea833eb026792c7abe8bfc89fc49dfd46e4
  Author: Sam Van Oort 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-api-2.22


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


[jenkinsci/workflow-api-plugin] 421bcb: [maven-release-plugin] prepare for the next develo...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 421bcbed1e62ddf7747ac8c1f1f6879875ad4033
  
https://github.com/jenkinsci/workflow-api-plugin/commit/421bcbed1e62ddf7747ac8c1f1f6879875ad4033
  Author: Sam Van Oort 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for the 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/workflow-api-plugin]

2017-09-26 Thread GitHub
  Branch: refs/heads/revert-50-jenkins-27395-block-structure-lookup
  Home:   https://github.com/jenkinsci/workflow-api-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/git-parameter-plugin] 87fdb5: JENKINS-47110: Retrieving Git references do not wo...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-parameter-plugin
  Commit: 87fdb55b73ba45bfe615ea6cda9fdf35cc987883
  
https://github.com/jenkinsci/git-parameter-plugin/commit/87fdb55b73ba45bfe615ea6cda9fdf35cc987883
  Author: klimas7 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition.java
M 
src/test/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinitionTest.java

  Log Message:
  ---
  JENKINS-47110: Retrieving Git references do not work with variable in 
Repository URL


  Commit: e6df19c0e319f41114138836617ff4f3c793ed4b
  
https://github.com/jenkinsci/git-parameter-plugin/commit/e6df19c0e319f41114138836617ff4f3c793ed4b
  Author: Boguslaw Klimas 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition.java
M 
src/test/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinitionTest.java

  Log Message:
  ---
  Merge pull request #53 from jenkinsci/bugfix/JENKINS-47110

JENKINS-47110


Compare: 
https://github.com/jenkinsci/git-parameter-plugin/compare/1fc1ea230d76...e6df19c0e319

-- 
You received this message because you are subscribed to the Google 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/workflow-api-plugin] a779db: [maven-release-plugin] prepare release workflow-ap...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: a779dbe7efcade281442ce52da5219d22a2f4d35
  
https://github.com/jenkinsci/workflow-api-plugin/commit/a779dbe7efcade281442ce52da5219d22a2f4d35
  Author: Sam Van Oort 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-api-2.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/workflow-api-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/workflow-api-2.21
  Home:   https://github.com/jenkinsci/workflow-api-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/git-parameter-plugin] 87fdb5: JENKINS-47110: Retrieving Git references do not wo...

2017-09-26 Thread GitHub
  Branch: refs/heads/bugfix/JENKINS-47110
  Home:   https://github.com/jenkinsci/git-parameter-plugin
  Commit: 87fdb55b73ba45bfe615ea6cda9fdf35cc987883
  
https://github.com/jenkinsci/git-parameter-plugin/commit/87fdb55b73ba45bfe615ea6cda9fdf35cc987883
  Author: klimas7 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition.java
M 
src/test/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinitionTest.java

  Log Message:
  ---
  JENKINS-47110: Retrieving Git references do not work with variable in 
Repository URL


-- 
You received this message because you are subscribed to the Google 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-stage-view-plugin] c6ef3a: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: c6ef3a1422203f9dd804f93cee90ff34661b941c
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/c6ef3a1422203f9dd804f93cee90ff34661b941c
  Author: Sam Van Oort 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml
M rest-api/pom.xml
M ui/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-stage-view-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/pipeline-stage-view-2.9
  Home:   https://github.com/jenkinsci/pipeline-stage-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/pipeline-stage-view-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/pipeline-stage-view-2.9
  Home:   https://github.com/jenkinsci/pipeline-stage-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/cloudshell-sandbox-plugin] ccf0bd: [maven-release-plugin] prepare release cloudshell-...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: ccf0bd49b8ea5f36a8239a3d6dd11970573e20e5
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/ccf0bd49b8ea5f36a8239a3d6dd11970573e20e5
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cloudshell-sandbox-1.6.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/cloudshell-sandbox-plugin] fe0611: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: fe0611b57887bcb3b35aad058bd1e7d7e472b72a
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/fe0611b57887bcb3b35aad058bd1e7d7e472b72a
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 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/cloudshell-sandbox-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/cloudshell-sandbox-1.6.3
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-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-stage-view-plugin] e75371: [maven-release-plugin] prepare release pipeline-st...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: e7537186a2b61a84793d1c2e716efee41bd1c2e6
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/e7537186a2b61a84793d1c2e716efee41bd1c2e6
  Author: Sam Van Oort 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml
M rest-api/pom.xml
M ui/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-stage-view-2.9


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


[jenkinsci/gradle-plugin] 319f42: Fix endless loop when used with Ant builder

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 319f42a30a616dd2def1337776eec40a4c0d10df
  
https://github.com/jenkinsci/gradle-plugin/commit/319f42a30a616dd2def1337776eec40a4c0d10df
  Author: Stefan Wolf 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/resources/hudson/plugins/gradle/GradleTaskNote/DescriptorImpl/outline.jelly
M src/main/resources/hudson/plugins/gradle/GradleTaskNote/script.js
M src/main/resources/hudson/plugins/gradle/GradleTaskNote/style.css

  Log Message:
  ---
  Fix endless loop when used with Ant builder

[FIXES JENKINS-46051]


-- 
You received this message because you are subscribed to the Google 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/violation-comments-to-stash-plugin] 10f674: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 10f6749a1177bc2c06acfd17785a8b257dbee865
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/10f6749a1177bc2c06acfd17785a8b257dbee865
  Author: Tomas Bjerre 
  Date:   2017-09-26 (Tue, 26 Sep 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/violation-comments-to-stash-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.55
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-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/violation-comments-to-stash-plugin] 0b7149: [maven-release-plugin] prepare release violation-c...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 0b7149c3c2fbffc45d6a007fd680fa98a536a023
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/0b7149c3c2fbffc45d6a007fd680fa98a536a023
  Author: Tomas Bjerre 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release violation-comments-to-stash-1.55


-- 
You received this message because you are subscribed to the Google 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/violation-comments-to-stash-plugin] fb9641: Allowing reporter to be unset

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: fb9641682ce82223e26bc5f33703585bea374cc4
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/fb9641682ce82223e26bc5f33703585bea374cc4
  Author: Tomas Bjerre 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M CHANGELOG.md
M src/main/java/org/jenkinsci/plugins/jvctb/config/ViolationConfig.java

  Log Message:
  ---
  Allowing reporter to be unset


-- 
You received this message because you are subscribed to the Google 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/violation-comments-to-gitlab-plugin] 4f6568: [maven-release-plugin] prepare release violation-c...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 4f6568f49c35999137578032c8c1c8bbab2f29b6
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/4f6568f49c35999137578032c8c1c8bbab2f29b6
  Author: Tomas Bjerre 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release violation-comments-to-gitlab-1.13


-- 
You received this message because you are subscribed to the Google 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/violation-comments-to-gitlab-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/violation-comments-to-gitlab-1.13
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-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/violation-comments-to-gitlab-plugin] 3dd394: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 3dd3946b613e3ed85bdf223006b6e53bd50de6e7
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/3dd3946b613e3ed85bdf223006b6e53bd50de6e7
  Author: Tomas Bjerre 
  Date:   2017-09-26 (Tue, 26 Sep 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/violation-comments-to-gitlab-plugin] 48ade8: Allowing reporter to be unset

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 48ade8a79d4e97870e8e3dccc14fcde6e2b28d4d
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/48ade8a79d4e97870e8e3dccc14fcde6e2b28d4d
  Author: Tomas Bjerre 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/jvctgl/config/ViolationConfig.java

  Log Message:
  ---
  Allowing reporter to be unset


-- 
You received this message because you are subscribed to the Google 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/cloudshell-sandbox-plugin] 473fda: revert changes in pom.xml

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: 473fdad51ea9f5da2345d89744eadb68747e
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/473fdad51ea9f5da2345d89744eadb68747e
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

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


[jenkinsci/cloudshell-sandbox-plugin] 7d3ecc: update pom.xml

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: 7d3eccea3cedc7409d1ae4ae27600e6fe8394e50
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/7d3eccea3cedc7409d1ae4ae27600e6fe8394e50
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

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


[jenkinsci/vectorcast-execution-plugin] 6c96ca: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: 6c96ca43688388c605aa6a4ea859b44f0b5ca96e
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/6c96ca43688388c605aa6a4ea859b44f0b5ca96e
  Author: Richard Keeble 
  Date:   2017-09-26 (Tue, 26 Sep 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/vectorcast-execution-plugin] a827c1: [maven-release-plugin] prepare release vectorcast-...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: a827c154a2277aea88c8f5bb0f9a1a6ce490ba4f
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/a827c154a2277aea88c8f5bb0f9a1a6ce490ba4f
  Author: Richard Keeble 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release vectorcast-execution-0.22


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


[jenkinsci/vectorcast-execution-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/vectorcast-execution-0.22
  Home:   https://github.com/jenkinsci/vectorcast-execution-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/vectorcast-execution-plugin] c23085: Added support for nwe version of Manage that only ...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: c23085a0671bc25ef99a237cdf7d2a9185645d2a
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/c23085a0671bc25ef99a237cdf7d2a9185645d2a
  Author: Richard Keeble 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M Changes.txt
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/ManageProject.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/MultiJobDetail.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewSingleJob.java
M src/main/resources/scripts/generate-results.py
M src/main/resources/scripts/tcmr2csv.py
M src/main/resources/scripts/vcastcsv2jenkins.py

  Log Message:
  ---
  Added support for nwe version of Manage that only has 2 levels rather than 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/vmanager-plugin] 434d40: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vmanager-plugin
  Commit: 434d40921044102c3b204c19a5ba5339b8af6772
  
https://github.com/jenkinsci/vmanager-plugin/commit/434d40921044102c3b204c19a5ba5339b8af6772
  Author: Tal Yanai 
  Date:   2017-09-26 (Tue, 26 Sep 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/vmanager-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/vmanager-plugin-2.4.9
  Home:   https://github.com/jenkinsci/vmanager-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/vmanager-plugin] 68ff2d: [maven-release-plugin] prepare release vmanager-pl...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vmanager-plugin
  Commit: 68ff2dbf3b2b24da1b8e0dde1f248856ab80a2c1
  
https://github.com/jenkinsci/vmanager-plugin/commit/68ff2dbf3b2b24da1b8e0dde1f248856ab80a2c1
  Author: Tal Yanai 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release vmanager-plugin-2.4.9


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


[jenkinsci/vmanager-plugin] ae8cda: Update test

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vmanager-plugin
  Commit: ae8cdaf0e93846ced58819027dd872ca0eec933e
  
https://github.com/jenkinsci/vmanager-plugin/commit/ae8cdaf0e93846ced58819027dd872ca0eec933e
  Author: Tal Yanai 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
R release.properties
M src/test/java/org/jenkins/plugins/TestPlugin.java

  Log Message:
  ---
  Update test


-- 
You received this message because you are subscribed to the Google 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/vmanager-plugin] 1d5694: Add the ability to source file during launch of a ...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vmanager-plugin
  Commit: 1d56945d5ec4219919811f294310b2ee59386b60
  
https://github.com/jenkinsci/vmanager-plugin/commit/1d56945d5ec4219919811f294310b2ee59386b60
  Author: Tal Yanai 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
A release.properties
M src/main/java/org/jenkinsci/plugins/vmanager/Utils.java
M src/main/java/org/jenkinsci/plugins/vmanager/VMGRLaunch.java
M src/main/resources/org/jenkinsci/plugins/vmanager/VMGRLaunch/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/vmanager/VMGRLaunch/help-envSourceInputFile.html

  Log Message:
  ---
  Add the ability to source file during launch of a session


-- 
You received this message because you are subscribed to the Google 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/plot-plugin] ead952: Bring back classes/methods to previous places

2017-09-26 Thread GitHub
  Branch: refs/heads/vgaidarji/address-compatibility-issues
  Home:   https://github.com/jenkinsci/plot-plugin
  Commit: ead9525ffaea5336ea222b66134a3b70124e5cf2
  
https://github.com/jenkinsci/plot-plugin/commit/ead9525ffaea5336ea222b66134a3b70124e5cf2
  Author: vgaidarji 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/hudson/plugins/plot/Plot.java
A src/main/java/hudson/plugins/plot/PlotAction.java
A src/main/java/hudson/plugins/plot/PlotBuildAction.java
A src/main/java/hudson/plugins/plot/PlotBuilder.java
A src/main/java/hudson/plugins/plot/PlotDescriptor.java
A src/main/java/hudson/plugins/plot/PlotPublisher.java
M src/main/java/hudson/plugins/plot/PlotReport.java
R src/main/java/hudson/plugins/plot/pipeline/PlotAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuildAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuilder.java
R src/main/java/hudson/plugins/plot/pipeline/PlotPublisher.java
M src/main/resources/hudson/plugins/plot/CSVSeries/config.jelly
M src/main/resources/hudson/plugins/plot/Messages.properties
A src/main/resources/hudson/plugins/plot/PlotAction/index.jelly
A src/main/resources/hudson/plugins/plot/PlotAction/index_ja.properties
A src/main/resources/hudson/plugins/plot/PlotBuilder/config.jelly
A src/main/resources/hudson/plugins/plot/PlotBuilder/help-name.html
M src/main/resources/hudson/plugins/plot/PropertiesSeries/config.jelly
M src/main/resources/hudson/plugins/plot/XMLSeries/config.jelly
R src/main/resources/hudson/plugins/plot/pipeline/PlotAction/index.jelly
R 
src/main/resources/hudson/plugins/plot/pipeline/PlotAction/index_ja.properties
R src/main/resources/hudson/plugins/plot/pipeline/PlotBuilder/config.jelly
R src/main/resources/hudson/plugins/plot/pipeline/PlotBuilder/help-name.html
M src/test/java/hudson/plugins/plot/PlotTest.java

  Log Message:
  ---
  Bring back classes/methods to previous places


-- 
You received this message because you are subscribed to the Google 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/maven-hpi-plugin] ff8125: 2.1

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: ff81252f50bc921757f107b21e82790e0f99773c
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/ff81252f50bc921757f107b21e82790e0f99773c
  Author: Jesse Glick 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M README.md

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


[jenkinsci/maven-hpi-plugin] bbfa5d: Wagon: Deploying site to repository

2017-09-26 Thread GitHub
  Branch: refs/heads/gh-pages
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: bbfa5d3fb86101ceafdc78a5fee3906ed684fb80
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/bbfa5d3fb86101ceafdc78a5fee3906ed684fb80
  Author: Jesse Glick 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M assemble-dependencies-mojo.html
M bundle-plugins-mojo.html
M create-mojo.html
M custom-war-mojo.html
M dependencies.html
M distribution-management.html
M generate-taglib-interface-mojo.html
M help-mojo.html
M hpi-mojo.html
M hpl-mojo.html
M index.html
M insert-test-mojo.html
M integration.html
M issue-tracking.html
M jar-mojo.html
M license.html
M list-plugin-dependencies-mojo.html
M mail-lists.html
M plugin-info.html
M plugin-management.html
M plugins.html
M project-info.html
M project-reports.html
M project-summary.html
M record-core-location-mojo.html
M resolve-test-dependencies-mojo.html
M run-mojo.html
M source-repository.html
M team-list.html
M test-hpl-mojo.html
M validate-mojo.html

  Log Message:
  ---
  Wagon: Deploying site to repository


-- 
You received this message because you are subscribed to the Google 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/maven-hpi-plugin] ee5d26: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: ee5d26d338f4c7c698348b12806f5f663d56d69a
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/ee5d26d338f4c7c698348b12806f5f663d56d69a
  Author: Jesse Glick 
  Date:   2017-09-26 (Tue, 26 Sep 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/maven-hpi-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/maven-hpi-plugin-2.1
  Home:   https://github.com/jenkinsci/maven-hpi-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/maven-hpi-plugin] fe635e: [maven-release-plugin] prepare release maven-hpi-p...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: fe635e908cf3b8b2dae29047453ec2ba575a9dd6
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/fe635e908cf3b8b2dae29047453ec2ba575a9dd6
  Author: Jesse Glick 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

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


[jenkinsci/maven-hpi-plugin] 87af98: https

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: 87af98e899ac158622f2d8a68354d0a37cbef9b3
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/87af98e899ac158622f2d8a68354d0a37cbef9b3
  Author: Jesse Glick 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  https


-- 
You received this message because you are subscribed to the Google 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/plot-plugin] cf2fc8: Bring back classes/methods to previous places

2017-09-26 Thread GitHub
  Branch: refs/heads/vgaidarji/address-compatibility-issues
  Home:   https://github.com/jenkinsci/plot-plugin
  Commit: cf2fc886642b2c43a9dcdfc3b902e3bad22705b9
  
https://github.com/jenkinsci/plot-plugin/commit/cf2fc886642b2c43a9dcdfc3b902e3bad22705b9
  Author: vgaidarji 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/hudson/plugins/plot/Plot.java
A src/main/java/hudson/plugins/plot/PlotAction.java
A src/main/java/hudson/plugins/plot/PlotBuildAction.java
A src/main/java/hudson/plugins/plot/PlotBuilder.java
A src/main/java/hudson/plugins/plot/PlotDescriptor.java
A src/main/java/hudson/plugins/plot/PlotPublisher.java
M src/main/java/hudson/plugins/plot/PlotReport.java
R src/main/java/hudson/plugins/plot/pipeline/PlotAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuildAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuilder.java
R src/main/java/hudson/plugins/plot/pipeline/PlotPublisher.java
M src/main/resources/hudson/plugins/plot/CSVSeries/config.jelly
M src/main/resources/hudson/plugins/plot/Messages.properties
A src/main/resources/hudson/plugins/plot/PlotAction/index.jelly
A src/main/resources/hudson/plugins/plot/PlotAction/index_ja.properties
A src/main/resources/hudson/plugins/plot/PlotBuilder/config.jelly
A src/main/resources/hudson/plugins/plot/PlotBuilder/help-name.html
M src/main/resources/hudson/plugins/plot/PropertiesSeries/config.jelly
M src/main/resources/hudson/plugins/plot/XMLSeries/config.jelly
R src/main/resources/hudson/plugins/plot/pipeline/PlotAction/index.jelly
R 
src/main/resources/hudson/plugins/plot/pipeline/PlotAction/index_ja.properties
R src/main/resources/hudson/plugins/plot/pipeline/PlotBuilder/config.jelly
R src/main/resources/hudson/plugins/plot/pipeline/PlotBuilder/help-name.html
M src/test/java/hudson/plugins/plot/PlotTest.java

  Log Message:
  ---
  Bring back classes/methods to previous places


-- 
You received this message because you are subscribed to the Google 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/infra-cla] 54c1b6: ICLA for dnusbaum

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/infra-cla
  Commit: 54c1b636cbabe40cfa3459285a0bf8a64da92398
  
https://github.com/jenkinsci/infra-cla/commit/54c1b636cbabe40cfa3459285a0bf8a64da92398
  Author: Devin Nusbaum 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
A collected/icla/dnusbaum/CloudBees
A collected/icla/dnusbaum/cla.pdf.asc
A collected/icla/dnusbaum/committer.properties

  Log Message:
  ---
  ICLA for dnusbaum


  Commit: 553258e1cab624244a3036e9717473208df0f4a0
  
https://github.com/jenkinsci/infra-cla/commit/553258e1cab624244a3036e9717473208df0f4a0
  Author: R. Tyler Croy 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
A collected/icla/dnusbaum/CloudBees
A collected/icla/dnusbaum/cla.pdf.asc
A collected/icla/dnusbaum/committer.properties

  Log Message:
  ---
  Merge pull request #49 from dwnusbaum/master

ICLA for dnusbaum


Compare: 
https://github.com/jenkinsci/infra-cla/compare/efa68b5ef545...553258e1cab6

-- 
You received this message because you are subscribed to the Google 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/jenkins-test-harness] 44c955: 2.28

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 44c955d6c80fba94472feffbed833d65c9d46e6c
  
https://github.com/jenkinsci/jenkins-test-harness/commit/44c955d6c80fba94472feffbed833d65c9d46e6c
  Author: Jesse Glick 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  2.28


-- 
You received this message because you are subscribed to the Google 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/maven-hpi-plugin] a7862d: [JENKINS-46845] Use the webAppFile parameter

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: a7862dddce80733dcb99b94e90d88d1f1a6e3dbc
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/a7862dddce80733dcb99b94e90d88d1f1a6e3dbc
  Author: Andres Rodriguez 
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java

  Log Message:
  ---
  [JENKINS-46845] Use the webAppFile parameter


  Commit: 09565173ecf4804da486ee9abfea9d8fede9211a
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/09565173ecf4804da486ee9abfea9d8fede9211a
  Author: Jesse Glick 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java

  Log Message:
  ---
  Merge pull request #76 from andresrc/JENKINS-46845

[JENKINS-46845] Use the webAppFile parameter


Compare: 
https://github.com/jenkinsci/maven-hpi-plugin/compare/afd201d0e79c...09565173ecf4

-- 
You received this message because you are subscribed to the Google 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/jenkins-test-harness] 69abef: [maven-release-plugin] prepare release jenkins-tes...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 69abefbf469b6aca6fe92c497736269cf874569e
  
https://github.com/jenkinsci/jenkins-test-harness/commit/69abefbf469b6aca6fe92c497736269cf874569e
  Author: Jesse Glick 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-test-harness-2.28


-- 
You received this message because you are subscribed to the Google 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/jenkins-test-harness]

2017-09-26 Thread GitHub
  Branch: refs/tags/jenkins-test-harness-2.28
  Home:   https://github.com/jenkinsci/jenkins-test-harness

-- 
You received this message because you are subscribed to the Google 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/jenkins-test-harness] 341bc8: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 341bc8604af7b8fb81b99144c7839915d37a50b2
  
https://github.com/jenkinsci/jenkins-test-harness/commit/341bc8604af7b8fb81b99144c7839915d37a50b2
  Author: Jesse Glick 
  Date:   2017-09-26 (Tue, 26 Sep 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/cloudshell-sandbox-plugin] 4db15f: update distributionManagement

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: 4db15f0f5ac37dec19be9fa4773b3cbfc537c49f
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/4db15f0f5ac37dec19be9fa4773b3cbfc537c49f
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update distributionManagement


-- 
You received this message because you are subscribed to the Google 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/plot-plugin] 4d2f45: Bring back classes/methods to previous places

2017-09-26 Thread GitHub
  Branch: refs/heads/vgaidarji/address-compatibility-issues
  Home:   https://github.com/jenkinsci/plot-plugin
  Commit: 4d2f45d3d4990011e085b3a932753ede5d923d8a
  
https://github.com/jenkinsci/plot-plugin/commit/4d2f45d3d4990011e085b3a932753ede5d923d8a
  Author: vgaidarji 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/hudson/plugins/plot/Plot.java
A src/main/java/hudson/plugins/plot/PlotAction.java
A src/main/java/hudson/plugins/plot/PlotBuildAction.java
A src/main/java/hudson/plugins/plot/PlotBuilder.java
A src/main/java/hudson/plugins/plot/PlotDescriptor.java
A src/main/java/hudson/plugins/plot/PlotPublisher.java
M src/main/java/hudson/plugins/plot/PlotReport.java
R src/main/java/hudson/plugins/plot/pipeline/PlotAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuildAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuilder.java
R src/main/java/hudson/plugins/plot/pipeline/PlotPublisher.java
M src/main/resources/hudson/plugins/plot/Messages.properties
M src/test/java/hudson/plugins/plot/PlotTest.java

  Log Message:
  ---
  Bring back classes/methods to previous places


-- 
You received this message because you are subscribed to the Google 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/bumblebee-plugin] 155c7f: Update bumblebee-client to 0.0.6

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bumblebee-plugin
  Commit: 155c7fffe4a77e38cfb016b6d22efd2059b217fc
  
https://github.com/jenkinsci/bumblebee-plugin/commit/155c7fffe4a77e38cfb016b6d22efd2059b217fc
  Author: Sergey Oplavin 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update bumblebee-client to 0.0.6


  Commit: 8342f016659e78c2e1d62f695dc6cc74abde9127
  
https://github.com/jenkinsci/bumblebee-plugin/commit/8342f016659e78c2e1d62f695dc6cc74abde9127
  Author: Sergey Oplavin 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix scope for mockito-all dependency - shall be 'test'


Compare: 
https://github.com/jenkinsci/bumblebee-plugin/compare/8391fb0bb61a...8342f016659e

-- 
You received this message because you are subscribed to the Google 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/docker-plugin] 5a27e2: custom NodeProvisioner.Strategy to reduce provisio...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 5a27e2ee1400968a88c3cc30b17854c8ebd0084c
  
https://github.com/jenkinsci/docker-plugin/commit/5a27e2ee1400968a88c3cc30b17854c8ebd0084c
  Author: Nicolas De Loof 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
A 
docker-plugin/src/main/java/io/jenkins/docker/FastNodeProvisionerStrategy.java

  Log Message:
  ---
  custom NodeProvisioner.Strategy to reduce provisioning delay


  Commit: ff9c08e25b5d04d6848826434d745d3ffb9946d0
  
https://github.com/jenkinsci/docker-plugin/commit/ff9c08e25b5d04d6848826434d745d3ffb9946d0
  Author: Nicolas De Loof 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
docker-plugin/src/main/java/io/jenkins/docker/FastNodeProvisionerStrategy.java

  Log Message:
  ---
  QueueListener to ping NodeProvisioner when a task enter the Queue


  Commit: 33d5bbd60b135a2dc4896b5d20d7cb36d6cf0bb9
  
https://github.com/jenkinsci/docker-plugin/commit/33d5bbd60b135a2dc4896b5d20d7cb36d6cf0bb9
  Author: Nicolas De Loof 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
docker-plugin/src/main/java/com/nirima/jenkins/plugins/docker/DockerSlave.java

  Log Message:
  ---
  fix broken import


  Commit: 5eb7b531e5cb915c68b553304fcd8faec9fd0282
  
https://github.com/jenkinsci/docker-plugin/commit/5eb7b531e5cb915c68b553304fcd8faec9fd0282
  Author: Nicolas De Loof 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
docker-plugin/src/main/java/io/jenkins/docker/AttachedDockerSlaveProvisioner.java

  Log Message:
  ---
  remove stdout debug
set container ID


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/e437000d709c...5eb7b531e5cb

-- 
You received this message because you are subscribed to the Google 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] a94a18: Show full name of item.

2017-09-26 Thread GitHub
  Branch: refs/heads/catchTLIs
  Home:   https://github.com/jenkinsci/failedjobdeactivator-plugin
  Commit: a94a18eab59bc951ec481194dc2fcdb67218674c
  
https://github.com/jenkinsci/failedjobdeactivator-plugin/commit/a94a18eab59bc951ec481194dc2fcdb67218674c
  Author: Jochen Fürbacher 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/resources/de/einsundeins/jenkins/plugins/failedjobdeactivator/FailedJobDeactivatorModel/showDetectedJobs.jelly

  Log Message:
  ---
  Show full name of item.


  Commit: 86f191e2621f75a7a3ce4616e2137bdb0d90a59a
  
https://github.com/jenkinsci/failedjobdeactivator-plugin/commit/86f191e2621f75a7a3ce4616e2137bdb0d90a59a
  Author: Jochen Fürbacher 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/java/de/einsundeins/jenkins/plugins/failedjobdeactivator/JobScanner.java

  Log Message:
  ---
  Only scan TopLevelItems.


Compare: 
https://github.com/jenkinsci/failedjobdeactivator-plugin/compare/a94a18eab59b^...86f191e2621f

-- 
You received this message because you are subscribed to the Google 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/plot-plugin] c669ae: Bring back classes/methods to previous places

2017-09-26 Thread GitHub
  Branch: refs/heads/vgaidarji/address-compatibility-issues
  Home:   https://github.com/jenkinsci/plot-plugin
  Commit: c669aefce2d4d10b197468c91cb898cdab404a40
  
https://github.com/jenkinsci/plot-plugin/commit/c669aefce2d4d10b197468c91cb898cdab404a40
  Author: vgaidarji 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/hudson/plugins/plot/Plot.java
A src/main/java/hudson/plugins/plot/PlotAction.java
A src/main/java/hudson/plugins/plot/PlotBuildAction.java
A src/main/java/hudson/plugins/plot/PlotDescriptor.java
A src/main/java/hudson/plugins/plot/PlotPublisher.java
M src/main/java/hudson/plugins/plot/PlotReport.java
R src/main/java/hudson/plugins/plot/pipeline/PlotAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuildAction.java
M src/main/java/hudson/plugins/plot/pipeline/PlotBuilder.java
R src/main/java/hudson/plugins/plot/pipeline/PlotPublisher.java
M src/main/resources/hudson/plugins/plot/Messages.properties
M src/test/java/hudson/plugins/plot/PlotTest.java

  Log Message:
  ---
  Bring back classes/methods to previous places


-- 
You received this message because you are subscribed to the Google 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/plot-plugin] 59c98a: Bring back classes/methods to previous places

2017-09-26 Thread GitHub
  Branch: refs/heads/vgaidarji/address-compatibility-issues
  Home:   https://github.com/jenkinsci/plot-plugin
  Commit: 59c98a698d32359bca706b15c41e8c8babc9c7dd
  
https://github.com/jenkinsci/plot-plugin/commit/59c98a698d32359bca706b15c41e8c8babc9c7dd
  Author: vgaidarji 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/hudson/plugins/plot/Plot.java
A src/main/java/hudson/plugins/plot/PlotAction.java
A src/main/java/hudson/plugins/plot/PlotBuildAction.java
A src/main/java/hudson/plugins/plot/PlotDescriptor.java
A src/main/java/hudson/plugins/plot/PlotPublisher.java
R src/main/java/hudson/plugins/plot/pipeline/PlotAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuildAction.java
M src/main/java/hudson/plugins/plot/pipeline/PlotBuilder.java
R src/main/java/hudson/plugins/plot/pipeline/PlotPublisher.java
M src/main/resources/hudson/plugins/plot/Messages.properties
M src/test/java/hudson/plugins/plot/PlotTest.java

  Log Message:
  ---
  Bring back classes/methods to previous places


-- 
You received this message because you are subscribed to the Google 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/cloudshell-sandbox-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/cloudshell-sandbox-1.6.1
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-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/cloudshell-sandbox-plugin] b413de: change distributionManagement

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: b413de80bb9212522978ed70f81f9139b779477a
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/b413de80bb9212522978ed70f81f9139b779477a
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  change distributionManagement


-- 
You received this message because you are subscribed to the Google 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/plot-plugin] 256606: Bring back classes/methods to previous places

2017-09-26 Thread GitHub
  Branch: refs/heads/vgaidarji/address-compatibility-issues
  Home:   https://github.com/jenkinsci/plot-plugin
  Commit: 256606c4c86f302afae5ff3d84d60c8cd69a6832
  
https://github.com/jenkinsci/plot-plugin/commit/256606c4c86f302afae5ff3d84d60c8cd69a6832
  Author: vgaidarji 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/hudson/plugins/plot/Plot.java
A src/main/java/hudson/plugins/plot/PlotAction.java
A src/main/java/hudson/plugins/plot/PlotBuildAction.java
A src/main/java/hudson/plugins/plot/PlotDescriptor.java
A src/main/java/hudson/plugins/plot/PlotPublisher.java
R src/main/java/hudson/plugins/plot/pipeline/PlotAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuildAction.java
M src/main/java/hudson/plugins/plot/pipeline/PlotBuilder.java
R src/main/java/hudson/plugins/plot/pipeline/PlotPublisher.java
M src/main/resources/hudson/plugins/plot/Messages.properties
M src/test/java/hudson/plugins/plot/PlotTest.java

  Log Message:
  ---
  Bring back classes/methods to previous places


-- 
You received this message because you are subscribed to the Google 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/cloudshell-sandbox-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/cloudshell-sandbox-1.6.2
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-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/cloudshell-sandbox-plugin] 199e10: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: 199e10b26075db9f2443ebb0b13438f091c99187
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/199e10b26075db9f2443ebb0b13438f091c99187
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 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/cloudshell-sandbox-plugin] 4731bd: [maven-release-plugin] prepare release cloudshell-...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: 4731bd5694f65bc2f7b3a91a77810cfadf9215f9
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/4731bd5694f65bc2f7b3a91a77810cfadf9215f9
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cloudshell-sandbox-1.6.2


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


[jenkinsci/plot-plugin] afe5a8: Bring back classes/methods to previous places

2017-09-26 Thread GitHub
  Branch: refs/heads/vgaidarji/address-compatibility-issues
  Home:   https://github.com/jenkinsci/plot-plugin
  Commit: afe5a89b542b33d793c48f62568743f4406964fd
  
https://github.com/jenkinsci/plot-plugin/commit/afe5a89b542b33d793c48f62568743f4406964fd
  Author: vgaidarji 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/hudson/plugins/plot/Plot.java
A src/main/java/hudson/plugins/plot/PlotAction.java
A src/main/java/hudson/plugins/plot/PlotBuildAction.java
A src/main/java/hudson/plugins/plot/PlotDescriptor.java
A src/main/java/hudson/plugins/plot/PlotPublisher.java
R src/main/java/hudson/plugins/plot/pipeline/PlotAction.java
R src/main/java/hudson/plugins/plot/pipeline/PlotBuildAction.java
M src/main/java/hudson/plugins/plot/pipeline/PlotBuilder.java
R src/main/java/hudson/plugins/plot/pipeline/PlotPublisher.java
M src/main/resources/hudson/plugins/plot/Messages.properties
M src/test/java/hudson/plugins/plot/PlotTest.java

  Log Message:
  ---
  Bring back classes/methods to previous places


-- 
You received this message because you are subscribed to the Google 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/cloudshell-sandbox-plugin] a8bec3: remote HEAD tag from scm plugin configuration in p...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: a8bec37e88a21633a64c72204d8757f756da5e55
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/a8bec37e88a21633a64c72204d8757f756da5e55
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  remote HEAD tag from scm plugin configuration 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/cloudshell-sandbox-plugin] 839bfa: Add distributionManagement to pom.xml

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: 839bfa450abaf706b96fe54b5ae2e71342eaeab2
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/839bfa450abaf706b96fe54b5ae2e71342eaeab2
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

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


[jenkinsci/jenkins] 5b9640: Pick version with reverted FindBugs annotations

2017-09-26 Thread GitHub
  Branch: refs/heads/stable-2.73
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5b9640b852828c05a05b10f13afa61c999a45b5d
  
https://github.com/jenkinsci/jenkins/commit/5b9640b852828c05a05b10f13afa61c999a45b5d
  Author: Oleg Nenashev 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Pick version with reverted FindBugs annotations


  Commit: c8b98b05547b048ba39fce1521131094431e2faf
  
https://github.com/jenkinsci/jenkins/commit/c8b98b05547b048ba39fce1521131094431e2faf
  Author: Oliver Gondža 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #3047 from oleg-nenashev/stable-2.73

Pick Remoting 3.10.1 version with reverted FindBugs annotations


Compare: 
https://github.com/jenkinsci/jenkins/compare/0ae268cdd546...c8b98b05547b

-- 
You received this message because you are subscribed to the Google 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/jenkins] 4a3978: [JENKINS-45755, JENKINS-45023, JENKINS-46259, JENK...

2017-09-26 Thread GitHub
  Branch: refs/heads/stable-2.73
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4a3978c34ea41fed3f583b0a82de0ca126d2b51b
  
https://github.com/jenkinsci/jenkins/commit/4a3978c34ea41fed3f583b0a82de0ca126d2b51b
  Author: Oleg Nenashev 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-45755, JENKINS-45023, JENKINS-46259, JENKINS-45233] - Integrate 
Remoting 3.10.1 snapshot towards 2.73.2


  Commit: 0ae268cdd546a0fe92ffda459f6d74fc0a0d72ef
  
https://github.com/jenkinsci/jenkins/commit/0ae268cdd546a0fe92ffda459f6d74fc0a0d72ef
  Author: Oliver Gondža 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #3044 from oleg-nenashev/stable-2.73

[JENKINS-45755, JENKINS-45023, JENKINS-46259, JENKINS-45233] - Integrate 
Remoting 3.10.1


Compare: 
https://github.com/jenkinsci/jenkins/compare/fa96a02a3e39...0ae268cdd546

-- 
You received this message because you are subscribed to the Google 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/resource-disposer-plugin] 16407e: Further reduce number of serializations by throttl...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/resource-disposer-plugin
  Commit: 16407ea4eb7c038f31725dafa75db0f18ec8fdd0
  
https://github.com/jenkinsci/resource-disposer-plugin/commit/16407ea4eb7c038f31725dafa75db0f18ec8fdd0
  Author: Oliver Gondža 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/resourcedisposer/AsyncResourceDisposer.java

  Log Message:
  ---
  Further reduce number of serializations by throttling the parallelism and 
avoiding unneeded calls to save


-- 
You received this message because you are subscribed to the Google 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/bumblebee-plugin] 8391fb: BUM-151 send bumblebee_client param to bulk update...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bumblebee-plugin
  Commit: 8391fb0bb61a211356439234340905029c57d821
  
https://github.com/jenkinsci/bumblebee-plugin/commit/8391fb0bb61a211356439234340905029c57d821
  Author: Sergey Oplavin 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/main/java/com/agiletestware/bumblebee/BaseEnvSpecificParameters.java
M src/main/java/com/agiletestware/bumblebee/BumblebeePublisher.java

  Log Message:
  ---
  BUM-151 send bumblebee_client param to bulk update method


-- 
You received this message because you are subscribed to the Google 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/azure-commons-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/azure-commons-0.1.1
  Home:   https://github.com/jenkinsci/azure-commons-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/azure-commons-plugin] 23dc27: [maven-release-plugin] prepare release azure-commo...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: 23dc27e6d7b145406835487b0b713224fa85975f
  
https://github.com/jenkinsci/azure-commons-plugin/commit/23dc27e6d7b145406835487b0b713224fa85975f
  Author: Ken Chen 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-commons-0.1.1


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


[jenkinsci/azure-commons-plugin] 26a9bc: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: 26a9bccda6ef9e6d1e94ea24f7f3c1b4e8a78fe7
  
https://github.com/jenkinsci/azure-commons-plugin/commit/26a9bccda6ef9e6d1e94ea24f7f3c1b4e8a78fe7
  Author: Ken Chen 
  Date:   2017-09-26 (Tue, 26 Sep 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/azure-commons-plugin]

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-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/git-plugin]

2017-09-26 Thread GitHub
  Branch: refs/heads/update-lts
  Home:   https://github.com/jenkinsci/git-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/azure-commons-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/azure-commons-0.1.0
  Home:   https://github.com/jenkinsci/azure-commons-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/azure-commons-plugin] 88f23f: [maven-release-plugin] prepare release azure-commo...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: 88f23f0a4cf1427d665b17a5627b2daeb1d09dde
  
https://github.com/jenkinsci/azure-commons-plugin/commit/88f23f0a4cf1427d665b17a5627b2daeb1d09dde
  Author: Ken Chen 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-commons-0.1.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/azure-commons-plugin]

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-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/git-plugin] 13ea01: Update LTS to 2.73.1

2017-09-26 Thread GitHub
  Branch: refs/heads/update-lts
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 13ea0119289073f8634f0cfa2b54b4bc3a6c39ad
  
https://github.com/jenkinsci/git-plugin/commit/13ea0119289073f8634f0cfa2b54b4bc3a6c39ad
  Author: Michael Neale 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update LTS to 2.73.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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/azure-commons-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/azure-commons-0.1.0
  Home:   https://github.com/jenkinsci/azure-commons-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/azure-commons-plugin] bb536b: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: bb536bd207c106292e60577efaf4916e5a9b6f2e
  
https://github.com/jenkinsci/azure-commons-plugin/commit/bb536bd207c106292e60577efaf4916e5a9b6f2e
  Author: Ken Chen 
  Date:   2017-09-26 (Tue, 26 Sep 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/azure-commons-plugin] 99c010: [maven-release-plugin] prepare release azure-commo...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: 99c0105b6c80cbf766334995e9d3ce9894115ece
  
https://github.com/jenkinsci/azure-commons-plugin/commit/99c0105b6c80cbf766334995e9d3ce9894115ece
  Author: Ken Chen 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-commons-0.1.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/azure-commons-plugin]

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-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/cloudshell-sandbox-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/cloudshell-sandbox-1.6.1
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-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/cloudshell-sandbox-plugin] 77dff9: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: 77dff9b80e530750fc671e523f6f8ca84ff4d52c
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/77dff9b80e530750fc671e523f6f8ca84ff4d52c
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 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/azure-commons-plugin] 04a56a: [maven-release-plugin] rollback the release of azu...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: 04a56a859c9f100ee01545528a48e6088adef322
  
https://github.com/jenkinsci/azure-commons-plugin/commit/04a56a859c9f100ee01545528a48e6088adef322
  Author: Ken Chen 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of azure-commons-0.1.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/azure-commons-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/azure-commons-0.1.0
  Home:   https://github.com/jenkinsci/azure-commons-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/azure-commons-plugin] 370ed1: [maven-release-plugin] prepare release azure-commo...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: 370ed1dddf1a0f37980707cc18734dfdf7d55b6d
  
https://github.com/jenkinsci/azure-commons-plugin/commit/370ed1dddf1a0f37980707cc18734dfdf7d55b6d
  Author: Ken Chen 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-commons-0.1.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/azure-commons-plugin]

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-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/cloudshell-sandbox-plugin] dc8e58: update scm configuration in pom file

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudshell-sandbox-plugin
  Commit: dc8e58c555c50f2e653e72beefc4c80b9fb83868
  
https://github.com/jenkinsci/cloudshell-sandbox-plugin/commit/dc8e58c555c50f2e653e72beefc4c80b9fb83868
  Author: TomerAdmon 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update scm configuration in pom 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/azure-commons-plugin]

2017-09-26 Thread GitHub
  Branch: refs/tags/azure-commons-0.1.0
  Home:   https://github.com/jenkinsci/azure-commons-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/azure-commons-plugin] 7da885: [maven-release-plugin] prepare for next developmen...

2017-09-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: 7da885bc7aa61316416aa1102f711764a12d2990
  
https://github.com/jenkinsci/azure-commons-plugin/commit/7da885bc7aa61316416aa1102f711764a12d2990
  Author: Ken Chen 
  Date:   2017-09-26 (Tue, 26 Sep 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.


  1   2   >