[jenkinsci/git-client-plugin] 8a3813: Rename local variable to not hide field

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 8a3813dbfa7290fa4e08354b69c2f45a87f1a34d
  
https://github.com/jenkinsci/git-client-plugin/commit/8a3813dbfa7290fa4e08354b69c2f45a87f1a34d
  Author: Mark Waite 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  Rename local variable to not hide field

The local variable "environment" was hiding the field "environment".
Used the name "freshEnv" to note that this is a newly created
environment, not the environment associated with the build.


  Commit: 205cd26fdab00dc210845e3b9e1c0f8edb7ec4c9
  
https://github.com/jenkinsci/git-client-plugin/commit/205cd26fdab00dc210845e3b9e1c0f8edb7ec4c9
  Author: Mark Waite 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  Increase CredentialsTest timeout to 13 seconds


  Commit: 684bc10d6c673fe5257886d0481504adee0c4f77
  
https://github.com/jenkinsci/git-client-plugin/commit/684bc10d6c673fe5257886d0481504adee0c4f77
  Author: Mark Waite 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  Prevent NPE in CredentialsTest when dir create fails


  Commit: 608973d962c80bab4ad25f9332fd76d44ce0c681
  
https://github.com/jenkinsci/git-client-plugin/commit/608973d962c80bab4ad25f9332fd76d44ce0c681
  Author: Mark Waite 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  No more than 60 credential tests, keep run time reasonable


  Commit: 6d78e1d39d81bb53ee77e9773645bef9688f6718
  
https://github.com/jenkinsci/git-client-plugin/commit/6d78e1d39d81bb53ee77e9773645bef9688f6718
  Author: Mark Waite 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  Add CredentialsTest dir creation assertion message


  Commit: e91ecefde9d0fd6a464dfd622ce574ec68771856
  
https://github.com/jenkinsci/git-client-plugin/commit/e91ecefde9d0fd6a464dfd622ce574ec68771856
  Author: Mark Waite 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  Enable fetch test (uses temporary directory)


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

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


[jenkinsci/workflow-job-plugin] f4e879: [JENKINS-28113] Integration test of BuildTrigger w...

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

  Changed paths:
M pom.xml
A src/test/java/org/jenkinsci/plugins/workflow/job/BuildTriggerTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/job/ReverseBuildTriggerTest.java

  Log Message:
  ---
  [JENKINS-28113] Integration test of BuildTrigger with WorkflowJob downstream.


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

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Merge branch 'WorkflowJob.disabled+core-JENKINS-27299' into 
BuildTrigger-ParameterizedJob-JENKINS-28113


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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into BuildTrigger-ParameterizedJob-JENKINS-28113


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

  Changed paths:
A src/test/java/org/jenkinsci/plugins/workflow/job/BuildTriggerTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/job/ReverseBuildTriggerTest.java

  Log Message:
  ---
  Merge pull request #48 from jglick/BuildTrigger-ParameterizedJob-JENKINS-28113

[JENKINS-28113] BuildTrigger integration test


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/8da02e98393c...33944ba44765

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


[jenkinsci/workflow-job-plugin] 0de485: Merge branch 'WorkflowJob.disabled-JENKINS-27299' ...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: 0de485c3c5d22530422fc10cce17df59f9b23813
  
https://github.com/jenkinsci/workflow-job-plugin/commit/0de485c3c5d22530422fc10cce17df59f9b23813
  Author: Jesse Glick 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/main.jelly
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowJobTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Merge branch 'WorkflowJob.disabled-JENKINS-27299' into 
WorkflowJob.disabled+core-JENKINS-27299


  Commit: 4f82c212997b053b4d2f8a581a96987282bddcfd
  
https://github.com/jenkinsci/workflow-job-plugin/commit/4f82c212997b053b4d2f8a581a96987282bddcfd
  Author: Jesse Glick 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java

  Log Message:
  ---
  Depend on https://github.com/jenkinsci/jenkins/pull/2866, merging #45 & #46.


  Commit: 34ce18f50e76ade79243e3412727627d339c2712
  
https://github.com/jenkinsci/workflow-job-plugin/commit/34ce18f50e76ade79243e3412727627d339c2712
  Author: Jesse Glick 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/main.jelly
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowJobTest.java

  Log Message:
  ---
  Cleaning up code due to new core dep.


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

  Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowJobTest.java

  Log Message:
  ---
  Merge branch 'WorkflowJob.disabled-JENKINS-27299' into 
WorkflowJob.disabled+core-JENKINS-27299


  Commit: 20546ec6167ef0754219d45c790a04f897cc757f
  
https://github.com/jenkinsci/workflow-job-plugin/commit/20546ec6167ef0754219d45c790a04f897cc757f
  Author: Jesse Glick 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'WorkflowJob.disabled-JENKINS-27299' into 
WorkflowJob.disabled+core-JENKINS-27299


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

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Merge branch 'ParameterizedJobMixIn-defaults' into 
WorkflowJob.disabled+core-JENKINS-27299


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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into WorkflowJob.disabled+core-JENKINS-27299


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

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/main.jelly
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowJobTest.java

  Log Message:
  ---
  Merge pull request #47 from jglick/WorkflowJob.disabled+core-JENKINS-27299

[JENKINS-27299] WorkflowJob.disabled on new core


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/5a6f27764fbe...8da02e98393c

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


