[jenkinsci/git-plugin] f2b45c: Revert "Exclude maven-plugin as transitive depende...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: f2b45cbdc23f7cc5061bb00df2b751519c0a0ead
  
https://github.com/jenkinsci/git-plugin/commit/f2b45cbdc23f7cc5061bb00df2b751519c0a0ead
  Author: Mark Waite 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert "Exclude maven-plugin as transitive dependency of promoted-builds"

This reverts commit 5a4f07260297e8ccf38944b0d46c4822b37a6f8e.

Fails a test in the plugin compatibility tester.  Needs more
investigation before it is allowed in the master branch.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 81f7d9: Broaden the assertion to avoid false test failures

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 81f7d9b04b631da87a7ba06c70dca6ca6ae14d36
  
https://github.com/jenkinsci/git-plugin/commit/81f7d9b04b631da87a7ba06c70dca6ca6ae14d36
  Author: Mark Waite 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/test/java/hudson/plugins/git/util/CandidateRevisionsTest.java

  Log Message:
  ---
  Broaden the assertion to avoid false test failures


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


[jenkinsci/jms-messaging-plugin] c2f8e5: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jms-messaging-plugin
  Commit: c2f8e55ee6890deed8d10acc20ac636ece98a8d3
  
https://github.com/jenkinsci/jms-messaging-plugin/commit/c2f8e55ee6890deed8d10acc20ac636ece98a8d3
  Author: Scott Hebert 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/jms-messaging-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/jms-messaging-1.0.16
  Home:   https://github.com/jenkinsci/jms-messaging-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/jms-messaging-plugin] f383b3: [maven-release-plugin] prepare release jms-messagi...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jms-messaging-plugin
  Commit: f383b3d6b6ea925203c6ce52c5f4d99ece4a6c75
  
https://github.com/jenkinsci/jms-messaging-plugin/commit/f383b3d6b6ea925203c6ce52c5f4d99ece4a6c75
  Author: Scott Hebert 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jms-messaging-1.0.16


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


[jenkinsci/jms-messaging-plugin] b31a2d: Support variables in topics (#29)

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jms-messaging-plugin
  Commit: b31a2da479ee1414523fbbba5a82ddd85ef47f7c
  
https://github.com/jenkinsci/jms-messaging-plugin/commit/b31a2da479ee1414523fbbba5a82ddd85ef47f7c
  Author: Scott Hebert 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M 
src/main/java/com/redhat/jenkins/plugins/ci/CIMessageSubscriberBuilder.java
M 
src/main/java/com/redhat/jenkins/plugins/ci/messaging/ActiveMqMessagingWorker.java
M 
src/main/java/com/redhat/jenkins/plugins/ci/messaging/FedMsgMessagingWorker.java
M 
src/main/java/com/redhat/jenkins/plugins/ci/messaging/JMSMessagingWorker.java
M 
src/main/resources/com/redhat/jenkins/plugins/ci/CIMessageBuilder/help-topic.html
M 
src/main/resources/com/redhat/jenkins/plugins/ci/CIMessageNotifier/help-topic.html
M 
src/main/resources/com/redhat/jenkins/plugins/ci/CIMessageSubscriberBuilder/help-topic.html
M 
src/main/resources/com/redhat/jenkins/plugins/ci/pipeline/CIMessageSenderStep/help-topic.html
M 
src/main/resources/com/redhat/jenkins/plugins/ci/pipeline/CIMessageSubscriberStep/help-topic.html
M 
src/test/java/com/redhat/jenkins/plugins/ci/integration/AmqMessagingPluginIntegrationTest.java
M 
src/test/java/com/redhat/jenkins/plugins/ci/integration/FedMsgMessagingPluginIntegrationTest.java

  Log Message:
  ---
  Support variables in topics (#29)

* Add support for variable expansion for topics


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


[jenkinsci/r-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/r-0.5
  Home:   https://github.com/jenkinsci/r-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/r-plugin] d48b41: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/r-plugin
  Commit: d48b41861882f00fac257845891f0cedb39cc5ae
  
https://github.com/jenkinsci/r-plugin/commit/d48b41861882f00fac257845891f0cedb39cc5ae
  Author: Bruno P. Kinoshita 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/r-plugin] 2a634e: [maven-release-plugin] prepare release r-0.5

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/r-plugin
  Commit: 2a634ec5176eedf6753676834dba53a802d95b26
  
https://github.com/jenkinsci/r-plugin/commit/2a634ec5176eedf6753676834dba53a802d95b26
  Author: Bruno P. Kinoshita 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release r-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/r-plugin] e7c343: Revert "Update dependencies"

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/r-plugin
  Commit: e7c3431e9c81beb1b9d683b7992b50bcfede76b5
  
https://github.com/jenkinsci/r-plugin/commit/e7c3431e9c81beb1b9d683b7992b50bcfede76b5
  Author: Bruno P. Kinoshita 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert "Update dependencies"

This reverts commit 36101d88dfc0a4a04eb25b7b8ea3622544d014a2.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 2242eb: Use parent pom 2.28

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 2242eb0c098cc6fe168831d4400552d4fa58f5f6
  
https://github.com/jenkinsci/git-plugin/commit/2242eb0c098cc6fe168831d4400552d4fa58f5f6
  Author: Mark Waite 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 2.28


  Commit: 5a4f07260297e8ccf38944b0d46c4822b37a6f8e
  
https://github.com/jenkinsci/git-plugin/commit/5a4f07260297e8ccf38944b0d46c4822b37a6f8e
  Author: Mark Waite 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Exclude maven-plugin as transitive dependency of promoted-builds

The promoted-builds dependency is optional, and Matthias Hild observed
that the transitive dependencies are not required in the plugin use case.


Compare: 
https://github.com/jenkinsci/git-plugin/compare/9daa4dd77b33...5a4f07260297

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


[jenkinsci/r-plugin] 3ca104: Add javadoc comment to RStep

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/r-plugin
  Commit: 3ca104711972a06ef1a304949ceb0abd3ffae8a8
  
https://github.com/jenkinsci/r-plugin/commit/3ca104711972a06ef1a304949ceb0abd3ffae8a8
  Author: Bruno P. Kinoshita 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M src/main/java/org/biouno/r/RStep.java

  Log Message:
  ---
  Add javadoc comment to RStep


  Commit: 36101d88dfc0a4a04eb25b7b8ea3622544d014a2
  
https://github.com/jenkinsci/r-plugin/commit/36101d88dfc0a4a04eb25b7b8ea3622544d014a2
  Author: Bruno P. Kinoshita 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependencies


Compare: 
https://github.com/jenkinsci/r-plugin/compare/65e9af09a575...36101d88dfc0

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 664162: Only track project credentials if last build exist...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 66416283c9472445a87bda9a5ecb0af5ef5c35af
  
https://github.com/jenkinsci/git-plugin/commit/66416283c9472445a87bda9a5ecb0af5ef5c35af
  Author: Mark Waite 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java

  Log Message:
  ---
  Only track project credentials if last build exists

[JENKINS-44087] detected a null pointer exception in the git parameters
plugin when it was used before the first run of a job.


  Commit: 9daa4dd77b33f707a203601ff7b7e27a082a5f18
  
https://github.com/jenkinsci/git-plugin/commit/9daa4dd77b33f707a203601ff7b7e27a082a5f18
  Author: Mark Waite 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java

  Log Message:
  ---
  Merge pull request #496 from 
MarkEWaite/master-JENKINS-44087-NPE-before-first-build

[JENKINS-44087] Only track project credentials if last build exists


Compare: 
https://github.com/jenkinsci/git-plugin/compare/daf202d3ae04...9daa4dd77b33

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


[jenkinsci/hashicorp-vault-plugin] 3bc918: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hashicorp-vault-plugin
  Commit: 3bc9180496a6728d9efdeab5ed1590f7b87624ef
  
https://github.com/jenkinsci/hashicorp-vault-plugin/commit/3bc9180496a6728d9efdeab5ed1590f7b87624ef
  Author: Peter Tierno 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/hashicorp-vault-plugin] d9d2b8: [maven-release-plugin] prepare release hashicorp-v...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hashicorp-vault-plugin
  Commit: d9d2b83c497c1a672600e957fb4238eb3883f107
  
https://github.com/jenkinsci/hashicorp-vault-plugin/commit/d9d2b83c497c1a672600e957fb4238eb3883f107
  Author: Peter Tierno 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release hashicorp-vault-plugin-2.0.1


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


[jenkinsci/hashicorp-vault-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/hashicorp-vault-plugin-2.0.1
  Home:   https://github.com/jenkinsci/hashicorp-vault-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/hashicorp-vault-plugin] ac036e: Update CHANGELOG in README.md

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hashicorp-vault-plugin
  Commit: ac036eaf4f61a668816d18b8ad81908686db4daa
  
https://github.com/jenkinsci/hashicorp-vault-plugin/commit/ac036eaf4f61a668816d18b8ad81908686db4daa
  Author: Peter Tierno 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Update CHANGELOG in README.md


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


[jenkinsci/r-plugin]

2017-05-19 Thread GitHub
  Branch: refs/heads/codemirror
  Home:   https://github.com/jenkinsci/r-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/r-plugin] 8a5751: Implement DurableTaskStep

2017-05-19 Thread GitHub
  Branch: refs/heads/pr/4
  Home:   https://github.com/jenkinsci/r-plugin
  Commit: 8a5751a75973414687c844a2558c3559f4cfbf8a
  
https://github.com/jenkinsci/r-plugin/commit/8a5751a75973414687c844a2558c3559f4cfbf8a
  Author: Mathias Rühle 
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
M pom.xml
A src/main/java/org/biouno/r/RStep.java
M src/main/resources/org/biouno/r/Messages.properties
A src/main/resources/org/biouno/r/RStep/config-details.jelly
A src/main/resources/org/biouno/r/RStep/help-script.html

  Log Message:
  ---
  Implement DurableTaskStep

Add compatibility with workflow/pipeline plugin. Copy behavior of
ShellScript provided by workflow-durable-task-step-plugin for reusing
the durability feature. The call to Rscript is wrapped in a shell
script.


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


[jenkinsci/r-plugin] 65e9af: Remove old badge from readme file

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/r-plugin
  Commit: 65e9af09a575135853a42e64f37a20487ec1119c
  
https://github.com/jenkinsci/r-plugin/commit/65e9af09a575135853a42e64f37a20487ec1119c
  Author: Bruno P. Kinoshita 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Remove old badge from readme 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/r-plugin] 20d598: Create R script file in workspace

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/r-plugin
  Commit: 20d598dd50c1205e26ed3bcb2f327c5b6c95df60
  
