[jenkinsci/hyper-commons-plugin] 67663b: add login to dockerhub

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hyper-commons-plugin
  Commit: 67663bbaa32a6cf4ec7c78aa9c64d8e296fd52ec
  
https://github.com/jenkinsci/hyper-commons-plugin/commit/67663bbaa32a6cf4ec7c78aa9c64d8e296fd52ec
  Author: Xianglin Gao 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M src/main/java/sh/hyper/plugins/hypercommons/Tools.java
M src/main/resources/sh/hyper/plugins/hypercommons/Tools/global.jelly

  Log Message:
  ---
  add login to dockerhub

Signed-off-by: Xianglin Gao 


  Commit: bba1b5f3909f0547b39bd4b1a215ae76e798de09
  
https://github.com/jenkinsci/hyper-commons-plugin/commit/bba1b5f3909f0547b39bd4b1a215ae76e798de09
  Author: Xianglin Gao 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M src/main/java/sh/hyper/plugins/hypercommons/Tools.java
M src/main/resources/sh/hyper/plugins/hypercommons/Tools/global.jelly

  Log Message:
  ---
  Merge pull request #3 from xlgao-zju/master

add login to dockerhub


Compare: 
https://github.com/jenkinsci/hyper-commons-plugin/compare/529b931d5c6a...bba1b5f3909f

-- 
You received this message because you are subscribed to the Google 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/matrix-combinations-plugin] c280fd: Make tests run with jdk8 avoiding JENKINS-18537.

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-combinations-plugin
  Commit: c280fd1949d9d959ed87438693e374aefb8ae3bb
  
https://github.com/jenkinsci/matrix-combinations-plugin/commit/c280fd1949d9d959ed87438693e374aefb8ae3bb
  Author: ikedam 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Make tests run with jdk8 avoiding JENKINS-18537.


  Commit: bdf67fde1dcc94d61560cbf668649308cc964604
  
https://github.com/jenkinsci/matrix-combinations-plugin/commit/bdf67fde1dcc94d61560cbf668649308cc964604
  Author: ikedam 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #18 from ikedam/feature/JENKINS-18537_TestWitjJdk8

Make tests run with jdk8 avoiding JENKINS-18537.


Compare: 
https://github.com/jenkinsci/matrix-combinations-plugin/compare/7bc42586da79...bdf67fde1dcc

-- 
You received this message because you are subscribed to the Google 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/matrix-combinations-plugin] 4cca27: [JENKINS-36894] Introduce MatrixCombinationShortcu...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-combinations-plugin
  Commit: 4cca271ad51b0c77fb3d84824b0abbaf760950dc
  
https://github.com/jenkinsci/matrix-combinations-plugin/commit/4cca271ad51b0c77fb3d84824b0abbaf760950dc
  Author: ikedam 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M 
src/main/java/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition.java
A 
src/main/java/hudson/plugins/matrix_configuration_parameter/shortcut/MatrixCombinationsShortcut.java
A 
src/main/java/hudson/plugins/matrix_configuration_parameter/shortcut/MatrixCombinationsShortcutDescriptor.java
M 
src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition/config.jelly
M 
src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition/index.groovy
A 
src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition/shortcut.js

  Log Message:
  ---
  [JENKINS-36894] Introduce MatrixCombinationShortcut to generalize shortcut 
links.


  Commit: d3c99b94d1d5991d70aac3f8a969dc42ebde75e3
  
https://github.com/jenkinsci/matrix-combinations-plugin/commit/d3c99b94d1d5991d70aac3f8a969dc42ebde75e3
  Author: ikedam 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M 
src/main/java/hudson/plugins/matrix_configuration_parameter/shortcut/MatrixCombinationsShortcut.java
M 
src/test/java/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinitionTest.java

  Log Message:
  ---
  [JENKINS-36894] Fix tests broken for JENKINS-36894

Now they use HTML classes to find HTML elements.


  Commit: 7cdea26d52dbb55e34fc4a8478465094ca264acc
  
https://github.com/jenkinsci/matrix-combinations-plugin/commit/7cdea26d52dbb55e34fc4a8478465094ca264acc
  Author: ikedam 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
M 
src/main/java/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition.java
M 
src/main/java/hudson/plugins/matrix_configuration_parameter/shortcut/MatrixCombinationsShortcut.java
A 
src/main/java/hudson/plugins/matrix_configuration_parameter/shortcut/ResultShortcut.java
M 
src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition/index.groovy
A 
src/main/resources/hudson/plugins/matrix_configuration_parameter/shortcut/ResultShortcut/config.groovy
A 
src/test/java/hudson/plugins/matrix_configuration_parameter/ConditionalUnstablePublisher.java
M 
src/test/java/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinitionTest.java
A 
src/test/java/hudson/plugins/matrix_configuration_parameter/shortcut/ResultShortcutTest.java

  Log Message:
  ---
  [JENKINS-36894] Introduce ResultShortcut


  Commit: 2ff272b5dc8d0a00325eb24fc4753da0b186d2f4
  
https://github.com/jenkinsci/matrix-combinations-plugin/commit/2ff272b5dc8d0a00325eb24fc4753da0b186d2f4
  Author: ikedam 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
M 
src/main/java/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition.java

  Log Message:
  ---
  [JENKINS-36894] Suppress a findbug error


  Commit: 0028b9f21ea75fbb3199ba558d781eb361dadc3f
  
https://github.com/jenkinsci/matrix-combinations-plugin/commit/0028b9f21ea75fbb3199ba558d781eb361dadc3f
  Author: ikedam 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M 
src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition/index.groovy
R 
src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition/shortcut.js
M 
src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterValue/rebuild.groovy
M 
src/main/resources/hudson/plugins/matrix_configuration_parameter/taglib/matrix.jelly
A 
src/main/resources/hudson/plugins/matrix_configuration_parameter/taglib/shortcut.jelly
A 
src/main/resources/hudson/plugins/matrix_configuration_parameter/taglib/shortcut/shortcut.css
A 
src/main/resources/hudson/plugins/matrix_configuration_parameter/taglib/shortcut/shortcut.js

  Log Message:
  ---
  [JENKINS-36894] Apply shortcuts also for rebuild pages.


  Commit: d0b69aa58f035f29399b0ec69da9788d21d9f6ab
  
https://github.com/jenkinsci/matrix-combinations-plugin/commit/d0b69aa58f035f29399b0ec69da9788d21d9f6ab
  Author: ikedam 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M 
src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterValue/value.groovy
M 
src/test/java/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsJenkinsRule.java
M 
src/test/java/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinitionTest.java
 

[jenkinsci/gitlab-oauth-plugin] a6e08a: updating poms for 1.0.7-SNAPSHOT development

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitlab-oauth-plugin
  Commit: a6e08a7f4c4fe59dfd331fca9766e53cb46b4fba
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/a6e08a7f4c4fe59dfd331fca9766e53cb46b4fba
  Author: Mohamed EL HABIB 
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updating poms for 1.0.7-SNAPSHOT development


  Commit: 88497008d3e4ace0c3d395fb5861ef0076d92c11
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/88497008d3e4ace0c3d395fb5861ef0076d92c11
  Author: Mohamed EL HABIB 
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updating develop poms to master versions to avoid merge conflicts


  Commit: fbb1d10484493ba69c11aca077e962180a422544
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/fbb1d10484493ba69c11aca077e962180a422544
  Author: Mohamed EL HABIB 
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Log Message:
  ---
  Merge branch 'master' into develop


  Commit: 24546aa097ef5b74ac37b94ad0a07e5286ec9cb8
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/24546aa097ef5b74ac37b94ad0a07e5286ec9cb8
  Author: Mohamed EL HABIB 
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating develop poms back to pre merge state


  Commit: 9c7285c00a8df2210345b1fddc90e33fa102ccec
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/9c7285c00a8df2210345b1fddc90e33fa102ccec
  Author: wzxjohn 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M LICENSE.txt

  Log Message:
  ---
  [JENKINS-37049] License issue


  Commit: 29307218d313f1a58f95fbfad5802da54844f58e
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/29307218d313f1a58f95fbfad5802da54844f58e
  Author: wzxjohn 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
R src/main/webapp/help/auth/grant-read-to-github-webhook-help.html
A src/main/webapp/help/auth/grant-read-to-gitlab-webhook-help.html

  Log Message:
  ---
  Fix ERROR: Failed to load help file: Not Found when click the '?' beside 
"Grant READ permissions for /gitlab-webhook"


  Commit: 1c58f75827f2c65af33074a38aace1fd0f49244e
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/1c58f75827f2c65af33074a38aace1fd0f49244e
  Author: wzxjohn 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/webapp/help/realm/gitlab-api-uri-help.html

  Log Message:
  ---
  [JENKINS-37518] Fix api url problem
New GitLab Api Client will automatically add api/v3 so we do not need to add 
api/v3 in config.
Maybe this config node can be delete in the future.


  Commit: 3b9ee865c63fd85a7a758b30050adeda1b27d9dc
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/3b9ee865c63fd85a7a758b30050adeda1b27d9dc
  Author: wzxjohn 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-37517] Fix login fails because of a GitLab Api Bug
Use v1.2.6 of GitLab Api Client to fix this issue.


  Commit: a69cc7fea8c53695c70d04226664e3a1549620ec
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/a69cc7fea8c53695c70d04226664e3a1549620ec
  Author: Mohamed EL Habib 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M LICENSE.txt

  Log Message:
  ---
  Merge pull request #3 from wzxjohn/enhance/license_issue

[JENKINS-37049] License issue


  Commit: 673e2ed593f6f8718e484c508d1d76096c3b56df
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/673e2ed593f6f8718e484c508d1d76096c3b56df
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml
R src/main/webapp/help/auth/grant-read-to-github-webhook-help.html
A src/main/webapp/help/auth/grant-read-to-gitlab-webhook-help.html
M src/main/webapp/help/realm/gitlab-api-uri-help.html

  Log Message:
  ---
  Merge branch 'bugfix/login_fails' of 
https://github.com/wzxjohn/gitlab-oauth-plugin into wzxjohn-bugfix/login_fails


  Commit: 688b57f87bd60762b633075804390d73b7535aab
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/688b57f87bd60762b633075804390d73b7535aab
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
R src/main/java/org/gitlab/api/models/GitlabGroup.java

  Log Message:
  ---
  remove GitlabGroup.java copied from java-gitlab-api 1.2.6-SNAPSHOT, using 
released version 1.2.6


  Commit: eb1f81bb2f128891a04d9ed9434b7c530f17
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/eb1f81bb2f128891a04d9ed9434b7c530f17
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml
R src/main/java/org/gitlab/api/models/GitlabGroup.java
R src/main/webapp/help/auth/grant-read-to-github-webhook-help.html
A src/main/webapp/help/auth/grant-read-to-gitlab

[jenkinsci/gitlab-oauth-plugin]

2016-08-26 Thread GitHub
  Branch: refs/tags/1.0.7
  Home:   https://github.com/jenkinsci/gitlab-oauth-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/gitlab-oauth-plugin] 0ab49d: updating poms for 1.0.8-SNAPSHOT development

