[jenkinsci/azure-app-service-plugin] 6e01e2: Fix checking condition for Linux Web App

2018-01-25 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-app-service-plugin
  Commit: 6e01e20f27560a07a7887a1b20cdd37fb308a354
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/6e01e20f27560a07a7887a1b20cdd37fb308a354
  Author: Dayang Shen 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java
M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommand.java

  Log Message:
  ---
  Fix checking condition for Linux Web App


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


[jenkinsci/testlink-plugin] c7815e: [maven-release-plugin] prepare release testlink-3....

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/testlink-plugin
  Commit: c7815eab51a023f92330e80792677c2f7d5fadd9
  
https://github.com/jenkinsci/testlink-plugin/commit/c7815eab51a023f92330e80792677c2f7d5fadd9
  Author: Bruno P. Kinoshita 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release testlink-3.13


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


[jenkinsci/testlink-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/testlink-3.13
  Home:   https://github.com/jenkinsci/testlink-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/testlink-plugin] 2fb99d: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/testlink-plugin
  Commit: 2fb99d0cb6023e480725763639136c7b6361b217
  
https://github.com/jenkinsci/testlink-plugin/commit/2fb99d0cb6023e480725763639136c7b6361b217
  Author: Bruno P. Kinoshita 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  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/gerrit-plugin] 017271: Disable SSL verify on Groovy pipeline script

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-plugin
  Commit: 01727160355796759c7a9837b626938b407d4e38
  
https://github.com/jenkinsci/gerrit-plugin/commit/01727160355796759c7a9837b626938b407d4e38
  Author: Luca Milanesio 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/resources/jenkins/plugins/gerrit/workflow/Gerrit.groovy

  Log Message:
  ---
  Disable SSL verify on Groovy pipeline script

Propagate to the Groovy scripted pipeline the SSL certificate manager
to skip the peer verification.


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


[jenkinsci/phonegap-build-plugin] f52e19: Fix build

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/phonegap-build-plugin
  Commit: f52e1918164e8072979014f1aec663a465361038
  
https://github.com/jenkinsci/phonegap-build-plugin/commit/f52e1918164e8072979014f1aec663a465361038
  Author: Jorge Uriarte 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Fix build


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


[jenkinsci/pipeline-model-definition-plugin] 036fbe: Add an extension point for runtime transformation ...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 036fbe8148e61008c6b8f9bd47c5c168199dea24
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/036fbe8148e61008c6b8f9bd47c5c168199dea24
  Author: Andrew Bayer 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/RuntimeASTTransformer.groovy
A 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/parser/StepRuntimeTransformerContributorTest.java
A pipeline-model-definition/src/test/resources/transformPost.groovy
A 
pipeline-model-extensions/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/parser/StepRuntimeTransformerContributor.java

  Log Message:
  ---
  Add an extension point for runtime transformation of steps.

Also unrestricted `Utils#createStepsBlock(Closure)` because that'll
probably end up used in implementations of this.


  Commit: 0f4ece5ab505dc30a11dd43c65104807dc8067ea
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/0f4ece5ab505dc30a11dd43c65104807dc8067ea
  Author: Andrew Bayer 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M 
pipeline-model-extensions/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/parser/StepRuntimeTransformerContributor.java

  Log Message:
  ---
  Comment clarifying why we don't check size


  Commit: aca5e1d964d0e16158645c9b721aa82b7e81218c
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/aca5e1d964d0e16158645c9b721aa82b7e81218c
  Author: Andrew Bayer 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M 
pipeline-model-extensions/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/parser/StepRuntimeTransformerContributor.java

  Log Message:
  ---
  Minor readability change.


  Commit: a247e5db62d8c1d442994b5edf01fbeeb476c3af
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/a247e5db62d8c1d442994b5edf01fbeeb476c3af
  Author: Andrew Bayer 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/RuntimeASTTransformer.groovy
A 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/parser/StepRuntimeTransformerContributorTest.java
A pipeline-model-definition/src/test/resources/transformPost.groovy
A 
pipeline-model-extensions/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/parser/StepRuntimeTransformerContributor.java

  Log Message:
  ---
  Merge pull request #237 from abayer/runtime-transformer-extensions

Add an extension point for runtime transformation of steps.


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/43518c386037...a247e5db62d8

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


[jenkinsci/p4-plugin] f6de5c: Adding more usability to Pattern Filter

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: f6de5c01d8a713fe7aaae8b3565e902251e4c0db
  
https://github.com/jenkinsci/p4-plugin/commit/f6de5c01d8a713fe7aaae8b3565e902251e4c0db
  Author: Jake Romigh 
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/filters/FilterPatternListImpl.java
M src/test/java/org/jenkinsci/plugins/p4/client/PollingTest.java

  Log Message:
  ---
  Adding more usability to Pattern Filter

Adding some UI alerts when we detect bad entries (along with a new assert)


  Commit: 4b58141f2f1308ccb8d6943886d619908854fee7
  
https://github.com/jenkinsci/p4-plugin/commit/4b58141f2f1308ccb8d6943886d619908854fee7
  Author: Jake Romigh 
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPatternListImpl/help-patternList.html

  Log Message:
  ---
  Fixing small Pattern Filter help mistakes

Two fixes:
- Case B does not actually work if we use a path seperator in the regex
-Since we match on the full string, we do not require 'end of line' symbols.


  Commit: c9b780489ec8c86f341d351ae75be2ba97151a21
  
https://github.com/jenkinsci/p4-plugin/commit/c9b780489ec8c86f341d351ae75be2ba97151a21
  Author: Jake Romigh 
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/filters/FilterPatternListImpl.java
M 
src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPatternListImpl/config.jelly

  Log Message:
  ---
  Fixing class variable refs

Noticed text wasn't persisting correctly in my test instance, fixed variable 
names in jelly and added getters to make Jenkins happy


  Commit: 9a878f510c7e7a2c93a9903cca5f8d05d838a074
  
https://github.com/jenkinsci/p4-plugin/commit/9a878f510c7e7a2c93a9903cca5f8d05d838a074
  Author: Paul Allen 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/filters/FilterPatternListImpl.java
M 
src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPatternListImpl/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPatternListImpl/help-patternList.html
M src/test/java/org/jenkinsci/plugins/p4/client/PollingTest.java

  Log Message:
  ---
  Merge pull request #67 from jromigh/master

Adding UI alerts for Pattern Filter errors


Compare: 
https://github.com/jenkinsci/p4-plugin/compare/1e3453e8ddd5...9a878f510c7e

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


[jenkinsci/configuration-as-code-plugin] 327482: First commit for #19

2018-01-25 Thread GitHub
  Branch: refs/heads/19-secrets-from-extensions
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 32748289618d9e1d2857c31f1d668cf642faa5bb
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/32748289618d9e1d2857c31f1d668cf642faa5bb
  Author: Praqma Service User 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/casc/ConfigurationAsCode.java
A src/main/java/org/jenkinsci/plugins/casc/EnvSecretSource.java
M src/main/java/org/jenkinsci/plugins/casc/PrimitiveConfigurator.java
A src/main/java/org/jenkinsci/plugins/casc/SecretSource.java
M src/test/java/org/jenkinsci/plugins/casc/PrimitiveConfiguratorTest.java

  Log Message:
  ---
  First commit for #19


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] a7ce76: [JENKINS-48925] - Whitelist safe model classes fro...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: a7ce76ebaaf90a9d4a39e18e6ca650ad07b327b8
  
https://github.com/jenkinsci/tap-plugin/commit/a7ce76ebaaf90a9d4a39e18e6ca650ad07b327b8
  Author: Oleg Nenashev 
  Date:   2018-01-15 (Mon, 15 Jan 2018)

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

  Log Message:
  ---
  [JENKINS-48925] - Whitelist safe model classes from the tap4j library


  Commit: d224359c5e354907e808a43cc18783b43a620bdc
  
