[jenkinsci/tap-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/tap-2.0
  Home:   https://github.com/jenkinsci/tap-plugin

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


[jenkinsci/tap-plugin] 4c04a0: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 4c04a0ce8958cef4987cfe167c9297a66ecf9e15
  
https://github.com/jenkinsci/tap-plugin/commit/4c04a0ce8958cef4987cfe167c9297a66ecf9e15
  Author: Bruno P. Kinoshita 
  Date:   2016-08-20 (Sat, 20 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/tap-plugin] 0c74d9: [maven-release-plugin] prepare release tap-2.0

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 0c74d994475e976fc7d24481e24d2441da71f856
  
https://github.com/jenkinsci/tap-plugin/commit/0c74d994475e976fc7d24481e24d2441da71f856
  Author: Bruno P. Kinoshita 
  Date:   2016-08-20 (Sat, 20 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/workflow-cps-plugin] 95e737: [JENKINS-25623]

2016-08-19 Thread GitHub
  Branch: refs/heads/JENKINS-25623
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 95e73725ec0479685916ace0e1b2d80801519e43
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/95e73725ec0479685916ace0e1b2d80801519e43
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShellFactory.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
A src/main/java/org/jenkinsci/plugins/workflow/cps/Safepoint.java
M 
src/test/java/org/jenkinsci/plugins/workflow/WorkflowJobNonRestartingTest.java

  Log Message:
  ---
  [JENKINS-25623]

previously, CpsThreadGroup.run() was greedy. It was running as much as
it can before it returns. This means if the Pipeline script in question
has an infinite loop, this method never returns. This prevents other
activities to take place on CPS VM thread, most notably the attempt to
kill the execution.

In this change, CpsThreadGroup.run() is modified to execute just a
little bit, not as much as it can, by using the new safepoint capability
in groovy-cps. CpsThreadGroup.scheduleRun() is modified so that if the
Pipeline Script is still runnable, the next chunk of execution is
scheduled.

Future implementation from scheduleRun() was simplified a bit. This code
is really only used for testing, so it's not that important that the
cancel() and other methods work correctly.


  Commit: a2849c9b9abc6e547a686fb298e69a4212197dee
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/a2849c9b9abc6e547a686fb298e69a4212197dee
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  [JENKINS-25263]

CpsBodyExecution.cancel() and CpsFlowExecution.interrupt() should work
even when a thread is not suspended due to StepExecution, but when it's
just paused briefly by safepoints.

This code also consolidates the handling of the logic into
CpsThread.stop().

Note that this change still doesn't address the case when a CPS thread
is executing for too long inside a non-CPS method. Say
Thread.sleep(1), blocking on a monitor, or while(true) {} inside a
Java method that Pipeline Script invoked.


  Commit: 6cb382ed880d770dd96da70490732736b2056680
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/6cb382ed880d770dd96da70490732736b2056680
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  findbugs taming


  Commit: 3bc83e4a78730a8b14c8e7a0169c5b60d7283dbc
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/3bc83e4a78730a8b14c8e7a0169c5b60d7283dbc
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  reorganized imports


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/6ded1242763a...3bc83e4a7873

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

2016-08-19 Thread GitHub
  Branch: refs/heads/JENKINS-25623
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: a7942a02ceb87422da431708ba898520bb192213
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/a7942a02ceb87422da431708ba898520bb192213
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShellFactory.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadGroup.java
A src/main/java/org/jenkinsci/plugins/workflow/cps/Safepoint.java
M 
src/test/java/org/jenkinsci/plugins/workflow/WorkflowJobNonRestartingTest.java

  Log Message:
  ---
  [JENKINS-25623]

previously, CpsThreadGroup.run() was greedy. It was running as much as
it can before it returns. This means if the Pipeline script in question
has an infinite loop, this method never returns. This prevents other
activities to take place on CPS VM thread, most notably the attempt to
kill the execution.

In this change, CpsThreadGroup.run() is modified to execute just a
little bit, not as much as it can, by using the new safepoint capability
in groovy-cps. CpsThreadGroup.scheduleRun() is modified so that if the
Pipeline Script is still runnable, the next chunk of execution is
scheduled.

Future implementation from scheduleRun() was simplified a bit. This code
is really only used for testing, so it's not that important that the
cancel() and other methods work correctly.


  Commit: 7538765e560305deaf8ff35c93170ebec1538cf8
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7538765e560305deaf8ff35c93170ebec1538cf8
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  [JENKINS-25263]

CpsBodyExecution.cancel() and CpsFlowExecution.interrupt() should work
even when a thread is not suspended due to StepExecution, but when it's
just paused briefly by safepoints.

This code also consolidates the handling of the logic into
CpsThread.stop().

Note that this change still doesn't address the case when a CPS thread
is executing for too long inside a non-CPS method. Say
Thread.sleep(1), blocking on a monitor, or while(true) {} inside a
Java method that Pipeline Script invoked.


  Commit: c48fbaaa71af1d01528fb292524d1ed1e081337b
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/c48fbaaa71af1d01528fb292524d1ed1e081337b
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  fixup for the main fix


  Commit: f40a6d6b753a30322875fa23c95b2adb15d46684
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/f40a6d6b753a30322875fa23c95b2adb15d46684
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  fixup


  Commit: c015edb972c89fd912236ecbda26122bf431241d
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/c015edb972c89fd912236ecbda26122bf431241d
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  findbugs taming


  Commit: 6ded1242763a5ae10dc6995357d0d73adf229f94
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/6ded1242763a5ae10dc6995357d0d73adf229f94
  Author: Kohsuke Kawaguchi 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  reorganized imports


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/a7942a02ceb8^...6ded1242763a

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


[jenkinsci/tap-plugin] 110490: introduced strip single parent config option that ...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 110490e7c82ada068afefa9ef472215a61afd327
  
https://github.com/jenkinsci/tap-plugin/commit/110490e7c82ada068afefa9ef472215a61afd327
  Author: japod 
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
M pom.xml
M src/main/java/org/tap4j/plugin/TapParser.java
M src/main/java/org/tap4j/plugin/TapPublisher.java
M src/main/resources/org/tap4j/plugin/TapPublisher/config.jelly
A 
src/test/java/org/tap4j/plugin/stripsingleparent/TestStripSingleParent.java
A src/test/java/org/tap4j/plugin/stripsingleparent/package-info.java

  Log Message:
  ---
  introduced strip single parent config option that allows to get detailed 
output for single parent/multiple subtests scenario


  Commit: c78348ec5e287a4d35f6dca77f2c6a4027ce1314
  
https://github.com/jenkinsci/tap-plugin/commit/c78348ec5e287a4d35f6dca77f2c6a4027ce1314
  Author: japod 
  Date:   2016-03-18 (Fri, 18 Mar 2016)

  Changed paths:
M src/main/java/org/tap4j/plugin/TapParser.java
M src/main/java/org/tap4j/plugin/TapPublisher.java
M src/main/resources/org/tap4j/plugin/TapPublisher/config.jelly
A src/test/java/org/tap4j/plugin/flattentapfeature/TestFlattenTapResult.java
A src/test/java/org/tap4j/plugin/flattentapfeature/package-info.java
M 
src/test/java/org/tap4j/plugin/stripsingleparent/TestStripSingleParent.java
A src/test/resources/org/tap4j/plugin/tap-master-files/subtest-sample.tap

  Log Message:
  ---
  Introduced "flatten TAP result option" that converts an output with multiple 
subtest levels into a flat TAP file


  Commit: ae1f0774b887d5a413ba72d817d7953b6a2e481b
  
https://github.com/jenkinsci/tap-plugin/commit/ae1f0774b887d5a413ba72d817d7953b6a2e481b
  Author: japod 
  Date:   2016-03-18 (Fri, 18 Mar 2016)

  Changed paths:
M src/main/java/org/tap4j/plugin/TapParser.java
M src/test/java/org/tap4j/plugin/flattentapfeature/TestFlattenTapResult.java

  Log Message:
  ---
  fixed test numbering for "flatten TAP result" option


  Commit: 8144980383e77786ac24eb541723aedf81481f23
  
https://github.com/jenkinsci/tap-plugin/commit/8144980383e77786ac24eb541723aedf81481f23
  Author: japod 
  Date:   2016-03-30 (Wed, 30 Mar 2016)

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

  Log Message:
  ---
  fixed plugin configuration


  Commit: f9a4d88d819d77fd8bdad0a84da801644b142ee5
  
https://github.com/jenkinsci/tap-plugin/commit/f9a4d88d819d77fd8bdad0a84da801644b142ee5
  Author: japod 
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
M src/main/resources/org/tap4j/plugin/TapResult/index.jelly

  Log Message:
  ---
  extended TAP result should link to the TAP result files corresponding to 
given build


  Commit: 781aff60780fbf1783d31f1a6ef81752c767cc3f
  
https://github.com/jenkinsci/tap-plugin/commit/781aff60780fbf1783d31f1a6ef81752c767cc3f
  Author: japod 
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
M src/main/java/org/tap4j/plugin/TapParser.java
M src/test/java/org/tap4j/plugin/flattentapfeature/TestFlattenTapResult.java

  Log Message:
  ---
  avoid false positive results when subtests are missing and the result is 
flatten


  Commit: f7bf0a3338bd779d92d033c289dd3ca707a8df13
  
https://github.com/jenkinsci/tap-plugin/commit/f7bf0a3338bd779d92d033c289dd3ca707a8df13
  Author: Bruno P. Kinoshita 
  Date:   2016-08-20 (Sat, 20 Aug 2016)

  Changed paths:
M src/main/java/org/tap4j/plugin/TapParser.java
M src/main/java/org/tap4j/plugin/TapPublisher.java
M src/main/resources/org/tap4j/plugin/TapPublisher/config.jelly
M src/main/resources/org/tap4j/plugin/TapResult/index.jelly
A src/test/java/org/tap4j/plugin/flattentapfeature/TestFlattenTapResult.java
A src/test/java/org/tap4j/plugin/flattentapfeature/package-info.java
A 
src/test/java/org/tap4j/plugin/stripsingleparent/TestStripSingleParent.java
A src/test/java/org/tap4j/plugin/stripsingleparent/package-info.java
A src/test/resources/org/tap4j/plugin/tap-master-files/subtest-sample.tap

  Log Message:
  ---
  Merge pr/9 thanks to @japod


Compare: 
https://github.com/jenkinsci/tap-plugin/compare/587debcd4a21...f7bf0a3338bd

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


[jenkinsci/tap-plugin] 5d7e6a: Jenkins 2-compatible publisher which can be used i...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 5d7e6a632de4b39096ca8699790f961ff0ed2a98
  
https://github.com/jenkinsci/tap-plugin/commit/5d7e6a632de4b39096ca8699790f961ff0ed2a98
  Author: Vladislav Ponomarev 
  Date:   2016-07-18 (Mon, 18 Jul 2016)

  Changed paths:
M pom.xml
M src/main/java/org/tap4j/plugin/TapBuildAction.java
M src/main/java/org/tap4j/plugin/TapParser.java
M src/main/java/org/tap4j/plugin/TapPublisher.java
M src/main/java/org/tap4j/plugin/TapResult.java
M src/main/java/org/tap4j/plugin/TapTestResultAction.java
M src/main/java/org/tap4j/plugin/model/TapTestResultResult.java
A src/test/java/org/tap4j/plugin/TapPublisherTest.java
A src/test/resources/org/tap4j/plugin/TapPublisherTest.zip

  Log Message:
  ---
  Jenkins 2-compatible publisher which can be used in pipeline scripts as 
generic step.
Example:
```step([$class: 'TapPublisher', testResults: '*.tap'])```

Also, small fix in the "failed tests" links.


  Commit: f2eeab4e4679188747ddc94e84206cdda3caad82
  
https://github.com/jenkinsci/tap-plugin/commit/f2eeab4e4679188747ddc94e84206cdda3caad82
  Author: Vladislav Ponomarev 
  Date:   2016-07-18 (Mon, 18 Jul 2016)

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

  Log Message:
  ---
  outputTapToConsole now also has default value if `null` was provided.


  Commit: ee2b6fb441d8b6a2a8d1c0468dce89ffd2b9bf8b
  
https://github.com/jenkinsci/tap-plugin/commit/ee2b6fb441d8b6a2a8d1c0468dce89ffd2b9bf8b
  Author: Vladislav Ponomarev 
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Reverting pom.xml changes, it works with the original version too.


  Commit: af7897b983673581c57a883000d12ea365913d90
  
https://github.com/jenkinsci/tap-plugin/commit/af7897b983673581c57a883000d12ea365913d90
  Author: Vladislav Ponomarev 
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
M src/main/java/org/tap4j/plugin/TapBuildAction.java
M src/main/java/org/tap4j/plugin/TapPublisher.java
M src/main/java/org/tap4j/plugin/TapResult.java
M src/main/java/org/tap4j/plugin/TapTestResultAction.java
M src/main/java/org/tap4j/plugin/model/TapStreamResult.java
M src/test/java/org/tap4j/plugin/TapPublisherTest.java
M src/test/resources/org/tap4j/plugin/TapPublisherTest.zip

  Log Message:
  ---
  Added ability to merge results when more than one publisher is added to the 
build.


  Commit: 587debcd4a21506a42329b3a34faee2727c323a8
  
https://github.com/jenkinsci/tap-plugin/commit/587debcd4a21506a42329b3a34faee2727c323a8
  Author: Bruno P. Kinoshita 
  Date:   2016-08-20 (Sat, 20 Aug 2016)

  Changed paths:
M src/main/java/org/tap4j/plugin/TapBuildAction.java
M src/main/java/org/tap4j/plugin/TapParser.java
M src/main/java/org/tap4j/plugin/TapPublisher.java
M src/main/java/org/tap4j/plugin/TapResult.java
M src/main/java/org/tap4j/plugin/TapTestResultAction.java
M src/main/java/org/tap4j/plugin/model/TapStreamResult.java
M src/main/java/org/tap4j/plugin/model/TapTestResultResult.java
A src/test/java/org/tap4j/plugin/TapPublisherTest.java
A src/test/resources/org/tap4j/plugin/TapPublisherTest.zip

  Log Message:
  ---
  Merging pull request #12 @anenviousguest


Compare: 
https://github.com/jenkinsci/tap-plugin/compare/bc46bc5d413c...587debcd4a21

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


[jenkinsci/nvm-wrapper-plugin] f252c5: Add wiki to repo

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nvm-wrapper-plugin
  Commit: f252c5fb55deeaf068ef4a21fc9bafbdc1c2b6f4
  
https://github.com/jenkinsci/nvm-wrapper-plugin/commit/f252c5fb55deeaf068ef4a21fc9bafbdc1c2b6f4
  Author: atomsfat 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Add wiki to repo


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


[jenkinsci/nvm-wrapper-plugin] a7dc10: Update version for release and improve Readme

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nvm-wrapper-plugin
  Commit: a7dc10059e7e2cf06074a75a4685a08ecf836b23
  
https://github.com/jenkinsci/nvm-wrapper-plugin/commit/a7dc10059e7e2cf06074a75a4685a08ecf836b23
  Author: atomsfat 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M README.md
M build.gradle

  Log Message:
  ---
  Update version for release and improve 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/nvm-wrapper-plugin] 87b494: Update Developer Id

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nvm-wrapper-plugin
  Commit: 87b4945d684b17368ab542cbc93dea188990d053
  