2016-08-26 Thread GitHub
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/gitlab-oauth-plugin
  Commit: 0ab49d669ff81c3e88b17fbc265b7d6ca67bcff8
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/0ab49d669ff81c3e88b17fbc265b7d6ca67bcff8
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updating poms for 1.0.8-SNAPSHOT development


  Commit: d5c0d88ebc162285aeff62382aaea0d2a7592bf5
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/d5c0d88ebc162285aeff62382aaea0d2a7592bf5
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updating poms for branch'release/1.0.7' with non-snapshot versions


  Commit: c19032a0260f9ff26b6d8cd4711b5b87edaca265
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/c19032a0260f9ff26b6d8cd4711b5b87edaca265
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M LICENSE.txt
M pom.xml
R src/main/java/org/gitlab/api/models/GitlabGroup.java
R src/main/webapp/help/auth/grant-read-to-github-webhook-help.html
A src/main/webapp/help/auth/grant-read-to-gitlab-webhook-help.html
M src/main/webapp/help/realm/gitlab-api-uri-help.html

  Log Message:
  ---
  Merge branch 'release/1.0.7'


  Commit: bdb48cfda82a0ba23033b53dce624c4aec3f98a0
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/bdb48cfda82a0ba23033b53dce624c4aec3f98a0
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updating develop poms to master versions to avoid merge conflicts


  Commit: 89ab4adf3606d13844356a52779f29fed2fee3db
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/89ab4adf3606d13844356a52779f29fed2fee3db
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Log Message:
  ---
  Merge branch 'master' into develop


  Commit: 892cffeb23826c87f379c60576a20848e989dc8b
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/892cffeb23826c87f379c60576a20848e989dc8b
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating develop poms back to pre merge state


Compare: 
https://github.com/jenkinsci/gitlab-oauth-plugin/compare/eb1f81bb2f12...892cffeb2382

-- 
You received this message because you are subscribed to the Google 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/gitlab-oauth-plugin] 293072: Fix ERROR: Failed to load help file: Not Found whe...

2016-08-26 Thread GitHub
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/gitlab-oauth-plugin
  Commit: 29307218d313f1a58f95fbfad5802da54844f58e
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/29307218d313f1a58f95fbfad5802da54844f58e
  Author: wzxjohn 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
R src/main/webapp/help/auth/grant-read-to-github-webhook-help.html
A src/main/webapp/help/auth/grant-read-to-gitlab-webhook-help.html

  Log Message:
  ---
  Fix ERROR: Failed to load help file: Not Found when click the '?' beside 
"Grant READ permissions for /gitlab-webhook"


  Commit: 1c58f75827f2c65af33074a38aace1fd0f49244e
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/1c58f75827f2c65af33074a38aace1fd0f49244e
  Author: wzxjohn 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/webapp/help/realm/gitlab-api-uri-help.html

  Log Message:
  ---
  [JENKINS-37518] Fix api url problem
New GitLab Api Client will automatically add api/v3 so we do not need to add 
api/v3 in config.
Maybe this config node can be delete in the future.


  Commit: 3b9ee865c63fd85a7a758b30050adeda1b27d9dc
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/3b9ee865c63fd85a7a758b30050adeda1b27d9dc
  Author: wzxjohn 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-37517] Fix login fails because of a GitLab Api Bug
Use v1.2.6 of GitLab Api Client to fix this issue.


  Commit: 673e2ed593f6f8718e484c508d1d76096c3b56df
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/673e2ed593f6f8718e484c508d1d76096c3b56df
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml
R src/main/webapp/help/auth/grant-read-to-github-webhook-help.html
A src/main/webapp/help/auth/grant-read-to-gitlab-webhook-help.html
M src/main/webapp/help/realm/gitlab-api-uri-help.html

  Log Message:
  ---
  Merge branch 'bugfix/login_fails' of 
https://github.com/wzxjohn/gitlab-oauth-plugin into wzxjohn-bugfix/login_fails


  Commit: 688b57f87bd60762b633075804390d73b7535aab
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/688b57f87bd60762b633075804390d73b7535aab
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
R src/main/java/org/gitlab/api/models/GitlabGroup.java

  Log Message:
  ---
  remove GitlabGroup.java copied from java-gitlab-api 1.2.6-SNAPSHOT, using 
released version 1.2.6


  Commit: eb1f81bb2f128891a04d9ed9434b7c530f17
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/eb1f81bb2f128891a04d9ed9434b7c530f17
  Author: Mohamed EL HABIB 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M pom.xml
R src/main/java/org/gitlab/api/models/GitlabGroup.java
R src/main/webapp/help/auth/grant-read-to-github-webhook-help.html
A src/main/webapp/help/auth/grant-read-to-gitlab-webhook-help.html
M src/main/webapp/help/realm/gitlab-api-uri-help.html

  Log Message:
  ---
  Merge branch 'wzxjohn-bugfix/login_fails' into develop


Compare: 
https://github.com/jenkinsci/gitlab-oauth-plugin/compare/a69cc7fea8c5...eb1f81bb2f12

-- 
You received this message because you are subscribed to the Google 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/gitlab-oauth-plugin] 9c7285: [JENKINS-37049] License issue

2016-08-26 Thread GitHub
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/gitlab-oauth-plugin
  Commit: 9c7285c00a8df2210345b1fddc90e33fa102ccec
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/9c7285c00a8df2210345b1fddc90e33fa102ccec
  Author: wzxjohn 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M LICENSE.txt

  Log Message:
  ---
  [JENKINS-37049] License issue


  Commit: a69cc7fea8c53695c70d04226664e3a1549620ec
  
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/a69cc7fea8c53695c70d04226664e3a1549620ec
  Author: Mohamed EL Habib 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M LICENSE.txt

  Log Message:
  ---
  Merge pull request #3 from wzxjohn/enhance/license_issue

[JENKINS-37049] License issue


Compare: 
https://github.com/jenkinsci/gitlab-oauth-plugin/compare/24546aa097ef...a69cc7fea8c5

-- 
You received this message because you are subscribed to the Google 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-graph-analysis-plugin] 181856: Harden and optimize stage finder

2016-08-26 Thread GitHub
  Branch: refs/heads/harden-stage-finder
  Home:   https://github.com/jenkinsci/pipeline-graph-analysis-plugin
  Commit: 1818565489efa6aa866e28050317bb790041a472
  
https://github.com/jenkinsci/pipeline-graph-analysis-plugin/commit/1818565489efa6aa866e28050317bb790041a472
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/pipelinegraphanalysis/StageChunkFinder.java

  Log Message:
  ---
  Harden and optimize stage finder


-- 
You received this message because you are subscribed to the Google 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] c763e9: Updated to (mostly) 2.0 Pipeline plugin deps to re...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: c763e9f53f5315818a5f45062a27a0d65de463ef
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/c763e9f53f5315818a5f45062a27a0d65de463ef
  Author: Jesse Glick 
  Date:   2016-04-06 (Wed, 06 Apr 2016)

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

  Log Message:
  ---
  Updated to (mostly) 2.0 Pipeline plugin deps to reflect split of InputStep 
out of workflow-support.


  Commit: 47eb610aa9f8bf0fbb83fd9db9dd7e3274d771bc
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/47eb610aa9f8bf0fbb83fd9db9dd7e3274d771bc
  Author: Jesse Glick 
  Date:   2016-06-13 (Mon, 13 Jun 2016)

  Changed paths:
M pom.xml
M rest-api/pom.xml
R 
rest-api/src/main/java/com/cloudbees/workflow/flownode/FlowNodeExecutorNameCache.java
R 
rest-api/src/main/java/com/cloudbees/workflow/flownode/FlowNodeListCacheAction.java
R 
rest-api/src/main/java/com/cloudbees/workflow/flownode/FlowNodeNavigationListener.java
M rest-api/src/main/java/com/cloudbees/workflow/flownode/FlowNodeUtil.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/AbstractAPIActionHandler.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/endpoints/FlowNodeAPI.java
M rest-api/src/main/java/com/cloudbees/workflow/rest/endpoints/RunAPI.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/endpoints/flownode/Describe.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/AtomFlowNodeExt.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/BuildArtifactExt.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/FlowNodeExt.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/FlowNodeLogExt.java
M rest-api/src/main/java/com/cloudbees/workflow/rest/external/JobExt.java
M rest-api/src/main/java/com/cloudbees/workflow/rest/external/RunExt.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/StageNodeExt.java
M rest-api/src/main/java/com/cloudbees/workflow/util/ModelUtil.java
M rest-api/src/main/java/com/cloudbees/workflow/util/ServeJson.java
M 
rest-api/src/test/java/com/cloudbees/workflow/flownode/FlowNodeUtilTest.java
M 
rest-api/src/test/java/com/cloudbees/workflow/rest/endpoints/JobAndRunAPITest.java
M ui/pom.xml
M ui/src/main/js/model/runs-stage-grouped.js
M ui/src/main/js/util/formatters.js
M ui/src/main/js/view/remove-sidepanel.js
M ui/src/main/js/view/stage-logs.js
M ui/src/main/js/view/widgets/dialog/index.js
M ui/src/main/js/view/widgets/popover/index.js
M ui/src/main/less/stageview_adjunct.less
M ui/src/test/js/util/formatters-spec.js

  Log Message:
  ---
  Merge branch 'master' into deps


  Commit: ad9daadd8614e2b05fe6bbe7505729af1defa7dd
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/ad9daadd8614e2b05fe6bbe7505729af1defa7dd
  Author: Jesse Glick 
  Date:   2016-06-13 (Mon, 13 Jun 2016)

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

  Log Message:
  ---
  Updates.


  Commit: 97f610136de944ce76b6ac67ad8eb3afb5c1e75a
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/97f610136de944ce76b6ac67ad8eb3afb5c1e75a
  Author: Sam Van Oort 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M rest-api/pom.xml
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/ExecDuration.java
M rest-api/src/main/java/com/cloudbees/workflow/rest/external/StatusExt.java

  Log Message:
  ---
  Add dependencies on new APIs and adapters for data fields


  Commit: 702ce5559c2ad8ec2a4f88b76f61fb0dedf77231
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/702ce5559c2ad8ec2a4f88b76f61fb0dedf77231
  Author: Sam Van Oort 
  Date:   2016-08-12 (Fri, 12 Aug 2016)

  Changed paths:
A 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/ChunkVisitor.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/ExecDuration.java

  Log Message:
  ---
  Create chunk visitor for stages


  Commit: 00e924b86f3f41fc4ee4840a517537d03526cec4
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/00e924b86f3f41fc4ee4840a517537d03526cec4
  Author: Sam Van Oort 
  Date:   2016-08-12 (Fri, 12 Aug 2016)

  Changed paths:
M pom.xml
M rest-api/pom.xml
M rest-api/src/main/java/com/cloudbees/workflow/rest/external/RunExt.java

  Log Message:
  ---
  Switch RunExt to use new block analysis and fix dependencies


  Commit: 3ea8300294ce382ecf7e7b14020ca19ee36394c0
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/3ea8300294ce382ecf7e7b14020ca19ee36394c0
  Author: Sam Van Oort 
  Date:   2016-08-12 (Fri, 12 Aug 2016)

  Changed paths:
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/ChunkVisitor.java

  Log Message:
  

[jenkinsci/pipeline-stage-view-plugin] b1c7af: Silence findbugs whining

2016-08-26 Thread GitHub
  Branch: refs/heads/use-new-analysis-apis
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: b1c7af492faf7c014d6dc0b6251dcd55e7f64f70
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/b1c7af492faf7c014d6dc0b6251dcd55e7f64f70
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/ChunkVisitor.java

  Log Message:
  ---
  Silence findbugs whining


-- 
You received this message because you are subscribed to the Google 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/ant-plugin] 62c8c5: [FIXED JENKINS-37388] Add @Symbol("ant") to descri...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ant-plugin
  Commit: 62c8c55baf74462fc9d3e2081f545b7e6d96f0bd
  