https://github.com/jenkinsci/tap-plugin/commit/d224359c5e354907e808a43cc18783b43a620bdc
  Author: Oleg Nenashev 
  Date:   2018-01-15 (Mon, 15 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Suppress FindBugs failures in CI


  Commit: ec7c345686ea2feecf3ad280c02bbd1d0b3c487b
  
https://github.com/jenkinsci/tap-plugin/commit/ec7c345686ea2feecf3ad280c02bbd1d0b3c487b
  Author: Bruno P. Kinoshita 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

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

  Log Message:
  ---
  Merge pull request #20 from oleg-nenashev/bug/JENKINS-48925-jep-200

[JENKINS-48925] - Whitelist safe model classes from the tap4j library


Compare: 
https://github.com/jenkinsci/tap-plugin/compare/3a80a472c6ac...ec7c345686ea

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 64d6ff: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 64d6fffc891e93969013362e50d132dd2d1fb118
  
https://github.com/jenkinsci/tap-plugin/commit/64d6fffc891e93969013362e50d132dd2d1fb118
  Author: Bruno P. Kinoshita 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

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

2018-01-25 Thread GitHub
  Branch: refs/tags/tap-2.2
  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] f1cb54: [maven-release-plugin] prepare release tap-2.2

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: f1cb54baa85e7c25938aa825085cd41e66be6b9a
  
https://github.com/jenkinsci/tap-plugin/commit/f1cb54baa85e7c25938aa825085cd41e66be6b9a
  Author: Bruno P. Kinoshita 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release tap-2.2


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


[jenkinsci/pom] aa25ef: Bump to extra-enforcer-rules 1.0-beta-7

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pom
  Commit: aa25efe62cb2ddc509a516af1ba697f131ba762f
  
https://github.com/jenkinsci/pom/commit/aa25efe62cb2ddc509a516af1ba697f131ba762f
  Author: Baptiste Mathus 
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump to extra-enforcer-rules 1.0-beta-7


  Commit: 7c255df2fd6b61c8c3c48ced2f15df343299488b
  
https://github.com/jenkinsci/pom/commit/7c255df2fd6b61c8c3c48ced2f15df343299488b
  Author: Oleg Nenashev 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #17 from batmat/bump-to-beta-7

Bump to extra-enforcer-rules 1.0-beta-7


Compare: https://github.com/jenkinsci/pom/compare/083048bcd6f6...7c255df2fd6b

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


[jenkinsci/sonar-quality-gates-plugin] b37265: [JENKINS-49130] - Update Parent POM to make the bu...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sonar-quality-gates-plugin
  Commit: b37265d5903c0d304f6f3327a37e934df7573552
  
https://github.com/jenkinsci/sonar-quality-gates-plugin/commit/b37265d5903c0d304f6f3327a37e934df7573552
  Author: Oleg Nenashev 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-49130] - Update Parent POM to make the build runnable in PCT


  Commit: f9905397e84e972750e17cae2592f27e395b5eed
  
https://github.com/jenkinsci/sonar-quality-gates-plugin/commit/f9905397e84e972750e17cae2592f27e395b5eed
  Author: Oleg Nenashev 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/org/quality/gates/sonar/api/SonarHttpRequester.java
M src/main/java/org/quality/gates/sonar/api5x/SonarHttpRequester5x.java
M src/main/java/org/quality/gates/sonar/api60/SonarHttpRequester60.java
M src/main/java/org/quality/gates/sonar/api61/SonarHttpRequester61.java

  Log Message:
  ---
  [JENKINS-49130] - Stop persisting SonarHttpRequester context cache on the disk


  Commit: b32531b31b38058c63c4ae08f2ef3aa6f920885b
  
https://github.com/jenkinsci/sonar-quality-gates-plugin/commit/b32531b31b38058c63c4ae08f2ef3aa6f920885b
  Author: Rafael Ramos 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml
M src/main/java/org/quality/gates/sonar/api/SonarHttpRequester.java
M src/main/java/org/quality/gates/sonar/api5x/SonarHttpRequester5x.java
M src/main/java/org/quality/gates/sonar/api60/SonarHttpRequester60.java
M src/main/java/org/quality/gates/sonar/api61/SonarHttpRequester61.java

  Log Message:
  ---
  Merge pull request #9 from oleg-nenashev/JENKINS-49130-jep-200

[JENKINS-49130] - Stop persisting Sonar requester context on the disk to make 
the plugin compatible with Jenkins 2.102+


Compare: 
https://github.com/jenkinsci/sonar-quality-gates-plugin/compare/69fc9638cd89...b32531b31b38

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


[jenkinsci/ontrack-plugin] aa2b04: #39 Build unstable means warning status

2018-01-25 Thread GitHub
  Branch: refs/heads/release/2.32
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: aa2b047316e4563dada387a251e0cfdc8170259f
  
https://github.com/jenkinsci/ontrack-plugin/commit/aa2b047316e4563dada387a251e0cfdc8170259f
  Author: Damien Coraboeuf 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/steps/OntrackValidateStep.java

  Log Message:
  ---
  #39 Build unstable means warning status


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] fa2d5f: introduce ControlGroup to handle containerID extra...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-workflow-plugin
  Commit: fa2d5f1b6233ac76e0fdf70d211426f923f37fc6
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/fa2d5f1b6233ac76e0fdf70d211426f923f37fc6
  Author: Nicolas De Loof 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
A 
src/main/java/org/jenkinsci/plugins/docker/workflow/client/ControlGroup.java
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/client/DockerClient.java
A 
src/test/java/org/jenkinsci/plugins/docker/workflow/client/ControlGroupTest.java
M 
src/test/java/org/jenkinsci/plugins/docker/workflow/client/DockerClientTest.java

  Log Message:
  ---
  introduce ControlGroup to handle containerID extraction

Signed-off-by: Nicolas De Loof 


  Commit: 76bd60ea96bd6f2efbd6070b00dd8f157b27800f
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/76bd60ea96bd6f2efbd6070b00dd8f157b27800f
  Author: Nicolas De Loof 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/client/ControlGroup.java
M 
src/test/java/org/jenkinsci/plugins/docker/workflow/client/ControlGroupTest.java

  Log Message:
  ---
  also support for docker-ce

Signed-off-by: Nicolas De Loof 


  Commit: f3428880a2780ad68f589ebcb732fbd2b862fcdf
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/f3428880a2780ad68f589ebcb732fbd2b862fcdf
  Author: Nicolas De Loof 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/client/ControlGroup.java

  Log Message:
  ---
  read /proc as UTF-8

Signed-off-by: Nicolas De Loof 


Compare: 
https://github.com/jenkinsci/docker-workflow-plugin/compare/5aa1db202fd2...f3428880a278

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 8367ac: Revert "[FIXED JENKINS-37987] Override ENTRYPOINT,...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-workflow-plugin
  Commit: 8367ac4c170bc822eb24ef94b8afb0de4881d1f6
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/8367ac4c170bc822eb24ef94b8afb0de4881d1f6
  Author: Nicolas De Loof 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/client/DockerClient.java
M src/test/java/org/jenkinsci/plugins/docker/workflow/DockerDSLTest.java

  Log Message:
  ---
  Revert "[FIXED JENKINS-37987] Override ENTRYPOINT, not just command, for 
WithContainerStep."

This reverts commit 5b0586d6bd87fc4f108693ee9361252a24eb37d1.


  Commit: 8fbfa8b5710070d86366401a1d59a10a76f96ebf
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/8fbfa8b5710070d86366401a1d59a10a76f96ebf
  Author: Nicolas De Loof 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/docker/workflow/WithContainerStep.java
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/client/DockerClient.java

  Log Message:
  ---
  [JENKINS-41316] don’t override entrypoint but double check the command is 
well executed and warn user if this is not the case

