[jenkinsci/ecutest-plugin] 109327: fixed regex for global constant names

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 1093274eeb952a646f02560f1145499430dd9324
  
https://github.com/jenkinsci/ecutest-plugin/commit/1093274eeb952a646f02560f1145499430dd9324
  Author: Christian Pönisch 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/util/validation/TestValidator.java

  Log Message:
  ---
  fixed regex for global constant names


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 3f0756: [JENKINS-48309] - Prevent TimeoutException in Asyn...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 3f07563743ef1874057eeb17e04847170436b39f
  
https://github.com/jenkinsci/remoting/commit/3f07563743ef1874057eeb17e04847170436b39f
  Author: Oleg Nenashev 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

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

  Log Message:
  ---
  [JENKINS-48309] - Prevent TimeoutException in AsyncFutureImpl in the case of 
spurious wakeups (#240)

* [JENKINS-48309] - Prevent TimeoutException in AsyncFutureImpl in the case of 
spurious wakeups.

TL;DR: A large part of Jenkins’ get-with-timeout logic is a subject for 
improper exit before the timeout.

* [JENKINS-48309] - I was too lazy to use nanos in the beginning, address the 
comment from @stephenc

* [JENKINS-48309] - Use wait with nanos in hope there are Java implementations 
which really support nano timeouts.

* [JENKINS-48309] - And again, @stephenc prevents a major embarassement due to 
the stupid typo


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


[jenkinsci/ecutest-plugin] bec033: bumped test dependency, fixed doclinter config

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: bec0330c4e6ddb0cd9ffa21d403d9156adf60039
  
https://github.com/jenkinsci/ecutest-plugin/commit/bec0330c4e6ddb0cd9ffa21d403d9156adf60039
  Author: Christian Pönisch 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bumped test dependency, fixed doclinter config


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


[jenkinsci/azure-commons-plugin] b7d1a3: Update dropdownlist to find help-file automaticall...

2017-12-07 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: b7d1a39e5040f433ae665aa03f7ff21cd6eb26aa
  
https://github.com/jenkinsci/azure-commons-plugin/commit/b7d1a39e5040f433ae665aa03f7ff21cd6eb26aa
  Author: chenyl 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M src/main/resources/lib/azure/dropdownList.jelly

  Log Message:
  ---
  Update dropdownlist to find help-file automatically


  Commit: b585a8f787f57e5552063db224e04a54454c1c87
  
https://github.com/jenkinsci/azure-commons-plugin/commit/b585a8f787f57e5552063db224e04a54454c1c87
  Author: Chenyang Liu 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M src/main/resources/lib/azure/dropdownList.jelly

  Log Message:
  ---
  Merge pull request #9 from zackliu/dev

Update dropdownlist to find help-file automatically


Compare: 
https://github.com/jenkinsci/azure-commons-plugin/compare/fcc6b4f3fab0...b585a8f787f5

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


[jenkinsci/ecutest-plugin] 97acb3: removed unused configuration parameter

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 97acb397bc360bcb398438f76dc054101d3ac7aa
  
https://github.com/jenkinsci/ecutest-plugin/commit/97acb397bc360bcb398438f76dc054101d3ac7aa
  Author: Christian Pönisch 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/client/AbstractTestClient.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/client/PackageClient.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/client/ProjectClient.java

  Log Message:
  ---
  removed unused configuration parameter


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


[jenkinsci/digitalocean-plugin] 262716: numerous style adjustments (#43)

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/digitalocean-plugin
  Commit: 26271685fe28c3cbd3f3e28bcd928bbfbc03ca8e
  
https://github.com/jenkinsci/digitalocean-plugin/commit/26271685fe28c3cbd3f3e28bcd928bbfbc03ca8e
  Author: Harald Sitter 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M src/main/java/com/dubture/jenkins/digitalocean/Cloud.java
M src/main/java/com/dubture/jenkins/digitalocean/Computer.java
M src/main/java/com/dubture/jenkins/digitalocean/ComputerLauncher.java
M src/main/java/com/dubture/jenkins/digitalocean/DigitalOcean.java
M src/main/java/com/dubture/jenkins/digitalocean/RetentionStrategy.java
M src/main/java/com/dubture/jenkins/digitalocean/Slave.java
M src/main/java/com/dubture/jenkins/digitalocean/SlaveTemplate.java

  Log Message:
  ---
  numerous style adjustments (#43)

* various style improvements possible with java7/8 and others

- replace anon types/methods with lambadas
- replace comparision with Comperator.comparing where applicable
- use List.sort when sorting lists
- remove explicit types where they can be inferred
- finalize where appropriate
- removed throw annotation of exceptions that never get thrown
- privatize members which aren't used from other classes
- tag overrides nonnull when their base is nonnull

* do not pass valid_versions static around but use when needed

the argument of installJava is not ever anything other than valid_versions

* do not pass jvmopts or model mode around but set where needed

mode is not ever anything but normal
jvmopts is always an empty string

instead of setting them in the slavetemplate, set them in the slave ctor


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


[jenkinsci/aws-sqs-plugin] 1b1011: [maven-release-plugin] prepare release aws-sqs-2.0

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-sqs-plugin
  Commit: 1b101160669c50de62f5b91f60f75de97b56ed7c
  
https://github.com/jenkinsci/aws-sqs-plugin/commit/1b101160669c50de62f5b91f60f75de97b56ed7c
  Author: vvt 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-sqs-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/aws-sqs-plugin] 82b6e2: [maven-release-plugin] prepare for next developmen...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-sqs-plugin
  Commit: 82b6e2c0e3e3fc70e12571e4b58e5b23cb3009bb
  
https://github.com/jenkinsci/aws-sqs-plugin/commit/82b6e2c0e3e3fc70e12571e4b58e5b23cb3009bb
  Author: vvt 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/aws-sqs-plugin]

2017-12-07 Thread GitHub
  Branch: refs/tags/aws-sqs-2.0
  Home:   https://github.com/jenkinsci/aws-sqs-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/parasoft-findings-plugin]

2017-12-07 Thread GitHub
  Branch: refs/tags/parasoft-findings-10.3.5
  Home:   https://github.com/jenkinsci/parasoft-findings-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/parasoft-findings-plugin]

2017-12-07 Thread GitHub
  Branch: refs/tags/parasoft-findings-10.3.5
  Home:   https://github.com/jenkinsci/parasoft-findings-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/parasoft-findings-plugin] da63de: [maven-release-plugin] prepare release parasoft-fi...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: da63def8eea9d75e39bb08f545030520a4684768
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/da63def8eea9d75e39bb08f545030520a4684768
  Author: Jacek Marzec 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parasoft-findings-10.3.5


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


[jenkinsci/parasoft-findings-plugin] cf087c: [maven-release-plugin] prepare for next developmen...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parasoft-findings-plugin
  Commit: cf087c951cedbb12c8cdc12c17a45865a963c35c
  
https://github.com/jenkinsci/parasoft-findings-plugin/commit/cf087c951cedbb12c8cdc12c17a45865a963c35c
  Author: Jacek Marzec 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/parasoft-findings-plugin]