https://github.com/jenkinsci/r-plugin/commit/20d598dd50c1205e26ed3bcb2f327c5b6c95df60
  Author: Mathias Rühle 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/biouno/r/RStep.java

  Log Message:
  ---
  Create R script file in workspace

Trying to use the r step inside a docker container step (like
withDockerContainer) in a pipeline script failed because the R script
file was created inside the /tmp folder of the jenkins node instead of
the docker container. The /tmp folder is not bound to the docker
container as a volume by default, but the project workspace is.


  Commit: 50852804c413b44961d313900b79216c25da6ffe
  
https://github.com/jenkinsci/r-plugin/commit/50852804c413b44961d313900b79216c25da6ffe
  Author: Bruno P. Kinoshita 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M src/main/java/org/biouno/r/RStep.java

  Log Message:
  ---
  Merge pull request #6 from EmteZogaf/fix-script-inaccessible-in-docker

[WIP] Create R script file in workspace


Compare: 
https://github.com/jenkinsci/r-plugin/compare/7f2a7431def5...50852804c413

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


[jenkins-infra/jenkins-infra] be0d51: Add registry configuration for k8s cluster

2017-05-19 Thread GitHub
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: be0d515449f6608fa7c59b50db931e23f2d9a0fb
  
https://github.com/jenkins-infra/jenkins-infra/commit/be0d515449f6608fa7c59b50db931e23f2d9a0fb
  Author: Olivier Vernin 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
A dist/profile/manifests/kubernetes/resources/registry.pp
A dist/profile/templates/kubernetes/resources/registry/secret.yaml.erb
M dist/role/manifests/kubernetes.pp
A spec/classes/profile/kubernetes/registry_spec.rb
A spec/server/kubernetes/registry_spec.rb

  Log Message:
  ---
  Add registry configuration for k8s cluster

  * Add docker registry secret
  * Add spec tests for docker registry

Fix typo


  Commit: 7f3c0a6eea13ea115a10bd93cc68e511b70fbb7c
  
https://github.com/jenkins-infra/jenkins-infra/commit/7f3c0a6eea13ea115a10bd93cc68e511b70fbb7c
  Author: Olivier Vernin 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M spec/classes/role/kubernetes.rb

  Log Message:
  ---
  spec/classes/role/kubernetes.rb


  Commit: e0aace4cbb268e0996b84b15f924104f0f5d68d5
  
https://github.com/jenkins-infra/jenkins-infra/commit/e0aace4cbb268e0996b84b15f924104f0f5d68d5
  Author: olblak 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  [INFRA-1178] Bump Jira container version


  Commit: 0f3ecf49967770a36261a04ad0086aab9d6622c0
  
https://github.com/jenkins-infra/jenkins-infra/commit/0f3ecf49967770a36261a04ad0086aab9d6622c0
  Author: R. Tyler Croy 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  Merge pull request #753 from olblak/INFRA-1178

[INFRA-1178] Bump Jira container version


  Commit: ddc042ec2920d0ff63175259d1937696f5932d45
  
https://github.com/jenkins-infra/jenkins-infra/commit/ddc042ec2920d0ff63175259d1937696f5932d45
  Author: R. Tyler Croy 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
A dist/profile/manifests/kubernetes/resources/registry.pp
A dist/profile/templates/kubernetes/resources/registry/secret.yaml.erb
M dist/role/manifests/kubernetes.pp
A spec/classes/profile/kubernetes/registry_spec.rb
M spec/classes/role/kubernetes.rb
A spec/server/kubernetes/registry_spec.rb

  Log Message:
  ---
  Merge pull request #711 from olblak/kubernetes/registry

Kubernetes/registry


  Commit: b46b9d55f2f443cf174bffd5ce053710c5fa51d6
  
https://github.com/jenkins-infra/jenkins-infra/commit/b46b9d55f2f443cf174bffd5ce053710c5fa51d6
  Author: R. Tyler Croy 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M hieradata/env/production.yaml

  Log Message:
  ---
  Add a reader service principal (pull images only) for K8s

I believe this will work correctly, but it's hard to be sure :(


  Commit: de7da1946d8fe08b8487155362d5b145cf483060
  
https://github.com/jenkins-infra/jenkins-infra/commit/de7da1946d8fe08b8487155362d5b145cf483060
  Author: R. Tyler Croy 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
A dist/profile/manifests/kubernetes/resources/registry.pp
A dist/profile/templates/kubernetes/resources/registry/secret.yaml.erb
M dist/role/manifests/kubernetes.pp
M hieradata/common.yaml
M hieradata/env/production.yaml
A spec/classes/profile/kubernetes/registry_spec.rb
M spec/classes/role/kubernetes.rb
A spec/server/kubernetes/registry_spec.rb

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

Friday is the best day to deploy things


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/33a41e5cefeb...de7da1946d8f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 7dbcd0: [FIXED JENKINS-44120] Bump Trilead version to fix ...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7dbcd02cf71eabf92e58522968230d564d9b99e5
  
https://github.com/jenkinsci/jenkins/commit/7dbcd02cf71eabf92e58522968230d564d9b99e5
  Author: Michael Clarke 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M core/pom.xml

  Log Message:
  ---
  [FIXED JENKINS-44120] Bump Trilead version to fix NPE in KEX negotiation


  Commit: 1f4183a9a38d347107a0d7d8be0ae53674825928
  
https://github.com/jenkinsci/jenkins/commit/1f4183a9a38d347107a0d7d8be0ae53674825928
  Author: Oleg Nenashev 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M core/pom.xml

  Log Message:
  ---
  Merge pull request #2888 from mc1arke/jenkins-44120-trilead-npe-fix

[FIXED JENKINS-44120] Bump Trilead version to fix NPE in KEX negotiation


Compare: 
https://github.com/jenkinsci/jenkins/compare/8199ec5ae4ef...1f4183a9a38d

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


[jenkins-infra/jenkins-infra] b46b9d: Add a reader service principal (pull images only) ...

2017-05-19 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: b46b9d55f2f443cf174bffd5ce053710c5fa51d6
  
https://github.com/jenkins-infra/jenkins-infra/commit/b46b9d55f2f443cf174bffd5ce053710c5fa51d6
  Author: R. Tyler Croy 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M hieradata/env/production.yaml

  Log Message:
  ---
  Add a reader service principal (pull images only) for K8s

I believe this will work correctly, but it's hard to be sure :(


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


[jenkinsci/mercurial-plugin] bacf12: Using docker-fixtures repository.

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mercurial-plugin
  Commit: bacf12c6632a49ad61c79b4a9d7f92c1cfc8e22d
  
https://github.com/jenkinsci/mercurial-plugin/commit/bacf12c6632a49ad61c79b4a9d7f92c1cfc8e22d
  Author: Jesse Glick 
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
M pom.xml
A src/test/java/hudson/plugins/mercurial/MercurialContainer.java
A src/test/java/hudson/plugins/mercurial/MercurialContainerTest.java
M src/test/java/hudson/plugins/mercurial/MercurialRule.java
M src/test/java/hudson/plugins/mercurial/SCMTestBase.java
A src/test/resources/hudson/plugins/mercurial/MercurialContainer/Dockerfile

  Log Message:
  ---
  Using docker-fixtures repository.


  Commit: c3ed00bee40feb8138ddd9a03725eeff9405f3fd
  
https://github.com/jenkinsci/mercurial-plugin/commit/c3ed00bee40feb8138ddd9a03725eeff9405f3fd
  Author: Jesse Glick 
  Date:   2017-01-05 (Thu, 05 Jan 2017)

  Changed paths:
M src/main/java/hudson/plugins/mercurial/MercurialInstallation.java
M 
src/main/resources/hudson/plugins/mercurial/MercurialInstallation/help-executable.html
M src/test/java/hudson/plugins/mercurial/CachingSCMTest.java
M src/test/java/hudson/plugins/mercurial/CustomConfigTest.java
M src/test/java/hudson/plugins/mercurial/DebugFlagTest.java
M src/test/java/hudson/plugins/mercurial/DefaultSCMTest.java
M src/test/java/hudson/plugins/mercurial/EnvVarTest.java
M src/test/java/hudson/plugins/mercurial/HgExeFunctionalTest.java
M src/test/java/hudson/plugins/mercurial/MercurialContainer.java
M src/test/java/hudson/plugins/mercurial/MercurialContainerTest.java
M src/test/java/hudson/plugins/mercurial/MercurialRule.java
M src/test/java/hudson/plugins/mercurial/PipelineTest.java
M src/test/java/hudson/plugins/mercurial/SCMTestBase.java
M src/test/java/hudson/plugins/mercurial/SharingSCMTest.java
M src/test/resources/hudson/plugins/mercurial/MercurialContainer/Dockerfile

  Log Message:
  ---
  Improving agent-based tests to use a specific version of Mercurial (currently 
only 4.x).


  Commit: 8e3d433d21ddd1b66d003a65d71fab8d15781c6a
  
https://github.com/jenkinsci/mercurial-plugin/commit/8e3d433d21ddd1b66d003a65d71fab8d15781c6a
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/mercurial/Cache.java
A src/main/java/hudson/plugins/mercurial/MercurialCommitPayload.java
M src/main/java/hudson/plugins/mercurial/MercurialInstallation.java
M src/main/java/hudson/plugins/mercurial/MercurialSCM.java
A src/main/java/hudson/plugins/mercurial/MercurialSCMHeadEvent.java
M src/main/java/hudson/plugins/mercurial/MercurialSCMSource.java
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java
A src/main/java/hudson/plugins/mercurial/MercurialStatusCrumbExclusion.java
M 
src/main/resources/hudson/plugins/mercurial/MercurialInstallation/config.jelly
A 
src/main/resources/hudson/plugins/mercurial/MercurialInstallation/help-masterCacheRoot.html
M src/test/java/hudson/plugins/mercurial/CacheTest.java
A src/test/java/hudson/plugins/mercurial/CachingCustomDirSCMTest.java
M src/test/java/hudson/plugins/mercurial/CustomConfigTest.java
M src/test/java/hudson/plugins/mercurial/MercurialSampleRepoRule.java
M src/test/java/hudson/plugins/mercurial/MercurialStatusTest.java
M src/test/java/hudson/plugins/mercurial/PipelineTest.java
M src/test/java/hudson/plugins/mercurial/SCMTestBase.java

  Log Message:
  ---
  Merge branch 'master' into docker-fixtures


  Commit: ac25b9b19132830f2cbd30214e2405d06113408e
  