Signed-off-by: Nicolas De Loof 


  Commit: 93349e6bc2b37bc29d698db3d70ce3df51bce0e8
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/93349e6bc2b37bc29d698db3d70ce3df51bce0e8
  Author: Nicolas De Loof 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/docker/workflow/WithContainerStep.java
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/client/DockerClient.java

  Log Message:
  ---
  some fixes after code review


  Commit: 5042a747c5876dc596e82dacdfda241e47464bb6
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/5042a747c5876dc596e82dacdfda241e47464bb6
  Author: Nicolas De Loof 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

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

  Log Message:
  ---
  typo


  Commit: f323d05bf434d58c7a154b57b36b799a942ad2e8
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/f323d05bf434d58c7a154b57b36b799a942ad2e8
  Author: Nicolas De Loof 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/docker/workflow/DockerDSLTest.java

  Log Message:
  ---
  restore test-case for issue #37987


  Commit: 6df76763dadda61b150e1dc389007bd7ff648454
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/6df76763dadda61b150e1dc389007bd7ff648454
  Author: Nicolas De Loof 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/docker/workflow/client/DockerClient.java

  Log Message:
  ---
  mark command parameter as non null


Compare: 
https://github.com/jenkinsci/docker-workflow-plugin/compare/f3428880a278...6df76763dadd

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


[jenkinsci/jenkins] eb41a7: [JENKINS-48348] If task can be run only on master,...

2018-01-25 Thread GitHub
  Branch: refs/heads/stable-2.89
  Home:   https://github.com/jenkinsci/jenkins
  Commit: eb41a7bb0a58474a0fc627ca1cb8f2002ad26b47
  
https://github.com/jenkinsci/jenkins/commit/eb41a7bb0a58474a0fc627ca1cb8f2002ad26b47
  Author: Alexander Akbashev 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M core/src/main/java/hudson/model/Queue.java

  Log Message:
  ---
  [JENKINS-48348] If task can be run only on master, use shortcut

Currently Jenkins to fire WorkflowJob re-calculates the ConstistentHash
for entire cluster even if there is no nodes were updated. If cluster is
big enough (>100 nodes), it becomes a problem, because MD5 is quite
expensive itself plus all this logic comes with high memory footprint.

Using the knowledge that WorkflowJob can be executed only on Jenkins master,
we can create a shortcut that does not do expensive calculation and just
returns Runnable or `null`.

(cherry picked from commit 00ccd23f6441a55bfd625660911d4bc79c7578ba)


  Commit: e0ea7a648ed6970897ea2c49bc662439ec4e4110
  
https://github.com/jenkinsci/jenkins/commit/e0ea7a648ed6970897ea2c49bc662439ec4e4110
  Author: Alexander Akbashev 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M core/src/main/java/hudson/model/Executor.java

  Log Message:
  ---
  [JENKINS-48350] Cache estimated duration for execution

In case of having 1000s of ongoing builds opening main pages can take
some time if list of executors are opened. It happens because for every
queury that comes from jelly we re-calculate the value from scratch. And
calculation needs to load some builds from disk. The worst thing is that it
happens for every user separately.

(cherry picked from commit d7b120fea37b46b863c89acb638d04cdddc868b4)


  Commit: bed6ccd71921c9321919f7a042864dbbbf63243a
  
https://github.com/jenkinsci/jenkins/commit/bed6ccd71921c9321919f7a042864dbbbf63243a
  Author: Daniel Beck 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M core/pom.xml
M core/src/main/java/hudson/security/csrf/CrumbFilter.java
A core/src/main/resources/hudson/security/csrf/CrumbFilter/retry.jelly
A core/src/main/resources/hudson/security/csrf/CrumbFilter/retry.properties
M test/src/test/java/hudson/security/csrf/DefaultCrumbIssuerTest.java

  Log Message:
  ---
  Merge pull request #3187 from daniel-beck/JENKINS-34254-v2

[JENKINS-34254] Fix RequirePOST form

(cherry picked from commit 76c9f8beacc681663571c925b5ee090222407e34)


Compare: 
https://github.com/jenkinsci/jenkins/compare/2904044e5105...bed6ccd71921

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


[jenkinsci/ontrack-plugin] 280cde: Release 2.32.2

2018-01-25 Thread GitHub
  Branch: refs/heads/release/2.32
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 280cde13eeb0ba36c8bc6fb782b223a4cf4d5961
  
https://github.com/jenkinsci/ontrack-plugin/commit/280cde13eeb0ba36c8bc6fb782b223a4cf4d5961
  Author: Jenkins 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Release 2.32.2


  Commit: 75f3bf71d50074283b7c79d4354dc9e0e3d47bfd
  
https://github.com/jenkinsci/ontrack-plugin/commit/75f3bf71d50074283b7c79d4354dc9e0e3d47bfd
  Author: Jenkins 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Starting 2.32.0


Compare: 
https://github.com/jenkinsci/ontrack-plugin/compare/aa2b047316e4...75f3bf71d500

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


[jenkinsci/ontrack-plugin] 280cde: Release 2.32.2

2018-01-25 Thread GitHub
  Branch: refs/tags/2.32.2
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 280cde13eeb0ba36c8bc6fb782b223a4cf4d5961
  
https://github.com/jenkinsci/ontrack-plugin/commit/280cde13eeb0ba36c8bc6fb782b223a4cf4d5961
  Author: Jenkins 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Release 2.32.2


  Commit: 75f3bf71d50074283b7c79d4354dc9e0e3d47bfd
  
https://github.com/jenkinsci/ontrack-plugin/commit/75f3bf71d50074283b7c79d4354dc9e0e3d47bfd
  Author: Jenkins 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Starting 2.32.0


Compare: 
https://github.com/jenkinsci/ontrack-plugin/compare/280cde13eeb0^...75f3bf71d500

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


[jenkinsci/cucumber-testresult-plugin] e4701d: [maven-release-plugin] prepare release cucumber-te...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cucumber-testresult-plugin
  Commit: e4701d3db76ce0296adf4af106cf0712a02c9f4c
  
https://github.com/jenkinsci/cucumber-testresult-plugin/commit/e4701d3db76ce0296adf4af106cf0712a02c9f4c
  Author: James Nord 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cucumber-testresult-plugin-0.10


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


[jenkinsci/cucumber-testresult-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/cucumber-testresult-plugin-0.10
  Home:   https://github.com/jenkinsci/cucumber-testresult-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/cucumber-testresult-plugin] f7f76f: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cucumber-testresult-plugin
  Commit: f7f76f2f406b4a82801f972596c2ff1193c26294
  
https://github.com/jenkinsci/cucumber-testresult-plugin/commit/f7f76f2f406b4a82801f972596c2ff1193c26294
  Author: James Nord 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  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/configuration-as-code-plugin] a9fae7: Second iteration. Working vault integration. Still...

2018-01-25 Thread GitHub
  Branch: refs/heads/19-secrets-from-extensions
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: a9fae7145a6c106f915dbfed48a4f503f21a535d
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/a9fae7145a6c106f915dbfed48a4f503f21a535d
  Author: Praqma Service User 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/casc/EnvSecretSource.java
A src/main/java/org/jenkinsci/plugins/casc/VaultSecretSource.java
M src/test/java/org/jenkinsci/plugins/casc/PrimitiveConfiguratorTest.java
M src/test/resources/org/jenkinsci/plugins/casc/LDAPSecurityRealmTest.yml

  Log Message:
  ---
  Second iteration. Working vault integration. Still needs configuration 
elements


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] b9625a: set the Authentication session life to 100 days to...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: b9625aa718501b5904a674489c24f920d35af981
  
https://github.com/jenkinsci/acceptance-test-harness/commit/b9625aa718501b5904a674489c24f920d35af981
  Author: Ivan Fernandez Calvo 
  Date:   2017-08-05 (Sat, 05 Aug 2017)

  Changed paths:
M src/test/java/plugins/SAMLPluginTest.java
A src/test/resources/saml_plugin/config.php

  Log Message:
  ---
  set the Authentication session life to 100 days to test JENKINS-42127


  Commit: 80220710044d5d54cbee1318a3e1b27ff10ea785
  
https://github.com/jenkinsci/acceptance-test-harness/commit/80220710044d5d54cbee1318a3e1b27ff10ea785
  Author: Ivan Fernandez Calvo 
  Date:   2017-09-22 (Fri, 22 Sep 2017)

  Changed paths:
M src/test/resources/saml_plugin/config.php

  Log Message:
  ---
  Update config.php


  Commit: f402f62d682f5a0c21870ceeb2517e400a41d16f
  
https://github.com/jenkinsci/acceptance-test-harness/commit/f402f62d682f5a0c21870ceeb2517e400a41d16f
  Author: Ivan Fernandez Calvo 
  Date:   2017-09-22 (Fri, 22 Sep 2017)

  Changed paths:
A Jenkinsfile
M README.md
A docs/DOCKER.md
M docs/FIXTURES.md
M docs/SUT-VERSIONS.md
A 
src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SshAgentContainer.java
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/ssh_credentials/SshPrivateKeyCredential.java
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/ssh_slaves/SshSlaveLauncher.java
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/LocalOverrideUpdateCenterMetadataDecoratorImpl.java
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/UpdateCenterMetadataDecorator.java
A src/main/resources/ath-container/Dockerfile
A 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SshAgentContainer/Dockerfile
A 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SshAgentContainer/ed25519.pass
A 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SshAgentContainer/ed25519.priv
A 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SshAgentContainer/ed25519.pub
M src/test/java/plugins/AbstractAnalysisTest.java
M src/test/java/plugins/FindBugsPluginTest.java
M src/test/java/plugins/SshSlavesPluginTest.java
M vnc.sh

  Log Message:
  ---
  merge


  Commit: b225b499d511cc4458e41553627850bd24d6731f
  
https://github.com/jenkinsci/acceptance-test-harness/commit/b225b499d511cc4458e41553627850bd24d6731f
  Author: Ivan Fernandez Calvo 
  Date:   2017-09-22 (Fri, 22 Sep 2017)

  Changed paths:
M src/test/resources/saml_plugin/config.php

  Log Message:
  ---
  Merge branch 'JENKINS-42127' of 
github.com:kuisathaverat/acceptance-test-harness into JENKINS-42127


  Commit: 260ac62eca68ab6eaddc7ac52d3eeb7e9b3d4e5b
  
https://github.com/jenkinsci/acceptance-test-harness/commit/260ac62eca68ab6eaddc7ac52d3eeb7e9b3d4e5b
  Author: Ivan Fernandez Calvo 
  Date:   2017-11-20 (Mon, 20 Nov 2017)

  Changed paths:
M src/test/java/plugins/SAMLPluginTest.java
A src/test/resources/saml_plugin/config.php

  Log Message:
  ---
  Merge branch 'JENKINS-42127' of 
github.com:kuisathaverat/acceptance-test-harness into JENKINS-41907


  Commit: 9132d59846a36eddc6cf4f2b5a0c92cd80428aa6
  
https://github.com/jenkinsci/acceptance-test-harness/commit/9132d59846a36eddc6cf4f2b5a0c92cd80428aa6
  Author: Ivan Fernandez Calvo 
  Date:   2017-11-20 (Mon, 20 Nov 2017)

  Changed paths:
M src/test/resources/saml_plugin/config.php

  Log Message:
  ---
  support for HTTP-POST binding


  Commit: 8019d87b7040b518454c8b815c433f83b2e4fee2
  
https://github.com/jenkinsci/acceptance-test-harness/commit/8019d87b7040b518454c8b815c433f83b2e4fee2
  Author: Ivan Fernandez Calvo 
  Date:   2017-11-20 (Mon, 20 Nov 2017)

  Changed paths:
M src/test/java/plugins/SAMLPluginTest.java
A src/test/resources/saml_plugin/saml20-idp-remote.php

  Log Message:
  ---
  support for HTTP-POST binding, encryption, and signing


  Commit: a715d139743eccf11f2eea5793f91861032c7e71
  
https://github.com/jenkinsci/acceptance-test-harness/commit/a715d139743eccf11f2eea5793f91861032c7e71
  Author: Ivan Fernandez Calvo 
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/saml/SamlSecurityRealm.java
M src/test/java/plugins/SAMLPluginTest.java
M src/test/resources/saml_plugin/config.php
A src/test/resources/saml_plugin/saml20-idp-hosted.php
R src/test/resources/saml_plugin/saml20-idp-remote.php

  Log Message:
  ---
  test for HTTP-POST binding


  Commit: f91b767df6d5c6a4bac40cf53eed3dd18e15e409
  
https://github.com/jenkinsci/acceptance-test-harness/commit/f91b767df6d5c6a4bac40cf53eed3dd18e15e409
  Author: Lucie Votypkova 
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
M 
sr

[jenkinsci/git-client-plugin] 692975: Fix both JENKINS-48818 and JENKINS-46054

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 69297552b3c36e084bea336448c6ad82763b303a
  