2017-12-07 Thread GitHub
  Branch: refs/tags/parasoft-findings-10.3.5
  Home:   https://github.com/jenkinsci/parasoft-findings-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/kubernetes-pipeline-plugin] 8f0ea0: Upgrade k8s client from 3.0.1 -> 3.10

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/kubernetes-pipeline-plugin
  Commit: 8f0ea092813bba4741d68267e730cc6623db5a98
  
https://github.com/jenkinsci/kubernetes-pipeline-plugin/commit/8f0ea092813bba4741d68267e730cc6623db5a98
  Author: Jaseem Abid 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade k8s client from 3.0.1 -> 3.10

This fixes a couple of bugs we found on the jenkins.cd.test.fabric8.io and
openshift.io environments.


  Commit: cbd6f70918eeda859b90fab130de416a49124ed8
  
https://github.com/jenkinsci/kubernetes-pipeline-plugin/commit/cbd6f70918eeda859b90fab130de416a49124ed8
  Author: James Rawlings 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #64 from jaseemabid/client

Upgrade k8s client from 3.0.1 -> 3.10


Compare: 
https://github.com/jenkinsci/kubernetes-pipeline-plugin/compare/ad268b84ada2...cbd6f70918ee

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


[jenkinsci/configuration-as-code-plugin] d185e0: HAP-1018

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: d185e0eb1f598307c33f6c423b997d55a758507f
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/d185e0eb1f598307c33f6c423b997d55a758507f
  Author: Nicolas De loof 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M demos/artifactory/README.md

  Log Message:
  ---
  HAP-1018


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


[jenkinsci/github-oauth-plugin] 625602: Update changelog

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-oauth-plugin
  Commit: 62560258ab628919569e037cfe29d5a2939c792d
  
https://github.com/jenkinsci/github-oauth-plugin/commit/62560258ab628919569e037cfe29d5a2939c792d
  Author: Sam Gleske 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog


  Commit: 5ad606efeedfd9ede0cbde31ec608ea1ba90ced1
  
https://github.com/jenkinsci/github-oauth-plugin/commit/5ad606efeedfd9ede0cbde31ec608ea1ba90ced1
  Author: Sam Gleske 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Merge pull request #93 from samrocketman/changelog

Update changelog


Compare: 
https://github.com/jenkinsci/github-oauth-plugin/compare/393ada34dc5c...5ad606efeedf

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


[jenkinsci/workflow-basic-steps-plugin] dca630: [FIXED JENKINS-46180] Log when no files found for ...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: dca630a51f9e9a7ad25f4636be8d8a039c62ae9b
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/dca630a51f9e9a7ad25f4636be8d8a039c62ae9b
  Author: Andrew Bayer 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStepExecution.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/steps/Messages.properties
M 
src/test/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStepTest.java

  Log Message:
  ---
  [FIXED JENKINS-46180] Log when no files found for archive step.


  Commit: 3a464997109f0814f2399d15a2730e49ad74651c
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/3a464997109f0814f2399d15a2730e49ad74651c
  Author: Andrew Bayer 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStepExecution.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/steps/Messages.properties