https://github.com/jenkinsci/mercurial-plugin/commit/ac25b9b19132830f2cbd30214e2405d06113408e
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  docker-fixtures 1.0


  Commit: f80cfe4e9bb309433aa1e38066a7b676437c4fa4
  
https://github.com/jenkinsci/mercurial-plugin/commit/f80cfe4e9bb309433aa1e38066a7b676437c4fa4
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
A Jenkinsfile
M src/test/java/hudson/plugins/mercurial/CachingSCMTest.java
M src/test/java/hudson/plugins/mercurial/DebugFlagTest.java
M src/test/java/hudson/plugins/mercurial/DefaultSCMTest.java
A src/test/java/hudson/plugins/mercurial/FunctionalTest.java
M src/test/java/hudson/plugins/mercurial/MercurialContainer.java
M src/test/java/hudson/plugins/mercurial/MercurialRule.java
M src/test/java/hudson/plugins/mercurial/SCMTestBase.java
M src/test/java/hudson/plugins/mercurial/SharingSCMTest.java

  Log Message:
  ---
  Leaving SCMTestBase alone and instead moving tests incrementally to 
FunctionalTest using parameters.


  Commit: 

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

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: ed40a318aa830e0f5e444f7d4ed308b972f7a069
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/ed40a318aa830e0f5e444f7d4ed308b972f7a069
  Author: Cyrille Le Clerc 
  Date:   2017-05-19 (Fri, 19 May 2017)

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

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


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