https://github.com/jenkinsci/nvm-wrapper-plugin/commit/87b4945d684b17368ab542cbc93dea188990d053
  Author: atomsfat 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M build.gradle

  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/tap-plugin] bc46bc: [FIXED JENKINS-29649] Now JUnit and TAP publisher ...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: bc46bc5d413cbb139a4c0931752f42a594728cd8
  
https://github.com/jenkinsci/tap-plugin/commit/bc46bc5d413cbb139a4c0931752f42a594728cd8
  Author: Vladislav Ponomarev 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/main/java/org/tap4j/plugin/AbstractTapProjectAction.java
M src/main/java/org/tap4j/plugin/TapProjectAction.java
M src/main/java/org/tap4j/plugin/TapTestResultAction.java
A src/test/java/org/tap4j/plugin/PublishersCombinationTest.java
A src/test/resources/org/tap4j/plugin/PublishersCombinationTest.zip

  Log Message:
  ---
  [FIXED JENKINS-29649] Now JUnit and TAP publisher do not clash with each 
other trying to draw a plot on a project page.


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


[jenkinsci/workflow-api-plugin] 6b6eba: Address review comments from @oleg-nenashev

2016-08-19 Thread GitHub
  Branch: refs/heads/block-scanning-APIs
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 6b6eba7119d5a408ede14a0188be4f5e20e2724f
  