M 
src/test/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStepTest.java

  Log Message:
  ---
  Merge pull request #55 from abayer/jenkins-46180

[FIXED JENKINS-46180] Log when no files found for archive step.


Compare: 
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/1b1342da9386...3a464997109f

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


[jenkinsci/junit-plugin] 16c5b5: Ensure html help for fields for junit step exist

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: 16c5b5f44d9bf0080b1a3d1a5ad6e0b94ba01835
  
https://github.com/jenkinsci/junit-plugin/commit/16c5b5f44d9bf0080b1a3d1a5ad6e0b94ba01835
  Author: Andrew Bayer 
  Date:   2017-12-04 (Mon, 04 Dec 2017)

  Changed paths:
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-allowEmptyResults.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-healthScaleFactor.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-healthScaleFactor_ja.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio_de.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio_ja.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio_zh_TW.html
A src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_de.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_fr.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_ja.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_nl.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_pt_BR.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_ru.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_tr.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_zh_TW.html

  Log Message:
  ---
  Ensure html help for fields for junit step exist

Gotta copy them over from `JUnitResultArchiver` to `JUnitResultsStep`,
sadly, or
https://jenkins.io/doc/pipeline/steps/junit/#junit-archive-junit-formatted-test-results
doesn't work right.


  Commit: 7347aff703a6a1571ea394b38e407167ffcc7831
  
https://github.com/jenkinsci/junit-plugin/commit/7347aff703a6a1571ea394b38e407167ffcc7831
  Author: Andrew Bayer 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-allowEmptyResults.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-allowEmptyResults.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-healthScaleFactor.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-healthScaleFactor.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-healthScaleFactor_ja.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-healthScaleFactor_ja.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio_de.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio_de.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio_ja.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio_ja.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio_zh_TW.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help-keepLongStdio_zh_TW.html
A src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help.html
R src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_de.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_de.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_fr.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_fr.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_ja.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_ja.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_nl.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_nl.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_pt_BR.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_pt_BR.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_ru.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_ru.html
A 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_tr.html
R 
src/main/resources/hudson/tasks/junit/pipeline/JUnitResultsStep/help_tr.html
A 
src

[jenkinsci/themis-plugin] 8fa2af: Modify the version of workflow step api to be more...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/themis-plugin
  Commit: 8fa2afbb0a494ba41909a19d1aea8a7e8af3a72c
  
https://github.com/jenkinsci/themis-plugin/commit/8fa2afbb0a494ba41909a19d1aea8a7e8af3a72c
  Author: Romain Delamare 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Modify the version of workflow step api to be more inclusive


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


[jenkinsci/themis-plugin] ed8e1e: Add changelog entry for version 1.2.2

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/themis-plugin
  Commit: ed8e1ea272512ef0450165ef581c50bcfc254e7c
  
https://github.com/jenkinsci/themis-plugin/commit/ed8e1ea272512ef0450165ef581c50bcfc254e7c
  Author: Romain Delamare 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Add changelog entry for version 1.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.


[jenkins-infra/jenkins.io] c62f67: Update the post and its conditions descriptions

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c62f67d1e13bc777ef25361f3fc76d1118ad269d
  
https://github.com/jenkins-infra/jenkins.io/commit/c62f67d1e13bc777ef25361f3fc76d1118ad269d
  Author: Giles Gaskell 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M content/doc/book/pipeline/syntax.adoc

  Log Message:
  ---
  Update the post and its conditions descriptions

This is to make it clearer that the conditions are also applicable to stages 
too.


  Commit: bcad07af251cb4ef0d86c6b277cc8b251e6e22ad
  
https://github.com/jenkins-infra/jenkins.io/commit/bcad07af251cb4ef0d86c6b277cc8b251e6e22ad
  Author: Giles Gaskell 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M content/doc/book/pipeline/syntax.adoc

  Log Message:
  ---
  Add missing 'the'


  Commit: 6632f847b9a6c79dc2741a73129d4633062e0ef4
  
https://github.com/jenkins-infra/jenkins.io/commit/6632f847b9a6c79dc2741a73129d4633062e0ef4
  Author: Giles Gaskell 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M content/doc/book/pipeline/syntax.adoc

  Log Message:
  ---
  Minor update for consistency


  Commit: 0c72dbca88a7f5c4c40604a7fa8bb163ba6b2bed
  
https://github.com/jenkins-infra/jenkins.io/commit/0c72dbca88a7f5c4c40604a7fa8bb163ba6b2bed
  Author: R. Tyler Croy 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M content/doc/book/pipeline/syntax.adoc

  Log Message:
  ---
  Merge pull request #1267 from gilesgas/clarify-post-and-condition-descriptions

Clarify post and condition descriptions on the Pipeline Syntax page


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/cc957f9515ed...0c72dbca88a7

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


[jenkinsci/themis-plugin] ed8055: [maven-release-plugin] prepare release themis-1.2....

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/themis-plugin
  Commit: ed80550a58c9585f74c9894e2e2737ec2a2360ae
  