https://github.com/jenkinsci/ant-plugin/commit/62c8c55baf74462fc9d3e2081f545b7e6d96f0bd
  Author: Andrew Bayer 
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/tasks/Ant.java

  Log Message:
  ---
  [FIXED JENKINS-37388] Add @Symbol("ant") to descriptors

Originally intended to add to the ToolDescriptor, but while I was
here, might as well add it to the build step descriptor too!


  Commit: fc34ac9d08fc27f1171a3f8faffbedf1643488e9
  
https://github.com/jenkinsci/ant-plugin/commit/fc34ac9d08fc27f1171a3f8faffbedf1643488e9
  Author: Andrew Bayer 
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
M src/main/java/hudson/tasks/Ant.java
M src/main/java/hudson/tasks/_ant/AntOutcomeNote.java
M src/main/java/hudson/tasks/_ant/AntTargetNote.java

  Log Message:
  ---
  Added @Symbols for other Extensions as well.


  Commit: 7aa9739cd15ade0331519c6804145fce64095786
  
https://github.com/jenkinsci/ant-plugin/commit/7aa9739cd15ade0331519c6804145fce64095786
  Author: Andrew Bayer 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/tasks/Ant.java
M src/main/java/hudson/tasks/_ant/AntOutcomeNote.java
M src/main/java/hudson/tasks/_ant/AntTargetNote.java

  Log Message:
  ---
  Merge pull request #21 from abayer/jenkins-37388

[FIXED JENKINS-37388] Add @Symbol("ant") to descriptors


Compare: 
https://github.com/jenkinsci/ant-plugin/compare/3944e15a83e5...7aa9739cd15a

-- 
You received this message because you are subscribed to the Google 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] 072d16: Yes callers need to handle checked exceptions too,...

2016-08-26 Thread GitHub
  Branch: refs/heads/use-new-analysis-apis
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 072d1673f0c826888d89e17e80539e0392e32fba
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/072d1673f0c826888d89e17e80539e0392e32fba
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/endpoints/FlowNodeAPI.java

  Log Message:
  ---
  Yes callers need to handle checked exceptions too, of course


-- 
You received this message because you are subscribed to the Google 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] f616cb: Pom updates for 2.0 release preparation

2016-08-26 Thread GitHub
  Branch: refs/heads/use-new-analysis-apis
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: f616cbaa07a442b83a0783ba251747b3d9e1474d
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/f616cbaa07a442b83a0783ba251747b3d9e1474d
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

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

  Log Message:
  ---
  Pom updates for 2.0 release preparation


  Commit: 298fbdc1a18dcd6a5d6561486e949ab43156bb13
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/298fbdc1a18dcd6a5d6561486e949ab43156bb13
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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.0-beta-1


  Commit: 82d31465573ddd864bd6df4ea9124e3b76ed254d
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/82d31465573ddd864bd6df4ea9124e3b76ed254d
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

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

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


  Commit: 2652a5aa22bd134e1cb8cfda963a2ce5449434fa
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/2652a5aa22bd134e1cb8cfda963a2ce5449434fa
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M rest-api/src/main/java/com/cloudbees/workflow/flownode/FlowNodeUtil.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/endpoints/flownode/Describe.java

  Log Message:
  ---
  Address review comments


  Commit: a8aec7ed415398f121f474b36f05512d9e874ac3
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/a8aec7ed415398f121f474b36f05512d9e874ac3
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/ChunkVisitor.java
M 
rest-api/src/test/java/com/cloudbees/workflow/rest/endpoints/JobAndRunAPITest.java

  Log Message:
  ---
  Handle case with empty stage


  Commit: ae23e1e41e53756dcc04244cf11ba26f2f12c025
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/ae23e1e41e53756dcc04244cf11ba26f2f12c025
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml
M rest-api/pom.xml
M rest-api/src/main/java/com/cloudbees/workflow/flownode/FlowNodeUtil.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/endpoints/flownode/Describe.java
M 
rest-api/src/main/java/com/cloudbees/workflow/rest/external/ChunkVisitor.java
M 
rest-api/src/test/java/com/cloudbees/workflow/rest/endpoints/JobAndRunAPITest.java
M ui/pom.xml

  Log Message:
  ---
  Merge branch 'beta-release2' into use-new-analysis-apis


Compare: 
https://github.com/jenkinsci/pipeline-stage-view-plugin/compare/15b0368f46b1...ae23e1e41e53

-- 
You received this message because you are subscribed to the Google 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-infra] 3d0abb: Deploy the latest Jenkins to the demo site

2016-08-26 Thread GitHub
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 3d0abba1a4786de3193ac96113ceed918819a628
  
https://github.com/jenkins-infra/jenkins-infra/commit/3d0abba1a4786de3193ac96113ceed918819a628
  Author: R. Tyler Croy 
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
M dist/profile/manifests/demo.pp

  Log Message:
  ---
  Deploy the latest Jenkins to the demo site


  Commit: 8313c96c65be92b38e545d2b163d4af193e23278
  
https://github.com/jenkins-infra/jenkins-infra/commit/8313c96c65be92b38e545d2b163d4af193e23278
  Author: R. Tyler Croy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M dist/profile/manifests/demo.pp

  Log Message:
  ---
  Merge pull request #561 from rtyler/demo-bump

Deploy the latest Jenkins to the demo site


  Commit: 66f74d62ff92607ef43d19eea0d1997a94799628
  
https://github.com/jenkins-infra/jenkins-infra/commit/66f74d62ff92607ef43d19eea0d1997a94799628
  Author: R. Tyler Croy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M dist/profile/manifests/demo.pp

  Log Message:
  ---
  Merge pull request #562 from jenkins-infra/staging

:fire:


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/1e62ccffbcc0...66f74d62ff92

-- 
You received this message because you are subscribed to the Google 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-infra] 3d0abb: Deploy the latest Jenkins to the demo site

2016-08-26 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 3d0abba1a4786de3193ac96113ceed918819a628
  
https://github.com/jenkins-infra/jenkins-infra/commit/3d0abba1a4786de3193ac96113ceed918819a628
  Author: R. Tyler Croy 
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
M dist/profile/manifests/demo.pp

  Log Message:
  ---
  Deploy the latest Jenkins to the demo site


  Commit: 8313c96c65be92b38e545d2b163d4af193e23278
  
https://github.com/jenkins-infra/jenkins-infra/commit/8313c96c65be92b38e545d2b163d4af193e23278
  Author: R. Tyler Croy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M dist/profile/manifests/demo.pp

  Log Message:
  ---
  Merge pull request #561 from rtyler/demo-bump

Deploy the latest Jenkins to the demo site


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/62da1838fe7d...8313c96c65be

-- 
You received this message because you are subscribed to the Google 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] faa160: Add some missing words.

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: faa160d4e5306dc704218ee69a5e812d1dbe77f1
  
https://github.com/jenkins-infra/jenkins.io/commit/faa160d4e5306dc704218ee69a5e812d1dbe77f1
  Author: Christopher Orr 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc

  Log Message:
  ---
  Add some missing words.

Good thing we proof-read this.


  Commit: a77a03f8c336bb89444b13ed0d7613800cb3b473
  
https://github.com/jenkins-infra/jenkins.io/commit/a77a03f8c336bb89444b13ed0d7613800cb3b473
  Author: R. Tyler Croy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc

  Log Message:
  ---
  Merge pull request #367 from orrc/patch-4

Add some missing words to JW experts post.


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/057a8fc14cc2...a77a03f8c336

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

2016-08-26 Thread GitHub
  Branch: refs/heads/pipeline-syntax-text
  Home:   https://github.com/jenkinsci/workflow-cps-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-cps-plugin] c68ee1: Pipeline Syntax, not Pipeline Groovy

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: c68ee1ec66f48b59af2bc7bcc899262d126079e7
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/c68ee1ec66f48b59af2bc7bcc899262d126079e7
  Author: Jesse Glick 
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html

  Log Message:
  ---
  Pipeline Syntax, not Pipeline Groovy


  Commit: 5a3d55c0f9b72e741e9abe1572ad9f0161d6833a
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/5a3d55c0f9b72e741e9abe1572ad9f0161d6833a
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html

  Log Message:
  ---
  Merge pull request #48 from jenkinsci/pipeline-syntax-text

Pipeline Syntax, not Pipeline Groovy


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/f5e4f4eafee4...5a3d55c0f9b7

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

2016-08-26 Thread GitHub
  Branch: refs/heads/map-entries
  Home:   https://github.com/jenkinsci/pipeline-examples

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


[jenkinsci/acceptance-test-harness] de6fd1: Failed to reproduce JENKINS-37538.

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: de6fd1153707ea01d3d04b5e59b10277ed7795c7
  
https://github.com/jenkinsci/acceptance-test-harness/commit/de6fd1153707ea01d3d04b5e59b10277ed7795c7
  Author: Jesse Glick 
  Date:   2016-08-24 (Wed, 24 Aug 2016)

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

  Log Message:
  ---
  Failed to reproduce JENKINS-37538.


  Commit: 4365c113009e946701949d64eec72753e972165f
  
https://github.com/jenkinsci/acceptance-test-harness/commit/4365c113009e946701949d64eec72753e972165f
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

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

  Log Message:
  ---
  Merge pull request #178 from jglick/JENKINS-37538-reproduction

Testing Pipeline + Subversion


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/67e9d1d5bf16...4365c113009e

-- 
You received this message because you are subscribed to the Google 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-workflow-plugin] e20bc1: Use AbstractSynchronousNonBlockingStepExecution fo...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-workflow-plugin
  Commit: e20bc139b79616bc15b9ae82b2f4eed7f6a6accf
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/e20bc139b79616bc15b9ae82b2f4eed7f6a6accf
  Author: Jesse Glick 
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/FromFingerprintStep.java
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/RunFingerprintStep.java

  Log Message:
  ---
  Use AbstractSynchronousNonBlockingStepExecution for steps which run the 
Docker client, as it could perhaps block.


  Commit: 3407a0d7fb817164c55e2c7e439d4f094893bcc0
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/3407a0d7fb817164c55e2c7e439d4f094893bcc0
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/FromFingerprintStep.java
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/RunFingerprintStep.java

  Log Message:
  ---
  Merge pull request #59 from jglick/AbstractSynchronousNonBlockingStepExecution

Use AbstractSynchronousNonBlockingStepExecution for steps which run the Docker 
client


Compare: 
https://github.com/jenkinsci/docker-workflow-plugin/compare/75f183af0d76...3407a0d7fb81

-- 
You received this message because you are subscribed to the Google 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-multibranch-plugin] a17edf: [JENKINS-37538] Should use AbstractSynchronousNonB...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-multibranch-plugin
  Commit: a17edf56abeacd150f1556cac581bb6d1d7a0a46
  
https://github.com/jenkinsci/workflow-multibranch-plugin/commit/a17edf56abeacd150f1556cac581bb6d1d7a0a46
  Author: Jesse Glick 
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/multibranch/ReadTrustedStep.java

  Log Message:
  ---
  [JENKINS-37538] Should use AbstractSynchronousNonBlockingStepExecution since 
we are running blocking SCM operations.


  Commit: b6d7978bf4890010eaf3bc77dd4ca1628cba76c9
  
https://github.com/jenkinsci/workflow-multibranch-plugin/commit/b6d7978bf4890010eaf3bc77dd4ca1628cba76c9
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/multibranch/ReadTrustedStep.java

  Log Message:
  ---
  Merge pull request #29 from 