[jenkinsci/workflow-job-plugin] 87f5ad: Simplifying code using default methods on Paramete...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: 87f5ad431d067a9dabedf4d0700ba45dd9739f7d
  
https://github.com/jenkinsci/workflow-job-plugin/commit/87f5ad431d067a9dabedf4d0700ba45dd9739f7d
  Author: Jesse Glick 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M 
src/test/java/org/jenkinsci/plugins/workflow/job/properties/QueryingMockTrigger.java

  Log Message:
  ---
  Simplifying code using default methods on ParameterizedJob.


  Commit: 960bea91db8cc27eda827016120c7f4890559439
  
https://github.com/jenkinsci/workflow-job-plugin/commit/960bea91db8cc27eda827016120c7f4890559439
  Author: Jesse Glick 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java

  Log Message:
  ---
  Using new scheduleBuild2.


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

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/main.jelly
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowJobTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Merge branch 'master' into ParameterizedJobMixIn-defaults


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

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Trying to avoid an unreproducible test failure from #1, seen often on CI and 
occasionally during local Maven releases.
…
[p #1] Finished: NOT_BUILT
Blocking hang/2
[p #2] Started
[p #2] [Pipeline] semaphore
… org.jvnet.hudson.test.JenkinsRule$1 runWARNING: Test timed out (after 180 
seconds).
"Executing 
interruptWithResult(org.jenkinsci.plugins.workflow.job.WorkflowRunTest)" Id=1 
Group=main TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at 
org.jvnet.hudson.test.JenkinsRule.waitForCompletion(JenkinsRule.java:1249)
at 
org.jenkinsci.plugins.workflow.job.WorkflowRunTest.interruptWithResult(WorkflowRunTest.java:306)
at …


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

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/job/properties/QueryingMockTrigger.java

  Log Message:
  ---
  Merge pull request #45 from jglick/ParameterizedJobMixIn-defaults

Simplifying code using default methods on ParameterizedJob


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/43d71aaa51fc...5a6f27764fbe

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 5eaba2: [JENKINS-43596] Add comments

2017-05-16 Thread GitHub
  Branch: refs/heads/JENKINS-43596
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 5eaba24b24dc869fc76b8c63d558ed7636202d5d
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/5eaba24b24dc869fc76b8c63d558ed7636202d5d
  Author: Cyrille Le Clerc 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/FindbugsAnalysisReporter.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/JunitTestsReporter.java

  Log Message:
  ---
  [JENKINS-43596] Add comments


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] 22f4a9: Re-enable anchors for headers in developer docs

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 22f4a9194eb104439e524ceb6bf3b60b32adaab1
  
https://github.com/jenkins-infra/jenkins.io/commit/22f4a9194eb104439e524ceb6bf3b60b32adaab1
  Author: Daniel Beck 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M content/_layouts/developer.html.haml

  Log Message:
  ---
  Re-enable anchors for headers in developer docs


  Commit: e6651355098d8dbc16ee76272907a7c7a853c72b
  
https://github.com/jenkins-infra/jenkins.io/commit/e6651355098d8dbc16ee76272907a7c7a853c72b
  Author: R. Tyler Croy 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M content/_layouts/developer.html.haml

  Log Message:
  ---
  Merge pull request #900 from daniel-beck/developer-anchors

Re-enable anchors for headers in developer docs


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/0b9532329d11...e6651355098d

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


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

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: 43d71aaa51fc2795edde7e4d1c67851e035b8243
  
https://github.com/jenkinsci/workflow-job-plugin/commit/43d71aaa51fc2795edde7e4d1c67851e035b8243
  Author: Jesse Glick 
  Date:   2017-05-16 (Tue, 16 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/workflow-job-plugin] 725d63: [maven-release-plugin] prepare release workflow-jo...

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

  Changed paths:
M pom.xml

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


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


[jenkinsci/workflow-job-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/workflow-job-2.12
  Home:   https://github.com/jenkinsci/workflow-job-plugin

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


[jenkinsci/workflow-job-plugin] 5a72ca: [JENKINS-24141] Implement RunWithSCMMixIn.RunWithS...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: 5a72cab6c219491c62624e3971187d30beee1122
  
https://github.com/jenkinsci/workflow-job-plugin/commit/5a72cab6c219491c62624e3971187d30beee1122
  Author: Andrew Bayer 
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java

  Log Message:
  ---
  [JENKINS-24141] Implement RunWithSCMMixIn.RunWithSCM

Downstream of https://github.com/jenkinsci/jenkins/pull/2730

More work to go, but this is the initial work.


  Commit: bc1a25f1e3215fe96485155d985b8c396a763873
  
https://github.com/jenkinsci/workflow-job-plugin/commit/bc1a25f1e3215fe96485155d985b8c396a763873
  Author: Andrew Bayer 
  Date:   2017-01-31 (Tue, 31 Jan 2017)

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

  Log Message:
  ---
  Removing WorkflowRun.getEffectiveBrowser(SCM)


  Commit: c2626e064de5473883ff9c82da0bc4f12402f8f3
  
https://github.com/jenkinsci/workflow-job-plugin/commit/c2626e064de5473883ff9c82da0bc4f12402f8f3
  Author: Andrew Bayer 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A Jenkinsfile
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJobProperty.java
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
A src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowJobTest.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Merge branch 'master' into jenkins-24141

Conflicts:
pom.xml
src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java


  Commit: ff4503338af67fd29c086b42e030af41a0312877
  
https://github.com/jenkinsci/workflow-job-plugin/commit/ff4503338af67fd29c086b42e030af41a0312877
  Author: Andrew Bayer 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bumping dependencies.


  Commit: d4ff5831944710334734e522447a693fd5a13dd8
  
https://github.com/jenkinsci/workflow-job-plugin/commit/d4ff5831944710334734e522447a693fd5a13dd8
  Author: Andrew Bayer 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Fixing WorkflowJobTest#getSCM


  Commit: 60cc0916fb13e5b9751872f31ec572009cdf4a1c
  
https://github.com/jenkinsci/workflow-job-plugin/commit/60cc0916fb13e5b9751872f31ec572009cdf4a1c
  Author: Andrew Bayer 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Updating WorkflowRunTest#funnyParameters for params not in binding


  Commit: e72d71dbf597065b36d59faf45d3057c4d420816
  
https://github.com/jenkinsci/workflow-job-plugin/commit/e72d71dbf597065b36d59faf45d3057c4d420816
  Author: Andrew Bayer 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  New core build


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

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java

  Log Message:
  ---
  Updated to RunWithSCM as pure interface


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

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Rework getCulprits-related logic to support on-demand culprits.


  Commit: 2c4be77246c45842d91cccda5706a584b1559da6
  
https://github.com/jenkinsci/workflow-job-plugin/commit/2c4be77246c45842d91cccda5706a584b1559da6
  Author: Andrew Bayer 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use test harness 2.22


  Commit: 04f8bd1e2ed1f589506d8a30197c938e0124
  
https://github.com/jenkinsci/workflow-job-plugin/commit/04f8bd1e2ed1f589506d8a30197c938e0124
  Author: Andrew Bayer 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pom.xml
M 

[jenkinsci/github-pr-coverage-status-plugin] 22d21a: Update README.md

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-pr-coverage-status-plugin
  Commit: 22d21af25dbcff8266d43af9dd2292c2f2a15fde
  
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/22d21af25dbcff8266d43af9dd2292c2f2a15fde
  Author: Artem Stasiuk 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Update 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/github-pr-coverage-status-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/github-pr-coverage-status-1.7.1
  Home:   https://github.com/jenkinsci/github-pr-coverage-status-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/github-pr-coverage-status-plugin] 6d6df5: [maven-release-plugin] prepare release github-pr-c...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-pr-coverage-status-plugin
  Commit: 6d6df540f292971f249894b22669e017befbdb3f
  
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/6d6df540f292971f249894b22669e017befbdb3f
  Author: terma 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release github-pr-coverage-status-1.7.1


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


[jenkinsci/github-pr-coverage-status-plugin] f0a0f3: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-pr-coverage-status-plugin
  Commit: f0a0f38be493b6c272f9439dbab8b98ebc40318c
  
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/f0a0f38be493b6c272f9439dbab8b98ebc40318c
  Author: terma 
  Date:   2017-05-16 (Tue, 16 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/github-pr-coverage-status-plugin] 372c99: Fixes SimpleCovParser.get returns hundredfold valu...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-pr-coverage-status-plugin
  Commit: 372c999b665ad04db7255987fbbe2a6e98be195c
  
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/372c999b665ad04db7255987fbbe2a6e98be195c
  Author: tacnoma 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M 
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/SimpleCovParser.java
M 
src/test/java/com/github/terma/jenkins/githubprcoveragestatus/SimpleCovParserTest.java

  Log Message:
  ---
  Fixes SimpleCovParser.get returns hundredfold value (#19)


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


[jenkinsci/ibm-cloud-devops-plugin] f1c131: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: f1c131ede10c46f0d8e2ac21ad997de2c9216984
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/f1c131ede10c46f0d8e2ac21ad997de2c9216984
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.2


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.2
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 022273: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 022273c5c94a8c1e387839538adfa3e1db1e9ab0
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/022273c5c94a8c1e387839538adfa3e1db1e9ab0
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.1
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.1
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 3c565f: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 3c565f18c2c12c76f8f24dea14cf2b991a501b14
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/3c565f18c2c12c76f8f24dea14cf2b991a501b14
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin] cbb5af: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: cbb5af298465fb5ee9708d38a800b6371998c87b
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/cbb5af298465fb5ee9708d38a800b6371998c87b
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.1


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 241cb1: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 241cb19d8f27136a4f4fd9a13657ef6d3e2264c7
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/241cb19d8f27136a4f4fd9a13657ef6d3e2264c7
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 2ff4b1: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 2ff4b163ad9ca2015eeea15f04ccd60be0c46945
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/2ff4b163ad9ca2015eeea15f04ccd60be0c46945
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


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


[jenkinsci/ibm-cloud-devops-plugin] f563ab: Snapshot + distribution + encrypted.

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: f563abd5c810660640c2a00f072acc036dd91588
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/f563abd5c810660640c2a00f072acc036dd91588
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Snapshot + distribution + encrypted.

Signed-off-by: Vijay Jegaselvan 


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin

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


[jenkinsci/workflow-cps-plugin] a7517f: [JENKINS-43055] Improve diagnostics to include a s...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  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


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/ef0d963f6d48...457c0ec17b09

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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] bb0796: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: bb079615307734b7e68aa0e804d8f26b105b273d
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/bb079615307734b7e68aa0e804d8f26b105b273d
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin] 028fcf: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 028fcf5e5c097f5ed9ec13f87d9374605208cc3e
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/028fcf5e5c097f5ed9ec13f87d9374605208cc3e
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


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


[jenkinsci/ibm-cloud-devops-plugin] e8cf07: try distribution management

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: e8cf074f12984db705984929b621b9516ab23d99
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/e8cf074f12984db705984929b621b9516ab23d99
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  try distribution management


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 3fba11: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 3fba11697b4c1713aadc53b94bd594bdee23f65c
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/3fba11697b4c1713aadc53b94bd594bdee23f65c
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 687249: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 687249291d9b32642233bea91fc1479ae83cd707
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/687249291d9b32642233bea91fc1479ae83cd707
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


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


[jenkinsci/ibm-cloud-devops-plugin] e14b60: try again

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: e14b60dcbb90df9cf894d7478cdc4cfd5a6b2256
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/e14b60dcbb90df9cf894d7478cdc4cfd5a6b2256
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  try again


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] c6d136: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: c6d136050fed16b5625c8a260920ac8558f8b32e
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/c6d136050fed16b5625c8a260920ac8558f8b32e
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin] a6d8b7: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: a6d8b7ee9bb2480f6e584324016758873859daa5
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/a6d8b7ee9bb2480f6e584324016758873859daa5
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] ccaa85: try again

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: ccaa852cbc24e7ac07664f5c182c58515ce36d2e
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/ccaa852cbc24e7ac07664f5c182c58515ce36d2e
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  try again


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 3d90d7: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 3d90d78c08db52933e3296f80309604f4fdcc9fa
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/3d90d78c08db52933e3296f80309604f4fdcc9fa
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 001a81: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 001a81d5c56aa546531e9db192a1691052965365
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/001a81d5c56aa546531e9db192a1691052965365
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 390654: remove distribution

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 390654d49eded39eb1a5b8d4d3a2ce39884aff10
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/390654d49eded39eb1a5b8d4d3a2ce39884aff10
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  remove distribution


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