https://github.com/jenkinsci/themis-plugin/commit/ed80550a58c9585f74c9894e2e2737ec2a2360ae
  Author: Romain Delamare 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release themis-1.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/checkmarx-plugin] d3c9b9: OSA - send sha1 instead of zip

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/checkmarx-plugin
  Commit: d3c9b9c716ecaad3192f52823d2ea2983ac086c5
  
https://github.com/jenkinsci/checkmarx-plugin/commit/d3c9b9c716ecaad3192f52823d2ea2983ac086c5
  Author: dorg 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M build.gradle
M src/main/java/com/checkmarx/jenkins/CxConfig.java
M src/main/java/com/checkmarx/jenkins/CxScanBuilder.java
A src/main/java/com/checkmarx/jenkins/exception/CxOSAException.java
M src/main/java/com/checkmarx/jenkins/filesystem/FolderPattern.java
A src/main/java/com/checkmarx/jenkins/opensourceanalysis/OSAFile.java
A src/main/java/com/checkmarx/jenkins/opensourceanalysis/OSAScanner.java
A 
src/main/java/com/checkmarx/jenkins/opensourceanalysis/OsaScannerCallable.java
M src/main/java/com/checkmarx/jenkins/opensourceanalysis/ScanSender.java
M src/main/java/com/checkmarx/jenkins/opensourceanalysis/ScanService.java
M src/main/java/com/checkmarx/jenkins/web/client/OsaScanClient.java
R src/main/java/com/checkmarx/jenkins/web/client/ScanClient.java
A src/main/java/com/checkmarx/jenkins/web/model/CreateOSAScanRequest.java
M src/main/java/com/checkmarx/jenkins/web/model/CreateScanResponse.java
M src/main/resources/com/checkmarx/jenkins/cxconfig.xml

  Log Message:
  ---
  OSA - send sha1 instead of zip


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


[jenkinsci/themis-plugin]

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/themis-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/themis-plugin]

2017-12-07 Thread GitHub
  Branch: refs/tags/themis-1.2.2
  Home:   https://github.com/jenkinsci/themis-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/themis-plugin] 5dd0a9: [maven-release-plugin] prepare for next developmen...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/themis-plugin
  Commit: 5dd0a9a77e04203315a16b327aff9e04a8f07c72
  
https://github.com/jenkinsci/themis-plugin/commit/5dd0a9a77e04203315a16b327aff9e04a8f07c72
  Author: Romain Delamare 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


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

2017-12-07 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.58
  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] 198198: [maven-release-plugin] prepare release violation-c...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 1981986536b2adf83a7bc4cde960c842dcb1152c
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/1981986536b2adf83a7bc4cde960c842dcb1152c
  Author: Tomas Bjerre 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 6d1764: Accepting PMD files without ruleset-tag

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 6d1764f807c93fb36cc74cd5a8dc679df0c60961
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/6d1764f807c93fb36cc74cd5a8dc679df0c60961
  Author: Tomas Bjerre 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Accepting PMD files without ruleset-tag


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

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 97ce68d69c88a5cbe3fae27649ab9fe5f6e7516d
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/97ce68d69c88a5cbe3fae27649ab9fe5f6e7516d
  Author: Tomas Bjerre 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/violation-comments-to-gitlab-plugin] ab716d: Accepting PMD files without ruleset-tag

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: ab716dd2c83d5270c6576fca8f991a54ac4585df
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/ab716dd2c83d5270c6576fca8f991a54ac4585df
  Author: Tomas Bjerre 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Accepting PMD files without ruleset-tag


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-gitlab-plugin] 9798a0: [maven-release-plugin] prepare release violation-c...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 9798a0b2b152ac2a83aeb8dc9cb7d2506fea60a6
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/9798a0b2b152ac2a83aeb8dc9cb7d2506fea60a6
  Author: Tomas Bjerre 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release violation-comments-to-gitlab-1.17


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

2017-12-07 Thread GitHub
  Branch: refs/tags/violation-comments-to-gitlab-1.17
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-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-gitlab-plugin] 760fd5: [maven-release-plugin] prepare for next developmen...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 760fd5ebbdeb027d553a91ce4ebf6a370acf5eca
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/760fd5ebbdeb027d553a91ce4ebf6a370acf5eca
  Author: Tomas Bjerre 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/themis-plugin] f50ff3: [maven-release-plugin] prepare for next developmen...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/themis-plugin
  Commit: f50ff3ba261f738d023ab3ebbf1687b97aefcbab
  
https://github.com/jenkinsci/themis-plugin/commit/f50ff3ba261f738d023ab3ebbf1687b97aefcbab
  Author: Romain Delamare 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/themis-plugin] f6c41e: [maven-release-plugin] prepare release themis-1.2....

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/themis-plugin
  Commit: f6c41e666ab355d81b7d9fe1e9dde258be49b492
  
https://github.com/jenkinsci/themis-plugin/commit/f6c41e666ab355d81b7d9fe1e9dde258be49b492
  Author: Romain Delamare 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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

2017-12-07 Thread GitHub
  Branch: refs/tags/themis-1.2.3
  Home:   https://github.com/jenkinsci/themis-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/confluence-publisher-plugin] b239d1: [maven-release-plugin] prepare release confluence-...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/confluence-publisher-plugin
  Commit: b239d119de0710189b0107f8318dbe362151678a
  