https://github.com/jenkinsci/workflow-api-plugin/commit/6b6eba7119d5a408ede14a0188be4f5e20e2724f
  Author: Sam Van Oort 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/AbstractFlowScanner.java
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/DepthFirstScanner.java
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/ForkScanner.java
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/LinearBlockHoppingScanner.java
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/LinearScanner.java
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/MemoryFlowChunk.java

  Log Message:
  ---
  Address review comments from @oleg-nenashev


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 1f6b38: Create changelog for the 2.62 release

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 1f6b38cf05845fbb5daf51dc0667513f213d51d4
  
https://github.com/jenkinsci/remoting/commit/1f6b38cf05845fbb5daf51dc0667513f213d51d4
  Author: Oleg Nenashev 
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Create changelog for the 2.62 release


  Commit: 52e5fe8c8f0a0f79293581be356c7d6c3ec6884e
  
https://github.com/jenkinsci/remoting/commit/52e5fe8c8f0a0f79293581be356c7d6c3ec6884e
  Author: Oleg Nenashev 
  Date:   2016-08-20 (Sat, 20 Aug 2016)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Merge branch 'stable-2.x'


Compare: 
https://github.com/jenkinsci/remoting/compare/18943545465c...52e5fe8c8f0a

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


[jenkinsci/last-changes-plugin] d9bb6e: [maven-release-plugin] prepare release 1.0.4

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: d9bb6e0f379e970c2d3c77b5147a7f63e615aaa7
  
https://github.com/jenkinsci/last-changes-plugin/commit/d9bb6e0f379e970c2d3c77b5147a7f63e615aaa7
  Author: rmpestano 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/last-changes-plugin] 69d143: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: 69d14361dacfdefa432f78a09633494b80dd0f06
  
https://github.com/jenkinsci/last-changes-plugin/commit/69d14361dacfdefa432f78a09633494b80dd0f06
  Author: rmpestano 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/last-changes-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/1.0.4
  Home:   https://github.com/jenkinsci/last-changes-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/last-changes-plugin] ff9dbf: minor improvements in svn diff

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: ff9dbf13a09bc3288ea3252f5a89456072f485df
  
https://github.com/jenkinsci/last-changes-plugin/commit/ff9dbf13a09bc3288ea3252f5a89456072f485df
  Author: rmpestano 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/main/java/com/github/jenkins/lastchanges/impl/SvnLastChanges.java
M src/main/java/com/github/jenkins/lastchanges/model/CommitInfo.java

  Log Message:
  ---
  minor improvements in svn diff


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


[jenkinsci/liquibase-runner-plugin] 3e183f: test for listing files of subdir

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

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/liquibase/evaluator/FilePathAccessor.java
A 
src/test/java/org/jenkinsci/plugins/liquibase/evaluator/FilePathAccessorTest.java

  Log Message:
  ---
  test for listing files of subdir


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