[jenkinsci/ibm-cloud-devops-plugin] ae152d: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: ae152d483499cd63bbd181694c8914508747cc86
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/ae152d483499cd63bbd181694c8914508747cc86
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] edafbf: try again

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: edafbfa28c637ba0c6963f2fe8e9d905335db510
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/edafbfa28c637ba0c6963f2fe8e9d905335db510
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  try again


  Commit: 4b1a9bf019666b79c2fecd6437aa26f03d57b67c
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/4b1a9bf019666b79c2fecd6437aa26f03d57b67c
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'fix-find-bugs' of github.com:jenkinsci/ibm-cloud-devops-plugin 
into fix-find-bugs


  Commit: c1f2120521e61b5c85fcbedd7287e53b629d6235
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/c1f2120521e61b5c85fcbedd7287e53b629d6235
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


Compare: 
https://github.com/jenkinsci/ibm-cloud-devops-plugin/compare/ea9a879d97d7...c1f2120521e6

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 06ede7: [JENKINS-44290] - Add small test suite for hudson....

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

  Changed paths:
M pom.xml
M src/main/java/hudson/remoting/Engine.java
A src/test/java/hudson/remoting/EngineTest.java
A src/test/java/org/jenkinsci/remoting/engine/WorkDirManagerRule.java
M src/test/java/org/jenkinsci/remoting/engine/WorkDirManagerTest.java

  Log Message:
  ---
  [JENKINS-44290] - Add small test suite for hudson.remoting.Engine 