jglick/AbstractSynchronousNonBlockingStepExecution-JENKINS-37538

[JENKINS-37538] Should use AbstractSynchronousNonBlockingStepExecution


Compare: 
https://github.com/jenkinsci/workflow-multibranch-plugin/compare/281e8b2d6c4a...b6d7978bf489

-- 
You received this message because you are subscribed to the Google 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] 72918e: Add an overview of the experts who I know will ava...

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

  Changed paths:
A content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc

  Log Message:
  ---
  Add an overview of the experts who I know will available in the Ask the 
Experts booth


  Commit: 057a8fc14cc2c7919fc8b6fbd36798dd357312bf
  
https://github.com/jenkins-infra/jenkins.io/commit/057a8fc14cc2c7919fc8b6fbd36798dd357312bf
  Author: R. Tyler Croy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
A content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc

  Log Message:
  ---
  Merge pull request #366 from rtyler/ask-experts

Add an overview of the experts who I know will available in the Ask the Experts 
booth


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/c3837cdc34cb...057a8fc14cc2

-- 
You received this message because you are subscribed to the Google 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-examples] 6a64dd: Documenting standard workaround for iterating Map....

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-examples
  Commit: 6a64dd44b816d298d6898ee3a3f17c67549d5557
  
https://github.com/jenkinsci/pipeline-examples/commit/6a64dd44b816d298d6898ee3a3f17c67549d5557
  Author: Jesse Glick 
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
M docs/BEST_PRACTICES.md

  Log Message:
  ---
  Documenting standard workaround for iterating Map.entrySet


  Commit: cff723de24a9a74fb4be2cafde2564755131b247
  
https://github.com/jenkinsci/pipeline-examples/commit/cff723de24a9a74fb4be2cafde2564755131b247
  Author: Andrew Bayer 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M docs/BEST_PRACTICES.md

  Log Message:
  ---
  Merge pull request #48 from jenkinsci/map-entries

[JENKINS-27421] Documenting standard workaround for iterating Map.entrySet


Compare: 
https://github.com/jenkinsci/pipeline-examples/compare/cbf9bb17f752...cff723de24a9

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

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: fc4c829edc013f0e3b3124ffea911565900f4b2c
  
https://github.com/jenkinsci/workflow-job-plugin/commit/fc4c829edc013f0e3b3124ffea911565900f4b2c
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-job-2.6


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


[jenkinsci/workflow-job-plugin] faf323: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: faf32339ed9321a378e85dcaffd4638dccc63204
  
https://github.com/jenkinsci/workflow-job-plugin/commit/faf32339ed9321a378e85dcaffd4638dccc63204
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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-job-plugin]

2016-08-26 Thread GitHub
  Branch: refs/tags/workflow-job-2.6
  Home:   https://github.com/jenkinsci/workflow-job-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-basic-steps-plugin] 86af7f: Use released version of structs.

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: 86af7fdf73cdb1bca795c34a9e954a081670619e
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/86af7fdf73cdb1bca795c34a9e954a081670619e
  Author: Andrew Bayer 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use released version of structs.


-- 
You received this message because you are subscribed to the Google 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-plugin] d19bc7: use an alternative way to load project, avoid unzi...

2016-08-26 Thread GitHub
  Branch: refs/heads/extract-tests
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: d19bc71dfc2420941524970a08bb40ce5371148a
  
https://github.com/jenkinsci/maven-plugin/commit/d19bc71dfc2420941524970a08bb40ce5371148a
  Author: olivier lamy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M .gitignore
M src/test/java/hudson/maven/CaseResultTest.java
A src/test/java/hudson/maven/FolderResourceSCM.java
A src/test/projects/maven-test-failure-findbugs/pom.xml
A src/test/projects/maven-test-failure-findbugs/src/main/java/test/App.java
A 
src/test/projects/maven-test-failure-findbugs/src/test/java/test/AppTest.java
R src/test/resources/hudson/maven/maven-test-failure-findbugs.zip

  Log Message:
  ---
  use an alternative way to load project, avoid unzip which is not convenient 
to modify the project


  Commit: fd8eef4a1431daba44549e6cd63c5c70eef40d11
  
https://github.com/jenkinsci/maven-plugin/commit/fd8eef4a1431daba44549e6cd63c5c70eef40d11
  Author: olivier lamy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/test/java/hudson/maven/FolderResourceSCM.java
M src/test/java/hudson/maven/MavenBuildTest.java
M src/test/java/hudson/maven/RedeployPublisherTest.java

  Log Message:
  ---
  fix other project using maven-test-failure-findbugs project

Signed-off-by: olivier lamy 


  Commit: d09729751389892d02423928fc23589c3b5cb5f1
  
https://github.com/jenkinsci/maven-plugin/commit/d09729751389892d02423928fc23589c3b5cb5f1
  Author: olivier lamy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/test/java/hudson/maven/MavenBuildTest.java
A src/test/projects/multimodule-maven/module1/pom.xml
A src/test/projects/multimodule-maven/module1/src/main/java/jar/App.java
A src/test/projects/multimodule-maven/module1/src/test/java/jar/AppTest.java
A src/test/projects/multimodule-maven/module2/pom.xml
A src/test/projects/multimodule-maven/module2/src/main/java/jar/App.java
A src/test/projects/multimodule-maven/module2/src/test/java/jar/AppTest.java
A src/test/projects/multimodule-maven/pom.xml
R src/test/resources/hudson/maven/multimodule-maven.zip

  Log Message:
  ---
  more uncompressed project use


  Commit: d06e96ddc2019d266a15a3d2b1eea55b2031adc4
  
https://github.com/jenkinsci/maven-plugin/commit/d06e96ddc2019d266a15a3d2b1eea55b2031adc4
  Author: olivier lamy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  increase surefire timeout


  Commit: e447c669e812464cda300a3a5e2a1f805847ecd1
  
https://github.com/jenkinsci/maven-plugin/commit/e447c669e812464cda300a3a5e2a1f805847ecd1
  Author: olivier lamy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/test/java/hudson/maven/FolderResourceSCM.java
M src/test/java/hudson/maven/MavenProjectTest.java
A src/test/projects/maven-multimod.zip
A src/test/projects/maven-multimodule-site/m1/pom.xml
A src/test/projects/maven-multimodule-site/m2/pom.xml
A src/test/projects/maven-multimodule-site/pom.xml
A src/test/projects/maven-nested-multimodule-site/m1/pom.xml
A src/test/projects/maven-nested-multimodule-site/m2/.DS_Store
A src/test/projects/maven-nested-multimodule-site/m2/nested1/nested2/pom.xml
A src/test/projects/maven-nested-multimodule-site/m2/nested1/pom.xml
A src/test/projects/maven-nested-multimodule-site/m2/pom.xml
A src/test/projects/maven-nested-multimodule-site/pom.xml
A src/test/projects/simple-projects/build.xml
A src/test/projects/simple-projects/pom.xml
R src/test/resources/hudson/maven/maven-multimod.zip
R src/test/resources/hudson/maven/maven-multimodule-site.zip
R src/test/resources/hudson/maven/maven-nested-multimodule-site.zip
R src/test/resources/simple-projects.zip

  Log Message:
  ---
  more use of directories project instead of zip


  Commit: bc07f8bebe9b431343b30c6a0556430ecf5a4291
  
https://github.com/jenkinsci/maven-plugin/commit/bc07f8bebe9b431343b30c6a0556430ecf5a4291
  Author: olivier lamy 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/test/java/hudson/maven/AbstractMaven3xBuildTest.java
M src/test/java/hudson/maven/MavenBuildTest.java
M src/test/java/hudson/maven/MavenProjectTest.java
A src/test/projects/envars-maven-project/META-INF/MANIFEST.MF
A src/test/projects/envars-maven-project/olamy.test
A src/test/projects/envars-maven-project/pom.xml
A 
src/test/projects/envars-maven-project/src/main/java/com/mycompany/app/App.java
A 
src/test/projects/envars-maven-project/src/test/java/com/mycompany/app/AppTest.java
A src/test/projects/envars-maven-project/test.txt
A 
src/test/projects/foobar_eclipse_with_fix/foobar_eclipse/org.foobar.build/.project
A 
src/test/projects/foobar_eclipse_with_fix/foobar_eclipse/org.foobar.build/pom.xml
A 
src/test/projects/foobar_eclipse

[jenkinsci/workflow-job-plugin] df624f: [JENKINS-37477] - Partial fix - docs are generated...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: df624fbb07df077e04b8acb84d2e604842584ca6
  
https://github.com/jenkinsci/workflow-job-plugin/commit/df624fbb07df077e04b8acb84d2e604842584ca6
  Author: Andrew Bayer 
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java

  Log Message:
  ---
  [JENKINS-37477] - Partial fix - docs are generated now.

Snippet generator still not working, so more work to do.


  Commit: 0fcaff04e2982488ff895668ad62b80ecea949aa
  
https://github.com/jenkinsci/workflow-job-plugin/commit/0fcaff04e2982488ff895668ad62b80ecea949aa
  Author: Andrew Bayer 
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly

  Log Message:
  ---
  [FIXED JENKINS-37477] Fixed the snippet generator.

Test is in workflow-multibranch-plugin.


  Commit: e3dc8c4b08382a4978b28466c4c975000759f320
  
https://github.com/jenkinsci/workflow-job-plugin/commit/e3dc8c4b08382a4978b28466c4c975000759f320
  Author: Andrew Bayer 
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java

  Log Message:
  ---
  Needed to change reconfigure to refelct the new JSON layout.


  Commit: 017033653d220415fa105aed23cf090cf8c4f8fb
  
https://github.com/jenkinsci/workflow-job-plugin/commit/017033653d220415fa105aed23cf090cf8c4f8fb
  Author: Andrew Bayer 
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java

  Log Message:
  ---
  Make findbugs happy.


  Commit: b7e4bf92c00e409521d8651afd068202acbdc801
  
https://github.com/jenkinsci/workflow-job-plugin/commit/b7e4bf92c00e409521d8651afd068202acbdc801
  Author: Andrew Bayer 
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly

  Log Message:
  ---
  Kind of a hack to separate triggers from other properties.

Probably a bad idea - reliant on ordering consistency?


  Commit: 49dd1dff9b1bcd5ae59170cfcde22bd4e4651235
  
https://github.com/jenkinsci/workflow-job-plugin/commit/49dd1dff9b1bcd5ae59170cfcde22bd4e4651235
  Author: Andrew Bayer 
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly

  Log Message:
  ---
  Switch to forcing triggers to show up at the bottom of the properties.


  Commit: 81affe99e089a08087d2e92c3d21242c4d1657b3
  
https://github.com/jenkinsci/workflow-job-plugin/commit/81affe99e089a08087d2e92c3d21242c4d1657b3
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly

  Log Message:
  ---
  Merge pull request #17 from abayer/jenkins-37477

[FIXED JENKINS-37477] - Docs and snippet generator work properly for triggers.


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/d4a59b5115bc...81affe99e089

-- 
You received this message because you are subscribed to the Google 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-cps-plugin] f5e4f4: structs 1.4

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: f5e4f4eafee42f1096a33baf18bfe69726d6d1e5
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/f5e4f4eafee42f1096a33baf18bfe69726d6d1e5
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  structs 1.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/structs-plugin] c681ae: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/structs-plugin
  Commit: c681aef1f59b19eb53d25dd1da382edae5607a2f
  