https://github.com/jenkinsci/git-client-plugin/commit/69297552b3c36e084bea336448c6ad82763b303a
  Author: Mark Waite 
  Date:   2018-01-20 (Sat, 20 Jan 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/SubmodulePatternStringTest.java

  Log Message:
  ---
  Fix both JENKINS-48818 and JENKINS-46054

Add JENKINS-48818 test - space character in submodule remote name

Submodule remote name which contains a space character was supported by
git client plugin versions prior to 2.7.0.  The bug fix for JENKINS-46054
(support submodule update when the remote name or the remote URL end with
'.url') broke support for submodule remote names which contain a space.

This includes a test to show that a remote name containing a space
character is not correctly handled by the 2.7.0 change.


  Commit: 88fa4fe6599aa71da5e1c5a7b6cb0c96160a88f5
  
https://github.com/jenkinsci/git-client-plugin/commit/88fa4fe6599aa71da5e1c5a7b6cb0c96160a88f5
  Author: Mark Waite 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java

  Log Message:
  ---
  Don't ignore the GitClientTest integration test of [JENKINS-46054]

The integration test is an end to end verification of the bug,
while the unit tests check more details of the specific parsing
problem that was the root of the bug.


  Commit: 2dcbb2d62a980468d339e52f4f8dd6653473d5cd
  
https://github.com/jenkinsci/git-client-plugin/commit/2dcbb2d62a980468d339e52f4f8dd6653473d5cd
  Author: Mark Waite 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M 
src/test/java/org/jenkinsci/plugins/gitclient/SubmodulePatternStringTest.java

  Log Message:
  ---
  Merge pull request #296 from MarkEWaite/explore-JENKINS-46054

Fix JENKINS-48818 and keep JENKINS-46054 fixed


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/21914aaf97f0...2dcbb2d62a98

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 2124be: Accept `--file=`

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-workflow-plugin
  Commit: 2124be24bead5814f64f46d8d457ab8529ef9684
  
https://github.com/jenkinsci/docker-workflow-plugin/commit/2124be24bead5814f64f46d8d457ab8529ef9684
  Author: ycavatars 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/resources/org/jenkinsci/plugins/docker/workflow/Docker.groovy

  Log Message:
  ---
  Accept `--file=`


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


[jenkinsci/gerrit-trigger-plugin] 32c02a: Prevent NPE in GerritMissedEventsPlaybackEnabledCh...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 32c02a0c9e10a4c67f5274aa36c2f2dd50111379
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/32c02a0c9e10a4c67f5274aa36c2f2dd50111379
  Author: Alexander Akbashev 
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/playback/GerritMissedEventsPlaybackEnabledChecker.java

  Log Message:
  ---
  Prevent NPE in GerritMissedEventsPlaybackEnabledChecker

During Jenkins initialization it's possible to hit the case when
GerritMissedEventsPlaybackEnabledChecker is already ready and scheduled,
but GerritServer construction is not finished yet, so, GerritServer
itself or missedEventsPlaybackManager are null.


  Commit: 52ea505e1eba18b73b3c5f03f6972f5151f08389
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/52ea505e1eba18b73b3c5f03f6972f5151f08389
  Author: Robert Sandell 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/playback/GerritMissedEventsPlaybackEnabledChecker.java

  Log Message:
  ---
  Merge pull request #342 from 
Jimilian/fix_npe_in_GerritMissedEventsPlaybackEnabledChecker

Check that server is not null before doing the check


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/9d5276cf45e3...52ea505e1eba

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


[jenkinsci/pipeline-model-definition-plugin]

2018-01-25 Thread GitHub
  Branch: refs/heads/when-changelog
  Home:   https://github.com/jenkinsci/pipeline-model-definition-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/gerrit-trigger-plugin] 3185d0: Improve logging

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 3185d08cebeebb0a3085b2313e99edf26a364783
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/3185d08cebeebb0a3085b2313e99edf26a364783
  Author: Alexander Akbashev 
  Date:   2018-01-19 (Fri, 19 Jan 2018)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/dependency/BecauseDependentBuildIsBuilding.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/dependency/DependencyQueueTaskDispatcher.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/Messages.properties

  Log Message:
  ---
  Improve logging


  Commit: fbf1c1e86b232383143d29c80f26ea645e584fa5
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/fbf1c1e86b232383143d29c80f26ea645e584fa5
  Author: Alexander Akbashev 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/dependency/DependencyQueueTaskDispatcher.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/dependency/DependencyQueueTaskDispatcherTest.java

  Log Message:
  ---
  Add explicit check on dependant project

If triggering new jobs takes a lot of time, it's possible to hit the
race condition between parent-child.


  Commit: 2f37b537a527c2a478e15dfa10b98e461d09cb81
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/2f37b537a527c2a478e15dfa10b98e461d09cb81
  Author: Robert Sandell 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/dependency/BecauseDependentBuildIsBuilding.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/dependency/DependencyQueueTaskDispatcher.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/Messages.properties
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/dependency/DependencyQueueTaskDispatcherTest.java

  Log Message:
  ---
  Merge pull request #340 from Jimilian/reliable_dependency_magic

Reliable dependency magic


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/52ea505e1eba...2f37b537a527

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


[jenkinsci/gerrit-trigger-plugin] c08305: Change the order of Unstable and Failure custom me...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: c08305d0c9814ec106dab18efcece6e3089688b1
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/c08305d0c9814ec106dab18efcece6e3089688b1
  Author: Jiří Engelthaler 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger/config.jelly

  Log Message:
  ---
  Change the order of Unstable and Failure custom messages

The order in the global configuration and reporting values is
Started-Successful-Failed-Unstable-Not Built
In Custom Build Messages there is swapped Filed and Unstable


  Commit: c5d7102ff4de5dced7d5274f30b5e5a419f96efb
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/c5d7102ff4de5dced7d5274f30b5e5a419f96efb
  Author: Robert Sandell 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger/config.jelly

  Log Message:
  ---
  Merge pull request #341 from engycz/master

Change the order of Unstable and Failure custom messages


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/2f37b537a527...c5d7102ff4de

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


[jenkinsci/gerrit-trigger-plugin] 69c919: Follow general contract of comparison method

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 69c91961259fd5283e0dea557d9c1eb7bd522fea
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/69c91961259fd5283e0dea557d9c1eb7bd522fea
  Author: Alexander Akbashev 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java

  Log Message:
  ---
  Follow general contract of comparison method

Old implemenation did not respect transitive requirement of comparison
method. I.e.:
  If A == B and B == C, then A must be equal to C.

So, in old implementation if B is null, first two checks return true, but it 
does not gurantee that A == C.


  Commit: b95acf0dbda410ebc5396932b8a448eaecde4762
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/b95acf0dbda410ebc5396932b8a448eaecde4762
  Author: Robert Sandell 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java

  Log Message:
  ---
  Merge pull request #345 from Jimilian/fix_comporator_in_parameterexpander

Follow general contract of comparison method


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/c5d7102ff4de...b95acf0dbda4

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


[jenkinsci/cloudbees-devoptics-enabler-plugin] c51831: add Jenkinsfile

2018-01-25 Thread GitHub
  Branch: refs/heads/HOSTING-496
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: c5183152727cdf2a9abad9f397cccf9e67031945
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/c5183152727cdf2a9abad9f397cccf9e67031945
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  add Jenkinsfile


  Commit: 6c981c31591386843ecc517f53cf33549620d8ea
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/6c981c31591386843ecc517f53cf33549620d8ea
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update scm block


  Commit: 4f1938087c5c8729f040e4eb6d4b06c0e2934ad5
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/4f1938087c5c8729f040e4eb6d4b06c0e2934ad5
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update wiki location


Compare: 
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/compare/c5183152727c^...4f1938087c5c

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


[jenkinsci/saml-plugin] fa001c: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: fa001cc55ca4282881025a74f40c60a915b33e49
  
https://github.com/jenkinsci/saml-plugin/commit/fa001cc55ca4282881025a74f40c60a915b33e49
  Author: Ivan Fernandez Calvo 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

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

2018-01-25 Thread GitHub
  Branch: refs/tags/saml-1.0.5
  Home:   https://github.com/jenkinsci/saml-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/saml-plugin] adb2de: [maven-release-plugin] prepare release saml-1.0.5

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: adb2de5cf2660fb024df2f0a152eeadab9338267
  
https://github.com/jenkinsci/saml-plugin/commit/adb2de5cf2660fb024df2f0a152eeadab9338267
  Author: Ivan Fernandez Calvo 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release saml-1.0.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/cloudbees-devoptics-enabler-plugin] c51831: add Jenkinsfile

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: c5183152727cdf2a9abad9f397cccf9e67031945
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/c5183152727cdf2a9abad9f397cccf9e67031945
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  add Jenkinsfile


  Commit: 6c981c31591386843ecc517f53cf33549620d8ea
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/6c981c31591386843ecc517f53cf33549620d8ea
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update scm block


  Commit: 4f1938087c5c8729f040e4eb6d4b06c0e2934ad5
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/4f1938087c5c8729f040e4eb6d4b06c0e2934ad5
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update wiki location


  Commit: 1487067383ac2efabe7715bd40381f173b4f93e6
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/1487067383ac2efabe7715bd40381f173b4f93e6
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
A Jenkinsfile
M pom.xml

  Log Message:
  ---
  Merge pull request #1 from jenkinsci/HOSTING-496

[HOSTING-496] pom updates per hosting guidelines


Compare: 
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/compare/19038d07c948...1487067383ac

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


[jenkinsci/durable-task-plugin] d237c3: Updates.

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/durable-task-plugin
  Commit: d237c37f9239becf6ed8677ba6735757ab1146e1
  
https://github.com/jenkinsci/durable-task-plugin/commit/d237c37f9239becf6ed8677ba6735757ab1146e1
  Author: Jesse Glick 
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updates.


  Commit: 9d705bfbdd084dd14c6f9704355439ec2b2c3c7c
  
https://github.com/jenkinsci/durable-task-plugin/commit/9d705bfbdd084dd14c6f9704355439ec2b2c3c7c
  Author: Jesse Glick 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Pick up https://github.com/jenkinsci/docker-fixtures/pull/14.


  Commit: 7f57bb297ee333c221b4c690ae2f15169c695f6f
  
https://github.com/jenkinsci/durable-task-plugin/commit/7f57bb297ee333c221b4c690ae2f15169c695f6f
  Author: Sam Van Oort 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #56 from jglick/updates

Updates


Compare: 
https://github.com/jenkinsci/durable-task-plugin/compare/275ad653f71d...7f57bb297ee3

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


[jenkinsci/influxdb-plugin] 69dfeb: Fix indentation

2018-01-25 Thread GitHub
  Branch: refs/heads/JENKINS-47776
  Home:   https://github.com/jenkinsci/influxdb-plugin
  Commit: 69dfeb301313a9d42d4c388e379059085b2cef9a
  
https://github.com/jenkinsci/influxdb-plugin/commit/69dfeb301313a9d42d4c388e379059085b2cef9a
  Author: Aleksi Simell 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix indentation


  Commit: f625698441b692c290ade2a69568a9ab5af46498
  
https://github.com/jenkinsci/influxdb-plugin/commit/f625698441b692c290ade2a69568a9ab5af46498
  Author: Aleksi Simell 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove commented build step


  Commit: 11769ea3c47be88157efe7ac3e3caf5fd7e46dc2
  