https://github.com/jenkinsci/confluence-publisher-plugin/commit/b239d119de0710189b0107f8318dbe362151678a
  Author: Joseph Petersen 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release confluence-publisher-2.0.1


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


[jenkinsci/confluence-publisher-plugin]

2017-12-07 Thread GitHub
  Branch: refs/tags/confluence-publisher-2.0.1
  Home:   https://github.com/jenkinsci/confluence-publisher-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/confluence-publisher-plugin] 213732: [maven-release-plugin] prepare for next developmen...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/confluence-publisher-plugin
  Commit: 213732f422e3aa3e7c2e17f41363fb3d1f630e9d
  
https://github.com/jenkinsci/confluence-publisher-plugin/commit/213732f422e3aa3e7c2e17f41363fb3d1f630e9d
  Author: Joseph Petersen 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/mercurial-plugin] 5999e1: [JENKINS-48310] Upgrade docker-fixtures.

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mercurial-plugin
  Commit: 5999e143fdd2ac3f247f0757cb2b3a5c6421a78c
  
https://github.com/jenkinsci/mercurial-plugin/commit/5999e143fdd2ac3f247f0757cb2b3a5c6421a78c
  Author: Jesse Glick 
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
M pom.xml
M src/test/resources/hudson/plugins/mercurial/MercurialContainer/Dockerfile

  Log Message:
  ---
  [JENKINS-48310] Upgrade docker-fixtures.


  Commit: ac2d53f56059ac239f340e6f66f7b817bbe3a00c
  
https://github.com/jenkinsci/mercurial-plugin/commit/ac2d53f56059ac239f340e6f66f7b817bbe3a00c
  Author: Jesse Glick 
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated parent, and going to 2.7.x while we are here.


  Commit: 1d67fe8916d4dfafe9a217d687b611c14efe7d00
  
https://github.com/jenkinsci/mercurial-plugin/commit/1d67fe8916d4dfafe9a217d687b611c14efe7d00
  Author: Jesse Glick 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M src/main/java/hudson/plugins/mercurial/ChangeComparator.java
M src/main/java/hudson/plugins/mercurial/MercurialInstallation.java
M src/main/java/hudson/plugins/mercurial/MercurialSCMSource.java
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java

  Log Message:
  ---
  FindBugs


  Commit: 2aedc51d029639a0a5817131ffb958fab4b3cdfd
  
https://github.com/jenkinsci/mercurial-plugin/commit/2aedc51d029639a0a5817131ffb958fab4b3cdfd
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/mercurial/ChangeComparator.java
M src/main/java/hudson/plugins/mercurial/MercurialInstallation.java
M src/main/java/hudson/plugins/mercurial/MercurialSCMSource.java
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java
M src/test/resources/hudson/plugins/mercurial/MercurialContainer/Dockerfile

  Log Message:
  ---
  Merge pull request #115 from jglick/JavaContainer-JENKINS-48310

docker-fixtures update


Compare: 
https://github.com/jenkinsci/mercurial-plugin/compare/199156ac8fe9...2aedc51d0296

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


[jenkinsci/mercurial-plugin] 582e07: Use DockerClassRule.

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mercurial-plugin
  Commit: 582e079c600fc69ed7ad0b6796e35794068a67b8
  
https://github.com/jenkinsci/mercurial-plugin/commit/582e079c600fc69ed7ad0b6796e35794068a67b8
  Author: Jesse Glick 
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/mercurial/FunctionalTest.java
M src/test/java/hudson/plugins/mercurial/MercurialContainerTest.java
M src/test/java/hudson/plugins/mercurial/MercurialSCMSource2Test.java
M src/test/java/hudson/plugins/mercurial/PipelineTest.java

  Log Message:
  ---
  Use DockerClassRule.


  Commit: f0434c2136ecdd365388244598e5bee53e5a04c3
  
https://github.com/jenkinsci/mercurial-plugin/commit/f0434c2136ecdd365388244598e5bee53e5a04c3
  Author: Jesse Glick 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M src/main/java/hudson/plugins/mercurial/ChangeComparator.java
M src/main/java/hudson/plugins/mercurial/MercurialInstallation.java
M src/main/java/hudson/plugins/mercurial/MercurialSCMSource.java
M src/main/java/hudson/plugins/mercurial/MercurialStatus.java

  Log Message:
  ---
  Merge branch 'JavaContainer-JENKINS-48310' into DockerClassRule


  Commit: 71bb4643928a0fc2d0b7131919f404aaf7f17723
  
https://github.com/jenkinsci/mercurial-plugin/commit/71bb4643928a0fc2d0b7131919f404aaf7f17723
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

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


  Commit: d127f8c58202d3e24db94df6e605275e2719d189
  
https://github.com/jenkinsci/mercurial-plugin/commit/d127f8c58202d3e24db94df6e605275e2719d189
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  docker-fixtures 1.4


  Commit: f6e5f0bff2d8678c0e7cb13d0db031b45c7a0437
  