[jenkinsci/git-parameter-plugin] a5082d: i18n corrections. Correct messages file, patterns ...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-parameter-plugin
  Commit: a5082ded75e09a25ab19bcd85a143a6edf0b2684
  
https://github.com/jenkinsci/git-parameter-plugin/commit/a5082ded75e09a25ab19bcd85a143a6edf0b2684
  Author: Marcelo Teixeira de Melo Filho 
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/FilePathWrapper.java
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition.java
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterValue.java
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/RevisionInfo.java
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/RevisionInfoFactory.java
M src/main/resources/index.jelly
A src/main/resources/index.properties
R 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/Message.properties
M 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/config.jelly
A 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/config.properties
M 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/help.html
M 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/index.jelly
A 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/index.properties
R 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/Message.properties
A 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/Messages.properties

  Log Message:
  ---
  i18n corrections. Correct messages file, patterns inside jelly files and 
properties for each one


  Commit: be85fd7094281e6aef6f28e0970fe6f3930be351
  
https://github.com/jenkinsci/git-parameter-plugin/commit/be85fd7094281e6aef6f28e0970fe6f3930be351
  Author: Boguslaw Klimas 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/FilePathWrapper.java
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition.java
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterValue.java
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/RevisionInfo.java
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/RevisionInfoFactory.java
M src/main/resources/index.jelly
A src/main/resources/index.properties
R 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/Message.properties
M 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/config.jelly
A 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/config.properties
M 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/help.html
M 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/index.jelly
A 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition/index.properties
R 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/Message.properties
A 
src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/Messages.properties

  Log Message:
  ---
  Merge pull request #31 from marcelotmelo/master

i18n corrections. Correct messages file, patterns inside jelly files …


Compare: 
https://github.com/jenkinsci/git-parameter-plugin/compare/af29c8d612c3...be85fd709428

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


[jenkinsci/liquibase-runner-plugin] e54e4c: corrected listing of files such that results are f...

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

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/liquibase/evaluator/FilePathAccessor.java

  Log Message:
  ---
  corrected listing of files such that results are file paths (not URLs)


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


[jenkinsci/scm-api-plugin] 6e86e9: [FIXED JENKINS-32768] Round-tripping SingleSCMSour...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/scm-api-plugin
  Commit: 6e86e962f6d2e51ef8d7d8e4aabc6b8617047f5d
  
https://github.com/jenkinsci/scm-api-plugin/commit/6e86e962f6d2e51ef8d7d8e4aabc6b8617047f5d
  Author: Jesse Glick 
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/jenkins/scm/impl/SingleSCMSource.java
M src/main/resources/jenkins/scm/impl/SingleSCMSource/config-detail.jelly
A src/test/java/jenkins/scm/impl/SingleSCMSourceTest.java
A 
src/test/resources/jenkins/scm/impl/SingleSCMSourceTest/SCMSourceBuilder/config.jelly

  Log Message:
  ---
  [FIXED JENKINS-32768] Round-tripping SingleSCMSource did not work.


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

  Changed paths:
M pom.xml
M src/main/java/jenkins/scm/impl/SingleSCMSource.java
M src/main/resources/jenkins/scm/impl/SingleSCMSource/config-detail.jelly
A src/test/java/jenkins/scm/impl/SingleSCMSourceTest.java
A 
src/test/resources/jenkins/scm/impl/SingleSCMSourceTest/SCMSourceBuilder/config.jelly

  Log Message:
  ---
  Merge pull request #11 from jglick/getters-JENKINS-32768

[JENKINS-32768] Round-tripping SingleSCMSource did not work


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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] 126296: Rename the latest blog post and add a redirect to ...

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

  Changed paths:
M content/_partials/blogcardlist.html.haml
M content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc
A content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc
M content/node/index.html.haml

  Log Message:
  ---
  Rename the latest blog post and add a redirect to handle a typo in the URL


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

  Changed paths:
M build.gradle

  Log Message:
  ---
  Forcefully set our updated domain name


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/38c9e37c7f6f...d7f390157697

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


[jenkinsci/tfs-plugin] 85ca46: Update documentation and screenshot

2016-08-19 Thread GitHub
  Branch: refs/heads/tfvc_with_collection_credential_pairs
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 85ca46e7ede5492595e76ef35e9805354a079557
  
https://github.com/jenkinsci/tfs-plugin/commit/85ca46e7ede5492595e76ef35e9805354a079557
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M README.md
M tfs-job-config4.png

  Log Message:
  ---
  Update documentation and screenshot


  Commit: 401cc15fde0875fa4375a03caa4012aa4e6e80e1
  
https://github.com/jenkinsci/tfs-plugin/commit/401cc15fde0875fa4375a03caa4012aa4e6e80e1
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
M src/test/java/hudson/plugins/tfs/TeamFoundationServerScmTest.java

  Log Message:
  ---
  Remove code only used in tests


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/54441619aa79...401cc15fde08

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


[jenkinsci/crx-content-package-deployer-plugin] e3d2d2: [FIX JENKINS-31463] Implement Serializable.

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/crx-content-package-deployer-plugin
  Commit: e3d2d2d5eecfa8d26545f30009d34e39543d5d6e
  
https://github.com/jenkinsci/crx-content-package-deployer-plugin/commit/e3d2d2d5eecfa8d26545f30009d34e39543d5d6e
  Author: christ66 
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/graniteclient/JenkinsResponseProgressListener.java

  Log Message:
  ---
  [FIX JENKINS-31463] Implement Serializable.


  Commit: 01891645204f0d8686bf04ced2780e4fad7e5565
  
https://github.com/jenkinsci/crx-content-package-deployer-plugin/commit/01891645204f0d8686bf04ced2780e4fad7e5565
  Author: Mark Adamcin 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/graniteclient/JenkinsResponseProgressListener.java

  Log Message:
  ---
  Merge pull request #4 from christ66/JENKINS-31463

[FIX JENKINS-31463] Implement Serializable.


Compare: 
https://github.com/jenkinsci/crx-content-package-deployer-plugin/compare/04719c74488f...01891645204f

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


[jenkinsci/tfs-plugin] 05718a: Add CredentialsConfigurer w/manual & automatic

2016-08-19 Thread GitHub
  Branch: refs/heads/tfvc_with_collection_credential_pairs
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 05718a1d696c5a5fa6d57ff532ab28b79749fe9c
  