[jenkinsci/pipeline-maven-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/pipeline-maven-parent-2.3.0
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin

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


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

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 261ecca9ce0150f8a8e56dc6db255333f276c9e7
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/261ecca9ce0150f8a8e56dc6db255333f276c9e7
  Author: Cyrille Le Clerc 
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-maven-parent-2.3.0


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


[jenkins-infra/jenkins-infra] be0d51: Add registry configuration for k8s cluster

2017-05-19 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: be0d515449f6608fa7c59b50db931e23f2d9a0fb
  
https://github.com/jenkins-infra/jenkins-infra/commit/be0d515449f6608fa7c59b50db931e23f2d9a0fb
  Author: Olivier Vernin 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
A dist/profile/manifests/kubernetes/resources/registry.pp
A dist/profile/templates/kubernetes/resources/registry/secret.yaml.erb
M dist/role/manifests/kubernetes.pp
A spec/classes/profile/kubernetes/registry_spec.rb
A spec/server/kubernetes/registry_spec.rb

  Log Message:
  ---
  Add registry configuration for k8s cluster

  * Add docker registry secret
  * Add spec tests for docker registry

Fix typo


  Commit: 7f3c0a6eea13ea115a10bd93cc68e511b70fbb7c
  
https://github.com/jenkins-infra/jenkins-infra/commit/7f3c0a6eea13ea115a10bd93cc68e511b70fbb7c
  Author: Olivier Vernin 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M spec/classes/role/kubernetes.rb

  Log Message:
  ---
  spec/classes/role/kubernetes.rb


  Commit: ddc042ec2920d0ff63175259d1937696f5932d45
  
https://github.com/jenkins-infra/jenkins-infra/commit/ddc042ec2920d0ff63175259d1937696f5932d45
  Author: R. Tyler Croy 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
A dist/profile/manifests/kubernetes/resources/registry.pp
A dist/profile/templates/kubernetes/resources/registry/secret.yaml.erb
M dist/role/manifests/kubernetes.pp
A spec/classes/profile/kubernetes/registry_spec.rb
M spec/classes/role/kubernetes.rb
A spec/server/kubernetes/registry_spec.rb

  Log Message:
  ---
  Merge pull request #711 from olblak/kubernetes/registry

Kubernetes/registry


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/0f3ecf499677...ddc042ec2920

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 4f0600: Using yarn.

2017-05-19 Thread GitHub
  Branch: refs/heads/store-step-for-flownode-jenkins-37324
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 4f060027046927785104326d9775100cebc1f211
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/4f060027046927785104326d9775100cebc1f211
  Author: Jesse Glick 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
R .mvn_exec_node
A .mvn_exec_yarn
M pom.xml
A yarn.lock

  Log Message:
  ---
  Using yarn.


  Commit: a76de826c1d4b145ef48bf2ae3c9e2476a9a4579
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/a76de826c1d4b145ef48bf2ae3c9e2476a9a4579
  Author: Jesse Glick 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M yarn.lock

  Log Message:
  ---
  Using the Jenkins Artifactory mirror.


  Commit: 71086ad13efde65c5baa623cc6dabe29bf947956
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/71086ad13efde65c5baa623cc6dabe29bf947956
  Author: Jesse Glick 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Pick up https://github.com/jenkinsci/plugin-pom/pull/63.


  Commit: 3d0c755d2ae780dbcb88e744ef8e2772123b2fcb
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/3d0c755d2ae780dbcb88e744ef8e2772123b2fcb
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated.


  Commit: 5f871a45f47857e01fc8b80f5ff70447e20b8b1b
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/5f871a45f47857e01fc8b80f5ff70447e20b8b1b
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
R .mvn_exec_node
A .mvn_exec_yarn
M pom.xml
A yarn.lock

  Log Message:
  ---
  Merge pull request #128 from jglick/yarn

[INFRA-1139] Using yarn


  Commit: 75190ef0de732896c82d954e237fd22d7c4e3619
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/75190ef0de732896c82d954e237fd22d7c4e3619
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  ---
  Merge branch 'master' into yarn+cache


  Commit: c759f36ecdb31987547111e83e77d2f2b040c701
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/c759f36ecdb31987547111e83e77d2f2b040c701
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
R src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
A src/test/java/org/jenkinsci/plugins/workflow/cps/DSLTest.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/California.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListWithSymbolStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicWithSymbolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/Nevada.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/NewYork.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/State.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/StateMetaStep.java

  Log Message:
  ---
  [JENKINS-43934] Verifying that flattening logic also works for symbols—we do 
not need to explicitly traverse UninstantiatedDescribable.


  Commit: 7d10433b75d363106db9725976c3903ab4cd767e
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7d10433b75d363106db9725976c3903ab4cd767e
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  ---
  Deprecation warnings.


  Commit: 7101f717d0027528e3ff70b4c157258e17423f9e
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7101f717d0027528e3ff70b4c157258e17423f9e
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
R src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
A src/test/java/org/jenkinsci/plugins/workflow/cps/DSLTest.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/California.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListWithSymbolStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicWithSymbolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/Nevada.java
M 

[jenkinsci/workflow-cps-plugin] 549ae9: [JENKINS-43934] Flatten GString’s found in step ar...

2017-05-19 Thread GitHub
  Branch: refs/heads/store-step-for-flownode-jenkins-37324
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 549ae9bdcc83289c0af71db5cc9ed67878b6a6eb
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/549ae9bdcc83289c0af71db5cc9ed67878b6a6eb
  Author: Jesse Glick 
  Date:   2017-05-09 (Tue, 09 May 2017)

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

  Log Message:
  ---
  [JENKINS-43934] Flatten GString’s found in step arguments, even when present 
in nested collections.


  Commit: ef0d963f6d48101a87d69a34644495e075bffd8d
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/ef0d963f6d48101a87d69a34644495e075bffd8d
  Author: Jesse Glick 
  Date:   2017-05-09 (Tue, 09 May 2017)

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

  Log Message:
  ---
  Merge pull request #123 from jglick/flattenGString

[JENKINS-43934] Flatten GString’s found in step arguments, even when present in 
nested collections


  Commit: a7517f89bf9c80260b823d054a759e54170267e2
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/a7517f89bf9c80260b823d054a759e54170267e2
  Author: Jesse Glick 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  [JENKINS-43055] Improve diagnostics to include a stack trace.


  Commit: 457c0ec17b09ec2d3cae6fdee08d3346289e1291
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/457c0ec17b09ec2d3cae6fdee08d3346289e1291
  Author: Jesse Glick 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  Merge pull request #125 from jglick/diag-JENKINS-43055

[JENKINS-43055] Improve diagnostics to include a stack trace


  Commit: d52a4e448115558554005f37093133b235f55882
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/d52a4e448115558554005f37093133b235f55882
  Author: Sam Van Oort 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master' into 
store-step-for-flownode-jenkins-37324


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/bca807079533...d52a4e448115

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 8b6643: Add gnarly recursive sanitization of Arguments to ...

2017-05-19 Thread GitHub
  Branch: refs/heads/store-step-for-flownode-jenkins-37324
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 8b6643d5f7c4f857451616ca704d343a3e4681b9
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/8b6643d5f7c4f857451616ca704d343a3e4681b9
  Author: Sam Van Oort 
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  ---
  Add gnarly recursive sanitization of Arguments to ArgumentsActionImpl


  Commit: 80109b139695c24d144408eed5cc7e9e65861ad9
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/80109b139695c24d144408eed5cc7e9e65861ad9
  Author: Sam Van Oort 
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  ---
  Renames and cleanup


  Commit: ac4fc373a0777f04746d2db8d8ff3a456adf6065
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/ac4fc373a0777f04746d2db8d8ff3a456adf6065
  Author: Sam Van Oort 
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  ---
  Refactor ArgumentActionImpl recursive sanitization


  Commit: bca807079533286894da354378e286039f34be8a
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/bca807079533286894da354378e286039f34be8a
  Author: Sam Van Oort 
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  ---
  Test for ArgumentsActionImpl


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/d4ffb1ea62b6...bca807079533

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


[jenkinsci/rundeck-plugin] d14a18: Add Jenkins Pipelines support to Rundeck Notifier

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rundeck-plugin
  Commit: d14a18486f232d476b120e9058f92698f3d7142e
  
https://github.com/jenkinsci/rundeck-plugin/commit/d14a18486f232d476b120e9058f92698f3d7142e
  Author: Nicolas Morin 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/rundeck/RundeckNotifier.java
M 
src/test/java/org/jenkinsci/plugins/rundeck/RundeckNotifierBackwardCompatibilityTest.java

  Log Message:
  ---
  Add Jenkins Pipelines support to Rundeck Notifier


  Commit: 6db4f73ab7dda59af269b34bed27049e1570d813
  
https://github.com/jenkinsci/rundeck-plugin/commit/6db4f73ab7dda59af269b34bed27049e1570d813
  Author: Greg Schueler 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/rundeck/RundeckNotifier.java
M 
src/test/java/org/jenkinsci/plugins/rundeck/RundeckNotifierBackwardCompatibilityTest.java

  Log Message:
  ---
  Merge pull request #29 from mvpstars/master

Add Jenkins Pipelines support to Rundeck Notifier


Compare: 
https://github.com/jenkinsci/rundeck-plugin/compare/03206e9b6a24...6db4f73ab7dd

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


[jenkinsci/android-signing-plugin] 51d12c: updated changelog for 2.2.2 release

2017-05-19 Thread GitHub
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/android-signing-plugin
  Commit: 51d12c318a3d57700d09641c5cdf2a06e228de5c
  
https://github.com/jenkinsci/android-signing-plugin/commit/51d12c318a3d57700d09641c5cdf2a06e228de5c
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  updated changelog for 2.2.2 release


  Commit: 4de2e7b266ad6795effd5d88c51b826beade027a
  
https://github.com/jenkinsci/android-signing-plugin/commit/4de2e7b266ad6795effd5d88c51b826beade027a
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release android-signing-2.2.2


  Commit: 42addc029c8a4789da1ba1ff7e8230b1b9dd8081
  
https://github.com/jenkinsci/android-signing-plugin/commit/42addc029c8a4789da1ba1ff7e8230b1b9dd8081
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/android-signing-plugin/compare/97471c5f7ff9...42addc029c8a

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


[jenkinsci/android-signing-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/android-signing-2.2.2
  Home:   https://github.com/jenkinsci/android-signing-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/android-signing-plugin] 42addc: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/android-signing-plugin
  Commit: 42addc029c8a4789da1ba1ff7e8230b1b9dd8081
  
https://github.com/jenkinsci/android-signing-plugin/commit/42addc029c8a4789da1ba1ff7e8230b1b9dd8081
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/android-signing-plugin] d233c8: fixed JENKINS-44299

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/android-signing-plugin
  Commit: d233c86c0840fdad1d59fb1b670ab8139cac9191
  
https://github.com/jenkinsci/android-signing-plugin/commit/d233c86c0840fdad1d59fb1b670ab8139cac9191
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/androidsigning/SignApksBuilder.java
M 
src/main/resources/org/jenkinsci/plugins/androidsigning/Messages.properties
M 
src/test/java/org/jenkinsci/plugins/androidsigning/SignApksBuilderTest.java

  Log Message:
  ---
  fixed JENKINS-44299


  Commit: 97471c5f7ff9895cbffb13e6a86ad4f2f1b6
  
https://github.com/jenkinsci/android-signing-plugin/commit/97471c5f7ff9895cbffb13e6a86ad4f2f1b6
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/androidsigning/SignApksBuilder.java
M 
src/test/java/org/jenkinsci/plugins/androidsigning/SignApksBuilderTest.java

  Log Message:
  ---
  validate all the apksToSign glob patterns when comma-separated


  Commit: 51d12c318a3d57700d09641c5cdf2a06e228de5c
  
https://github.com/jenkinsci/android-signing-plugin/commit/51d12c318a3d57700d09641c5cdf2a06e228de5c
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  updated changelog for 2.2.2 release


  Commit: 4de2e7b266ad6795effd5d88c51b826beade027a
  
https://github.com/jenkinsci/android-signing-plugin/commit/4de2e7b266ad6795effd5d88c51b826beade027a
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release android-signing-2.2.2


Compare: 
https://github.com/jenkinsci/android-signing-plugin/compare/5b8513d5485a...4de2e7b266ad

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


[jenkinsci/openshift-sync-plugin] 0b3072: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-sync-plugin
  Commit: 0b30728bb3103e60aba1cedab3b92e62ccb12dbf
  
https://github.com/jenkinsci/openshift-sync-plugin/commit/0b30728bb3103e60aba1cedab3b92e62ccb12dbf
  Author: gabemontero 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/openshift-sync-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/openshift-sync-0.1.16
  Home:   https://github.com/jenkinsci/openshift-sync-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/openshift-sync-plugin] 8ccafd: [maven-release-plugin] prepare release openshift-s...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-sync-plugin
  Commit: 8ccafdb6af7bbaddfddff35b7952aca186a61d79
  
https://github.com/jenkinsci/openshift-sync-plugin/commit/8ccafdb6af7bbaddfddff35b7952aca186a61d79
  Author: gabemontero 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release openshift-sync-0.1.16


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


[jenkinsci/openshift-sync-plugin] 6fc321: [maven-release-plugin] prepare release 0.1.15

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-sync-plugin
  Commit: 6fc321a73af250300e9eaaa940fd065bf6250e41
  
https://github.com/jenkinsci/openshift-sync-plugin/commit/6fc321a73af250300e9eaaa940fd065bf6250e41
  Author: gabemontero 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 0.1.15


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


[jenkinsci/openshift-sync-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/0.1.15
  Home:   https://github.com/jenkinsci/openshift-sync-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/openshift-sync-plugin] d3d317: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-sync-plugin
  Commit: d3d3175143d8d13a0d57f53149a0f8381e6834ac
  
https://github.com/jenkinsci/openshift-sync-plugin/commit/d3d3175143d8d13a0d57f53149a0f8381e6834ac
  Author: gabemontero 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/openshift-pipeline-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/openshift-pipeline-1.0.44
  Home:   https://github.com/jenkinsci/openshift-pipeline-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/openshift-pipeline-plugin] 2892c9: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-pipeline-plugin
  Commit: 2892c9e148809e090158f5f54143b5f1bc84ec5f
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/2892c9e148809e090158f5f54143b5f1bc84ec5f
  Author: gabemontero 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/openshift-pipeline-plugin] 20e513: [maven-release-plugin] prepare release openshift-p...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-pipeline-plugin
  Commit: 20e5138c11acbb84d8ee673c589f442134d6c604
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/20e5138c11acbb84d8ee673c589f442134d6c604
  Author: gabemontero 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release openshift-pipeline-1.0.44


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


[jenkinsci/openshift-pipeline-plugin] 4eb4d2: pass timeout to restclient/okhttp3 for exec since ...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-pipeline-plugin
  Commit: 4eb4d2163758c5925add765616b7c28b4282f2ee
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/4eb4d2163758c5925add765616b7c28b4282f2ee
  Author: gabemontero 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M 
src/main/java/com/openshift/jenkins/plugins/pipeline/model/IOpenShiftExec.java

  Log Message:
  ---
  pass timeout to restclient/okhttp3 for exec since it might be long running


  Commit: 776a98d3f3041d6f2450dbbb9bfa6a059780a501
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/776a98d3f3041d6f2450dbbb9bfa6a059780a501
  Author: Gabe Montero 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M 
src/main/java/com/openshift/jenkins/plugins/pipeline/model/IOpenShiftExec.java

  Log Message:
  ---
  Merge pull request #140 from openshift/exec-http-timeout

pass timeout to restclient/okhttp3 for exec since it might be long ru…


Compare: 
https://github.com/jenkinsci/openshift-pipeline-plugin/compare/1916571de0b5...776a98d3f304

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 43ed53: [JENKINS-44362] Wait for checkbox to be displayed ...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 43ed53d8178fa979e77be73eb929cb0cbcba0c81
  
https://github.com/jenkinsci/acceptance-test-harness/commit/43ed53d8178fa979e77be73eb929cb0cbcba0c81
  Author: Evaristo Gutiérrez 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/po/LabelAxis.java

  Log Message:
  ---
  [JENKINS-44362] Wait for checkbox to be displayed if we need to expand the 
tree to look for the element.


  Commit: 3b0a9f6ba37f6453f60273f14e101f6a632a17c6
  
https://github.com/jenkinsci/acceptance-test-harness/commit/3b0a9f6ba37f6453f60273f14e101f6a632a17c6
  Author: Oliver Gondža 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/po/LabelAxis.java

  Log Message:
  ---
  Merge pull request #313 from varyvol/JENKINS-44362

[JENKINS-44362] Fix MatrixPluginTest#run_configurations_on_with_a_given_label


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/0b08738748ed...3b0a9f6ba37f

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


[jenkinsci/android-signing-plugin] 2089e1: [maven-release-plugin] prepare release android-sig...

2017-05-19 Thread GitHub
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/android-signing-plugin
  Commit: 2089e1664e259328c0fbf30f5f35fb44bda6e114
  
https://github.com/jenkinsci/android-signing-plugin/commit/2089e1664e259328c0fbf30f5f35fb44bda6e114
  Author: restjohn 
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release android-signing-2.2.1


  Commit: 5b8513d5485a9cbd1e724afc73f2a5a85022b787
  
https://github.com/jenkinsci/android-signing-plugin/commit/5b8513d5485a9cbd1e724afc73f2a5a85022b787
  Author: restjohn 
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M pom.xml

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


  Commit: d233c86c0840fdad1d59fb1b670ab8139cac9191
  
https://github.com/jenkinsci/android-signing-plugin/commit/d233c86c0840fdad1d59fb1b670ab8139cac9191
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/androidsigning/SignApksBuilder.java
M 
src/main/resources/org/jenkinsci/plugins/androidsigning/Messages.properties
M 
src/test/java/org/jenkinsci/plugins/androidsigning/SignApksBuilderTest.java

  Log Message:
  ---
  fixed JENKINS-44299


  Commit: 97471c5f7ff9895cbffb13e6a86ad4f2f1b6
  
https://github.com/jenkinsci/android-signing-plugin/commit/97471c5f7ff9895cbffb13e6a86ad4f2f1b6
  Author: restjohn 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/androidsigning/SignApksBuilder.java
M 
src/test/java/org/jenkinsci/plugins/androidsigning/SignApksBuilderTest.java

  Log Message:
  ---
  validate all the apksToSign glob patterns when comma-separated


Compare: 
https://github.com/jenkinsci/android-signing-plugin/compare/3a63a8ca9609...97471c5f7ff9

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


[jenkinsci/openshift-sync-plugin] 47e0f4: Modified credentialsId to never return null

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-sync-plugin
  Commit: 47e0f4497c1b3f5468217d3982d371f1bbeb26e2
  
https://github.com/jenkinsci/openshift-sync-plugin/commit/47e0f4497c1b3f5468217d3982d371f1bbeb26e2
  Author: oatmealraisin 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M src/main/java/io/fabric8/jenkins/openshiftsync/CredentialsUtils.java
M 
src/main/java/io/fabric8/jenkins/openshiftsync/GlobalPluginConfiguration.java

  Log Message:
  ---
  Modified credentialsId to never return null


  Commit: e88d5b37a16e1e513d9bf41f8eaa68381358a393
  
https://github.com/jenkinsci/openshift-sync-plugin/commit/e88d5b37a16e1e513d9bf41f8eaa68381358a393
  Author: Ben Parees 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M src/main/java/io/fabric8/jenkins/openshiftsync/CredentialsUtils.java
M 
src/main/java/io/fabric8/jenkins/openshiftsync/GlobalPluginConfiguration.java

  Log Message:
  ---
  Merge pull request #135 from oatmealraisin/rymurphy/132

Modified credentialsId to never return null


Compare: 
https://github.com/jenkinsci/openshift-sync-plugin/compare/74bbacde5db7...e88d5b37a16e

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


[jenkins-infra/backend-extension-indexer] bb4603: Ignore .idea/

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/backend-extension-indexer
  Commit: bb4603f401b7e9f656ccdf0039f98bdc63f68e06
  
https://github.com/jenkins-infra/backend-extension-indexer/commit/bb4603f401b7e9f656ccdf0039f98bdc63f68e06
  Author: Daniel Beck 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Ignore .idea/


  Commit: 5d704533b7f4c38bc610ac4c80c6ccae0dedbe70
  
https://github.com/jenkins-infra/backend-extension-indexer/commit/5d704533b7f4c38bc610ac4c80c6ccae0dedbe70
  Author: Daniel Beck 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Merge pull request #16 from daniel-beck/gitignore-idea

Ignore .idea/


Compare: 
https://github.com/jenkins-infra/backend-extension-indexer/compare/e9a7ea23f78f...5d704533b7f4

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


[jenkinsci/throttle-concurrent-builds-plugin]

2017-05-19 Thread GitHub
  Branch: refs/heads/oleg-nenashev-patch-1
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-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/throttle-concurrent-builds-plugin] 3c687c: Changelog: Update the release notes to reflect cha...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: 3c687c621ed03e6d91829c7463081bdfc5e89bb6
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/3c687c621ed03e6d91829c7463081bdfc5e89bb6
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Changelog: Update the release notes to reflect changes in 2.0


  Commit: 4cf48af367790b8b05a5de7fb7aab521721e51ba
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/4cf48af367790b8b05a5de7fb7aab521721e51ba
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Merge pull request #48 from jenkinsci/oleg-nenashev-patch-1