https://github.com/jenkinsci/structs-plugin/commit/c681aef1f59b19eb53d25dd1da382edae5607a2f
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M annotation/pom.xml
M plugin/pom.xml
M pom.xml

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


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


[jenkinsci/structs-plugin] 7d8345: [maven-release-plugin] prepare release structs-par...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/structs-plugin
  Commit: 7d83450f630a90f3b4c78667eba566e9d2e33c04
  
https://github.com/jenkinsci/structs-plugin/commit/7d83450f630a90f3b4c78667eba566e9d2e33c04
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M annotation/pom.xml
M plugin/pom.xml
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release structs-parent-1.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/structs-plugin]

2016-08-26 Thread GitHub
  Branch: refs/tags/structs-parent-1.4
  Home:   https://github.com/jenkinsci/structs-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-plugin] 7a5ca9: Latest parent is 2.14

2016-08-26 Thread GitHub
  Branch: refs/heads/upgrade-java-jenkins-requirement
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 7a5ca995de3e9a858792f7dc0caf7f5f5a9c291b
  
https://github.com/jenkinsci/maven-plugin/commit/7a5ca995de3e9a858792f7dc0caf7f5f5a9c291b
  Author: Arnaud HERITIER 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Latest parent is 2.14


-- 
You received this message because you are subscribed to the Google 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/scm-api-plugin] d8335c: Forgot to call getSCMDescriptors.

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/scm-api-plugin
  Commit: d8335c7001da3a4155a890d7d5fa7c54194f8430
  
https://github.com/jenkinsci/scm-api-plugin/commit/d8335c7001da3a4155a890d7d5fa7c54194f8430
  Author: Jesse Glick 
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
M src/main/resources/jenkins/scm/impl/SingleSCMSource/config-detail.jelly

  Log Message:
  ---
  Forgot to call getSCMDescriptors.


  Commit: 98144671704999d74e2e4f24f5537bf05a09e8d1
  
https://github.com/jenkinsci/scm-api-plugin/commit/98144671704999d74e2e4f24f5537bf05a09e8d1
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/resources/jenkins/scm/impl/SingleSCMSource/config-detail.jelly

  Log Message:
  ---
  Merge pull request #13 from jglick/getSCMDescriptors

Forgot to call getSCMDescriptors


Compare: 
https://github.com/jenkinsci/scm-api-plugin/compare/502344145273...981446717049

-- 
You received this message because you are subscribed to the Google 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/aws-lambda-plugin] 015e5e: updated changelog

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 015e5e778d233f0cae8625c0a1ca830b12081c91
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/015e5e778d233f0cae8625c0a1ca830b12081c91
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  updated changelog


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


[jenkinsci/script-security-plugin] 1d1d8f: Adding some more file-related blacklist entries.

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 1d1d8f8352c2210c99f83d10a68d392f0e598bff
  
https://github.com/jenkinsci/script-security-plugin/commit/1d1d8f8352c2210c99f83d10a68d392f0e598bff
  Author: Jesse Glick 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/blacklist

  Log Message:
  ---
  Adding some more file-related blacklist entries.


  Commit: c2d405b848903fda0782ade0682bf45d9c9e27d1
  
https://github.com/jenkinsci/script-security-plugin/commit/c2d405b848903fda0782ade0682bf45d9c9e27d1
  Author: Jesse Glick 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/blacklist

  Log Message:
  ---
  Merge pull request #81 from jglick/blacklist

Adding some more file-related blacklist entries


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/2d3cf287fc4f...c2d405b84890

-- 
You received this message because you are subscribed to the Google 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/aws-lambda-plugin] ed1e6e: updated changelog

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: ed1e6e0344f0deb5642697ecd1a2e700c8540f26
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/ed1e6e0344f0deb5642697ecd1a2e700c8540f26
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  updated changelog


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


[jenkinsci/aws-lambda-plugin] 2506d0: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 2506d00fc9739905e192676cf5e962dee06df2bb
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/2506d00fc9739905e192676cf5e962dee06df2bb
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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/aws-lambda-plugin]

2016-08-26 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.5
  Home:   https://github.com/jenkinsci/aws-lambda-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/aws-lambda-plugin] fd36c1: [maven-release-plugin] prepare release aws-lambda-...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: fd36c1e9757cb556c3ba6dfd87c14dba066997a4
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/fd36c1e9757cb556c3ba6dfd87c14dba066997a4
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-lambda-0.5.5


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


[jenkinsci/aws-lambda-plugin] ae0523: updated distributionmanagement to https://repo.jen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: ae0523979595d0fb0ab94a5a5be3635a83c9657f
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/ae0523979595d0fb0ab94a5a5be3635a83c9657f
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updated distributionmanagement to https://repo.jenkins-ci.org/releases


-- 
You received this message because you are subscribed to the Google 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/aws-lambda-plugin] 492b86: updated jenkins repositories to http://repo.jenkin...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 492b8601043e2bc7ac01fb842dd64295b65186eb
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/492b8601043e2bc7ac01fb842dd64295b65186eb
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updated jenkins repositories to http://repo.jenkins-ci.org/public/


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

2016-08-26 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.5
  Home:   https://github.com/jenkinsci/aws-lambda-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/aws-lambda-plugin] 9d6b54: [maven-release-plugin] rollback the release of aws...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 9d6b54c465869355786e9522ba48176a6768d32d
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/9d6b54c465869355786e9522ba48176a6768d32d
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of aws-lambda-0.5.5


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


[jenkinsci/aws-lambda-plugin] 0b9ed7: [maven-release-plugin] prepare release aws-lambda-...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 0b9ed785171e6c5a9dcf5723e7cc75acb7b576e1
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/0b9ed785171e6c5a9dcf5723e7cc75acb7b576e1
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-lambda-0.5.5


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


[jenkinsci/aws-lambda-plugin] f5814c: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: f5814c5d4da780b100b0d663f512f9c59f1d8b9c
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/f5814c5d4da780b100b0d663f512f9c59f1d8b9c
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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/aws-lambda-plugin]

2016-08-26 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.5
  Home:   https://github.com/jenkinsci/aws-lambda-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/aws-lambda-plugin]

2016-08-26 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.5
  Home:   https://github.com/jenkinsci/aws-lambda-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/phabricator-plugin] 30d13c: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/phabricator-plugin
  Commit: 30d13c4aad738dc0ddff80f489daa44903a614c0
  
https://github.com/jenkinsci/phabricator-plugin/commit/30d13c4aad738dc0ddff80f489daa44903a614c0
  Author: Jerry Xie 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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/phabricator-plugin]

2016-08-26 Thread GitHub
  Branch: refs/tags/phabricator-plugin-1.9.8
  Home:   https://github.com/jenkinsci/phabricator-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/phabricator-plugin] f79bce: Abort builds when new build referencing same diff ...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/phabricator-plugin
  Commit: f79bcecd7b484fe90c542e1a4a69771d39bbbf6b
  
https://github.com/jenkinsci/phabricator-plugin/commit/f79bcecd7b484fe90c542e1a4a69771d39bbbf6b
  Author: Gautam Korlam 
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
M changelog.md
M docs/advanced.md
A docs/harbormaster-suspend-param.png
A docs/jenkins-suspend-param.png
M src/main/java/com/uber/jenkins/phabricator/PhabricatorBuildWrapper.java
A 
src/main/java/com/uber/jenkins/phabricator/PhabricatorCauseOfInterruption.java
M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java
M src/main/java/com/uber/jenkins/phabricator/PhabricatorPlugin.java
M 
src/test/java/com/uber/jenkins/phabricator/PhabricatorBuildWrapperTest.java

  Log Message:
  ---
  Abort builds when new build referencing same diff is scheduled


  Commit: 00e0e549f9456fef3ea9a737197a62265e8c336f
  
https://github.com/jenkinsci/phabricator-plugin/commit/00e0e549f9456fef3ea9a737197a62265e8c336f
  Author: Jerry Xie 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M changelog.md

  Log Message:
  ---
  Update changelog for release (#176)


  Commit: 013df40704366ff817dc8dc423ff278e8126b487
  
https://github.com/jenkinsci/phabricator-plugin/commit/013df40704366ff817dc8dc423ff278e8126b487
  Author: Jerry Xie 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release phabricator-plugin-1.9.8


Compare: 
https://github.com/jenkinsci/phabricator-plugin/compare/8c650db59094...013df4070436

-- 
You received this message because you are subscribed to the Google 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] 298fbd: [maven-release-plugin] prepare release pipeline-st...

2016-08-26 Thread GitHub
  Branch: refs/heads/beta-release2
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 298fbdc1a18dcd6a5d6561486e949ab43156bb13
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/298fbdc1a18dcd6a5d6561486e949ab43156bb13
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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.0-beta-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/pipeline-stage-view-plugin] 82d314: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/beta-release2
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 82d31465573ddd864bd6df4ea9124e3b76ed254d
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/82d31465573ddd864bd6df4ea9124e3b76ed254d
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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]

2016-08-26 Thread GitHub
  Branch: refs/tags/pipeline-stage-view-2.0-beta-1
  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/maven-plugin] aacdd9: [JENKINS-34900] getRootBuild() returns itself when...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: aacdd9d8b07fbf7fb7493243fa26a38dc5f601a0
  
https://github.com/jenkinsci/maven-plugin/commit/aacdd9d8b07fbf7fb7493243fa26a38dc5f601a0
  Author: ikedam 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/java/hudson/maven/MavenBuild.java
M src/test/java/hudson/maven/AbstractMaven3xBuildTest.java

  Log Message:
  ---
  [JENKINS-34900] getRootBuild() returns itself when there's no parent. (#68)


-- 
You received this message because you are subscribed to the Google 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-plugin] d2554d: Make MavenMultiModuleTest#artifactArchiving pass o...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: d2554dd03c8081ee7f88546ac1f2a5099468d78f
  
https://github.com/jenkinsci/maven-plugin/commit/d2554dd03c8081ee7f88546ac1f2a5099468d78f
  Author: ikedam 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/test/java/hudson/maven/MavenMultiModuleTest.java

  Log Message:
  ---
  Make MavenMultiModuleTest#artifactArchiving pass on Windows. (#69)


-- 
You received this message because you are subscribed to the Google 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] f616cb: Pom updates for 2.0 release preparation

2016-08-26 Thread GitHub
  Branch: refs/heads/beta-release2
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: f616cbaa07a442b83a0783ba251747b3d9e1474d
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/f616cbaa07a442b83a0783ba251747b3d9e1474d
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

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

  Log Message:
  ---
  Pom updates for 2.0 release preparation


-- 
You received this message because you are subscribed to the Google 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/webload-plugin] 6c7c29: warn, but don't fail the build when cannot archive...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webload-plugin
  Commit: 6c7c29e687922a2b71e8cda6734d747dd24b7236
  
https://github.com/jenkinsci/webload-plugin/commit/6c7c29e687922a2b71e8cda6734d747dd24b7236
  Author: jane-king 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/webload/WebLoadConsoleBuilder.java
R src/test/java/hudson/plugins/webload/WebLoadConsoleBuilderTest.java

  Log Message:
  ---
  warn, but don't fail the build when cannot archive results


-- 
You received this message because you are subscribed to the Google 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/packaging] f1a14f: [JENKINS-37721] the service in the jenkins.xml mus...

2016-08-26 Thread GitHub
  Branch: refs/heads/ssh_opts_plus_jenkins-37721
  Home:   https://github.com/jenkinsci/packaging
  Commit: f1a14fadf7738a12b3dfa7fa8e5786a91d5bf3eb
  