https://github.com/jenkinsci/mercurial-plugin/commit/f6e5f0bff2d8678c0e7cb13d0db031b45c7a0437
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/mercurial/FunctionalTest.java
M src/test/java/hudson/plugins/mercurial/MercurialContainerTest.java
M src/test/java/hudson/plugins/mercurial/MercurialSCMSource2Test.java
M src/test/java/hudson/plugins/mercurial/PipelineTest.java

  Log Message:
  ---
  Merge pull request #116 from jglick/DockerClassRule

Use DockerClassRule


Compare: 
https://github.com/jenkinsci/mercurial-plugin/compare/2aedc51d0296...f6e5f0bff2d8

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


[jenkinsci/plugin-pom] 03b710: Make FindBugs effort and threshold configurable (#...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 03b71039fd98fa63769613109ca9a1d1e3b1b7b3
  
https://github.com/jenkinsci/plugin-pom/commit/03b71039fd98fa63769613109ca9a1d1e3b1b7b3
  Author: Oleg Nenashev 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Make FindBugs effort and threshold configurable (#84)

* Enable the max effort and low threshold by default.

This change makes the default configuration of FindBugs much more paranoid.
On the Low level there are many Not-important issues, but experience of 
https://github.com/jenkinsci/envinject-lib/pull/13/ shows that otherwise we may 
miss real NPE risks in Jenkins.

* Revert the default FindBugs settings to the POM 2.x behavior, but make it 
configurable

* Fix typo in the comment


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


[jenkinsci/openshift-pipeline-plugin] f7f520: add declarative pipeline restriction note on useab...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-pipeline-plugin
  Commit: f7f520522d4aba63a951af8f613a71217cf12490
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/f7f520522d4aba63a951af8f613a71217cf12490
  Author: gabemontero 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  add declarative pipeline restriction note on useable param names


  Commit: 0bd899cc061cc2b08e0f8b3f7bb8596f68941e07
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/0bd899cc061cc2b08e0f8b3f7bb8596f68941e07
  Author: Gabe Montero 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #162 from openshift/upd-readme-declarative

add declarative pipeline restriction note on useable param names


Compare: 
https://github.com/jenkinsci/openshift-pipeline-plugin/compare/38b8b0e627fc...0bd899cc061c

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


[jenkinsci/copyartifact-plugin] 3d6f0f: POM update.

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/copyartifact-plugin
  Commit: 3d6f0f6a6f2bc9bbab5ccfb82d2eaf9fa4c8d0b0
  
https://github.com/jenkinsci/copyartifact-plugin/commit/3d6f0f6a6f2bc9bbab5ccfb82d2eaf9fa4c8d0b0
  Author: Jesse Glick 
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  POM update.


  Commit: e225ab7c034eb424a59372d55ac020aca8fe762f
  
https://github.com/jenkinsci/copyartifact-plugin/commit/e225ab7c034eb424a59372d55ac020aca8fe762f
  Author: Jesse Glick 
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
M src/test/java/hudson/plugins/copyartifact/CopyArtifactTest.java

  Log Message:
  ---
  Avoid a warning under JENKINS-47736.


  Commit: fcdad15925f17194f4769dbf6918001a67807471
  
https://github.com/jenkinsci/copyartifact-plugin/commit/fcdad15925f17194f4769dbf6918001a67807471
  Author: ikedam 
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/copyartifact/CopyArtifactTest.java

  Log Message:
  ---
  Merge pull request #97 from jglick/pom

POM update


Compare: 
https://github.com/jenkinsci/copyartifact-plugin/compare/8ba16c0e0f51...fcdad15925f1

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


[jenkinsci/git-plugin] 5cfdea: [JENKINS-48061] Partial fix for the easy case of n...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 5cfdeaa87dd9fe75c18ef2d6dee1f1d5c29f8ba0
  
https://github.com/jenkinsci/git-plugin/commit/5cfdeaa87dd9fe75c18ef2d6dee1f1d5c29f8ba0
  Author: Stephen Connolly 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
M src/test/java/jenkins/plugins/git/AbstractGitSCMSourceTest.java

  Log Message:
  ---
  [JENKINS-48061] Partial fix for the easy case of non-head revision in history 
of branch


  Commit: 828ca74769783d2ccd2c16ce038a87cacc66e140
  
https://github.com/jenkinsci/git-plugin/commit/828ca74769783d2ccd2c16ce038a87cacc66e140
  Author: Stephen Connolly 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
M src/test/java/jenkins/plugins/git/AbstractGitSCMSourceTest.java

  Log Message:
  ---
  Merge pull request #561 from stephenc/jenkins-48061-partial

[JENKINS-48061] Partial fix for the easy case of non-head revision in history 
of branch


Compare: 
https://github.com/jenkinsci/git-plugin/compare/a2db08cf3927...828ca7476978

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


[jenkinsci/command-launcher-plugin] d5055c: Use SystemCommandLanguage from script-security.

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/command-launcher-plugin
  Commit: d5055c12faa697c0ac10d3babc39a8fde1001a5e
  
https://github.com/jenkinsci/command-launcher-plugin/commit/d5055c12faa697c0ac10d3babc39a8fde1001a5e
  Author: Jesse Glick 
  Date:   2017-11-08 (Wed, 08 Nov 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/slaves/CommandConnector.java
M src/main/java/hudson/slaves/CommandLauncher.java
R 
src/main/java/org/jenkinsci/plugins/command_launcher/SystemCommandLanguage.java
M src/test/java/hudson/slaves/CommandLauncher2Test.java

  Log Message:
  ---
  Use SystemCommandLanguage from script-security.


  Commit: e02347fd918e8f330dc22f09d7e2818fa93369d6
  
https://github.com/jenkinsci/command-launcher-plugin/commit/e02347fd918e8f330dc22f09d7e2818fa93369d6
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  script-security 1.36


  Commit: e8247ac7d915949ea5035e655bf0f58afbb63dff
  
https://github.com/jenkinsci/command-launcher-plugin/commit/e8247ac7d915949ea5035e655bf0f58afbb63dff
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/slaves/CommandConnector.java
M src/main/java/hudson/slaves/CommandLauncher.java
R 
src/main/java/org/jenkinsci/plugins/command_launcher/SystemCommandLanguage.java
M src/test/java/hudson/slaves/CommandLauncher2Test.java

  Log Message:
  ---
  Merge pull request #4 from jglick/SystemCommandLanguage

Use SystemCommandLanguage from script-security


Compare: 
https://github.com/jenkinsci/command-launcher-plugin/compare/2fc73f449c42...e8247ac7d915

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


[jenkinsci/command-launcher-plugin] 3f2140: [maven-release-plugin] prepare release command-lau...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/command-launcher-plugin
  Commit: 3f2140988e04429cd7b8aad9eff2b77a50ce1265
  
https://github.com/jenkinsci/command-launcher-plugin/commit/3f2140988e04429cd7b8aad9eff2b77a50ce1265
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release command-launcher-1.2


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


[jenkinsci/command-launcher-plugin] 609fbc: [maven-release-plugin] prepare for next developmen...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/command-launcher-plugin
  Commit: 609fbcc361d5bdd31370011c5615b14f73a4554a
  
https://github.com/jenkinsci/command-launcher-plugin/commit/609fbcc361d5bdd31370011c5615b14f73a4554a
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/command-launcher-plugin]

2017-12-07 Thread GitHub
  Branch: refs/tags/command-launcher-1.2
  Home:   https://github.com/jenkinsci/command-launcher-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/log-cli-plugin] ad12a4: Prep for release.

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/log-cli-plugin
  Commit: ad12a42c5bd851ec43a7067addc2dabd32004a4d
  
https://github.com/jenkinsci/log-cli-plugin/commit/ad12a42c5bd851ec43a7067addc2dabd32004a4d
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
A README.md
M pom.xml

  Log Message:
  ---
  Prep for release.


  Commit: ccae69c07d5bfd36f3149dc39ffb18bfe95b7b77
  
https://github.com/jenkinsci/log-cli-plugin/commit/ccae69c07d5bfd36f3149dc39ffb18bfe95b7b77
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Jenkinsfile


Compare: 
https://github.com/jenkinsci/log-cli-plugin/compare/1931ffdea1c8...ccae69c07d5b

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


[jenkinsci/log-cli-plugin] 4a110a: FindBugs

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/log-cli-plugin
  Commit: 4a110a32be39926c1e900706846f7c5373bb1475
  
https://github.com/jenkinsci/log-cli-plugin/commit/4a110a32be39926c1e900706846f7c5373bb1475
  Author: Jesse Glick 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/log_cli/TailLogCommand.java

  Log Message:
  ---
  FindBugs


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


[jenkinsci/sauce-ondemand-plugin] a77894: [maven-release-plugin] prepare release sauce-ondem...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sauce-ondemand-plugin
  Commit: a778945a50a5e9cd2719c93dd503b8ffe82ff92d
  
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/a778945a50a5e9cd2719c93dd503b8ffe82ff92d
  Author: Yeh Fang 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release sauce-ondemand-1.167


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


[jenkinsci/sauce-ondemand-plugin] a76989: re-release as 1.168 instead

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sauce-ondemand-plugin
  Commit: a76989c7ba0175df39d2d0d27a46a4b2211c0043
  
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/a76989c7ba0175df39d2d0d27a46a4b2211c0043
  Author: Yeh Fang 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  re-release as 1.168 instead


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


[jenkinsci/sauce-ondemand-plugin]

2017-12-07 Thread GitHub
  Branch: refs/tags/sauce-ondemand-1.168
  Home:   https://github.com/jenkinsci/sauce-ondemand-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/sauce-ondemand-plugin] 289983: [maven-release-plugin] prepare release sauce-ondem...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sauce-ondemand-plugin
  Commit: 289983b8a98a18f829a7f8736e4761027b41b8d3
  
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/289983b8a98a18f829a7f8736e4761027b41b8d3
  Author: Yeh Fang 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release sauce-ondemand-1.168


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


[jenkinsci/sauce-ondemand-plugin] 44f87a: [maven-release-plugin] prepare for next developmen...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sauce-ondemand-plugin
  Commit: 44f87a3fead1df58745cbd022a1514bdb6814cec
  
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/44f87a3fead1df58745cbd022a1514bdb6814cec
  Author: Yeh Fang 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/ansible-tower-plugin] d428cd: Added , to beginning of tags if it does not exist

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ansible-tower-plugin
  Commit: d428cdf528869860bd6c44db2fd85593be0a786f
  
https://github.com/jenkinsci/ansible-tower-plugin/commit/d428cdf528869860bd6c44db2fd85593be0a786f
  Author: John Westcott IV 
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/ansible_tower/AnsibleTowerRunner.java

  Log Message:
  ---
  Added , to beginning of tags if it does not exist


  Commit: 78735f131d944d2ef91f7a7fb0ac3eb1fd0af545
  
https://github.com/jenkinsci/ansible-tower-plugin/commit/78735f131d944d2ef91f7a7fb0ac3eb1fd0af545
  Author: John Westcott IV 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/ansible-tower-plugin


  Commit: 885e792ca71d185e911764b6ca92cf120d978a60
  
https://github.com/jenkinsci/ansible-tower-plugin/commit/885e792ca71d185e911764b6ca92cf120d978a60
  Author: John Westcott IV 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/ansible_tower/util/TowerConnector.java

  Log Message:
  ---
  Changes for [JENKINS-48438] and [JENKINS-48377].
Added method to get job template and options for logging different types of 
events in a workflow. Tower running now will let you know if you set a variable 
that is not set as prompt on launch in Tower.


Compare: 
https://github.com/jenkinsci/ansible-tower-plugin/compare/db71a93388c5...885e792ca71d

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


[jenkinsci/ansible-tower-plugin] b879a2: Ammend to last commit

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ansible-tower-plugin
  Commit: b879a237916e4f872dfebf5d256ca263d6a9113e
  
https://github.com/jenkinsci/ansible-tower-plugin/commit/b879a237916e4f872dfebf5d256ca263d6a9113e
  Author: John Westcott IV 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/ansible_tower/AnsibleTowerRunner.java

  Log Message:
  ---
  Ammend to last commit


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


[jenkinsci/ansible-tower-plugin] e2f604: Fixed Dead store to templateEndPoint

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ansible-tower-plugin
  Commit: e2f604f23d7a8a6e93d7a4230588fbb3a0b01318
  
https://github.com/jenkinsci/ansible-tower-plugin/commit/e2f604f23d7a8a6e93d7a4230588fbb3a0b01318
  Author: John Westcott IV 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/ansible_tower/util/TowerConnector.java

  Log Message:
  ---
  Fixed Dead store to templateEndPoint


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


[jenkinsci/ansible-tower-plugin]

2017-12-07 Thread GitHub
  Branch: refs/tags/ansible-tower-0.5.4
  Home:   https://github.com/jenkinsci/ansible-tower-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/ansible-tower-plugin] cf4c08: [maven-release-plugin] prepare release ansible-tow...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ansible-tower-plugin
  Commit: cf4c08bea1dffc78c295223f36f3d5fdaae49406
  
https://github.com/jenkinsci/ansible-tower-plugin/commit/cf4c08bea1dffc78c295223f36f3d5fdaae49406
  Author: John Westcott IV 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ansible-tower-0.5.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/ansible-tower-plugin] 52a096: [maven-release-plugin] prepare for next developmen...

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ansible-tower-plugin
  Commit: 52a0964b6ec7b43db5d231a11b0f1a85bb54c529
  