initialization


  Commit: d9bc41e0e34bfb4eb6b1fbf523b345ea56ef08d5
  
https://github.com/jenkinsci/remoting/commit/d9bc41e0e34bfb4eb6b1fbf523b345ea56ef08d5
  Author: Oleg Nenashev 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  [FIXED JENKINS-44290] - Fix the wrong comparison in the code


  Commit: 5867103f09bdb76d1cef7d7bd2dd952872c9f9b9
  
https://github.com/jenkinsci/remoting/commit/5867103f09bdb76d1cef7d7bd2dd952872c9f9b9
  Author: Oleg Nenashev 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/remoting/Engine.java
A src/test/java/hudson/remoting/EngineTest.java
A src/test/java/org/jenkinsci/remoting/engine/WorkDirManagerRule.java
M src/test/java/org/jenkinsci/remoting/engine/WorkDirManagerTest.java

  Log Message:
  ---
  Merge pull request #161 from oleg-nenashev/bug/JENKINS-44290

[JENKINS-44290] - Prevent crash when starting Remoting agents in the default 
mode


Compare: 
https://github.com/jenkinsci/remoting/compare/120d8a51fafd...5867103f09bd

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


[jenkinsci/ibm-cloud-devops-plugin] ea9a87: Snapshot & distributionManagement

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: ea9a879d97d78d4b3d95fbf582e23624826164ff
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/ea9a879d97d78d4b3d95fbf582e23624826164ff
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Snapshot & distributionManagement


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] ce2544: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: ce2544d08485158a845ef9f936b54dbff255f50b
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/ce2544d08485158a845ef9f936b54dbff255f50b
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin] a5b5b1: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: a5b5b11b620b30ca448e55adc90fa7230689a8fe
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/a5b5b11b620b30ca448e55adc90fa7230689a8fe
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] ffa65e: add snapshot

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: ffa65ebf372b7bbba794f362d07ade2d456bed11
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/ffa65ebf372b7bbba794f362d07ade2d456bed11
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  add 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/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] bb0fad: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: bb0fad3fd34c31d7ffece63145d5203d36ed56d2
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/bb0fad3fd34c31d7ffece63145d5203d36ed56d2
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


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