Changelog: Update the release notes to reflect changes in 2.0


Compare: 
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/compare/e5d829ba44d8...4cf48af36779

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


[jenkinsci/mercurial-plugin] 3592fa: [JENKINS-26100] Change buildEnvVars to take Run

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mercurial-plugin
  Commit: 3592fa40faec68409cda8a05818a4bb853d7da7d
  
https://github.com/jenkinsci/mercurial-plugin/commit/3592fa40faec68409cda8a05818a4bb853d7da7d
  Author: Andrew Bayer 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/mercurial/MercurialSCM.java

  Log Message:
  ---
  [JENKINS-26100] Change buildEnvVars to take Run


  Commit: d205135d00740f73613be466c7af2e4d7384c4fa
  
https://github.com/jenkinsci/mercurial-plugin/commit/d205135d00740f73613be466c7af2e4d7384c4fa
  Author: Andrew Bayer 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/mercurial/MercurialSCM.java

  Log Message:
  ---
  Update to use buildEnvironment


  Commit: 7ba9d551801df9cfe908af1faf48f6219eb3d3cc
  
https://github.com/jenkinsci/mercurial-plugin/commit/7ba9d551801df9cfe908af1faf48f6219eb3d3cc
  Author: Andrew Bayer 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Switch to Jenkins 2.60


  Commit: 99845bef9b8afb7be954de0ad7ad97b2b5ebf250
  
https://github.com/jenkinsci/mercurial-plugin/commit/99845bef9b8afb7be954de0ad7ad97b2b5ebf250
  Author: Andrew Bayer 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/mercurial/MercurialSCM.java

  Log Message:
  ---
  Reverting to 1.642.3 baseline


  Commit: 67a658123df20cdd4592216e06a53e7c34b634dd
  
https://github.com/jenkinsci/mercurial-plugin/commit/67a658123df20cdd4592216e06a53e7c34b634dd
  Author: Andrew Bayer 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/mercurial/MercurialSCM.java

  Log Message:
  ---
  Add TODOs


  Commit: 5cc6e1c2b06b57cfa336a781b94bd9db76a0909c
  
https://github.com/jenkinsci/mercurial-plugin/commit/5cc6e1c2b06b57cfa336a781b94bd9db76a0909c
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/mercurial/MercurialSCM.java

  Log Message:
  ---
  Merge pull request #102 from abayer/jenkins-26100

[JENKINS-26100] Change buildEnvVars to take Run


Compare: 
https://github.com/jenkinsci/mercurial-plugin/compare/07ff1c76d51a...5cc6e1c2b06b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 71a600: [FIXED JENKINS-44149] Probably clean up old props/...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 71a6001202218266ea16c18f37a86b4af17d7459
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/71a6001202218266ea16c18f37a86b4af17d7459
  Author: Andrew Bayer 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/OptionsTest.java
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ParametersTest.java
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/TriggersTest.java
A 
pipeline-model-definition/src/test/resources/propsTriggersParamsRemoved.groovy

  Log Message:
  ---
  [FIXED JENKINS-44149] Probably clean up old props/triggers/params

Previously we weren't calling the properties step if there were no
properties (i.e., no job properties from options, no triggers, no
parameters), but that left lurking properties when you removed all
properties, triggers and parameters from the Jenkinsfile. So now let's
check the job config to see if there were *already* defined properties
before deciding not to call the properties step. Also make sure that
PipelineTriggersJobProperty and ParametersDefinitionProperty are not
empty, rather than just present.


  Commit: ddf519bb72f880d123c70249ceaff68b56c0aedf
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ddf519bb72f880d123c70249ceaff68b56c0aedf
  Author: Andrew Bayer 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy
M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/OptionsTest.java
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ParametersTest.java
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/TriggersTest.java
A 
pipeline-model-definition/src/test/resources/propsTriggersParamsRemoved.groovy

  Log Message:
  ---
  Merge pull request #157 from abayer/jenkins-44149

[FIXED JENKINS-44149] Properly clean up old props/triggers/params


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/cde871fe3de1...ddf519bb72f8

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


[jenkinsci/throttle-concurrent-builds-plugin] 3c687c: Changelog: Update the release notes to reflect cha...

2017-05-19 Thread GitHub
  Branch: refs/heads/oleg-nenashev-patch-1
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: 3c687c621ed03e6d91829c7463081bdfc5e89bb6
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/3c687c621ed03e6d91829c7463081bdfc5e89bb6
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Changelog: Update the release notes to reflect changes in 2.0


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


[jenkinsci/throttle-concurrent-builds-plugin]

2017-05-19 Thread GitHub
  Branch: refs/heads/multiconfig_throttle_support
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-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/throttle-concurrent-builds-plugin]

2017-05-19 Thread GitHub
  Branch: refs/heads/docs-to-github
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-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/throttle-concurrent-builds-plugin]

2017-05-19 Thread GitHub
  Branch: refs/heads/throttle-matrix-configurations
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-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/throttle-concurrent-builds-plugin] 96747c: Add License

2017-05-19 Thread GitHub
  Branch: refs/heads/docs-to-github
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: 96747ca60cd27ae00b62b95e84d17fe2513ea50f
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/96747ca60cd27ae00b62b95e84d17fe2513ea50f
  Author: Oleg Nenashev 
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
A LICENSE.txt

  Log Message:
  ---
  Add License


  Commit: b157b72c075e70bb83ca3ea964da97ef5febdf38
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/b157b72c075e70bb83ca3ea964da97ef5febdf38
  Author: Oleg Nenashev 
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
R README
A README.md
A doc/images/abstractProject_jobProperty.png
A doc/images/abstractProject_matrixFlags.png
A doc/images/global_categoryConfig.png

  Log Message:
  ---
  Revamp Readme from Wiki, add Pipeline Support documentation towards 
JENKINS-31801


  Commit: eb74255621c82d5df3b1caf20c0e6f3f7e0071e6
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/eb74255621c82d5df3b1caf20c0e6f3f7e0071e6
  Author: Oleg Nenashev 
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
A CHANGELOG.md

  Log Message:
  ---
  Migrate changelog from Wiki, add JENKINS-31801 reference in "Coming Soon"


  Commit: 4ecbee66c27f4fdfe13da37f231e25bd99e7f7d2
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/4ecbee66c27f4fdfe13da37f231e25bd99e7f7d2
  Author: Oleg Nenashev 
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update Parent POM


  Commit: 3faee851276a5e460bc173d330a34c6d8fe3aab8
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/3faee851276a5e460bc173d330a34c6d8fe3aab8
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Update documentation to reflect the current state of Pipeline support


  Commit: 2b0aa6ea73f72d9765c026c36cf03733cb527faa
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/2b0aa6ea73f72d9765c026c36cf03733cb527faa
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java
M 
src/main/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcher.java
A 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep.java
A 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStepExecution.java
M src/main/resources/hudson/plugins/throttleconcurrents/Messages.properties
A 
src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help.html
A 
src/main/resources/hudson/plugins/throttleconcurrents/pipeline/Messages.properties
A 
src/main/resources/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep/config.jelly
A 
src/main/resources/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep/help-categories.html
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleConcurrentTest.java
A src/test/java/hudson/plugins/throttleconcurrents/ThrottleStepTest.java

  Log Message:
  ---
  Merge commit '0bbd0792eb88ff33c81cc0efa5e04b651542fb6d' into docs-to-github

Conflicts:
pom.xml


  Commit: ef7ba2547e0a3170fcb37d5206cb427936efb319
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/ef7ba2547e0a3170fcb37d5206cb427936efb319
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release throttle-concurrents-2.0


Compare: 
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/compare/96747ca60cd2^...ef7ba2547e0a

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