https://github.com/jenkinsci/tfs-plugin/commit/05718a1d696c5a5fa6d57ff532ab28b79749fe9c
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
A src/main/java/hudson/plugins/tfs/model/AutomaticCredentialsConfigurer.java
A src/main/java/hudson/plugins/tfs/model/CredentialsConfigurer.java
A 
src/main/java/hudson/plugins/tfs/model/CredentialsConfigurerDescriptor.java
A src/main/java/hudson/plugins/tfs/model/ManualCredentialsConfigurer.java
M src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/config.jelly
A 
src/main/resources/hudson/plugins/tfs/model/ManualCredentialsConfigurer/config.groovy

  Log Message:
  ---
  Add CredentialsConfigurer w/manual & automatic

The Manual mode will be used if values are found for
userName & password, then the values will be returned
if Manual is selected.  This keeps the changes backwards-compatible.


  Commit: e3bc6b961d81ecfbc84bc20bf1ef56f3c2faec09
  
https://github.com/jenkinsci/tfs-plugin/commit/e3bc6b961d81ecfbc84bc20bf1ef56f3c2faec09
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
M src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/config.jelly

  Log Message:
  ---
  Convert "Collection URL" field to combobox

The values are sourced from the global configuration and
a custom value can still be entered.


  Commit: 00b678d84f709d9eee5502f90290d5ef1f1c314c
  
https://github.com/jenkinsci/tfs-plugin/commit/00b678d84f709d9eee5502f90290d5ef1f1c314c
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TFSLabeler.java

  Log Message:
  ---
  TFSLabeler should call createServer()


  Commit: bdff0226b59a1a95df46c2e20107654e694d8e55
  
https://github.com/jenkinsci/tfs-plugin/commit/bdff0226b59a1a95df46c2e20107654e694d8e55
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
M src/test/java/hudson/plugins/tfs/TeamFoundationServerScmTest.java

  Log Message:
  ---
  createServer() now uses credentialsConfigurer


  Commit: 759a824286c244f688bc7f57f825db3cd820
  
https://github.com/jenkinsci/tfs-plugin/commit/759a824286c244f688bc7f57f825db3cd820
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
R 
src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/help-userName.html
A 
src/main/resources/hudson/plugins/tfs/model/ManualCredentialsConfigurer/help-userName.html

  Log Message:
  ---
  Move userName help to ManualCredentialsConfigurer


  Commit: 18467b5d6d898dff966e8af8f901bb3011ab4f0e
  
https://github.com/jenkinsci/tfs-plugin/commit/18467b5d6d898dff966e8af8f901bb3011ab4f0e
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
A 
src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/help-credentialsConfigurer.html

  Log Message:
  ---
  Add help for new "Credentials" field


  Commit: d39fa584d66b03b14336d332273a9dd7a28afb25
  
https://github.com/jenkinsci/tfs-plugin/commit/d39fa584d66b03b14336d332273a9dd7a28afb25
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/help-serverUrl.html

  Log Message:
  ---
  Improve "Collection URL" help


  Commit: 54441619aa795976719724256b4ad186d24f86e5
  
https://github.com/jenkinsci/tfs-plugin/commit/54441619aa795976719724256b4ad186d24f86e5
  Author: Oli Dagenais 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/main/resources/hudson/plugins/tfs/TeamPluginGlobalConfig/help.jelly

  Log Message:
  ---
  Improve wording in global configuration


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/05718a1d696c^...54441619aa79

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


[jenkins-infra/jenkins-infra] c4d0c1: Include a unique fact (ip) in the access logs for ...

2016-08-19 Thread GitHub
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: c4d0c15b1171d732ccfa59ca3e671cbff74f3422
  
https://github.com/jenkins-infra/jenkins-infra/commit/c4d0c15b1171d732ccfa59ca3e671cbff74f3422
  Author: R. Tyler Croy 
  Date:   2016-08-18 (Thu, 18 Aug 2016)

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

  Log Message:
  ---
  Include a unique fact (ip) in the access logs for disambiguation

Fixes INFRA-898


  Commit: 62da1838fe7d790d9df4bfcbee2f1db654d6017c
  
https://github.com/jenkins-infra/jenkins-infra/commit/62da1838fe7d790d9df4bfcbee2f1db654d6017c
  Author: R. Tyler Croy 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  Merge pull request #559 from rtyler/898

Include a unique fact (ip) in the access logs for disambiguation


  Commit: 1e62ccffbcc05641aa886d25fb94751da6444905
  
https://github.com/jenkins-infra/jenkins-infra/commit/1e62ccffbcc05641aa886d25fb94751da6444905
  Author: R. Tyler Croy 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

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

Deploy slightly modified access logs for usage


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/4c5b8623eab5...1e62ccffbcc0

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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.25
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin] dfa8d0: [maven-release-plugin] prepare release violation-c...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: dfa8d023172607f8c44ae0cd1de67b972ba0d3e7
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/dfa8d023172607f8c44ae0cd1de67b972ba0d3e7
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin] 15b528: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 15b52820df9f70562cc7e4fd253c04d9333efe26
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/15b52820df9f70562cc7e4fd253c04d9333efe26
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.25
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin] a91dfa: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: a91dfa88ee8ceb3d7d4344d0b45def167de85907
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/a91dfa88ee8ceb3d7d4344d0b45def167de85907
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin] 18e495: [maven-release-plugin] prepare release violation-c...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 18e495a3c4a2f316d85b53dabda9bdbf16458e49
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/18e495a3c4a2f316d85b53dabda9bdbf16458e49
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.25
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.24
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.25
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.23
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin] f68f88: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: f68f8846477b8b828a4ee60ec1d72cfcacd7c159
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/f68f8846477b8b828a4ee60ec1d72cfcacd7c159
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.25
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin] 12dc90: [maven-release-plugin] prepare release violation-c...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 12dc90a8221718598e9f4d5d765d2f46fd08a510
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/12dc90a8221718598e9f4d5d765d2f46fd08a510
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkins-infra/jenkins-infra] c4d0c1: Include a unique fact (ip) in the access logs for ...

2016-08-19 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: c4d0c15b1171d732ccfa59ca3e671cbff74f3422
  
https://github.com/jenkins-infra/jenkins-infra/commit/c4d0c15b1171d732ccfa59ca3e671cbff74f3422
  Author: R. Tyler Croy 
  Date:   2016-08-18 (Thu, 18 Aug 2016)

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

  Log Message:
  ---
  Include a unique fact (ip) in the access logs for disambiguation

Fixes INFRA-898


  Commit: 62da1838fe7d790d9df4bfcbee2f1db654d6017c
  
https://github.com/jenkins-infra/jenkins-infra/commit/62da1838fe7d790d9df4bfcbee2f1db654d6017c
  Author: R. Tyler Croy 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

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

  Log Message:
  ---
  Merge pull request #559 from rtyler/898