[jenkinsci/ibm-cloud-devops-plugin] c63d05: version number

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: c63d05c640b8bc6cffc53c4e3e074a4612b78df7
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/c63d05c640b8bc6cffc53c4e3e074a4612b78df7
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  version number


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


[jenkinsci/ibm-cloud-devops-plugin] fa7d54: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: fa7d546bb538ab0e72ea9fec9ad1322b7f3c76d0
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/fa7d546bb538ab0e72ea9fec9ad1322b7f3c76d0
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 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/ibm-cloud-devops-plugin] 31f735: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 31f73537310b89497ecb0fdd5e668f9d2725f989
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/31f73537310b89497ecb0fdd5e668f9d2725f989
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


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


[jenkinsci/ibm-cloud-devops-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/ibm-cloud-devops-1.0
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 1a7eb1: Snapshot

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 1a7eb12dd21cc6ecae299addc092dc964c08b848
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/1a7eb12dd21cc6ecae299addc092dc964c08b848
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  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/ibm-cloud-devops-plugin] 8cc90d: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 8cc90d11d3a04e8c036c8622570435571eebf6fb
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/8cc90d11d3a04e8c036c8622570435571eebf6fb
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


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


[jenkinsci/applatix-plugin] 8bbfe9: Add developer info

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/applatix-plugin
  Commit: 8bbfe9ff65a1ecde4f71fe62fdcd9d91f6963425
  
https://github.com/jenkinsci/applatix-plugin/commit/8bbfe9ff65a1ecde4f71fe62fdcd9d91f6963425
  Author: michael mao 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add developer info


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


[jenkinsci/ibm-cloud-devops-plugin] 956e7a: Add snapshot

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 956e7adb02ffd98c0e32cda918a05a75f6da7e4f
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/956e7adb02ffd98c0e32cda918a05a75f6da7e4f
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add 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/ibm-cloud-devops-plugin] f18c27: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: f18c271d83969ac4e4797dd77e32af1e97ae4323
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/f18c271d83969ac4e4797dd77e32af1e97ae4323
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


  Commit: faf7517a03b1bd16d88261d2cadee671306a2f02
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/faf7517a03b1bd16d88261d2cadee671306a2f02
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'fix-find-bugs' of github.com:jenkinsci/ibm-cloud-devops-plugin 
into fix-find-bugs

Signed-off-by: Vijay Jegaselvan 


Compare: 
https://github.com/jenkinsci/ibm-cloud-devops-plugin/compare/dbfbdbee4a6e...faf7517a03b1

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


[jenkinsci/applatix-plugin] 4f752c: Update the README

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/applatix-plugin
  Commit: 4f752c8491db77eafa6e03cf32130d3203e1baf1
  
https://github.com/jenkinsci/applatix-plugin/commit/4f752c8491db77eafa6e03cf32130d3203e1baf1
  Author: michael mao 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Update the README


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


[jenkinsci/ibm-cloud-devops-plugin] dbfbdb: try new format

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: dbfbdbee4a6eec17130f8e801d42448229a26357
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/dbfbdbee4a6eec17130f8e801d42448229a26357
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  try new format


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


[jenkinsci/ibm-cloud-devops-plugin] 407e0c: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 407e0c09dae86825e7dd77f1419cba3343c71893
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/407e0c09dae86825e7dd77f1419cba3343c71893
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


  Commit: c0ef84b7a83366237a865a89822649c6c6049ce9
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/c0ef84b7a83366237a865a89822649c6c6049ce9
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix URL.

Signed-off-by: Vijay Jegaselvan 


Compare: 
https://github.com/jenkinsci/ibm-cloud-devops-plugin/compare/f36e8f04dd6a...c0ef84b7a833

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


[jenkinsci/ibm-cloud-devops-plugin] 218ae9: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 218ae9607ab20dc11b86c4cb23ec07ddac9328fe
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/218ae9607ab20dc11b86c4cb23ec07ddac9328fe
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


  Commit: f36e8f04dd6ac96d22187b9860b78c4a8f6532f4
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/f36e8f04dd6ac96d22187b9860b78c4a8f6532f4
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Snapshot & URL Fix.

Signed-off-by: Vijay Jegaselvan 


Compare: 
https://github.com/jenkinsci/ibm-cloud-devops-plugin/compare/c24f6ff13499...f36e8f04dd6a

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


[jenkinsci/ibm-cloud-devops-plugin] 379496: Merge remote-tracking branch 'IBM/master'