[jenkinsci/throttle-concurrent-builds-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/throttle-concurrents-2.0
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-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/throttle-concurrent-builds-plugin] faa3dc: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/docs-to-github
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: faa3dc73d629c8269914bfe921a45b84d6990ab1
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/faa3dc73d629c8269914bfe921a45b84d6990ab1
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/build-failure-analyzer-plugin] 14ebbf: Specify the unit for the log size maximum (MB acco...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: 14ebbf1d384c57f37a56ec26e07efa7cc51fb7e6
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/14ebbf1d384c57f37a56ec26e07efa7cc51fb7e6
  Author: dcoraboeuf 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M 
src/main/resources/com/sonyericsson/jenkins/plugins/bfa/PluginImpl/config.jelly

  Log Message:
  ---
  Specify the unit for the log size maximum (MB according to the code)


  Commit: 1f378c3c2b186611ef6b8e62596aef432719f193
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/1f378c3c2b186611ef6b8e62596aef432719f193
  Author: Damien Coraboeuf 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M 
src/main/resources/com/sonyericsson/jenkins/plugins/bfa/PluginImpl/config.jelly
M 
src/main/resources/com/sonyericsson/jenkins/plugins/bfa/PluginImpl/config.properties

  Log Message:
  ---
  Putting "max log size" description in `config.properties`


  Commit: ebf1c3c9f5cbb68de6f05b60de3a0cefd11b0087
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/ebf1c3c9f5cbb68de6f05b60de3a0cefd11b0087
  Author: Robert Sandell 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M 
src/main/resources/com/sonyericsson/jenkins/plugins/bfa/PluginImpl/config.jelly
M 
src/main/resources/com/sonyericsson/jenkins/plugins/bfa/PluginImpl/config.properties

  Log Message:
  ---
  Merge pull request #70 from dcoraboeuf/log-size-description

Specify the unit for the log size maximum (MB according to the code)


Compare: 
https://github.com/jenkinsci/build-failure-analyzer-plugin/compare/d162c7145c57...ebf1c3c9f5cb

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 71086a: Pick up https://github.com/jenkinsci/plugin-pom/pu...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 71086ad13efde65c5baa623cc6dabe29bf947956
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/71086ad13efde65c5baa623cc6dabe29bf947956
  Author: Jesse Glick 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Pick up https://github.com/jenkinsci/plugin-pom/pull/63.


  Commit: 3d0c755d2ae780dbcb88e744ef8e2772123b2fcb
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/3d0c755d2ae780dbcb88e744ef8e2772123b2fcb
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated.


  Commit: 75190ef0de732896c82d954e237fd22d7c4e3619
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/75190ef0de732896c82d954e237fd22d7c4e3619
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  ---
  Merge branch 'master' into yarn+cache


  Commit: 64833d3244f67f6b50ad33492108cbab5b3bfdc1
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/64833d3244f67f6b50ad33492108cbab5b3bfdc1
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
R src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
A src/test/java/org/jenkinsci/plugins/workflow/cps/DSLTest.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/California.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListWithSymbolStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicWithSymbolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/Nevada.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/NewYork.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/State.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/StateMetaStep.java

  Log Message:
  ---
  Merge branch 'master' into yarn+cache


  Commit: 3d025cf75037d0f00eb5eeb3c8d891bbf1d1a680
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/3d025cf75037d0f00eb5eeb3c8d891bbf1d1a680
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated.


  Commit: 7ef9a863acfa228a86b1bf92aba47f64c5666f57
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7ef9a863acfa228a86b1bf92aba47f64c5666f57
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  2.29 released.


  Commit: c6dfd2525f6416031a17a3a494a5f0eceaded81f
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/c6dfd2525f6416031a17a3a494a5f0eceaded81f
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #129 from jglick/yarn+cache

Yarn with caching


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/7101f717d002...c6dfd2525f64

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


[jenkinsci/plugin-pom] 18f3ed: 2.29

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 18f3edc2e61fb8fe8870c5e05747b12e115127f5
  
https://github.com/jenkinsci/plugin-pom/commit/18f3edc2e61fb8fe8870c5e05747b12e115127f5
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  2.29


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


[jenkinsci/plugin-pom]

2017-05-19 Thread GitHub
  Branch: refs/tags/plugin-2.29
  Home:   https://github.com/jenkinsci/plugin-pom

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


[jenkinsci/plugin-pom] 10c84b: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 10c84b8dd5aed8d3c7c1aa826a8190f4e05f57ae
  
https://github.com/jenkinsci/plugin-pom/commit/10c84b8dd5aed8d3c7c1aa826a8190f4e05f57ae
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/plugin-pom] c0723c: [maven-release-plugin] prepare release plugin-2.29

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: c0723c83aa839ba84c833dc7fb788d0d6dc5263a
  
https://github.com/jenkinsci/plugin-pom/commit/c0723c83aa839ba84c833dc7fb788d0d6dc5263a
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release plugin-2.29


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


[jenkinsci/plugin-pom] 77526d: Use dependency:get to load node and npm or yarn fr...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 77526dc0cd707c1051b327cccbf8c4b30708839a
  
https://github.com/jenkinsci/plugin-pom/commit/77526dc0cd707c1051b327cccbf8c4b30708839a
  Author: Jesse Glick 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use dependency:get to load node and npm or yarn from the Jenkins Artifactory 
rather than a third-party server.


  Commit: a9686d64a0dd42d90c4a500bf1d51fde3680f52a
  
https://github.com/jenkinsci/plugin-pom/commit/a9686d64a0dd42d90c4a500bf1d51fde3680f52a
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  @danielbeck set up node and npm binary mirrors in Artifactory, so using 
those; punting on yarn.


  Commit: 497f554b5869af91f28a8885c6759faf6f89b706
  
https://github.com/jenkinsci/plugin-pom/commit/497f554b5869af91f28a8885c6759faf6f89b706
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  s/-tools/-dist/g


  Commit: 278ba625d2af0eeea8154086639cc4840e6dfc43
  
https://github.com/jenkinsci/plugin-pom/commit/278ba625d2af0eeea8154086639cc4840e6dfc43
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #63 from jglick/eirslett-cache

[INFRA-1139] Load node and npm from the Jenkins Artifactory rather than a 
third-party server


Compare: 
https://github.com/jenkinsci/plugin-pom/compare/ef094239a0e5...278ba625d2af

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