https://github.com/jenkinsci/influxdb-plugin/commit/11769ea3c47be88157efe7ac3e3caf5fd7e46dc2
  Author: Aleksi Simell 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml
M 
src/main/java/jenkinsci/plugins/influxdb/generators/SonarQubePointGenerator.java

  Log Message:
  ---
  REST authentication for sonarqube


Compare: 
https://github.com/jenkinsci/influxdb-plugin/compare/98c6d0a96341...11769ea3c47b

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


[jenkinsci/saml-plugin] 167f8c: Release notes

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 167f8cc165b09b3c887ab7bfd154dbdb0d9ffeb8
  
https://github.com/jenkinsci/saml-plugin/commit/167f8cc165b09b3c887ab7bfd154dbdb0d9ffeb8
  Author: Ivan Fernandez Calvo 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M CHANGELOG.md
M README.md
A TROUBLESHOOTING.md

  Log Message:
  ---
  Release notes


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


[jenkinsci/git-client-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/git-client-2.7.1
  Home:   https://github.com/jenkinsci/git-client-plugin

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


[jenkinsci/git-client-plugin] 9cd462: [maven-release-plugin] prepare release git-client-...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 9cd462a8b0c31e2ce80fb5ee1b4580970224d48b
  
https://github.com/jenkinsci/git-client-plugin/commit/9cd462a8b0c31e2ce80fb5ee1b4580970224d48b
  Author: Mark Waite 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-client-2.7.1


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


[jenkinsci/git-client-plugin] 19a042: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 19a0422608aa57c0b884dd671e8319c05bf3eb05
  
https://github.com/jenkinsci/git-client-plugin/commit/19a0422608aa57c0b884dd671e8319c05bf3eb05
  Author: Mark Waite 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  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/saml-plugin] 841bd5: copy of the documents in the Jenkins wiki page

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 841bd596c780c583c895243f65fa8f2e987ce2df
  
https://github.com/jenkinsci/saml-plugin/commit/841bd596c780c583c895243f65fa8f2e987ce2df
  Author: Ivan Fernandez Calvo 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M README.md
R TROUBLESHOOTING.md
A doc/ADFS_CONFIG.md
A doc/CONFIGURE.md
A doc/TROUBLESHOOTING.md
A doc/images/Screen_Shot_2015-12-10_at_16.11.42.png
A doc/images/Screen_Shot_2015-12-10_at_16.11.44.png
A doc/images/Screen_Shot_2015-12-10_at_16.11.46.png
A doc/images/Screen_Shot_2015-12-10_at_16.11.49.png
A doc/images/Screen_Shot_2015-12-10_at_16.11.51.png
A doc/images/Screen_Shot_2015-12-10_at_16.11.55.png
A doc/images/Screen_Shot_2015-12-10_at_16.11.57.png
A doc/images/Screen_Shot_2015-12-10_at_16.12.00.png
A doc/images/Screen_Shot_2015-12-10_at_16.12.02.png
A doc/images/Screen_Shot_2015-12-10_at_16.12.05.png
A doc/images/Screen_Shot_2015-12-10_at_16.12.23.png
A doc/images/Screen_Shot_2015-12-10_at_16.12.27.png
A doc/images/Screen_Shot_2015-12-10_at_16.12.36.png
A doc/images/Screen_Shot_2015-12-10_at_16.12.40.png
A doc/images/Screen_Shot_2015-12-10_at_16.12.45.png
A doc/images/Screen_Shot_2015-12-10_at_16.13.52.png
A doc/images/Screen_Shot_2017-05-30_at_18.01.09.png

  Log Message:
  ---
  copy of the documents in the Jenkins wiki page


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


[jenkinsci/saml-plugin] 8a347a: format corrections

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 8a347aded4f52a9c78db74dfab6ad4599cae8bc5
  
https://github.com/jenkinsci/saml-plugin/commit/8a347aded4f52a9c78db74dfab6ad4599cae8bc5
  Author: Ivan Fernandez Calvo 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M doc/ADFS_CONFIG.md
M doc/CONFIGURE.md

  Log Message:
  ---
  format corrections


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


[jenkinsci/saml-plugin] cce6e7: format corrections

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: cce6e77dc2e4251093ed1bfa52eda89008b0b1dc
  
https://github.com/jenkinsci/saml-plugin/commit/cce6e77dc2e4251093ed1bfa52eda89008b0b1dc
  Author: Ivan Fernandez Calvo 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M README.md
M doc/ADFS_CONFIG.md
M doc/CONFIGURE.md

  Log Message:
  ---
  format corrections


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


[jenkinsci/snyk-security-scanner-plugin] f748bd: fix they way we retrieve step environment vars.

2018-01-25 Thread GitHub
  Branch: refs/heads/fix/pipeline-envvars
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: f748bd22935b58a2118ae8bbb3d96e025f9319ab
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/f748bd22935b58a2118ae8bbb3d96e025f9319ab
  Author: AH7 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/io/snyk/plugins/SnykSecurityBuilder.java
M src/main/java/io/snyk/plugins/SnykSecurityStep.java

  Log Message:
  ---
  fix they way we retrieve step environment vars.


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


[jenkinsci/snyk-security-scanner-plugin] f748bd: fix they way we retrieve step environment vars.

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: f748bd22935b58a2118ae8bbb3d96e025f9319ab
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/f748bd22935b58a2118ae8bbb3d96e025f9319ab
  Author: AH7 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/io/snyk/plugins/SnykSecurityBuilder.java
M src/main/java/io/snyk/plugins/SnykSecurityStep.java

  Log Message:
  ---
  fix they way we retrieve step environment vars.


  Commit: ca32517abed88db60cf1d71617ed37251646ce31
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/ca32517abed88db60cf1d71617ed37251646ce31
  Author: Assaf 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/io/snyk/plugins/SnykSecurityBuilder.java
M src/main/java/io/snyk/plugins/SnykSecurityStep.java

  Log Message:
  ---
  Merge pull request #7 from jenkinsci/fix/pipeline-envvars

fix they way we retrieve step environment vars.


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/8507f832c873...ca32517abed8

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


[jenkinsci/snyk-security-scanner-plugin]

2018-01-25 Thread GitHub
  Branch: refs/heads/fix/pipeline-envvars
  Home:   https://github.com/jenkinsci/snyk-security-scanner-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/snyk-security-scanner-plugin] 6c7146: [maven-release-plugin] prepare release snyk-securi...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 6c7146e7fc4b2b4cc1baced92f7a9ca705145551
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/6c7146e7fc4b2b4cc1baced92f7a9ca705145551
  Author: AH7 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release snyk-security-scanner-1.9


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


[jenkinsci/snyk-security-scanner-plugin] 078dc8: [maven-release-plugin] prepare release snyk-securi...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 078dc8c7c1ac70cc2d7577b9074730239177fa5f
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/078dc8c7c1ac70cc2d7577b9074730239177fa5f
  Author: AH7 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release snyk-security-scanner-1.9


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


[jenkinsci/snyk-security-scanner-plugin] 5d720d: [maven-release-plugin] prepare release snyk-securi...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 5d720d366c350f98c2d7082e48009f8d0a152de6
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/5d720d366c350f98c2d7082e48009f8d0a152de6
  Author: AH7 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release snyk-security-scanner-1.9


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


[jenkinsci/snyk-security-scanner-plugin] eb1f6d: update version

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: eb1f6d80547d0ade43bd0376e73d066c818375b3
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/eb1f6d80547d0ade43bd0376e73d066c818375b3
  Author: AH7 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update version


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