https://github.com/jenkinsci/ansible-tower-plugin/commit/52a0964b6ec7b43db5d231a11b0f1a85bb54c529
  Author: John Westcott IV 
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/jira-trigger-plugin] 57df94: Update README.md

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-trigger-plugin
  Commit: 57df943294fa551a7efde8ae49872474bc06119a
  
https://github.com/jenkinsci/jira-trigger-plugin/commit/57df943294fa551a7efde8ae49872474bc06119a
  Author: Wisen Tanasa 
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


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


[jenkinsci/jira-trigger-plugin] e59496: Update README.md

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-trigger-plugin
  Commit: e594965ce9e4531cfd32eee40ca14e1c9c9bb75a
  
https://github.com/jenkinsci/jira-trigger-plugin/commit/e594965ce9e4531cfd32eee40ca14e1c9c9bb75a
  Author: Wisen Tanasa 
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


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


[jenkinsci/ecutest-plugin] be442f: fixed sporadic JVM crash due to GC finalizer

2017-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: be442ffd7ca9b5f8a68b84e8a868826f68fb643d
  
https://github.com/jenkinsci/ecutest-plugin/commit/be442ffd7ca9b5f8a68b84e8a868826f68fb643d
  Author: Christian Pönisch 
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
M config/findbugs-exclude.xml
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/wrapper/com/ETComClient.java
M 
src/main/java/de/tracetronic/jenkins/plugins/ecutest/wrapper/com/ETComDispatch.java

  Log Message:
  ---
  fixed sporadic JVM crash due to GC finalizer


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