2017-05-16 Thread GitHub
  Branch: refs/heads/fix-find-bugs
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 3794961a6611a3ea50f8af1b821a1c44ad6e7e6f
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/3794961a6611a3ea50f8af1b821a1c44ad6e7e6f
  Author: Vijay Jegaselvan 
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
M pom.xml
M src/main/java/com/ibm/devops/dra/AbstractDevOpsAction.java
M src/main/java/com/ibm/devops/dra/BuildInfoModel.java
M src/main/java/com/ibm/devops/dra/DeploymentInfoModel.java
M src/main/java/com/ibm/devops/dra/EvaluateGate.java
M src/main/java/com/ibm/devops/dra/PublishBuild.java
M src/main/java/com/ibm/devops/dra/PublishDeploy.java
M src/main/java/com/ibm/devops/dra/PublishSQ.java
M src/main/java/com/ibm/devops/dra/PublishTest.java
M src/main/java/com/ibm/devops/dra/TestResultModel.java
M src/main/java/com/ibm/devops/dra/steps/EvaluateGateStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishBuildStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishDeployStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishSQStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishTestStepExecution.java
M src/main/java/com/ibm/devops/notification/EventHandler.java
M src/main/java/com/ibm/devops/notification/MessageHandler.java
M 
src/main/java/com/ibm/devops/notification/steps/OTCNotificationExecution.java

  Log Message:
  ---
  Merge remote-tracking branch 'IBM/master'


  Commit: 56333b1cc37cb76a79d989e1c5f2d72af678c6a0
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/56333b1cc37cb76a79d989e1c5f2d72af678c6a0
  Author: Vijay Jegaselvan 
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
M pom.xml

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


  Commit: 6c75ef0eb09f3ba036e62c54b63e93b222351488
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/6c75ef0eb09f3ba036e62c54b63e93b222351488
  Author: Vijay Jegaselvan 
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert "[maven-release-plugin] prepare release findbugs"

This reverts commit 56333b1cc37cb76a79d989e1c5f2d72af678c6a0.


  Commit: 232f16e960331bc70c1e93bd19790ba3d043e314
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/232f16e960331bc70c1e93bd19790ba3d043e314
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update SCM


  Commit: 90e99ba4d0b581d6da516190896b9bdd1406660b
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/90e99ba4d0b581d6da516190896b9bdd1406660b
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update developer id


  Commit: ce1ee5876981dd73f76f43c4c3e84ddf0905fb94
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/ce1ee5876981dd73f76f43c4c3e84ddf0905fb94
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update SCM


  Commit: 4c09a9ebc1ccd9451dce49a67b2639cd2f4493a6
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/4c09a9ebc1ccd9451dce49a67b2639cd2f4493a6
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update scm


  Commit: 22e27b2dc3158f3461df0f89e176a870b968e9ee
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/22e27b2dc3158f3461df0f89e176a870b968e9ee
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update scm


  Commit: c0c8d64db115c896ffd0c4328dfc41073911f849
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/c0c8d64db115c896ffd0c4328dfc41073911f849
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update developer name


  Commit: cb3a64c0aa649d22730e536aea1cf503a4bcd477
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/cb3a64c0aa649d22730e536aea1cf503a4bcd477
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added snapshot Suffix.

Signed-off-by: Vijay Jegaselvan 


  Commit: e009bd0167f2e8e7e6b6a72571ac552d0d91d2af
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/e009bd0167f2e8e7e6b6a72571ac552d0d91d2af
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
 

[jenkinsci/ibm-cloud-devops-plugin] e009bd: [maven-release-plugin] prepare release ibm-cloud-d...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: e009bd0167f2e8e7e6b6a72571ac552d0d91d2af
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/e009bd0167f2e8e7e6b6a72571ac552d0d91d2af
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ibm-cloud-devops-1.0


  Commit: 7d3b47f1cc87df840025d6af5eb0c2f69475dc0d
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/7d3b47f1cc87df840025d6af5eb0c2f69475dc0d
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix git URL(add colon).

Signed-off-by: Vijay Jegaselvan 


Compare: 
https://github.com/jenkinsci/ibm-cloud-devops-plugin/compare/cb3a64c0aa64...7d3b47f1cc87

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


[jenkinsci/workflow-basic-steps-plugin] e0ce30: Update stash step help to suggest size guidelines

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: e0ce30bda8703cf5493cd73294ace3457fa25aba
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/e0ce30bda8703cf5493cd73294ace3457fa25aba
  Author: Sam Van Oort 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help.html

  Log Message:
  ---
  Update stash step help to suggest size guidelines


  Commit: b1b29f6d43dde28a61b78a8212e1c90bd5fa10e9
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/b1b29f6d43dde28a61b78a8212e1c90bd5fa10e9
  Author: Sam Van Oort 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help.html

  Log Message:
  ---
  Merge pull request #43 from svanoort/update-docs

Update stash step help to suggest size guidelines


Compare: 
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/b3c2bbb807e0...b1b29f6d43dd

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


[jenkinsci/ibm-cloud-devops-plugin] cb3a64: Added snapshot Suffix.

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: cb3a64c0aa649d22730e536aea1cf503a4bcd477
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/cb3a64c0aa649d22730e536aea1cf503a4bcd477
  Author: Vijay Jegaselvan 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added snapshot Suffix.

Signed-off-by: Vijay Jegaselvan 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 84b1df: [JENKINS-43596] add “options” to configure withMav...

2017-05-16 Thread GitHub
  Branch: refs/heads/JENKINS-43596
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 84b1df35eb155ed4f7559197914a22607b6be7c3
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/84b1df35eb155ed4f7559197914a22607b6be7c3
  Author: Cyrille Le Clerc 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M jenkins-plugin/pom.xml