[jenkinsci/snyk-security-scanner-plugin] 6974a9: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 6974a955f8f3f88a819c782deec44a4d201483d4
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/6974a955f8f3f88a819c782deec44a4d201483d4
  Author: AH7 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  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/snyk-security-scanner-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/snyk-security-scanner-1.9.1
  Home:   https://github.com/jenkinsci/snyk-security-scanner-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/snyk-security-scanner-plugin] d171e2: [maven-release-plugin] prepare release snyk-securi...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: d171e2148df70243de454b4c5c6773243e69848b
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/d171e2148df70243de454b4c5c6773243e69848b
  Author: AH7 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release snyk-security-scanner-1.9.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/workflow-cps-plugin] d52b4b: Implement SCM retry count

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: d52b4b5387b0ef306dbb2e0f29c460971b5782e6
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/d52b4b5387b0ef306dbb2e0f29c460971b5782e6
  Author: Matt Mitchell 
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config.jelly
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinitionTest.java

  Log Message:
  ---
  Implement SCM retry count
Honors the retry count of the Jenkins server.  Only has effect in 
non-lightweight cases.


  Commit: 7510f769300cce9ffa3e15075ecc78fa980f362f
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7510f769300cce9ffa3e15075ecc78fa980f362f
  Author: Matt Mitchell 
  Date:   2017-06-23 (Fri, 23 Jun 2017)

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

  Log Message:
  ---
  PR feedback


  Commit: efdcf9f1f22303ed7b7c31d39ad66c02f4d0a04e
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/efdcf9f1f22303ed7b7c31d39ad66c02f4d0a04e
  Author: Matt Mitchell 
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config.jelly

  Log Message:
  ---
  Reset config.jelly


  Commit: a3f8b53cc248743437c21613ae3bab1a912e45d4
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/a3f8b53cc248743437c21613ae3bab1a912e45d4
  Author: Matt Mitchell 
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinitionTest.java

  Log Message:
  ---
  Update comment


  Commit: e9a314ebb6aa417e67916b17d34028532010e7f3
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/e9a314ebb6aa417e67916b17d34028532010e7f3
  Author: Matt Mitchell 
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinitionTest.java

  Log Message:
  ---
  Remove inined calls


  Commit: a0b97c101fb6f1785fdbc2e9df811047a7d62f92
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/a0b97c101fb6f1785fdbc2e9df811047a7d62f92
  Author: Matt Mitchell 
  Date:   2017-08-16 (Wed, 16 Aug 2017)

  Changed paths:
M Jenkinsfile
M README.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/FlowHead.java
M 
src/main/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImpl.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/StepAtomNode.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/StepEndNode.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/nodes/StepStartNode.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java
M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecutionTest.java
M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsThreadTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImplTest.java
A src/test/java/org/jenkinsci/plugins/workflow/cps/nodes/StepNodeTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java

  Log Message:
  ---
  Merge branch 'master' into add-retry


  Commit: 71307f456e760d63c971062247ae443b85f72f48
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/71307f456e760d63c971062247ae443b85f72f48
  Author: Matt Mitchell 
  Date:   2017-08-16 (Wed, 16 Aug 2017)

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

  Log Message:
  ---
  Workflow script might be null


  Commit: 6baed11e1454f9bc155b18183efac3eda624c11f
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/6baed11e1454f9bc155b18183efac3eda624c11f
  Author: Matt Mitchell 
  Date:   2017-08-29 (Tue, 29 Aug 2017)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M 
src/main/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHack.java
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHackTest.java

  Log Message:
  ---
  Merge remote-tracking branch 'upstream/master' into add-retry


  Commit: b9b5e3829bb77eb56b3676a26386ef3561ddb9d6
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/b9b

[jenkinsci/acceptance-test-harness] 81bafb: customStartup should do a more conservative match.

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 81bafbd9c39df4833f389299d4ad253a27b8a852
  
https://github.com/jenkinsci/acceptance-test-harness/commit/81bafbd9c39df4833f389299d4ad253a27b8a852
  Author: Jesse Glick 
  Date:   2018-01-05 (Fri, 05 Jan 2018)

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

  Log Message:
  ---
  customStartup should do a more conservative match.


  Commit: 975aab852ef847f32e33ebc47864c5fc09753e58
  
https://github.com/jenkinsci/acceptance-test-harness/commit/975aab852ef847f32e33ebc47864c5fc09753e58
  Author: Oliver Gondža 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

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

  Log Message:
  ---
  Merge pull request #394 from jglick/SshSlavesPluginTest.customStartup

customStartup should do a more conservative match


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/bfc3d5f9ef92...975aab852ef8

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


[jenkinsci/compuware-xpediter-code-coverage-plugin] 0e4423: Update pom.xml

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin
  Commit: 0e4423783c8797a1bb115e65397d64a081369c19
  
https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin/commit/0e4423783c8797a1bb115e65397d64a081369c19
  Author: dave-dresser 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml

Update to the latest common 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/compuware-xpediter-code-coverage-plugin] b23bc5: [maven-release-plugin] prepare release compuware-x...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin
  Commit: b23bc5af93479fc5f848374ad6292f3fec7c92ac
  
https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin/commit/b23bc5af93479fc5f848374ad6292f3fec7c92ac
  Author: dave-dresser 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release compuware-xpediter-code-coverage-1.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/compuware-xpediter-code-coverage-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/compuware-xpediter-code-coverage-1.0.1
  Home:   https://github.com/jenkinsci/compuware-xpediter-code-coverage-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/compuware-xpediter-code-coverage-plugin] 651e20: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin
  Commit: 651e2085ecd8e39c9108bd60c4b5862c720efb30
  
https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin/commit/651e2085ecd8e39c9108bd60c4b5862c720efb30
  Author: dave-dresser 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  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/jmh-report-plugin] 4f0b7c: Upgrade jmh-visualizer to 0.7.2

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jmh-report-plugin
  Commit: 4f0b7c542109fcca6aaae35c239a8a4f931118ba
  
https://github.com/jenkinsci/jmh-report-plugin/commit/4f0b7c542109fcca6aaae35c239a8a4f931118ba
  Author: Johannes Zillmann 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/webapp/bundle.js

  Log Message:
  ---
  Upgrade jmh-visualizer to 0.7.2


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


[jenkinsci/jmh-report-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/jmh-report-0.7.1
  Home:   https://github.com/jenkinsci/jmh-report-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/jmh-report-plugin] 5a041b: [maven-release-plugin] prepare release jmh-report-...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jmh-report-plugin
  Commit: 5a041b7505748c26d81068a437574d5ebd811ba8
  
https://github.com/jenkinsci/jmh-report-plugin/commit/5a041b7505748c26d81068a437574d5ebd811ba8
  Author: Johannes Zillmann 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jmh-report-0.7.1


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


[jenkinsci/jmh-report-plugin] 5a2e11: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jmh-report-plugin
  Commit: 5a2e11661215ffd02ce098257b9d631cfa616b9a
  
https://github.com/jenkinsci/jmh-report-plugin/commit/5a2e11661215ffd02ce098257b9d631cfa616b9a
  Author: Johannes Zillmann 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  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/git-plugin] c2ba83: Add Stephen Connolly as a maintainer

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: c2ba83e06b7d051fcd62cbac49759ab5b37de9db
  
https://github.com/jenkinsci/git-plugin/commit/c2ba83e06b7d051fcd62cbac49759ab5b37de9db
  Author: Mark Waite 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add Stephen Connolly as a maintainer

Branch source, branch API, and scm API typically.

[Fix JENKINS-49160] update maintainer information


  Commit: 10bd76cd29a81e95e34dad0da62041e21a13f2fd
  
https://github.com/jenkinsci/git-plugin/commit/10bd76cd29a81e95e34dad0da62041e21a13f2fd
  Author: Stephen Connolly 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #570 from MarkEWaite/add-stephenc-as-maintainer

Add Stephen Connolly as a maintainer


Compare: 
https://github.com/jenkinsci/git-plugin/compare/7a2e2f126c67...10bd76cd29a8

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


[jenkinsci/cucumber-reports-plugin] 42e41b: Report is generated for pipeline jobs

2018-01-25 Thread GitHub
  Branch: refs/heads/pipeline
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: 42e41b6742c507bc9ab421af58850647401daf42
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/42e41b6742c507bc9ab421af58850647401daf42
  Author: Damian Szczepanik 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java

  Log Message:
  ---
  Report is generated for pipeline jobs


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