https://github.com/jenkinsci/packaging/commit/f1a14fadf7738a12b3dfa7fa8e5786a91d5bf3eb
  Author: James Nord 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M msi/build-on-jenkins.sh
M msi/build.sh

  Log Message:
  ---
  [JENKINS-37721] the service in the jenkins.xml must match what wix installed

Make sure that the service name used by the jenkins.exe is the same as the
service name registered by the msi.

Not an issue for vanilla Jenkins as the registry is case insensitive and
the fact that jenkins != Jenkins is ok, however when the artifact name
contains a dash such as jenkins-oc and the camel artifact name is
forbidden to cotain dashes such that they artifact name is not jusy a
lower case equivallent of camelartifactname then things do not work.

Whilst I was there I also corrected the description of the service in the
XML - ot that it is used , but more because it looks better (and someone
could use this to install the service if they did not want to use the MSI
by copying the files and running `jenkins.exe install`


  Commit: 16ac3f092c50a575ba7dda911ebccf02b0042c25
  
https://github.com/jenkinsci/packaging/commit/16ac3f092c50a575ba7dda911ebccf02b0042c25
  Author: James Nord 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M msi/build-on-jenkins.sh
M msi/build.sh

  Log Message:
  ---
  Merge branch 'jenkins-37721' into ssh_opts


Compare: 
https://github.com/jenkinsci/packaging/compare/f1a14fadf773^...16ac3f092c50

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

2016-08-26 Thread GitHub
  Branch: refs/heads/jenkins-37721
  Home:   https://github.com/jenkinsci/packaging

-- 
You received this message because you are subscribed to the Google 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/packaging] f1a14f: [JENKINS-37721] the service in the jenkins.xml mus...

2016-08-26 Thread GitHub
  Branch: refs/heads/jenkins-37721
  Home:   https://github.com/jenkinsci/packaging
  Commit: f1a14fadf7738a12b3dfa7fa8e5786a91d5bf3eb
  
https://github.com/jenkinsci/packaging/commit/f1a14fadf7738a12b3dfa7fa8e5786a91d5bf3eb
  Author: James Nord 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M msi/build-on-jenkins.sh
M msi/build.sh

  Log Message:
  ---
  [JENKINS-37721] the service in the jenkins.xml must match what wix installed

Make sure that the service name used by the jenkins.exe is the same as the
service name registered by the msi.

Not an issue for vanilla Jenkins as the registry is case insensitive and
the fact that jenkins != Jenkins is ok, however when the artifact name
contains a dash such as jenkins-oc and the camel artifact name is
forbidden to cotain dashes such that they artifact name is not jusy a
lower case equivallent of camelartifactname then things do not work.

Whilst I was there I also corrected the description of the service in the
XML - ot that it is used , but more because it looks better (and someone
could use this to install the service if they did not want to use the MSI
by copying the files and running `jenkins.exe install`


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

2016-08-26 Thread GitHub
  Branch: refs/heads/final-release-branch
  Home:   https://github.com/jenkinsci/pipeline-graph-analysis-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-graph-analysis-plugin] b6ee5a: Pom dependency/version updates

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-graph-analysis-plugin
  Commit: b6ee5a07fdf2461139be3f0a15f81b36924c953c
  
https://github.com/jenkinsci/pipeline-graph-analysis-plugin/commit/b6ee5a07fdf2461139be3f0a15f81b36924c953c
  Author: Sam Van Oort 
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Pom dependency/version updates


  Commit: f847ebce6eace6e62084cb8d828b9b72bf5c66e5
  
https://github.com/jenkinsci/pipeline-graph-analysis-plugin/commit/f847ebce6eace6e62084cb8d828b9b72bf5c66e5
  Author: Sam Van Oort 
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-graph-analysis-1.0


  Commit: 5a735b8bb1ab4c56da301a3c1f7ff8c9b6bb429d
  
https://github.com/jenkinsci/pipeline-graph-analysis-plugin/commit/5a735b8bb1ab4c56da301a3c1f7ff8c9b6bb429d
  Author: Sam Van Oort 
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
M pom.xml

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


  Commit: 4822be0644d51d33383e86d41483fc9b60c9cf6d
  
https://github.com/jenkinsci/pipeline-graph-analysis-plugin/commit/4822be0644d51d33383e86d41483fc9b60c9cf6d
  Author: Sam Van Oort 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #4 from jenkinsci/final-release-branch

Pom dependency/version updates for final release


Compare: 
https://github.com/jenkinsci/pipeline-graph-analysis-plugin/compare/99ed2d34ef6d...4822be0644d5

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


[jenkinsci/remoting] 4f0108: [CID-152200,CID-152202] - Resource leak in Cipher ...

2016-08-26 Thread GitHub
  Branch: refs/heads/stable-2.x
  Home:   https://github.com/jenkinsci/remoting
  Commit: 4f010880347416d815a84aada232daf348889e50
  
https://github.com/jenkinsci/remoting/commit/4f010880347416d815a84aada232daf348889e50
  Author: Oleg Nenashev 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/remoting/engine/EngineUtil.java
M src/main/java/org/jenkinsci/remoting/engine/JnlpServer3Handshake.java

  Log Message:
  ---
  [CID-152200,CID-152202] - Resource leak in Cipher I/O streams on exceptional 
paths (#104)

* [CID-152200,CID-152202] - Resource leak in Cipher I/O streams on exceptional 
paths

* 
https://scan8.coverity.com/reports.htm#v14462/p10499/fileInstanceId=12836377&defectInstanceId=4427377&mergedDefectId=152202
* 
https://scan8.coverity.com/reports.htm#v14462/p10499/fileInstanceId=12836377&defectInstanceId=4427377&mergedDefectId=152200

* [CID-152202] - Fix typo noticed by @olivergondza


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


[jenkinsci/remoting] 8fbc76: [CID-152201] - Fix resource leak in remoting.jnlp....

2016-08-26 Thread GitHub
  Branch: refs/heads/stable-2.x
  Home:   https://github.com/jenkinsci/remoting
  Commit: 8fbc76cb99447e45c60b926b6473d244bbb1cee1
  
https://github.com/jenkinsci/remoting/commit/8fbc76cb99447e45c60b926b6473d244bbb1cee1
  Author: Oleg Nenashev 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/jnlp/Main.java

  Log Message:
  ---
  [CID-152201] - Fix resource leak in remoting.jnlp.Main (#102)


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


[jenkinsci/remoting] 98107a: [FIXED JENKINS-37539] - Prevent NPE in Engine#conn...

2016-08-26 Thread GitHub
  Branch: refs/heads/stable-2.x
  Home:   https://github.com/jenkinsci/remoting
  Commit: 98107a2ce50e750af48a703b4faf232288e8a859
  
https://github.com/jenkinsci/remoting/commit/98107a2ce50e750af48a703b4faf232288e8a859
  Author: Oleg Nenashev 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/Engine.java
M src/main/java/hudson/remoting/Util.java

  Log Message:
  ---
  [FIXED JENKINS-37539] - Prevent NPE in Engine#connect() when host or port are 
null or empty (#101)

Bug diagnosis:
* 
https://scan8.coverity.com/reports.htm#v14462/p10499/fileInstanceId=12836372&defectInstanceId=4427367&mergedDefectId=152195
* 
https://scan8.coverity.com/reports.htm#v14462/p10499/fileInstanceId=12836372&defectInstanceId=4427365&mergedDefectId=152194


-- 
You received this message because you are subscribed to the Google 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/liquibase-runner-plugin] 817889: tweak to docs

2016-08-26 Thread GitHub
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/liquibase-runner-plugin
  Commit: 8178894e58d421785a592b80c8abb14314e09490
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/8178894e58d421785a592b80c8abb14314e09490
  Author: propspero238 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/wiki/confluence.txt

  Log Message:
  ---
  tweak to docs


  Commit: 2617f90d702f398723b26279357969afdd900fbd
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/2617f90d702f398723b26279357969afdd900fbd
  Author: propspero238 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuildStep.java
M 
src/test/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuildStepTest.java

  Log Message:
  ---
  expression resolution for rollback configuration


  Commit: d60bba2bb9449ecf11a593cbe80942c7a01fa1d5
  
https://github.com/jenkinsci/liquibase-runner-plugin/commit/d60bba2bb9449ecf11a593cbe80942c7a01fa1d5
  Author: propspero238 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuildStepTest.java
M 
src/test/java/org/jenkinsci/plugins/liquibase/integration/RollbackResultTest.java

  Log Message:
  ---
  expression resolution for rollback configuration


Compare: 
https://github.com/jenkinsci/liquibase-runner-plugin/compare/8d9f238b57a2...d60bba2bb944

-- 
You received this message because you are subscribed to the Google 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-cps-plugin] b5edda: JENKINS-37403 - downstream change to use SymbolLoo...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: b5eddacf15482efd320dd7aaa7d93760210f86c4
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/b5eddacf15482efd320dd7aaa7d93760210f86c4
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/StateMetaStep.java

  Log Message:
  ---
  JENKINS-37403 - downstream change to use SymbolLookup.getSymbolValue(...)


  Commit: 3b4d8f2864ca44c6da9af26d9b3da2e17664c940
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/3b4d8f2864ca44c6da9af26d9b3da2e17664c940
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/StateMetaStep.java

  Log Message:
  ---
  Properly handle getSymbolValue now returning a set.


  Commit: 17928767cbe17a2f601d2c48b8f5aa487e849379
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/17928767cbe17a2f601d2c48b8f5aa487e849379
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java

  Log Message:
  ---
  Review comments


  Commit: db985aa51f8787f080f2814996ba4c861a5e8ed0
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/db985aa51f8787f080f2814996ba4c861a5e8ed0
  Author: Andrew Bayer 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/StateMetaStep.java

  Log Message:
  ---
  Merge pull request #43 from abayer/jenkins-37403

JENKINS-37403 - downstream change to use SymbolLookup.getSymbolValue(…)


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/f06a64ffdce5...db985aa51f87

-- 
You received this message because you are subscribed to the Google 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] b8e342: [FIXED JENKINS-37366] Expose info about the projec...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: b8e3424608c924bb8aab6044c4cb4e5e40667fde
  
https://github.com/jenkinsci/workflow-support-plugin/commit/b8e3424608c924bb8aab6044c4cb4e5e40667fde
  Author: Andrew Bayer 
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapperTest.java

  Log Message:
  ---
  [FIXED JENKINS-37366] Expose info about the project from currentBuild.

More specifically, expose fullDisplayName, projectName and fullProjectName.


  Commit: 828ecd009b708135e45735972a9b43027decd7f2
  
https://github.com/jenkinsci/workflow-support-plugin/commit/828ecd009b708135e45735972a9b43027decd7f2
  Author: Andrew Bayer 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapperTest.java

  Log Message:
  ---
  Merge pull request #8 from abayer/jenkins-37366

[FIXED JENKINS-37366] Expose info about the project from currentBuild.


Compare: 
https://github.com/jenkinsci/workflow-support-plugin/compare/b496b3888fcd...828ecd009b70

-- 
You received this message because you are subscribed to the Google 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-basic-steps-plugin] 20f222: [FIXED JENKINS-37397] Allow use of @Symbols from t...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: 20f2223d2d51f5ed3a6114a3064bf1ebca67e4dc
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/20f2223d2d51f5ed3a6114a3064bf1ebca67e4dc
  Author: Andrew Bayer 
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/ToolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepRunTest.java

  Log Message:
  ---
  [FIXED JENKINS-37397] Allow use of @Symbols from tools as tool types.