[jenkinsci/throttle-concurrent-builds-plugin] e5d829: [JENKINS-31801] - Documentation Revamp + Pipeline ...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: e5d829ba44d89e60ac9cf1e6e12691e8d14e81aa
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/e5d829ba44d89e60ac9cf1e6e12691e8d14e81aa
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
A CHANGELOG.md
A LICENSE.txt
R README
A README.md
A doc/images/abstractProject_jobProperty.png
A doc/images/abstractProject_matrixFlags.png
A doc/images/global_categoryConfig.png
M pom.xml

  Log Message:
  ---
  [JENKINS-31801] - Documentation Revamp + Pipeline support docs (#47)

* Add License

* Revamp Readme from Wiki, add Pipeline Support documentation towards 
JENKINS-31801

* Migrate changelog from Wiki, add JENKINS-31801 reference in "Coming Soon"

* Update Parent POM

* Update documentation to reflect the current state of Pipeline support


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


[jenkins-infra/jenkins.io] 71141b: Update jam.adoc

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 71141b1dfcb2b5e8198842a6804fe4daa7a9a781
  
https://github.com/jenkins-infra/jenkins.io/commit/71141b1dfcb2b5e8198842a6804fe4daa7a9a781
  Author: alyssat 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M content/projects/jam.adoc

  Log Message:
  ---
  Update jam.adoc


  Commit: ff1436f6d3bffb42c4378cbb121177d31502b2f3
  
https://github.com/jenkins-infra/jenkins.io/commit/ff1436f6d3bffb42c4378cbb121177d31502b2f3
  Author: R. Tyler Croy 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M content/projects/jam.adoc

  Log Message:
  ---
  Merge pull request #903 from alyssat/patch-44

Update jam.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/ddfe32b59bab...ff1436f6d3bf

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


[jenkins-infra/jenkins.io] a74948: Fixed broken links in 2016 blog posts

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a7494833ea2ad75a939dcfbc0514c17652c99df0
  
https://github.com/jenkins-infra/jenkins.io/commit/a7494833ea2ad75a939dcfbc0514c17652c99df0
  Author: Vadim Kotov 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M content/_data/solutions/github.yml
M content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc
M content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc
M content/blog/2016/2016-02-29-jenkins2-alphas.adoc
M content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc
M content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc
M 
content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc
M content/blog/2016/2016-04-14-replay-with-pipeline.adoc
M content/blog/2016/2016-05-17-state-of-jam.adoc
M content/blog/2016/2016-05-18-announcing-azure-partnership.adoc
M content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc
M content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc
A content/blog/2016/2016-07-18-pipeline-notifications.adoc
R content/blog/2016/2016-07-18-pipline-notifications.adoc
M content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc
M content/blog/2016/2016-08-08-docker-pipeline-environments.adoc
M content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc
M content/blog/2016/2016-08-30-ask-experts-demos.adoc
M content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc
M content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc
M content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc
M content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc
M 
content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc
M content/blog/2017/02/2017-02-10-declarative-html-publisher.adoc
M content/blog/2017/02/2017-02-15-declarative-notifications.adoc
M content/blog/2017/02/2017-02-23-declarative-saucelabs-xunit.adoc
M content/solutions/docker.adoc

  Log Message:
  ---
  Fixed broken links in 2016 blog posts


  Commit: 25e31aaf77b85d330d18f90ca0f4b79160460c87
  
https://github.com/jenkins-infra/jenkins.io/commit/25e31aaf77b85d330d18f90ca0f4b79160460c87
  Author: Vadim Kotov 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html
M 
content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html
M content/blog/2014/2014-04-18-come-join-the-infra-team.html
M content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html
M 
content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html
M 
content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html
M content/blog/2014/2014-08-28-juc-sf-2014-is-here.html
M content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html
M 
content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md
M 
content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html
M content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md
M content/blog/2014/2014-12-17-breakingbuilds.html
M 
content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html
M content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html
M content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md
M 
content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html
M 
content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md
M 
content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md
A content/content/the-polls-are-open-for-the-jenkins-logo-contest.md

  Log Message:
  ---
  Fixed broken links in 2015 & 2014 blog posts


  Commit: b4a771bd96926126613a3b2bb6c3174be624f3e7
  
https://github.com/jenkins-infra/jenkins.io/commit/b4a771bd96926126613a3b2bb6c3174be624f3e7
  Author: Vadim Kotov 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M content/blog/2016/2016-12-31-what-a-year.adoc

  Log Message:
  ---
  Fixed broken links with special chars.
See http://asciidoctor.org/docs/user-manual/#complex-urls


  Commit: 954ab6fcd81aab2c2c624558e168920a690a58dc
  
https://github.com/jenkins-infra/jenkins.io/commit/954ab6fcd81aab2c2c624558e168920a690a58dc
  Author: Vadim Kotov 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc
M content/doc/book/appendix/index.adoc
M content/doc/developer/blueocean-plugin-development/index.adoc
M content/doc/developer/testing/index.adoc

  Log Message:
  ---
  Fixed 

[jenkins-infra/jenkins-infra] e0aace: [INFRA-1178] Bump Jira container version

2017-05-19 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: e0aace4cbb268e0996b84b15f924104f0f5d68d5
  
https://github.com/jenkins-infra/jenkins-infra/commit/e0aace4cbb268e0996b84b15f924104f0f5d68d5
  Author: olblak 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  [INFRA-1178] Bump Jira container version


  Commit: 0f3ecf49967770a36261a04ad0086aab9d6622c0
  
https://github.com/jenkins-infra/jenkins-infra/commit/0f3ecf49967770a36261a04ad0086aab9d6622c0
  Author: R. Tyler Croy 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  Merge pull request #753 from olblak/INFRA-1178

[INFRA-1178] Bump Jira container version


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/e3be87faa92e...0f3ecf499677

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


[jenkinsci/throttle-concurrent-builds-plugin] 0bbd07: [JENKINS-31801] Add Pipeline throttle(category) st...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: 0bbd0792eb88ff33c81cc0efa5e04b651542fb6d
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/0bbd0792eb88ff33c81cc0efa5e04b651542fb6d
  Author: Andrew Bayer 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java
M 
src/main/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcher.java
A 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep.java
A 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStepExecution.java
M src/main/resources/hudson/plugins/throttleconcurrents/Messages.properties
A 
src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help.html
A 
src/main/resources/hudson/plugins/throttleconcurrents/pipeline/Messages.properties
A 
src/main/resources/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep/config.jelly
A 
src/main/resources/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep/help-categories.html
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleConcurrentTest.java
A src/test/java/hudson/plugins/throttleconcurrents/ThrottleStepTest.java

  Log Message:
  ---
  [JENKINS-31801] Add Pipeline throttle(category) step (#46)

* [JENKINS-31801] Initial work on throttle(category) step - needs tests

* Reworked to no longer rely on StepExecutions.

* Add a trailing newline to messages.

* Make findbugs happy.

* Whoops, this needs to take a block

* Initial test, actually working

Needed to bump to newer dependency versions, most notably to get
PlaceholderTask.getNode(). Still a work in progress, mind you.

* Cleanup, commenting, javadoc

* Test across all nodes

Also discovered that Run is a very bad Map key.

* Add interop with freestyle test

* Add snippet generator support.

* Add snippetizer support and test

* Review comments

* Check for pending PlaceholderTasks as well.

* Allow multiple comma-separated categories

* Minor review responses, moving step UI to correct dir

* Go away, empty category names!

* Fixed up snippetizer, switched to a list of strings for the throttle step

* Check for and respond to duplicate or non-existent category names

* Adding help for ThrottleJobProperty pointing out it doesn't work for Pipeline

* unmodifiableList


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 5c7441: Test special characters in credentials workspace p...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 5c74414a6ef50488e9006d83f127a69b6a7b8da0
  
https://github.com/jenkinsci/git-client-plugin/commit/5c74414a6ef50488e9006d83f127a69b6a7b8da0
  Author: Mark Waite 
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  ---
  Test special characters in credentials workspace path

JENKINS-44041 - Windows authenticated git checkout fails if '(' or ')' in path 
to workspace
JENKINS-43931 - Windows authenticated git checkout fails if ' ' in path to 
workspace
JENKINS-44127 - Authenticated git checkout fails if '%' in path to workspace 
(Windows & Linux)


  Commit: 8a2ddf222f4463e2458e387121bf8d4c7840c37a
  
https://github.com/jenkinsci/git-client-plugin/commit/8a2ddf222f4463e2458e387121bf8d4c7840c37a
  Author: Mark Waite 
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  ---
  Fix special characters bugs in credentials workspace path

JENKINS-44041 - Windows authenticated git checkout fails if '(' or ')' in path 
to workspace
JENKINS-43931 - Windows authenticated git checkout fails if ' ' in path to 
workspace
JENKINS-44127 - Authenticated git checkout fails if '%' in path to workspace 
(Windows & Linux)

Also safeguards against use for "`" (grave) in a workspace path.
Jenkins already guards against that, but the added safety check is low
cost and passes the credentials tests.


  Commit: 73137230b2c191e7fc45db3e68cc4acf583e2676
  
https://github.com/jenkinsci/git-client-plugin/commit/73137230b2c191e7fc45db3e68cc4acf583e2676
  Author: Mark Waite 
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  ---
  Add CliGitAPIImpl.createTempFile test

Directly tests that createTempFile is using the expected parent
directory.


  Commit: f4a6123a5684035a14a3ab93140ea59de16c3450
  
https://github.com/jenkinsci/git-client-plugin/commit/f4a6123a5684035a14a3ab93140ea59de16c3450
  Author: Mark Waite 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
A src/test/java/org/jenkinsci/plugins/gitclient/CliGitAPITempFileTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Merge pull request #243 from MarkEWaite/master-workspace-path-safety-checks

Fix workspace path regressions


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/e91ecefde9d0...f4a6123a5684

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] c759f3: [JENKINS-43934] Verifying that flattening logic al...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: c759f36ecdb31987547111e83e77d2f2b040c701
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/c759f36ecdb31987547111e83e77d2f2b040c701
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
R src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
A src/test/java/org/jenkinsci/plugins/workflow/cps/DSLTest.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/California.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListWithSymbolStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicWithSymbolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/Nevada.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/NewYork.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/State.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/StateMetaStep.java

  Log Message:
  ---
  [JENKINS-43934] Verifying that flattening logic also works for symbols—we do 
not need to explicitly traverse UninstantiatedDescribable.


  Commit: 7d10433b75d363106db9725976c3903ab4cd767e
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7d10433b75d363106db9725976c3903ab4cd767e
  Author: Jesse Glick 
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  ---
  Deprecation warnings.


  Commit: 7101f717d0027528e3ff70b4c157258e17423f9e
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7101f717d0027528e3ff70b4c157258e17423f9e
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
R src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java
A src/test/java/org/jenkinsci/plugins/workflow/cps/DSLTest.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/California.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicListWithSymbolStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicStep.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/MonomorphicWithSymbolStep.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/Nevada.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/NewYork.java
M src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/State.java
M 
src/test/java/org/jenkinsci/plugins/workflow/testMetaStep/StateMetaStep.java

  Log Message:
  ---
  Merge pull request #131 from jglick/extra-test-JENKINS-43934

Extra test for JENKINS-43934


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/5f871a45f478...7101f717d002

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


[jenkins-infra/backend-update-center2] 01c7a8: Upgrade to 2.0 after major changes

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/backend-update-center2
  Commit: 01c7a819f1de846eb629d09223bd093b958a
  
https://github.com/jenkins-infra/backend-update-center2/commit/01c7a819f1de846eb629d09223bd093b958a
  Author: Daniel Beck 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade to 2.0 after major changes


  Commit: 5c0a4a1ae6ea58cb94265a772e65548c8251564f
  
https://github.com/jenkins-infra/backend-update-center2/commit/5c0a4a1ae6ea58cb94265a772e65548c8251564f
  Author: Daniel Beck 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #141 from daniel-beck/2.0.x

Upgrade to 2.0 after major changes


Compare: 
https://github.com/jenkins-infra/backend-update-center2/compare/487c18ef13fa...5c0a4a1ae6ea

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


[jenkins-infra/backend-update-center2] 621a5a: More specific error messages when resolution fails

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/backend-update-center2
  Commit: 621a5a16e8a8f4b905428dd1ea03145f9a4b137f
  
https://github.com/jenkins-infra/backend-update-center2/commit/621a5a16e8a8f4b905428dd1ea03145f9a4b137f
  Author: Daniel Beck 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M src/main/java/org/jvnet/hudson/update_center/MavenArtifact.java

  Log Message:
  ---
  More specific error messages when resolution fails


  Commit: 487c18ef13fa3229a0ea5c01310e99c303804cc0
  
https://github.com/jenkins-infra/backend-update-center2/commit/487c18ef13fa3229a0ea5c01310e99c303804cc0
  Author: Daniel Beck 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/jvnet/hudson/update_center/MavenArtifact.java

  Log Message:
  ---
  Merge pull request #142 from daniel-beck/specific-errors

More specific error messages when resolution fails


Compare: 
https://github.com/jenkins-infra/backend-update-center2/compare/8c3b478af1d9...487c18ef13fa

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


[jenkinsci/remoting] d7ebcb: [JENKINS-43623] - Change scope of o.g.c.findbugs.a...

2017-05-19 Thread GitHub
  Branch: refs/heads/2.62.x
  Home:   https://github.com/jenkinsci/remoting
  Commit: d7ebcb56f36545a04ef0a6fe19efb1239b3f60c6
  
https://github.com/jenkinsci/remoting/commit/d7ebcb56f36545a04ef0a6fe19efb1239b3f60c6
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-43623] - Change scope of o.g.c.findbugs.annotations to provided


  Commit: 8315c1beec3eeab2c67797460f5b3ae4bb022541
  
https://github.com/jenkinsci/remoting/commit/8315c1beec3eeab2c67797460f5b3ae4bb022541
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #163 from oleg-nenashev/bug/JENKINS-43623

[JENKINS-43623] - Change scope of o.g.c.findbugs.annotations to provided


Compare: 
https://github.com/jenkinsci/remoting/compare/74af5417a190...8315c1beec3e

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


[jenkinsci/view26-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/view26-1.0.2
  Home:   https://github.com/jenkinsci/view26-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/view26-plugin] 93ee35: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/view26-plugin
  Commit: 93ee35e51e24604a143e240732e44091e4775a10
  
https://github.com/jenkinsci/view26-plugin/commit/93ee35e51e24604a143e240732e44091e4775a10
  Author: Aneeshia Divakaran 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/view26-plugin] 96d1a0: [maven-release-plugin] prepare release view26-1.0....

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/view26-plugin
  Commit: 96d1a020399407e726325eb169c0086d3a1dcdbc
  
https://github.com/jenkinsci/view26-plugin/commit/96d1a020399407e726325eb169c0086d3a1dcdbc
  Author: Aneeshia Divakaran 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/view26-plugin
  Commit: 22454c30210ae2ee033a3f4b46b21f5144661988
  
https://github.com/jenkinsci/view26-plugin/commit/22454c30210ae2ee033a3f4b46b21f5144661988
  Author: Aneeshia Divakaran 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/view26-plugin]

2017-05-19 Thread GitHub
  Branch: refs/tags/view26-1.0.1
  Home:   https://github.com/jenkinsci/view26-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/view26-plugin] f07d8d: [maven-release-plugin] prepare release view26-1.0....

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/view26-plugin
  Commit: f07d8d3fe025ae3f80ef1b7c9dfeb62016c08245
  