A 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenReporter.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor.java
R 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/ResultsReporter.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStep.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepExecution.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/FindbugsAnalysisReporter.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporter.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/JenkinsMavenEventSpyLogsReporter.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/JunitTestsReporter.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/TasksScannerReporter.java
R 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/config.groovy
A 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/config.jelly
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-jdk.html
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-maven.html
A 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/MavenReporterTest.java
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepOnMasterTest.java

  Log Message:
  ---
  [JENKINS-43596] add “options” to configure withMaven(){…}. The first usage is 
to disable reporters


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


[jenkinsci/slack-plugin]

2017-05-16 Thread GitHub
  Branch: refs/heads/samrocketman-patch-1
  Home:   https://github.com/jenkinsci/slack-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/slack-plugin] c31a4a: samrocketman no longer maintainer

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: c31a4a73162384f5449de39557ae931142c1a2a2
  
https://github.com/jenkinsci/slack-plugin/commit/c31a4a73162384f5449de39557ae931142c1a2a2
  Author: Sam Gleske 
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  samrocketman no longer maintainer

I've tried to effectively find someone who is willing to go through this plugin 
and lead on its design.  As of now, I'm no longer maintaining it and am 
officially dropping my maintenance of it.  If you wish, step up and actively 
maintain this plugin to drive its direction and development.  Maintaining this 
has been an interesting experience for me considering I don't use the plugin in 
practice.  I feel it would be in much better hands for someone with drive.

I apologize if this inconveniences any of you but I currently wish to focus my 
time elsewhere.

Thanks,
SAM


  Commit: 5d2fa3ebc8c017b44986b18820080f7c23eac3fb
  
https://github.com/jenkinsci/slack-plugin/commit/5d2fa3ebc8c017b44986b18820080f7c23eac3fb
  Author: Sam Gleske 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #320 from jenkinsci/samrocketman-patch-1

samrocketman no longer maintainer


Compare: 
https://github.com/jenkinsci/slack-plugin/compare/1f5147a3a0e9...5d2fa3ebc8c0

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


[jenkinsci/ibm-cloud-devops-plugin] c0c8d6: update developer name

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: c0c8d64db115c896ffd0c4328dfc41073911f849
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/c0c8d64db115c896ffd0c4328dfc41073911f849
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update developer name


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


[jenkinsci/contrast-continuous-application-security-plugin] 8deb20: [CONTRAST-14090] Updated readme

2017-05-16 Thread GitHub
  Branch: refs/heads/develop
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 8deb206d31f9245b65a1c1314c30e93e3482b3a9
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/8deb206d31f9245b65a1c1314c30e93e3482b3a9
  Author: Justin Leo 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  [CONTRAST-14090] Updated readme


  Commit: 37259a8f134a2011a81f447e1f766ffe1f33bbe5
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/37259a8f134a2011a81f447e1f766ffe1f33bbe5
  Author: Justin Leo 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  [CONTRAST-14090] Updated readme


  Commit: fb11b01422a10b8a76e0f307dc652be1fc8355a3
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/fb11b01422a10b8a76e0f307dc652be1fc8355a3
  Author: jleo32 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #9 from jenkinsci/CONTRAST-14090

Contrast 14090 Update Readme


Compare: 
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/compare/f237c77efda4...fb11b01422a1

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


[jenkinsci/contrast-continuous-application-security-plugin] 37259a: [CONTRAST-14090] Updated readme

2017-05-16 Thread GitHub
  Branch: refs/heads/CONTRAST-14090
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 37259a8f134a2011a81f447e1f766ffe1f33bbe5
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/37259a8f134a2011a81f447e1f766ffe1f33bbe5
  Author: Justin Leo 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  [CONTRAST-14090] Updated readme


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


[jenkins-infra/jenkins.io] f57a48: Update shenzhen_jam_june2017.adoc

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f57a4839aa5d7cb9027e7a35c596a902d2d897d1
  
https://github.com/jenkins-infra/jenkins.io/commit/f57a4839aa5d7cb9027e7a35c596a902d2d897d1
  Author: alyssat 
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
M content/_data/events/shenzhen_jam_june2017.adoc

  Log Message:
  ---
  Update shenzhen_jam_june2017.adoc


  Commit: 0b9532329d11ef5e9122960943e9aa0beafdf2c1
  
https://github.com/jenkins-infra/jenkins.io/commit/0b9532329d11ef5e9122960943e9aa0beafdf2c1
  Author: R. Tyler Croy 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M content/_data/events/shenzhen_jam_june2017.adoc

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

Update shenzhen_jam_june2017.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/851f947c2953...0b9532329d11

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


[jenkinsci/ibm-cloud-devops-plugin] 22e27b: update scm

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 22e27b2dc3158f3461df0f89e176a870b968e9ee
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/22e27b2dc3158f3461df0f89e176a870b968e9ee
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update scm


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


[jenkinsci/p4-plugin] 3f299e: Only test on Linux

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 3f299eac22aa20a61339e4a893889c8fe28b956e
  
https://github.com/jenkinsci/p4-plugin/commit/3f299eac22aa20a61339e4a893889c8fe28b956e
  Author: Paul Allen 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Only test on Linux


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


[jenkinsci/contrast-continuous-application-security-plugin] 8deb20: [CONTRAST-14090] Updated readme