Fall back to allowing descriptor IDs as well.


  Commit: ff0fac24b9be2e32752b9cf15a15ece52cdc8b89
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/ff0fac24b9be2e32752b9cf15a15ece52cdc8b89
  Author: Andrew Bayer 
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/steps/ToolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepRunTest.java

  Log Message:
  ---
  Changing this to be downstream of 
https://github.com/jenkinsci/structs-plugin/pull/10

That PR provides SymbolLookup.getSymbolValue(object or class), which
lets us avoid having our own homebrewed equivalent.


  Commit: 9e630e31ac742a5aee30a7205e735449c1d9d616
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/9e630e31ac742a5aee30a7205e735449c1d9d616
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/ToolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepRunTest.java

  Log Message:
  ---
  Update for Set version of getSymbolValue()


  Commit: b06fc31a0a8bff019e5b5f5944b9deaa2ffd3138
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/b06fc31a0a8bff019e5b5f5944b9deaa2ffd3138
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/ToolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepRunTest.java

  Log Message:
  ---
  Added tests for behavior of with and without symbol tools.


  Commit: ca8bae9191ec88ffc3908d18b9210704db25bde8
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/ca8bae9191ec88ffc3908d18b9210704db25bde8
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepRunTest.java

  Log Message:
  ---
  Another round of review comments!


  Commit: 073df61cada49c28da6d778bfbc744c621db7acd
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/073df61cada49c28da6d778bfbc744c621db7acd
  Author: Andrew Bayer 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/steps/ToolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepRunTest.java

  Log Message:
  ---
  Merge pull request #16 from abayer/jenkins-37397

[FIXED JENKINS-37397] Allow use of @Symbols from tools as tool types.


Compare: 
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/b1703f03db97...073df61cada4

-- 
You received this message because you are subscribed to the Google 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/structs-plugin] bc43d9: [FIXED JENKINS-37403] Add static methods for fetch...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/structs-plugin
  Commit: bc43d9ad717be5beaf70e2678be58d0a63ebcb34
  
https://github.com/jenkinsci/structs-plugin/commit/bc43d9ad717be5beaf70e2678be58d0a63ebcb34
  Author: Andrew Bayer 
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java
M plugin/src/test/java/org/jenkinsci/plugins/structs/SymbolLookupTest.java

  Log Message:
  ---
  [FIXED JENKINS-37403] Add static methods for fetching Symbol values.

Both from Objects and from Classes.


  Commit: 16a875d491303ccee99ff0ef22854662f6fd89be
  
https://github.com/jenkinsci/structs-plugin/commit/16a875d491303ccee99ff0ef22854662f6fd89be
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java

  Log Message:
  ---
  Fixing to use length rather than null check


  Commit: f96e7137328f3970c040c10e32aab55dbc8fe079
  
https://github.com/jenkinsci/structs-plugin/commit/f96e7137328f3970c040c10e32aab55dbc8fe079
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java
M plugin/src/test/java/org/jenkinsci/plugins/structs/SymbolLookupTest.java

  Log Message:
  ---
  Handle Describable objects by calling against their Descriptors.


  Commit: 59fe252c98a5b7e6259923e8457d2f8b41dfc0ff
  
https://github.com/jenkinsci/structs-plugin/commit/59fe252c98a5b7e6259923e8457d2f8b41dfc0ff
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java
M plugin/src/test/java/org/jenkinsci/plugins/structs/SymbolLookupTest.java

  Log Message:
  ---
  Properly return a Set of values, not just one.


  Commit: 5bf1f11bb5a479480fce03a36a6ccbf203c496f0
  
https://github.com/jenkinsci/structs-plugin/commit/5bf1f11bb5a479480fce03a36a6ccbf203c496f0
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java
M plugin/src/test/java/org/jenkinsci/plugins/structs/SymbolLookupTest.java

  Log Message:
  ---
  Addressing review comments.


  Commit: e50dac3cd7cd043dde3c5b1e33e61b94abad2a26
  
https://github.com/jenkinsci/structs-plugin/commit/e50dac3cd7cd043dde3c5b1e33e61b94abad2a26
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M plugin/src/test/java/org/jenkinsci/plugins/structs/SymbolLookupTest.java

  Log Message:
  ---
  Whoops, wrong class - fixed broken test.


  Commit: 3e258824eca9d6d75d16d9c57bd0360c39da130d
  
https://github.com/jenkinsci/structs-plugin/commit/3e258824eca9d6d75d16d9c57bd0360c39da130d
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java
M plugin/src/test/java/org/jenkinsci/plugins/structs/SymbolLookupTest.java

  Log Message:
  ---
  Convert Class to Descriptor thereof.


  Commit: a3eaf0399572ce277dd58a73362c828206e0ca73
  
https://github.com/jenkinsci/structs-plugin/commit/a3eaf0399572ce277dd58a73362c828206e0ca73
  Author: Andrew Bayer 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java

  Log Message:
  ---
  Make findbugs shut up.


  Commit: 835ae80567665868b9b810b02cf6ba16c40e0a2a
  
https://github.com/jenkinsci/structs-plugin/commit/835ae80567665868b9b810b02cf6ba16c40e0a2a
  Author: Andrew Bayer 
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java

  Log Message:
  ---
  Review comments


  Commit: 13f506bfe9cb689b6a26952e319150f8da37764f
  
https://github.com/jenkinsci/structs-plugin/commit/13f506bfe9cb689b6a26952e319150f8da37764f
  Author: Andrew Bayer 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/structs/SymbolLookup.java
M plugin/src/test/java/org/jenkinsci/plugins/structs/SymbolLookupTest.java

  Log Message:
  ---
  Merge pull request #10 from abayer/jenkins-37403

[FIXED JENKINS-37403] Add static methods for fetching Symbol values.


Compare: 
https://github.com/jenkinsci/structs-plugin/compare/53768bfed504...13f506bfe9cb

-- 
You received this message because you are subscribed to the Google 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-plugin] 23a2ae: These 2 assertions are wrong ( at least with Jenki...

2016-08-26 Thread GitHub
  Branch: refs/heads/upgrade-java-jenkins-requirement
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 23a2ae2b14aec8dce50b6c33ded26acb4a0c73be
  
https://github.com/jenkinsci/maven-plugin/commit/23a2ae2b14aec8dce50b6c33ded26acb4a0c73be
  Author: Arnaud HERITIER 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/test/java/hudson/maven/MavenMultiModuleTest.java

  Log Message:
  ---
  These 2 assertions are wrong ( at least with Jenkins 1.625.1+ )
builds/2 aren't symbolic links and thus Util.resolveSymlink returns null


  Commit: a6401cdae4fd812509e5e80f4997e50e927e437c
  
https://github.com/jenkinsci/maven-plugin/commit/a6401cdae4fd812509e5e80f4997e50e927e437c
  Author: Arnaud HERITIER 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/test/java/hudson/maven/MavenMultiModuleTest.java

  Log Message:
  ---
  Use getBuildDir() instead of getRootDir()


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/a0fab77084e0...a6401cdae4fd

-- 
You received this message because you are subscribed to the Google 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-plugin] e1146a: Fix test AbstractMaven3xBuildTest.testTychoEclipse...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: e1146aa4d3a0af481db0901c5d28668430ddf1ed
  
https://github.com/jenkinsci/maven-plugin/commit/e1146aa4d3a0af481db0901c5d28668430ddf1ed
  Author: Arnaud HERITIER 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/test/resources/hudson/maven/foobar_eclipse_with_fix.zip

  Log Message:
  ---
  Fix test AbstractMaven3xBuildTest.testTychoEclipseTestResults

They are failing on my local environment with