Include a unique fact (ip) in the access logs for disambiguation


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

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


[jenkinsci/external-workspace-manager-plugin] 736d04: Define Xmx argument and remove hardcoded label fro...

2016-08-19 Thread GitHub
  Branch: refs/heads/build-changes
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: 736d0620d1f93f03ff595f7262a401717f50
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/736d0620d1f93f03ff595f7262a401717f50
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Define Xmx argument and remove hardcoded label from node step within 
Jenkinsfile


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


[jenkinsci/external-workspace-manager-plugin] b05b78: Define Xmx argument and remove hardcoded label fro...

2016-08-19 Thread GitHub
  Branch: refs/heads/build-changes
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: b05b78ae299d08ad2c9403345227a649d7bbe72b
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/b05b78ae299d08ad2c9403345227a649d7bbe72b
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Define Xmx argument and remove hardcoded label from node step within 
Jenkinsfile


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


[jenkinsci/external-workspace-manager-plugin] b65854: Update pom.xml

2016-08-19 Thread GitHub
  Branch: refs/heads/build-on-kelp
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: b658546aaed88247aae822200b25d5228b391f9f
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/b658546aaed88247aae822200b25d5228b391f9f
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


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


[jenkinsci/external-workspace-manager-plugin] a38efe: Update pom.xml

2016-08-19 Thread GitHub
  Branch: refs/heads/build-on-agent-1
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: a38efe6c78a080b8c7a68197bb7fd7e33d0db8c0
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/a38efe6c78a080b8c7a68197bb7fd7e33d0db8c0
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


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


[jenkinsci/external-workspace-manager-plugin] 1780b7: Revert to argLine pom definition for Xmx

2016-08-19 Thread GitHub
  Branch: refs/heads/build-on-celery
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: 1780b742a244a3387c60fc8d6f2be81cfcda2d0b
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/1780b742a244a3387c60fc8d6f2be81cfcda2d0b
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Revert to argLine pom definition for Xmx


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


[jenkinsci/external-workspace-manager-plugin] cfe5f3: Fix

2016-08-19 Thread GitHub
  Branch: refs/heads/build-on-celery
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: cfe5f348f6da9b3fb3cec22790b49720e7296d61
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/cfe5f348f6da9b3fb3cec22790b49720e7296d61
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Fix


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


[jenkinsci/external-workspace-manager-plugin] 08ba8a: Set Xmx in Jenkinsfile

2016-08-19 Thread GitHub
  Branch: refs/heads/build-on-celery
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: 08ba8aaa428a58405da635b8e966c427e4bbcad1
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/08ba8aaa428a58405da635b8e966c427e4bbcad1
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Set Xmx in Jenkinsfile


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


[jenkinsci/external-workspace-manager-plugin] b1fbc2: Remove PermSize

2016-08-19 Thread GitHub
  Branch: refs/heads/build-on-celery
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: b1fbc25cdd7548575f2f8ac862d06d6245a41e2b
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/b1fbc25cdd7548575f2f8ac862d06d6245a41e2b
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove PermSize


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

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin
  Commit: 7be527da2c47e8893b9c889d2fe9a63b31e08b3c
  
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin/commit/7be527da2c47e8893b9c889d2fe9a63b31e08b3c
  Author: tlopesPT 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/ibm-security-appscanstandard-scanner-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/v1.0.3
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin

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


[jenkinsci/ibm-security-appscanstandard-scanner-plugin] f0ba82: [maven-release-plugin] prepare release v1.0.3

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin
  Commit: f0ba82fa1ee543bfd3f2e8885de26a66e1007c6d
  
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin/commit/f0ba82fa1ee543bfd3f2e8885de26a66e1007c6d
  Author: tlopesPT 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release v1.0.3


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


[jenkinsci/credentials-binding-plugin] a8df21: [maven-release-plugin] prepare release credentials...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: a8df21aae0eae5c3031c845a0e43b6cecefe257b
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/a8df21aae0eae5c3031c845a0e43b6cecefe257b
  Author: Vincent Latombe 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release credentials-binding-1.9


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


[jenkinsci/credentials-binding-plugin] eda856: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: eda8567b019ed4aabe8848491418d5d3d9ad4b9a
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/eda8567b019ed4aabe8848491418d5d3d9ad4b9a
  Author: Vincent Latombe 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/credentials-binding-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/credentials-binding-1.9
  Home:   https://github.com/jenkinsci/credentials-binding-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/external-workspace-manager-plugin] a75d1c: Set Xmx

2016-08-19 Thread GitHub
  Branch: refs/heads/build-on-celery
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: a75d1c9f74f1bdae41b22d1b34a78e0e9d5d7fb0
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/a75d1c9f74f1bdae41b22d1b34a78e0e9d5d7fb0
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Set Xmx


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-security-appscanstandard-scanner-plugin] 979aca: added snapshot to pom

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin
  Commit: 979aca262dda42f5275b5772604070582f351fe1
  
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin/commit/979aca262dda42f5275b5772604070582f351fe1
  Author: tlopesPT 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  added snapshot to pom


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


[jenkinsci/credentials-binding-plugin]

2016-08-19 Thread GitHub
  Branch: refs/heads/JENKINS-37541
  Home:   https://github.com/jenkinsci/credentials-binding-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/credentials-binding-plugin] e2a2db: Update parent POM to 2.14

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: e2a2dbb2caf4b633c2ce60af0d759ceb6a90aa1d
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/e2a2dbb2caf4b633c2ce60af0d759ceb6a90aa1d
  Author: Vincent Latombe 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update parent POM to 2.14


  Commit: ad1bd01a49eb9a0e11e3463db9961ce7155d5272
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/ad1bd01a49eb9a0e11e3463db9961ce7155d5272
  Author: Vincent Latombe 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/SecretBuildWrapper.java

  Log Message:
  ---
  [JENKINS-37541] Protect ourselves against deserialization with null binding


  Commit: 4453a9a886f998a813a9c0cbaf6c8efc4191ba7d
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/4453a9a886f998a813a9c0cbaf6c8efc4191ba7d
  Author: Vincent Latombe 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/SecretBuildWrapper.java

  Log Message:
  ---
  Merge pull request #20 from jenkinsci/JENKINS-37541

[JENKINS-37541] Protect ourselves against deserialization with null binding


Compare: 
https://github.com/jenkinsci/credentials-binding-plugin/compare/ce2641a4244b...4453a9a886f9

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


[jenkinsci/external-workspace-manager-plugin] 0badfe: Set MaxPermSize