2017-05-16 Thread GitHub
  Branch: refs/heads/CONTRAST-14090
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 8deb206d31f9245b65a1c1314c30e93e3482b3a9
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/8deb206d31f9245b65a1c1314c30e93e3482b3a9
  Author: Justin Leo 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  [CONTRAST-14090] Updated readme


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


[jenkinsci/ibm-cloud-devops-plugin] 4c09a9: update scm

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 4c09a9ebc1ccd9451dce49a67b2639cd2f4493a6
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/4c09a9ebc1ccd9451dce49a67b2639cd2f4493a6
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update scm


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


[jenkinsci/ibm-cloud-devops-plugin] ce1ee5: update SCM

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: ce1ee5876981dd73f76f43c4c3e84ddf0905fb94
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/ce1ee5876981dd73f76f43c4c3e84ddf0905fb94
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update SCM


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


[jenkinsci/ecutest-plugin] 4584e1: fixed display name of project attribute config

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 4584e1387e9d456a32f2711be643bd84e395af82
  
https://github.com/jenkinsci/ecutest-plugin/commit/4584e1387e9d456a32f2711be643bd84e395af82
  Author: Christian Pönisch 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/config/ExportProjectAttributeConfig.java

  Log Message:
  ---
  fixed display name of project attribute config


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


[jenkinsci/ecutest-plugin] 83c327: implemented clients to export packages and project...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 83c3277893da1bd505cd96f78d2be5dd03cbb4b6
  
https://github.com/jenkinsci/ecutest-plugin/commit/83c3277893da1bd505cd96f78d2be5dd03cbb4b6
  Author: Christian Pönisch 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/extension/jobdsl/TestBuilderDslExtension.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/AbstractExportBuilder.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/ExportPackageBuilder.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/ExportProjectBuilder.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/client/ExportPackageClient.java
A 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/client/ExportProjectClient.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/config/ExportConfig.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/config/ExportPackageAttributeConfig.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/config/ExportPackageConfig.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/config/ExportProjectAttributeConfig.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/config/ExportProjectConfig.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/util/validation/TMSValidator.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/wrapper/com/TestManagement.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/wrapper/com/api/ComTestManagement.java

  Log Message:
  ---
  implemented clients to export packages and projects

- also allows to export attributes
- added COM wrapper methods
- fixed order of configurations
- added form validation


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


[jenkinsci/ibm-cloud-devops-plugin] 90e99b: update developer id

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 90e99ba4d0b581d6da516190896b9bdd1406660b
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/90e99ba4d0b581d6da516190896b9bdd1406660b
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update developer id


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


[jenkinsci/ibm-cloud-devops-plugin] 232f16: update SCM

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 232f16e960331bc70c1e93bd19790ba3d043e314
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/232f16e960331bc70c1e93bd19790ba3d043e314
  Author: Xunrong Li 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update SCM


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


[jenkinsci/customized-build-message-plugin]

2017-05-16 Thread GitHub
  Branch: refs/tags/customized-build-message-1.0
  Home:   https://github.com/jenkinsci/customized-build-message-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/customized-build-message-plugin] 8e01ea: [maven-release-plugin] prepare release customized-...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/customized-build-message-plugin
  Commit: 8e01eae07c21eaeff926cb5acad1cc50b766e552
  
https://github.com/jenkinsci/customized-build-message-plugin/commit/8e01eae07c21eaeff926cb5acad1cc50b766e552
  Author: cashlalala 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release customized-build-message-1.0


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


[jenkinsci/customized-build-message-plugin] 30326b: [maven-release-plugin] prepare for next developmen...

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/customized-build-message-plugin
  Commit: 30326b47c931f4543a014fd2f344b61b334be94a
  
https://github.com/jenkinsci/customized-build-message-plugin/commit/30326b47c931f4543a014fd2f344b61b334be94a
  Author: cashlalala 
  Date:   2017-05-16 (Tue, 16 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/p4-plugin] 43a974: Brand update.

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 43a97461786a7bd29c416d129e37dfd23f3d538d
  
https://github.com/jenkinsci/p4-plugin/commit/43a97461786a7bd29c416d129e37dfd23f3d538d
  Author: Paul Allen 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/review/ReviewAction.java
M src/main/java/org/jenkinsci/plugins/p4/trigger/P4Hook.java
A src/main/webapp/icons/helix-24px.png
R src/main/webapp/icons/p4.png
A src/main/webapp/icons/swarm-24px.png

  Log Message:
  ---
  Brand update.


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


[jenkinsci/customized-build-message-plugin] baaf58: fix firebugs warnings

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/customized-build-message-plugin
  Commit: baaf58afb340033a2633fc7cf0e3542859333be3
  
https://github.com/jenkinsci/customized-build-message-plugin/commit/baaf58afb340033a2633fc7cf0e3542859333be3
  Author: cash.chang 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/custombuildmessage/PostBuildCustMsgRecorder.java

  Log Message:
  ---
  fix firebugs warnings


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


[jenkinsci/customized-build-message-plugin] ecc1cc: fix firebugs warnings

2017-05-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/customized-build-message-plugin
  Commit: ecc1cc7a63e5441826b352e3b6691494e89e8650
  
https://github.com/jenkinsci/customized-build-message-plugin/commit/ecc1cc7a63e5441826b352e3b6691494e89e8650
  Author: cash.chang 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/custombuildmessage/PostBuildCustMsgRecorder.java

  Log Message:
  ---
  fix firebugs warnings


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


  1   2   >