https://github.com/jenkinsci/view26-plugin/commit/f07d8d3fe025ae3f80ef1b7c9dfeb62016c08245
  Author: Aneeshia Divakaran 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release view26-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/r-plugin] 8c8193: Capture output

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/r-plugin
  Commit: 8c81937c40c838825b2d3b70bbd1746c1242275c
  
https://github.com/jenkinsci/r-plugin/commit/8c81937c40c838825b2d3b70bbd1746c1242275c
  Author: Mathias Rühle 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/biouno/r/RStep.java

  Log Message:
  ---
  Capture output


  Commit: 7f2a7431def5175291adefb3c1bebd936222192a
  
https://github.com/jenkinsci/r-plugin/commit/7f2a7431def5175291adefb3c1bebd936222192a
  Author: Bruno P. Kinoshita 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/org/biouno/r/RStep.java

  Log Message:
  ---
  Merge pull request #5 from EmteZogaf/capture-output

Implement captureOutput()


Compare: 
https://github.com/jenkinsci/r-plugin/compare/905513639f5f...7f2a7431def5

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


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

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: cbe93eb2398126ed575789a614c060270d1a583a
  
https://github.com/jenkinsci/remoting/commit/cbe93eb2398126ed575789a614c060270d1a583a
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-3.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/remoting] fbbaad: [maven-release-plugin] prepare for next developmen...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: fbbaad332aa75d866942ef636f868b454efe1032
  
https://github.com/jenkinsci/remoting/commit/fbbaad332aa75d866942ef636f868b454efe1032
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/remoting]

2017-05-19 Thread GitHub
  Branch: refs/tags/remoting-3.9
  Home:   https://github.com/jenkinsci/remoting

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


[jenkinsci/view26-plugin] 085191: incremented release version

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/view26-plugin
  Commit: 085191242093eaf93a7bd970b7004aca34fafd9b
  
https://github.com/jenkinsci/view26-plugin/commit/085191242093eaf93a7bd970b7004aca34fafd9b
  Author: Ajay 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  incremented release 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/build-failure-analyzer-plugin] d7e4db: Correction of parsing for `threadKeepAliveTime` va...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: d7e4db0403e020ef320b57078d0d0c481e0fc83b
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/d7e4db0403e020ef320b57078d0d0c481e0fc83b
  Author: dcoraboeuf 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M src/main/java/com/sonyericsson/jenkins/plugins/bfa/PluginImpl.java

  Log Message:
  ---
  Correction of parsing for `threadKeepAliveTime` variable


  Commit: d162c7145c57d7d9ff826323dbe39a483452b4a2
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/d162c7145c57d7d9ff826323dbe39a483452b4a2
  Author: Robert Sandell 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M src/main/java/com/sonyericsson/jenkins/plugins/bfa/PluginImpl.java

  Log Message:
  ---
  Merge pull request #69 from dcoraboeuf/master

Correction of parsing for `threadKeepAliveTime` variable


Compare: 
https://github.com/jenkinsci/build-failure-analyzer-plugin/compare/148957c3df89...d162c7145c57

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


[jenkinsci/remoting] f75445: Changelog: Noting 3.9 with JENKINS-44290

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: f7544523242528f107f21e5b2c30a35f530a4dbf
  
https://github.com/jenkinsci/remoting/commit/f7544523242528f107f21e5b2c30a35f530a4dbf
  Author: Oleg Nenashev 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Changelog: Noting 3.9 with JENKINS-44290


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


[jenkinsci/jclouds-plugin] f23c46: Added Packet provider

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jclouds-plugin
  Commit: f23c46f961dbd5e09d9ac787c29f4a580427
  
https://github.com/jenkinsci/jclouds-plugin/commit/f23c46f961dbd5e09d9ac787c29f4a580427
  Author: Ignasi Barrera 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M jclouds-shaded/pom.xml

  Log Message:
  ---
  Added Packet provider


  Commit: 193ef9e72efa14bf02908ca930a5cd4f30180174
  
https://github.com/jenkinsci/jclouds-plugin/commit/193ef9e72efa14bf02908ca930a5cd4f30180174
  Author: Fritz Elfert 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M jclouds-shaded/pom.xml

  Log Message:
  ---
  Merge pull request #120 from nacx/packet

Added the Packet provider


Compare: 
https://github.com/jenkinsci/jclouds-plugin/compare/8a7c35075f84...193ef9e72efa

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


[jenkinsci/view26-plugin] 6931d3: [maven-release-plugin] prepare release view26-1.0....

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/view26-plugin
  Commit: 6931d3634b66a1516b5f2f6fe3141cdddf907839
  
https://github.com/jenkinsci/view26-plugin/commit/6931d3634b66a1516b5f2f6fe3141cdddf907839
  Author: Ajay 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release view26-1.0.0


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


[jenkinsci/view26-plugin] 0a1046: Updated pom file with suffix -SNAPSHOT

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/view26-plugin
  Commit: 0a1046fa046029a03f0f09ba9c604ff288675349
  
https://github.com/jenkinsci/view26-plugin/commit/0a1046fa046029a03f0f09ba9c604ff288675349
  Author: Aneeshia Divakaran 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated pom file with suffix -SNAPSHOT


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


[jenkinsci/jenkins] 8199ec: Queue.Item.authenticate honors QueueItemAuthentica...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8199ec5ae4efbb3dbf0f57c6256c7efcfda445f8
  
https://github.com/jenkinsci/jenkins/commit/8199ec5ae4efbb3dbf0f57c6256c7efcfda445f8
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M core/src/main/java/hudson/model/queue/Tasks.java
M core/src/main/java/jenkins/security/QueueItemAuthenticator.java
M 
core/src/main/java/jenkins/security/QueueItemAuthenticatorConfiguration.java

  Log Message:
  ---
  Queue.Item.authenticate honors QueueItemAuthenticatorProvider; 
Tasks.getAuthenticationOf should as well (#2880)

* Queue.Item.authenticate honors QueueItemAuthenticatorProvider; 
Tasks.getAuthenticationOf should as well.

* @oleg-nenashev suggested adding some Javadoc to 
QueueItemAuthenticatorConfiguration.getAuthenticators.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 915543: [JENKINS-22949] BuildTrigger & ReverseBuildTrigger...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 915543dca5399d3ba052219ddfe9c3c061e70726
  
https://github.com/jenkinsci/jenkins/commit/915543dca5399d3ba052219ddfe9c3c061e70726
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M core/src/main/java/hudson/model/Executor.java
M core/src/main/java/hudson/tasks/BuildTrigger.java
M core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java
M core/src/main/resources/hudson/tasks/Messages.properties
M core/src/main/resources/hudson/tasks/Messages_bg.properties
M core/src/main/resources/hudson/tasks/Messages_de.properties
M core/src/main/resources/hudson/tasks/Messages_pt_BR.properties
M core/src/main/resources/hudson/tasks/Messages_sr.properties
M test/src/test/java/hudson/tasks/BuildTriggerTest.java
M test/src/test/java/jenkins/triggers/ReverseBuildTriggerTest.java

  Log Message:
  ---
  [JENKINS-22949] BuildTrigger & ReverseBuildTrigger should respect 
QueueItemAuthenticatorConfiguration (#2881)

* [JENKINS-22949] Simplifying behavior of BuildTrigger & ReverseBuildTrigger to 
honor QueueItemAuthenticator’s as defined, rather than falling back to 
anonymous.

* There is no need to impersonate what is already the current thread’s 
authentication.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 33afbc: Make all CLI commands compatible with Pipeline whe...

2017-05-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 33afbcc87f783e4b2ea79ef1a77e9bbef6e6b837
  
https://github.com/jenkinsci/jenkins/commit/33afbcc87f783e4b2ea79ef1a77e9bbef6e6b837
  Author: Jesse Glick 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M core/src/main/java/hudson/cli/AbstractBuildRangeCommand.java
M core/src/main/java/hudson/cli/BuildCommand.java
M core/src/main/java/hudson/cli/ConsoleCommand.java
M core/src/main/java/hudson/cli/DeleteBuildsCommand.java
M core/src/main/java/hudson/cli/ListChangesCommand.java
M core/src/main/java/hudson/cli/ReloadJobCommand.java
A core/src/main/java/hudson/cli/RunRangeCommand.java
M core/src/main/java/hudson/cli/SetBuildDescriptionCommand.java
M core/src/main/java/hudson/cli/SetBuildDisplayNameCommand.java
M core/src/main/java/hudson/model/AbstractItem.java
R test/src/test/java/hudson/cli/AbstractBuildRangeCommand2Test.java
R test/src/test/java/hudson/cli/AbstractBuildRangeCommandTest.java
M test/src/test/java/hudson/cli/ReloadJobCommandTest.java
A test/src/test/java/hudson/cli/RunRangeCommand2Test.java
A test/src/test/java/hudson/cli/RunRangeCommandTest.java

  Log Message:
  ---
  Make all CLI commands compatible with Pipeline where possible (#2874)

* [FIX JENKINS-30785] Generalize some CLI stuff to AbstractItem

* Offering default methods on ParameterizedJob.

* Javadoc typo.

* Cleaner use of default methods in ParameterizedJob.

* Need to pick up https://github.com/infradna/bridge-method-injector/pull/15 to 
be able to build.

* Sketch of pulling disabled functionality into ParameterizedJob.

* EnableJobCommandTest.groovy → EnableJobCommandTest.java, and replacing 
deprecated Remoting-based CLI calls with CLICommandInvoker.

* All CLI commands could be broken by a missing CLI.*.shortDescription key on 
just one!

* Forgot to move CLI method short descriptions to new package.

* Needed a @CLIResolver for ParameterizedJob. Adding an OptionHandler while we 
are here.

* Trying to fix up access-modifier versions; started failing in CI today for 
unknown reasons.

* Introduced  by analogy with .

* Using new type bounds.

* access-modifier 1.11 released.

* MatrixProject and MavenModuleSet both expect to have access to 
makeDisabled.jelly.

* Trying to generalize some more.

* Minor simplification.

* [JENKINS-34716] Generalizing doPolling and schedulePolling.

* isBuildable

* Obsolete comment.

* Updated comments.

* bridge-method-injector 1.17

* Unfortunately AbstractProject.schedulePolling cannot delegate to 
SCMTriggerItem.

* Making delete-builds and list-changes commands work with Pipeline.

* [FIXED JENKINS-41527] Made console CLI command compatible with Pipeline.

* Fixed set-build-description and set-build-display-name.

* @oleg-nenashev agreed it would be clearer to explicitly mark commands as 
restricted, not APIs.

* Updated tests to match slight message changes.

* bridge-method-injector 1.17

* @olivergondza pointed out that RunRangeCommand is a better name than 
JobRangeCommand.


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