2016-08-19 Thread GitHub
  Branch: refs/heads/build-on-celery
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: 0badfe4cfb14b130b0e129b3bc33db67b12586b4
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/0badfe4cfb14b130b0e129b3bc33db67b12586b4
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/ewm/steps/WorkspaceCleanupTest.java

  Log Message:
  ---
  Set MaxPermSize


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


[jenkinsci/violation-comments-to-stash-plugin] 90d4c1: Updating distributionManagement in pom

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 90d4c1793d6137a5f7c17c2c2773f60abe15e8e6
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/90d4c1793d6137a5f7c17c2c2773f60abe15e8e6
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating distributionManagement in pom


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


[jenkinsci/violation-comments-to-stash-plugin] 8c1705: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 8c1705f4240280ba5821feffa688b0d359d5acbd
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/8c1705f4240280ba5821feffa688b0d359d5acbd
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.24
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin] af35f2: [maven-release-plugin] prepare release violation-c...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: af35f2b40d6db1c94fa9f591b9e3c269489fd087
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/af35f2b40d6db1c94fa9f591b9e3c269489fd087
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] e28491: Parallel sync for SSL connections.

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: e284913ea2de5648394b596372c871a68dbf4845
  
https://github.com/jenkinsci/p4-plugin/commit/e284913ea2de5648394b596372c871a68dbf4845
  Author: Paul Allen 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java

  Log Message:
  ---
  Parallel sync for SSL connections.

JENKINS-37476


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] cc0def: Added implementation for getAffectedFiles().

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: cc0def791f7d84592bd358f53689dd059fc4b5ce
  
https://github.com/jenkinsci/p4-plugin/commit/cc0def791f7d84592bd358f53689dd059fc4b5ce
  Author: Paul Allen 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
A src/main/java/org/jenkinsci/plugins/p4/changes/P4AffectedFile.java
M src/main/java/org/jenkinsci/plugins/p4/changes/P4ChangeEntry.java

  Log Message:
  ---
  Added implementation for getAffectedFiles().

#review-20131


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


[jenkinsci/violation-comments-to-stash-plugin] f530c9: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: f530c997e4f06a89b2c96b47c050565e811d1ffa
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/f530c997e4f06a89b2c96b47c050565e811d1ffa
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin] ac38fd: [maven-release-plugin] prepare release violation-c...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: ac38fd169cf95b70200d6a5e430458568b5b8044
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/ac38fd169cf95b70200d6a5e430458568b5b8044
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.23
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin] 118fde: [maven-release-plugin] prepare release violation-c...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 118fde16f27aff32c44a261c41ec2dc70dee4038
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/118fde16f27aff32c44a261c41ec2dc70dee4038
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin] c750b4: Updating distributionManagement in pom

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: c750b4a53908222827a8d04e14454a2235a4d633
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/c750b4a53908222827a8d04e14454a2235a4d633
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Updating distributionManagement in pom


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


[jenkinsci/violation-comments-to-stash-plugin] ab0271: Updating distributionManagement in pom

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: ab02712ed990eb2722fd1c8ae3fc225148c8f03c
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/ab02712ed990eb2722fd1c8ae3fc225148c8f03c
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Updating distributionManagement in pom


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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/ibm-security-appscanstandard-scanner-plugin] 10873a: ibm-security-appscanstandard-scanner-2.2

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin
  Commit: 10873a71821fdacdb90bd7d231df1ad60ed318b1
  
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin/commit/10873a71821fdacdb90bd7d231df1ad60ed318b1
  Author: tlopesPT 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  ibm-security-appscanstandard-scanner-2.2


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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.23
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/ibm-security-appscanstandard-scanner-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/ibm-security-appscanstandard-scanner-2.2
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin

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


[jenkinsci/violation-comments-to-stash-plugin] 50a995: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 50a995d3b8e88e2efec1424705023d5f18869cd5
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/50a995d3b8e88e2efec1424705023d5f18869cd5
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-stash-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.23
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin

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


[jenkinsci/violation-comments-to-stash-plugin] 6ca6ca: [maven-release-plugin] prepare release violation-c...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 6ca6ca70b162ffd1eb19b17e1d6490b484280fc6
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/6ca6ca70b162ffd1eb19b17e1d6490b484280fc6
  Author: Tomas Bjerre 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-security-appscanstandard-scanner-plugin] 15e2a7: updated version from 1.0.0 to 1.0.1

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin
  Commit: 15e2a7669d84314ac86880660ec12b75d9cae6ff
  
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin/commit/15e2a7669d84314ac86880660ec12b75d9cae6ff
  Author: tlopesPT 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updated version from 1.0.0 to 1.0.1


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


[jenkinsci/ibm-security-appscanstandard-scanner-plugin] 7ed09b: fixed pathRecordedLoginSequence string

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin
  Commit: 7ed09b0f6cef4fb539cb323e3cf4aed38478091e
  
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin/commit/7ed09b0f6cef4fb539cb323e3cf4aed38478091e
  Author: tlopesPT 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/resources/appscanstdrdintegration/appscanstandard/AppScanStandardBuilder/config.jelly
M 
src/main/resources/appscanstdrdintegration/appscanstandard/AppScanStandardBuilder/config.properties

  Log Message:
  ---
  fixed pathRecordedLoginSequence string


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-security-appscanstandard-scanner-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/ibm-security-appscanstandard-scanner-1.0.0
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin

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


[jenkinsci/vmanager-plugin] 7fa7fe: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vmanager-plugin
  Commit: 7fa7fef952c11d2adacb4f4c420b57a02c4a249a
  
https://github.com/jenkinsci/vmanager-plugin/commit/7fa7fef952c11d2adacb4f4c420b57a02c4a249a
  Author: Tal Yanai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/vmanager-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/vmanager-plugin-2.3
  Home:   https://github.com/jenkinsci/vmanager-plugin

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


[jenkinsci/pipeline-stage-view-plugin] caca44: Re-enable one of the test cases

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

  Changed paths:
M 
rest-api/src/test/java/com/cloudbees/workflow/rest/endpoints/FlowNodeAPITest.java

  Log Message:
  ---
  Re-enable one of the test cases


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


[jenkinsci/workflow-api-plugin] 203036: More exhaustive tests for SimpleVisitor and fix a ...

2016-08-19 Thread GitHub
  Branch: refs/heads/temp-release
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 2030360cc8bb6c1a701e92ffec8fa70e613c62c5
  
https://github.com/jenkinsci/workflow-api-plugin/commit/2030360cc8bb6c1a701e92ffec8fa70e613c62c5
  Author: Sam Van Oort 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/ForkScanner.java
M 
src/test/java/org/jenkinsci/plugins/workflow/graphanalysis/ForkScannerTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/graphanalysis/TestVisitor.java

  Log Message:
  ---
  More exhaustive tests for SimpleVisitor and fix a pair of swapped args on 