```
Legacy code started this job.  No cause information is available
Building in workspace 
/var/folders/y_/wtlmkn492ldgqmswxk9tvwv0gn/T/hudson1207747598863759080test/workspace/p
Deleting existing workspace 
/var/folders/y_/wtlmkn492ldgqmswxk9tvwv0gn/T/hudson1207747598863759080test/workspace/p
Staging 
file:/Users/arnaud/Code/jenkinsci/maven-plugin/target/test-classes/hudson/maven/foobar_eclipse_with_fix.zip
Parsing POMs
Discovered a new module org.foobar:parent Foobar Build
Discovered a new module org.foobar:org.foobar Foobar
Discovered a new module org.foobar:org.foobar.test Foobar Test Suite
Modules changed, recalculating dependency graph
Established TCP socket on 55604
[org.foobar.build] $ 
/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/bin/java 
-Djava.awt.headless=true -cp 
/Users/arnaud/.m2/repository/org/jenkins-ci/main/maven/maven31-agent/1.8-SNAPSHOT/maven31-agent-1.8-SNAPSHOT.jar:/Users/arnaud/Code/jenkinsci/maven-plugin/target/apache-maven-3.1.0/boot/plexus-classworlds-2.4.2.jar:/Users/arnaud/Code/jenkinsci/maven-plugin/target/apache-maven-3.1.0/conf/logging
 jenkins.maven3.agent.Maven31Main 
/Users/arnaud/Code/jenkinsci/maven-plugin/target/apache-maven-3.1.0 
/Users/arnaud/.m2/repository/org/jenkins-ci/main/remoting/2.47/remoting-2.47.jar
 
/Users/arnaud/.m2/repository/org/jenkins-ci/main/maven/maven31-interceptor/1.8-SNAPSHOT/maven31-interceptor-1.8-SNAPSHOT.jar
 
/Users/arnaud/.m2/repository/org/jenkins-ci/main/maven/maven3-interceptor-commons/1.8-SNAPSHOT/maven3-interceptor-commons-1.8-SNAPSHOT.jar
 55604
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f 
/var/folders/y_/wtlmkn492ldgqmswxk9tvwv0gn/T/hudson1207747598863759080test/workspace/p/org.foobar.build/pom.xml
 verify
[INFO] Scanning for projects...
ha:Yx+LCP9b85aBtbiIQSWjNKU4P0+vJLE4u1gvPjexLDVPzxdEhicW5WXmpfvll6S2fNly5fzGzauYGBgqihikoFqS8/OK83NS9ZwhNEghAwQwghQWAACwxA+XYg==[WARNING]
 No explicit target runtime environment configuration. Build is platform 
dependent.
ha:Yx+LCP9b85aBtbiIQSWjNKU4P0+vJLE4u1gvPjexLDVPzxdEhicW5WXmpfvll6S2fNly5fzGzauYGBgqihikoFqS8/OK83NS9ZwhNEghAwQwghQWAACwxA+XYg==[WARNING]
 No explicit target runtime environment configuration. Build is platform 
dependent.
[INFO] Resolving target platform for project MavenProject: 
org.foobar:org.foobar:1.0.0 @ 
/var/folders/y_/wtlmkn492ldgqmswxk9tvwv0gn/T/hudson1207747598863759080test/workspace/p/org.foobar/pom.xml
[INFO] Fetching p2.index (0B of 96B at 0B/s) from 
http://download.eclipse.org/releases/helios/p2.index
[INFO] Fetching p2.index (128B of 96B at 0B/s) from 
http://download.eclipse.org/releases/helios/p2.index
[INFO] 1 operation remaining.
[INFO] Adding repository http://download.eclipse.org/releases/helios
[INFO] Fetching p2.index (0B of 96B at 0B/s) from 
http://download.eclipse.org/releases/helios/p2.index
[INFO] 1 operation remaining.
[INFO] Fetching p2.index (128B of 96B at 0B/s) from 
http://download.eclipse.org/releases/helios/p2.index
[INFO] Adding repository http://download.eclipse.org/releases/helios
ha:Yx+LCP9b85aBtbiIQSWjNKU4P0+vJLE4u1gvPjexLDVPzxdEhicW5WXmpfvll6S2fNly5fzGzauYGBgqihikoFqS8/OK83NS9ZwhNEghAwQwghQWAACwxA+XYg==[WARNING]
 org.foobar_1.0.0 has been replaced by another bundle with the same symbolic 
name org.foobar_1.0.0
ha:YB+LCP9b85aBtbiIQSmjNKU4P0+vJLE4u1gvPjexLDVPzxdEuhYV5Rf55ZekOlc7RKnPKH7IxMBQUcQgBdWQnJ9XnJ+TqucMoUEKGSCAEaSwAACsNFCqYA==[ERROR]
 Internal error: java.lang.NullPointerException -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: 
java.lang.NullPointerException
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:165)
at 
org.jvnet.hudson.maven3.launcher.Maven31Launcher.main(Maven31Launcher.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:331)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
at jenkins.maven3.agent.Maven31Main.launch(Maven31Main.java:185)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun

[jenkinsci/blueocean-acceptance-test] 3fa02a: [JENKINS-36660] Implement check for runButton and ...

2016-08-26 Thread GitHub
  Branch: refs/heads/JENKINS-36660
  Home:   https://github.com/jenkinsci/blueocean-acceptance-test
  Commit: 3fa02a36a16deb3400cc6278d26c6b183ae56ba5
  
https://github.com/jenkinsci/blueocean-acceptance-test/commit/3fa02a36a16deb3400cc6278d26c6b183ae56ba5
  Author: Thorsten Scherler 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/js/page_objects/blueocean/bluePipelineBranch.js
A src/main/js/page_objects/classic_jenkins/computer.js
M src/main/js/util/url.js
M src/test/js/edgeCases/folder.js

  Log Message:
  ---
  [JENKINS-36660] Implement check for runButton and start working on queued 
state


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

2016-08-26 Thread GitHub
  Branch: refs/tags/elasticbox-4.1.1
  Home:   https://github.com/jenkinsci/elasticbox-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/elasticbox-plugin] 20313e: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/elasticbox-plugin
  Commit: 20313eedb8a69512d4a3223b32b896411ae17c5b
  
https://github.com/jenkinsci/elasticbox-plugin/commit/20313eedb8a69512d4a3223b32b896411ae17c5b
  Author: operations 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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/elasticbox-plugin] e5014d: [maven-release-plugin] prepare release elasticbox-...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/elasticbox-plugin
  Commit: e5014dd4b8ac4cfa14d85c75455e7780b70a69e0
  
https://github.com/jenkinsci/elasticbox-plugin/commit/e5014dd4b8ac4cfa14d85c75455e7780b70a69e0
  Author: operations 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release elasticbox-4.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/elasticbox-plugin] dfeee1: Skip findbugs plugin analysis

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/elasticbox-plugin
  Commit: dfeee1c89d6edc5231c514ccfda3cfeac7967cfd
  
https://github.com/jenkinsci/elasticbox-plugin/commit/dfeee1c89d6edc5231c514ccfda3cfeac7967cfd
  Author: Guillermo Sánchez Uríen 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Skip findbugs plugin analysis


-- 
You received this message because you are subscribed to the Google 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/elasticbox-plugin] f020da: Fix release process references

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/elasticbox-plugin
  Commit: f020da19594afad698ffbdd67d1855840c6d1377
  
https://github.com/jenkinsci/elasticbox-plugin/commit/f020da19594afad698ffbdd67d1855840c6d1377
  Author: Guillermo Sánchez Uríen 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix release process references


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

2016-08-26 Thread GitHub
  Branch: refs/tags/elasticbox-4.1.1
  Home:   https://github.com/jenkinsci/elasticbox-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/elasticbox-plugin]

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/elasticbox-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-plugin] a0fab7: Next version requires Java 7 and 1.625.1

2016-08-26 Thread GitHub
  Branch: refs/heads/upgrade-java-jenkins-requirement
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: a0fab77084e0f9afd7119e5e2036e9fdab242085
  
https://github.com/jenkinsci/maven-plugin/commit/a0fab77084e0f9afd7119e5e2036e9fdab242085
  Author: Arnaud Heritier 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Next version requires Java 7 and 1.625.1

Jenkins 1.625.1 is the first LTS which requires Java 7


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


[jenkinsci/maven-plugin] 38370e: Update Messages_nl.properties (#75)

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 38370e88c4f06599c473ca29d6f275e908b8bb17
  
https://github.com/jenkinsci/maven-plugin/commit/38370e88c4f06599c473ca29d6f275e908b8bb17
  Author: robbytimmermans 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/resources/hudson/maven/Messages_nl.properties

  Log Message:
  ---
  Update Messages_nl.properties (#75)

MavenProbeAction.DisplayName=Overwaak Maven Proces is not correct. Should be 
MavenProbeAction.DisplayName=Toon Maven Proces


-- 
You received this message because you are subscribed to the Google 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/aws-lambda-plugin] 36969c: [maven-release-plugin] rollback the release of aws...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 36969c13f9566591ef309037851be04d4a7ce2ea
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/36969c13f9566591ef309037851be04d4a7ce2ea
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of aws-lambda-0.5.5


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


[jenkinsci/tap-plugin] 3aed9d: Add README.md

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 3aed9d2fba631dbe9e7a03034b1bf957b4e6dce5
  
https://github.com/jenkinsci/tap-plugin/commit/3aed9d2fba631dbe9e7a03034b1bf957b4e6dce5
  Author: Bruno P. Kinoshita 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
A README.md

  Log Message:
  ---
  Add README.md


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


[jenkinsci/aws-lambda-plugin] 002087: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 00208722ecc54b5b95ad50b2b3e67b0cd9bc9cf3
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/00208722ecc54b5b95ad50b2b3e67b0cd9bc9cf3
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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/aws-lambda-plugin]

2016-08-26 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.5
  Home:   https://github.com/jenkinsci/aws-lambda-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/aws-lambda-plugin] e3cbce: [maven-release-plugin] prepare release aws-lambda-...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: e3cbce4242f2aea0cbec8ff7585c786265225d8e
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/e3cbce4242f2aea0cbec8ff7585c786265225d8e
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-lambda-0.5.5


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


[jenkinsci/tap-plugin]

2016-08-26 Thread GitHub
  Branch: refs/tags/tap-2.0.1
  Home:   https://github.com/jenkinsci/tap-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/tap-plugin] 7fedec: [maven-release-plugin] prepare release tap-2.0.1

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 7fedec17b0f8ed16021e225daecf0924f74ce51e
  
https://github.com/jenkinsci/tap-plugin/commit/7fedec17b0f8ed16021e225daecf0924f74ce51e
  Author: Bruno P. Kinoshita 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release tap-2.0.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/tap-plugin] e20580: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: e2058087fdb5b598947d7977b2729e0085facbe6
  
https://github.com/jenkinsci/tap-plugin/commit/e2058087fdb5b598947d7977b2729e0085facbe6
  Author: Bruno P. Kinoshita 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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/aws-lambda-plugin] f2a4a2: upgraded aws java sdk to 1.11.29

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: f2a4a2b197b734d73bdf9191e284ca845a3a84e3
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/f2a4a2b197b734d73bdf9191e284ca845a3a84e3
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml
M 
src/main/java/com/xti/jenkins/plugin/awslambda/util/LambdaClientConfig.java

  Log Message:
  ---
  upgraded aws java sdk to 1.11.29
added support for noproxyhosts


-- 
You received this message because you are subscribed to the Google 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/aws-lambda-plugin] 834e01: [JENKINS-37684] proxy configuration is supported

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 834e0118e1a3b79b903e86449011f603f5e2cd27
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/834e0118e1a3b79b903e86449011f603f5e2cd27
  Author: Emilio Escobar 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/main/java/com/xti/jenkins/plugin/awslambda/util/LambdaClientConfig.java

  Log Message:
  ---
  [JENKINS-37684] proxy configuration is supported


  Commit: ab1c2dc5974474c286e7aa871218847f16c5717c
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/ab1c2dc5974474c286e7aa871218847f16c5717c
  Author: Michael Willemse 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M 
src/main/java/com/xti/jenkins/plugin/awslambda/util/LambdaClientConfig.java

  Log Message:
  ---
  Merge pull request #9 from escoem/JENKINS-37684

[JENKINS-37684] proxy configuration is supported


Compare: 
https://github.com/jenkinsci/aws-lambda-plugin/compare/3beda0693179...ab1c2dc59744

-- 
You received this message because you are subscribed to the Google 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/tap-plugin] 5d8413: Add comments to pom.xml

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 5d84134c39d4bd60f7e4af0f7d7a6d554cc9b8a8
  
https://github.com/jenkinsci/tap-plugin/commit/5d84134c39d4bd60f7e4af0f7d7a6d554cc9b8a8
  Author: Bruno P. Kinoshita 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add comments to pom.xml


  Commit: 3e2620e54d4ff99b0b853d8c074fc629fa793b59
  
https://github.com/jenkinsci/tap-plugin/commit/3e2620e54d4ff99b0b853d8c074fc629fa793b59
  Author: Bruno P. Kinoshita 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update time zone


  Commit: b1663e89c478797fe571567bee3bc46e89481703
  
https://github.com/jenkinsci/tap-plugin/commit/b1663e89c478797fe571567bee3bc46e89481703
  Author: Bruno P. Kinoshita 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix licence header


  Commit: 86b473b1954f395516a0159ebcd1b3d3e6bcec30
  
https://github.com/jenkinsci/tap-plugin/commit/86b473b1954f395516a0159ebcd1b3d3e6bcec30
  Author: Bruno P. Kinoshita 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update copyright year


  Commit: ef89d468ca2d402bd9398d5cc3a261a9e6584821
  
https://github.com/jenkinsci/tap-plugin/commit/ef89d468ca2d402bd9398d5cc3a261a9e6584821
  Author: Bruno P. Kinoshita 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M src/main/java/org/tap4j/plugin/TapPublisher.java

  Log Message:
  ---
  Some Javadocs for the new and for the old member properties


Compare: 
https://github.com/jenkinsci/tap-plugin/compare/543a249067b9...ef89d468ca2d

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

2016-08-26 Thread GitHub
  Branch: refs/tags/hyper-build-step-0.1.2
  Home:   https://github.com/jenkinsci/hyper-build-step-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/hyper-build-step-plugin] 7c7975: [maven-release-plugin] prepare for next developmen...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hyper-build-step-plugin
  Commit: 7c79752664f20ffb85e99bf4e0ba08410de93cc2
  
https://github.com/jenkinsci/hyper-build-step-plugin/commit/7c79752664f20ffb85e99bf4e0ba08410de93cc2
  Author: Jimmy Xu 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  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/hyper-build-step-plugin] c19b71: [maven-release-plugin] prepare release hyper-build...

2016-08-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hyper-build-step-plugin
  Commit: c19b71384fa3a1de5975c147552315bbe0d6ecea
  
https://github.com/jenkinsci/hyper-build-step-plugin/commit/c19b71384fa3a1de5975c147552315bbe0d6ecea
  Author: Jimmy Xu 
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release hyper-build-step-0.1.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.


  1   2   >