[jenkinsci/cucumber-reports-plugin] a231f3: Report is generated for pipeline jobs (#212)

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: a231f34ddf99535705addb0dc5970fb9dd433879
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/a231f34ddf99535705addb0dc5970fb9dd433879
  Author: Damian Szczepanik 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java

  Log Message:
  ---
  Report is generated for pipeline jobs (#212)


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


[jenkinsci/cucumber-reports-plugin]

2018-01-25 Thread GitHub
  Branch: refs/heads/pipeline
  Home:   https://github.com/jenkinsci/cucumber-reports-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/anka-build-plugin] ef139d: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: ef139d155861dc726a16fac3c02238ab5c265d64
  
https://github.com/jenkinsci/anka-build-plugin/commit/ef139d155861dc726a16fac3c02238ab5c265d64
  Author: Alex Fishman 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  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/anka-build-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/anka-build-1.8
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin] 1d4871: change slave naming to include counter

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 1d4871daf831ba4b16aa093b3b1b69244ba50781
  
https://github.com/jenkinsci/anka-build-plugin/commit/1d4871daf831ba4b16aa093b3b1b69244ba50781
  Author: Alex Fishman 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M src/main/java/com/veertu/ankaMgmtSdk/AnkaVmFactory.java

  Log Message:
  ---
  change slave naming to include counter

Signed-off-by: Alex Fishman 


  Commit: 33bc45e48693b56b61d5313d0223f30a8158df1e
  
https://github.com/jenkinsci/anka-build-plugin/commit/33bc45e48693b56b61d5313d0223f30a8158df1e
  Author: Alex Fishman 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-1.8


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/999877c6ef1f...33bc45e48693

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 06e91b: additional generic-whitelist entry

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 06e91b86f7684df27dd7c582009ffe015556a401
  
https://github.com/jenkinsci/script-security-plugin/commit/06e91b86f7684df27dd7c582009ffe015556a401
  Author: Kim Uhl 
  Date:   2018-01-12 (Fri, 12 Jan 2018)

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

  Log Message:
  ---
  additional generic-whitelist entry

adds Integer.toString(int, int) to the generic-whitelist


  Commit: 6d012df5d288d7494d347a98f8e52ed04041a8ec
  
https://github.com/jenkinsci/script-security-plugin/commit/6d012df5d288d7494d347a98f8e52ed04041a8ec
  Author: Sam Van Oort 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

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

  Log Message:
  ---
  Merge pull request #177 from Inform-Software/patch-1

add Integer.toString(int, int) to generic-whitelist


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/fe70a83637aa...6d012df5d288

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


[jenkinsci/cloudbees-devoptics-enabler-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/cloudbees-devoptics-enabler-0.1
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-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/cloudbees-devoptics-enabler-plugin] 889eb4: [maven-release-plugin] prepare release cloudbees-d...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: 889eb4e3cd8334d43cc62804f56cb516e636765a
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/889eb4e3cd8334d43cc62804f56cb516e636765a
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cloudbees-devoptics-enabler-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/cloudbees-devoptics-enabler-plugin] 921d6f: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: 921d6fa516ed97a553755081ca0268ed09c7a3fd
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/921d6fa516ed97a553755081ca0268ed09c7a3fd
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  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/cloudbees-devoptics-enabler-plugin] e9c398: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: e9c39861f133c168bca9c45fab5d23f74336d679
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/e9c39861f133c168bca9c45fab5d23f74336d679
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  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/cloudbees-devoptics-enabler-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/cloudbees-devoptics-enabler-0.2
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-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/cloudbees-devoptics-enabler-plugin] b51d08: [maven-release-plugin] prepare release cloudbees-d...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: b51d087addc63343a55dfa71e0a47185d26cb068
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/b51d087addc63343a55dfa71e0a47185d26cb068
  Author: Jordan Glassman 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cloudbees-devoptics-enabler-0.2


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


[jenkinsci/global-post-script-plugin] 747e83: Adding support for pipelines (#5)

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/global-post-script-plugin
  Commit: 747e83bb37c72118d1d44eb66fefca742948bc84
  
https://github.com/jenkinsci/global-post-script-plugin/commit/747e83bb37c72118d1d44eb66fefca742948bc84
  Author: krtrego 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/orctom/jenkins/plugin/globalpostscript/GlobalPostScript.java

  Log Message:
  ---
  Adding support for pipelines (#5)

* Adding support for pipelines (though this may cause unexpected behavior in a 
multi-module Maven project)

* Updating versions to match origin


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


[jenkinsci/global-post-script-plugin] c8bb13: [maven-release-plugin] prepare for next developmen...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/global-post-script-plugin
  Commit: c8bb1393d847160464f0f333c1b9cbb4830c025d
  
https://github.com/jenkinsci/global-post-script-plugin/commit/c8bb1393d847160464f0f333c1b9cbb4830c025d
  Author: orctom 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  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/global-post-script-plugin]

2018-01-25 Thread GitHub
  Branch: refs/tags/global-post-script-1.1.4
  Home:   https://github.com/jenkinsci/global-post-script-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/global-post-script-plugin] 6b7104: [maven-release-plugin] prepare release global-post...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/global-post-script-plugin
  Commit: 6b710449997462bcf0e5934cec2969a42ab957dc
  
https://github.com/jenkinsci/global-post-script-plugin/commit/6b710449997462bcf0e5934cec2969a42ab957dc
  Author: orctom 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release global-post-script-1.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/build-timestamp-plugin] 4ebcbb: Added optional date/time shift parameter (#1)

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-timestamp-plugin
  Commit: 4ebcbb652d16d3a3173a135c7d65b05237e8e74e
  
https://github.com/jenkinsci/build-timestamp-plugin/commit/4ebcbb652d16d3a3173a135c7d65b05237e8e74e
  Author: mateuszboryn 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M README.md
M 
src/main/java/com/orctom/jenkins/plugin/buildtimestamp/BuildTimestampEnvironmentContributor.java
M 
src/main/java/com/orctom/jenkins/plugin/buildtimestamp/BuildTimestampWrapper.java
A 
src/main/java/com/orctom/jenkins/plugin/buildtimestamp/ShiftExpressionHelper.java
M src/main/java/com/orctom/jenkins/plugin/buildtimestamp/Tuple.java
M 
src/main/resources/com/orctom/jenkins/plugin/buildtimestamp/BuildTimestampWrapper/global.jelly
A src/main/webapp/help-shiftExpression.html

  Log Message:
  ---
  Added optional date/time shift parameter (#1)

* shift expression


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


[jenkinsci/config-file-provider-plugin] c8924e: [JENKINS-49067] Use of @TestExtension instead of @...

2018-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/config-file-provider-plugin
  Commit: c8924e0e3378e1c6fbe3964ee9bad4c4a92d2f1f
  
https://github.com/jenkinsci/config-file-provider-plugin/commit/c8924e0e3378e1c6fbe3964ee9bad4c4a92d2f1f
  Author: Francisco Javier Fernandez Gonzalez 
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
R 
src/test/java/org/jenkinsci/lib/configprovider/ExtensionPointTestConfig.java
M 
src/test/java/org/jenkinsci/lib/configprovider/SystemConfigFilesManagementTest.java

  Log Message:
  ---
  [JENKINS-49067] Use of @TestExtension instead of @Extension


  Commit: b5b4d0dcdf57127ed636e7b331edc67ada8026e5
  
https://github.com/jenkinsci/config-file-provider-plugin/commit/b5b4d0dcdf57127ed636e7b331edc67ada8026e5
  Author: Dominik Bartholdi 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
R 
src/test/java/org/jenkinsci/lib/configprovider/ExtensionPointTestConfig.java
M 
src/test/java/org/jenkinsci/lib/configprovider/SystemConfigFilesManagementTest.java

  Log Message:
  ---
  Merge pull request #48 from fcojfernandez/JENKINS-49067

[JENKINS-49067] Script error after upgrading config-file-provider


Compare: 
https://github.com/jenkinsci/config-file-provider-plugin/compare/271e9cb4ffcb...b5b4d0dcdf57

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