AtomNode calls


  Commit: 4b224fd1169c2c5e3a37cc1dc54edec107fc0396
  
https://github.com/jenkinsci/workflow-api-plugin/commit/4b224fd1169c2c5e3a37cc1dc54edec107fc0396
  Author: Sam Van Oort 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/ForkScanner.java
M 
src/test/java/org/jenkinsci/plugins/workflow/graphanalysis/ForkScannerTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/graphanalysis/TestVisitor.java

  Log Message:
  ---
  Merge branch 'block-scanning-APIs' into temp-release


  Commit: 9a73396dbcf57e66e460e7629c3662ddfaf41359
  
https://github.com/jenkinsci/workflow-api-plugin/commit/9a73396dbcf57e66e460e7629c3662ddfaf41359
  Author: Sam Van Oort 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-api-2.2-beta-2


Compare: 
https://github.com/jenkinsci/workflow-api-plugin/compare/36390a162afd...9a73396dbcf5

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


[jenkinsci/workflow-api-plugin] 21bccd: [maven-release-plugin] prepare for next developmen...

2016-08-19 Thread GitHub
  Branch: refs/heads/temp-release
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 21bccdacb4917e0fb275a7c117c65eff665c58e6
  
https://github.com/jenkinsci/workflow-api-plugin/commit/21bccdacb4917e0fb275a7c117c65eff665c58e6
  Author: Sam Van Oort 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/workflow-api-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/workflow-api-2.2-beta-2
  Home:   https://github.com/jenkinsci/workflow-api-plugin

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


[jenkinsci/vmanager-plugin] f18c87: [maven-release-plugin] prepare release vmanager-pl...

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vmanager-plugin
  Commit: f18c87f803d14780a6b76c43463c20d359e68ed4
  
https://github.com/jenkinsci/vmanager-plugin/commit/f18c87f803d14780a6b76c43463c20d359e68ed4
  Author: Tal Yanai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

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


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


[jenkinsci/ibm-security-appscanstandard-scanner-plugin] 8c788c: added missing getter for installation

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin
  Commit: 8c788c17fe014657285d077b424841263fb9d37c
  
https://github.com/jenkinsci/ibm-security-appscanstandard-scanner-plugin/commit/8c788c17fe014657285d077b424841263fb9d37c
  Author: tlopesPT 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/java/appscanstdrdintegration/appscanstandard/AppScanStandardBuilder.java

  Log Message:
  ---
  added missing getter for installation


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


[jenkinsci/pipeline-graph-analysis-plugin] 3f114f: [maven-release-plugin] prepare release pipeline-gr...

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-graph-analysis-0.1-beta-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/pipeline-graph-analysis-plugin]

2016-08-19 Thread GitHub
  Branch: refs/tags/pipeline-graph-analysis-0.1-beta-2
  Home:   https://github.com/jenkinsci/pipeline-graph-analysis-plugin

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


[jenkinsci/pipeline-stage-view-plugin] f557d1: Take up latest version of dependencies

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

  Changed paths:
M rest-api/pom.xml

  Log Message:
  ---
  Take up latest version of dependencies


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


[jenkinsci/vmanager-plugin] 320cf3: delete files

2016-08-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vmanager-plugin
  Commit: 320cf33842183370918bf31ebc58c1eea70e1aa5
  
https://github.com/jenkinsci/vmanager-plugin/commit/320cf33842183370918bf31ebc58c1eea70e1aa5
  Author: Tal Yanai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
R pom.xml.releaseBackup
R release.properties

  Log Message:
  ---
  delete files


  Commit: bc20f83a756c6b0889d3f4098cae51eecb0e5d09
  
https://github.com/jenkinsci/vmanager-plugin/commit/bc20f83a756c6b0889d3f4098cae51eecb0e5d09
  Author: Tal Yanai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
A .gitignore
M pom.xml
M src/main/resources/index.jelly
M src/main/resources/org/jenkinsci/plugins/vmanager/VMGRAPI/config.jelly
M src/main/resources/org/jenkinsci/plugins/vmanager/VMGRAPI/global.jelly
M src/main/resources/org/jenkinsci/plugins/vmanager/VMGRLaunch/config.jelly
M src/main/resources/org/jenkinsci/plugins/vmanager/VMGRLaunch/global.jelly

  Log Message:
  ---
  Merge branch 'master' of g...@github.com:jenkinsci/vmanager-plugin.git


  Commit: 8378fcd349b90abcb5b13c865e679782fea5c8aa
  
https://github.com/jenkinsci/vmanager-plugin/commit/8378fcd349b90abcb5b13c865e679782fea5c8aa
  Author: Tal Yanai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix pom


Compare: 
https://github.com/jenkinsci/vmanager-plugin/compare/6e3da6d5d51d...8378fcd349b9

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


[jenkinsci/pipeline-graph-analysis-plugin] 99ed2d: [maven-release-plugin] prepare for next developmen...

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

  Changed paths:
M pom.xml

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


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


[jenkinsci/pipeline-graph-analysis-plugin] 7e5812: Bump workflow-api to include simple visitor fix

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump workflow-api to include simple visitor fix


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


[jenkinsci/workflow-api-plugin] 203036: More exhaustive tests for SimpleVisitor and fix a ...

2016-08-19 Thread GitHub
  Branch: refs/heads/block-scanning-APIs
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: 2030360cc8bb6c1a701e92ffec8fa70e613c62c5
  
https://github.com/jenkinsci/workflow-api-plugin/commit/2030360cc8bb6c1a701e92ffec8fa70e613c62c5
  Author: Sam Van Oort 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/ForkScanner.java
M 
src/test/java/org/jenkinsci/plugins/workflow/graphanalysis/ForkScannerTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/graphanalysis/TestVisitor.java

  Log Message:
  ---
  More exhaustive tests for SimpleVisitor and fix a pair of swapped args on 
AtomNode calls


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


[jenkinsci/external-workspace-manager-plugin] 134330: Temporary ignore one test class that is creating a...

2016-08-19 Thread GitHub
  Branch: refs/heads/build-on-celery
  Home:   https://github.com/jenkinsci/external-workspace-manager-plugin
  Commit: 13433040ed275f757b9a09c1472b052205d3
  
https://github.com/jenkinsci/external-workspace-manager-plugin/commit/13433040ed275f757b9a09c1472b052205d3
  Author: Alexandru Somai 
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/ewm/steps/WorkspaceCleanupTest.java

  Log Message:
  ---
  Temporary ignore one test class that is creating agents


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