[jenkinsci/blackduck-detect-plugin] c9d015: Supplementary commit

2019-02-27 Thread Richard Otte
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: c9d015bd630c38ea237c513bdb60cce5e80e29ad
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/c9d015bd630c38ea237c513bdb60cce5e80e29ad
  Author: Richard Otte 
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
M build.gradle
M buildSrc/src/main/resources/templates/jelly/globalConfig.tpl
M 
src/main/java/com/synopsys/integration/jenkins/detect/SynopsysCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/global/DetectGlobalConfig.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/postbuild/DetectPostBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/steps/ExecuteDetectStep.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteJarRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteScriptRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/tools/DetectDownloadManager.java
M src/main/resources/templates/detect/help/globalConfig.json
M src/main/resources/templates/detect/jelly/globalConfig.json

  Log Message:
  ---
  Supplementary 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/blackduck-detect-plugin] d3d7e9: Implementation overhaul, adding Polaris credential...

2019-02-27 Thread Richard Otte
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: d3d7e9a3f5ace7c190bdc73426dfeb6294fbfd3c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/d3d7e9a3f5ace7c190bdc73426dfeb6294fbfd3c
  Author: Richard Otte 
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
R 
src/main/java/com/synopsys/integration/jenkins/detect/DetectVersionModel.java
R 
src/main/java/com/synopsys/integration/jenkins/detect/DetectVersionRequestService.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/SynopsysCredentialsHelper.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteJarRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteRunner.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteScriptRunner.java
R 
src/main/java/com/synopsys/integration/jenkins/detect/tools/ArchiveUtils.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/tools/DetectDownloadManager.java
R src/main/resources/hub-detect-3.1.0.jar

  Log Message:
  ---
  Implementation overhaul, adding Polaris credentials support


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


[jenkinsci/blackduck-detect-plugin] 13966e: Intermediary commit

2019-02-11 Thread Richard Otte
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 13966e7f866cb80be8b2df5e5effca42d601fc1c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/13966e7f866cb80be8b2df5e5effca42d601fc1c
  Author: Richard Otte 
  Date:   2019-02-11 (Mon, 11 Feb 2019)

  Changed paths:
A 
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateHtml.groovy
A 
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateJelly.groovy
A 
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerationUtils.groovy
A buildSrc/src/main/resources/templates/html/changeSetPattern.tpl
A buildSrc/src/main/resources/templates/html/coverityAnalysisType.tpl
A buildSrc/src/main/resources/templates/html/helpHtml.tpl
A buildSrc/src/main/resources/templates/jelly/globalConfig.tpl
A buildSrc/src/main/resources/templates/jelly/postBuild.tpl
R 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionModel.java
R 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsDetectLogger.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/PluginHelper.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslContext.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslExtension.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/exception/DetectJenkinsException.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectResponse.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstallation.java
R 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstaller.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/DetectVersionModel.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/DetectVersionRequestService.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/JenkinsDetectLogger.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/JenkinsProxyHelper.java
A src/main/java/com/synopsys/integration/jenkins/detect/PluginHelper.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/exception/DetectJenkinsException.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/global/DetectGlobalConfig.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/postbuild/DetectPostBuildStep.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/steps/ExecuteDetectStep.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteRunner.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectResponse.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/tools/ArchiveUtils.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/tools/DetectDownloadManager.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/tools/DummyToolInstallation.java
A 
src/main/java/com/synopsys/integration/jenkins/detect/tools/DummyToolInstaller.java
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/Messages.properties
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep/config.jelly
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep/config.properties
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep/help-detectProperties.html
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/config.jelly
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/config.properties
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep

[jenkinsci/blackduck-detect-plugin]

2018-10-22 Thread GitHub
  Branch: refs/tags/1.5.0
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin

  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

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


[jenkinsci/blackduck-detect-plugin] b08ffd: Using the next snapshot post release 1.5.1-SNAPSHO...

2018-10-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: b08ffdaaa8ab1db2608714c95c4ef553b29e79fe
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/b08ffdaaa8ab1db2608714c95c4ef553b29e79fe
  Author: Builder Service 
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 1.5.1-SNAPSHOT



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

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


[jenkinsci/blackduck-detect-plugin] fb4edd: Release 1.5.0

2018-10-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: fb4edd92d6814e5451ce3ae0c24ab92f46b1b6ab
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/fb4edd92d6814e5451ce3ae0c24ab92f46b1b6ab
  Author: Builder Service 
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 1.5.0



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

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


[jenkinsci/blackduck-detect-plugin] b44717: Update README.md

2018-10-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: b4471739b64af5db054d256f5d9213cac3b9f6f2
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/b4471739b64af5db054d256f5d9213cac3b9f6f2
  Author: Ari Kamen 
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

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


[jenkinsci/blackduck-detect-plugin] 667b49: adding debugging logs

2018-09-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 667b49a184d985f34f8463e7598d057b136d57f9
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/667b49a184d985f34f8463e7598d057b136d57f9
  Author: jrichard 
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  adding debugging logs



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

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


[jenkinsci/blackduck-detect-plugin] 42cf56: Adding comment for a future release

2018-05-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 42cf561009df96f35bb817d6770d39f5d6ea4675
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/42cf561009df96f35bb817d6770d39f5d6ea4675
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Adding comment for a future release



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

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


[jenkinsci/blackduck-detect-plugin] 5f2049: "using snapshot post release"

2018-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 5f2049de94ac567fa5906aa240867bf5a1581258
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/5f2049de94ac567fa5906aa240867bf5a1581258
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
   "using snapshot post release"


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


[jenkinsci/blackduck-detect-plugin]

2018-04-06 Thread GitHub
  Branch: refs/tags/1.4.0
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] e03860: Fixing group

2018-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: e038608a22c4e424ec0d216fc68e87a61f26796d
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/e038608a22c4e424ec0d216fc68e87a61f26796d
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M build.gradle
M 
build/generated-src/localizer/com/blackducksoftware/integration/detect/jenkins/Messages.java

  Log Message:
  ---
  Fixing group


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


[jenkinsci/blackduck-detect-plugin] cf93c3: Updating permission checks

2018-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: cf93c398c5dd6842d742d2b62f5228fec8cdb52f
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/cf93c398c5dd6842d742d2b62f5228fec8cdb52f
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java

  Log Message:
  ---
  Updating permission checks


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


[jenkinsci/blackduck-detect-plugin] 62b79f: Fixing renaming

2018-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 62b79f491cb258d2bb7819633d19c320ddc8f9e8
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/62b79f491cb258d2bb7819633d19c320ddc8f9e8
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Fixing renaming


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


[jenkinsci/blackduck-detect-plugin] 97741b: Release 1.4.0

2018-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 97741b605fbcd3d4fb4690bee880bf68c5c71c69
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/97741b605fbcd3d4fb4690bee880bf68c5c71c69
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 1.4.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/blackduck-detect-plugin] 6f35a9: Adding permission checks

2018-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 6f35a9f3baa8ebd53fef935def6ddfb413bc96c1
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/6f35a9f3baa8ebd53fef935def6ddfb413bc96c1
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java

  Log Message:
  ---
  Adding permission checks


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


[jenkinsci/blackduck-detect-plugin] 86df2d: Adding version to the file name

2018-04-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 86df2d1c2f106045f6cdb92f15dde15502db3901
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/86df2d1c2f106045f6cdb92f15dde15502db3901
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Adding version to the file name


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


[jenkinsci/blackduck-detect-plugin] c7e183: Updating the thread interrupts

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: c7e183aa1bb6207340881c19b33a76dc87854591
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/c7e183aa1bb6207340881c19b33a76dc87854591
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java

  Log Message:
  ---
  Updating the thread interrupts


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


[jenkinsci/blackduck-detect-plugin] cecb4b: Updating method and comment

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: cecb4bfb9e3589fa3de8a8c84ee3f2dda8c7604f
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/cecb4bfb9e3589fa3de8a8c84ee3f2dda8c7604f
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M 
build/generated-src/localizer/com/blackducksoftware/integration/detect/jenkins/Messages.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java

  Log Message:
  ---
  Updating method and 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/blackduck-detect-plugin] cb4def: Updating xml handling

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: cb4def43895b552468d50892c5efb475ce663c5d
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/cb4def43895b552468d50892c5efb475ce663c5d
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java

  Log Message:
  ---
  Updating xml handling


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


[jenkinsci/blackduck-detect-plugin] f45907: Updating interruption handling

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: f45907e3f51e4e37c58304274e7c832562bf5cbf
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f45907e3f51e4e37c58304274e7c832562bf5cbf
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Updating interruption handling


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


[jenkinsci/blackduck-detect-plugin] 8b5f22: Updating header

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 8b5f22730053cf8bd2bd93b06ce8285c1e81c50c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/8b5f22730053cf8bd2bd93b06ce8285c1e81c50c
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Updating header


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


[jenkinsci/blackduck-detect-plugin] 31e2ea: Updating interruption handling

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 31e2ea309f0322c611fe643fff193c5d80b140a4
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/31e2ea309f0322c611fe643fff193c5d80b140a4
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectResponse.java

  Log Message:
  ---
  Updating interruption handling


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


[jenkinsci/blackduck-detect-plugin] c265b6: Updating interrupt handling

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: c265b6107c15829d7ffad09cef840227075f2d67
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/c265b6107c15829d7ffad09cef840227075f2d67
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Updating interrupt handling


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


[jenkinsci/blackduck-detect-plugin] 772612: Updating SNAPSHOT version

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 772612cadc449f8afed67d3c53c1f290b774b49f
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/772612cadc449f8afed67d3c53c1f290b774b49f
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Updating SNAPSHOT version


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


[jenkinsci/blackduck-detect-plugin] 4fa382: Updating exception handling

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 4fa3829804e249f137c921610f10c3335ef6cdca
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/4fa3829804e249f137c921610f10c3335ef6cdca
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java

  Log Message:
  ---
  Updating exception handling


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


[jenkinsci/blackduck-detect-plugin] 69ee94: Updating headers

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 69ee94c286741b75954a22f8180ce31065e1dd85
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/69ee94c286741b75954a22f8180ce31065e1dd85
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M 
build/generated-src/localizer/com/blackducksoftware/integration/detect/jenkins/Messages.java
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionModel.java
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsDetectLogger.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/PluginHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslContext.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslExtension.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/exception/DetectJenkinsException.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectResponse.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstallation.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstaller.java

  Log Message:
  ---
  Updating headers


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


[jenkinsci/blackduck-detect-plugin] d62bec: Fixing plugin packaging and naming. Updating handl...

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: d62becb25223cb1d9f0da0cb3e8907dc5211c5e4
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/d62becb25223cb1d9f0da0cb3e8907dc5211c5e4
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M build.gradle
M 
build/generated-src/localizer/com/blackducksoftware/integration/detect/jenkins/Messages.java
M settings.gradle
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectResponse.java

  Log Message:
  ---
  Fixing plugin packaging and naming. Updating handling Detect exit codes


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


[jenkinsci/blackduck-detect-plugin] 42a083: Updating the output file name

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 42a0838f0311b0e5a75d0632e9a9ae74814f5466
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/42a0838f0311b0e5a75d0632e9a9ae74814f5466
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Updating the output file name


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


[jenkinsci/blackduck-detect-plugin] 6632b1: Updating repository handling

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 6632b111c9922bfe1e91380d2dfa7e327a21c484
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/6632b111c9922bfe1e91380d2dfa7e327a21c484
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Updating repository handling


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


[jenkinsci/blackduck-detect-plugin] 434cb4: Updating dependencies

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 434cb42f2caf9e42021477230cf8a8222aa95b3b
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/434cb42f2caf9e42021477230cf8a8222aa95b3b
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Updating 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/blackduck-detect-plugin] fa0b9f: Working on the jpi plugin resolving dependencies

2018-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: fa0b9f29f6565aca0f168cbf8c36405cd39fcd45
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/fa0b9f29f6565aca0f168cbf8c36405cd39fcd45
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Working on the jpi plugin resolving 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/blackduck-detect-plugin]

2018-03-27 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin]

2018-03-27 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] fb6f2d: gradle conversion

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: fb6f2d6e888531960db74582a8a653104bb36e6b
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/fb6f2d6e888531960db74582a8a653104bb36e6b
  Author: Eric Kerwin <eker...@kingofnerds.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M .gitignore
A build.gradle
A gradle/wrapper/gradle-wrapper.jar
A gradle/wrapper/gradle-wrapper.properties
A gradlew
A gradlew.bat
A settings.gradle

  Log Message:
  ---
  gradle conversion


  Commit: aa4b3524922395640beb921d78a48a651035c8bc
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/aa4b3524922395640beb921d78a48a651035c8bc
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/Messages.properties
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master' into gradle-conversion


  Commit: b30d7de701423b100a2ae1f3dba22397ba2c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/b30d7de701423b100a2ae1f3dba22397ba2c
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master' into gradle-conversion


  Commit: 72c159c92ac116a56c677857a51bd4f1628cf287
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/72c159c92ac116a56c677857a51bd4f1628cf287
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M build.gradle
R pom.xml

  Log Message:
  ---
  Updating gradle build file with the latest changes


  Commit: 135240a66f7453882591fdd72f7780504a74ce99
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/135240a66f7453882591fdd72f7780504a74ce99
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionModel.java
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsDetectLogger.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/PluginHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslContext.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslExtension.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/exception/DetectJenkinsException.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstallation.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstaller.java

  Log Message:
  ---
  Updating headers


  Commit: 19eb0da67c2333f90d898374555c8df1c6f378b9
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/19eb0da67c2333f90d898374555c8df1c6f378b9
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018

[jenkinsci/blackduck-detect-plugin] c71c5b: Adding Messages

2018-03-27 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: c71c5beb96973e2b094678c230e8fb96ffa183eb
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/c71c5beb96973e2b094678c230e8fb96ffa183eb
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
A 
build/generated-src/localizer/com/blackducksoftware/integration/detect/jenkins/Messages.java

  Log Message:
  ---
  Adding Messages


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


[jenkinsci/blackduck-detect-plugin] 0a4e2c: Updating proxy handling

2018-03-27 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 0a4e2cb5a8617bf41eaa825568a29e38af514e09
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/0a4e2cb5a8617bf41eaa825568a29e38af514e09
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Updating proxy handling


  Commit: ff3fcb7fa99108872f90dfa8d1b00792fa840506
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/ff3fcb7fa99108872f90dfa8d1b00792fa840506
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating dependency


  Commit: cee1d5e83201888f628be0fd8ff49c1a13053c90
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/cee1d5e83201888f628be0fd8ff49c1a13053c90
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the pom with comments on the dependency installation


  Commit: 80a5c543fcdd6bf05730ca8b9c04db69aad91ee2
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/80a5c543fcdd6bf05730ca8b9c04db69aad91ee2
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java

  Log Message:
  ---
  Updating latest release url


  Commit: f647eed17fffc8d7b959f706b3f3b37c6fffc64d
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f647eed17fffc8d7b959f706b3f3b37c6fffc64d
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Fixing thread contention issues


  Commit: 0c5c3351f20059e981a4da0cc1cc39dee7bead59
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/0c5c3351f20059e981a4da0cc1cc39dee7bead59
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Updating gitignore file


  Commit: 77f53f412e6b847b7680232b981faf0a93ab76c6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/77f53f412e6b847b7680232b981faf0a93ab76c6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
R src/main/resources/hub-detect-2.4.1.jar
A src/main/resources/hub-detect-3.1.0.jar

  Log Message:
  ---
  Updating the Default Detect jar to 3.1.0


  Commit: 2165ab574469e632d1f22074488b1e9c8e241d2a
      
https://github.com/jenkinsci/blackduck-detect-plugin/commit/2165ab574469e632d1f22074488b1e9c8e241d2a
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Adding out directory to gitignore


  Commit: b88a2f7760321e24143b6e0628a140ba48aef68e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/b88a2f7760321e24143b6e0628a140ba48aef68e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java

  Log Message:
  ---
  Fixing possible NPE's


  Commit: f7fa625b7809c82ad8c8fcca15d4739775e423e8
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f7fa625b7809c82ad8c8fcca15d4739775e423e8
  Author: Builder Service <serv-buil...@int-ubuntu-jenkins.dc1.lan>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml

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


  Commit: 450f0340b9e1aa24a62498f20885a07fd098d0a4
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/450f0340b9e1aa24a62498f20885a07fd098d0a4
  Author: Builder Service <serv-buil...@int-ubuntu-jenkins.dc1.lan>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven

[jenkinsci/blackduck-detect-plugin]

2018-03-27 Thread GitHub
  Branch: refs/tags/1.3.0
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] 450f03: [maven-release-plugin] prepare for next developmen...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 450f0340b9e1aa24a62498f20885a07fd098d0a4
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/450f0340b9e1aa24a62498f20885a07fd098d0a4
  Author: Builder Service <serv-buil...@int-ubuntu-jenkins.dc1.lan>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin] f7fa62: [maven-release-plugin] prepare release 1.3.0

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: f7fa625b7809c82ad8c8fcca15d4739775e423e8
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f7fa625b7809c82ad8c8fcca15d4739775e423e8
  Author: Builder Service <serv-buil...@int-ubuntu-jenkins.dc1.lan>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin] b88a2f: Fixing possible NPE's

2018-03-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: b88a2f7760321e24143b6e0628a140ba48aef68e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/b88a2f7760321e24143b6e0628a140ba48aef68e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java

  Log Message:
  ---
  Fixing possible NPE's


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


[jenkinsci/blackduck-detect-plugin] 2165ab: Adding out directory to gitignore

2018-03-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 2165ab574469e632d1f22074488b1e9c8e241d2a
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/2165ab574469e632d1f22074488b1e9c8e241d2a
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Adding out directory to gitignore


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


[jenkinsci/blackduck-detect-plugin] 77f53f: Updating the Default Detect jar to 3.1.0

2018-03-20 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 77f53f412e6b847b7680232b981faf0a93ab76c6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/77f53f412e6b847b7680232b981faf0a93ab76c6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
R src/main/resources/hub-detect-2.4.1.jar
A src/main/resources/hub-detect-3.1.0.jar

  Log Message:
  ---
  Updating the Default Detect jar to 3.1.0


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


[jenkinsci/blackduck-detect-plugin] 0c5c33: Updating gitignore file

2018-03-20 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 0c5c3351f20059e981a4da0cc1cc39dee7bead59
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/0c5c3351f20059e981a4da0cc1cc39dee7bead59
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Updating gitignore file


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


[jenkinsci/blackduck-detect-plugin] f647ee: Fixing thread contention issues

2018-03-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: f647eed17fffc8d7b959f706b3f3b37c6fffc64d
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f647eed17fffc8d7b959f706b3f3b37c6fffc64d
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Fixing thread contention issues


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


[jenkinsci/blackduck-detect-plugin] 80a5c5: Updating latest release url

2018-03-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 80a5c543fcdd6bf05730ca8b9c04db69aad91ee2
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/80a5c543fcdd6bf05730ca8b9c04db69aad91ee2
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java

  Log Message:
  ---
  Updating latest release url


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


[jenkinsci/blackduck-detect-plugin] cee1d5: Updating the pom with comments on the dependency i...

2018-03-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: cee1d5e83201888f628be0fd8ff49c1a13053c90
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/cee1d5e83201888f628be0fd8ff49c1a13053c90
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the pom with comments on the dependency 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/blackduck-detect-plugin] ff3fcb: Updating dependency

2018-03-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: ff3fcb7fa99108872f90dfa8d1b00792fa840506
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/ff3fcb7fa99108872f90dfa8d1b00792fa840506
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating dependency


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


[jenkinsci/blackduck-detect-plugin] 0a4e2c: Updating proxy handling

2018-03-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 0a4e2cb5a8617bf41eaa825568a29e38af514e09
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/0a4e2cb5a8617bf41eaa825568a29e38af514e09
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Updating proxy handling


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


[jenkinsci/blackduck-detect-plugin] 135240: Updating headers

2018-03-15 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 135240a66f7453882591fdd72f7780504a74ce99
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/135240a66f7453882591fdd72f7780504a74ce99
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionModel.java
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsDetectLogger.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/PluginHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslContext.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslExtension.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/exception/DetectJenkinsException.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstallation.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstaller.java

  Log Message:
  ---
  Updating headers


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


[jenkinsci/blackduck-detect-plugin] 786325: Updating the version to the correct version

2018-03-15 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 786325f0c2bfd91ec10b734dcb9b56e56d6d2278
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/786325f0c2bfd91ec10b734dcb9b56e56d6d2278
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the version to the correct version


  Commit: b30d7de701423b100a2ae1f3dba22397ba2c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/b30d7de701423b100a2ae1f3dba22397ba2c
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master' into gradle-conversion


  Commit: 72c159c92ac116a56c677857a51bd4f1628cf287
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/72c159c92ac116a56c677857a51bd4f1628cf287
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M build.gradle
R pom.xml

  Log Message:
  ---
  Updating gradle build file with the latest changes


Compare: 
https://github.com/jenkinsci/blackduck-detect-plugin/compare/aa4b35249223...72c159c92ac1

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


[jenkinsci/blackduck-detect-plugin] 786325: Updating the version to the correct version

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 786325f0c2bfd91ec10b734dcb9b56e56d6d2278
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/786325f0c2bfd91ec10b734dcb9b56e56d6d2278
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the version to the correct version


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


[jenkinsci/blackduck-detect-plugin]

2018-03-15 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] 9e8865: Working on updating the pom file

2018-03-15 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Working on updating the pom file


  Commit: f4003042d88f9b18cd6c996e6dd073045fef414c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f4003042d88f9b18cd6c996e6dd073045fef414c
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the pom file


  Commit: 8784ae880d7ddccd5de7fa058f959e7c494a7904
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/8784ae880d7ddccd5de7fa058f959e7c494a7904
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 035d6abb8112d2081d4ff0560698a25b41fd2d5e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/035d6abb8112d2081d4ff0560698a25b41fd2d5e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/Messages.properties
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
A 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubApiToken.html
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Updating proxy handling


  Commit: 7971c04c4be2052e3335016021d253afe1a4743e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/7971c04c4be2052e3335016021d253afe1a4743e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly

  Log Message:
  ---
  Updating api token information


  Commit: 611e4d924af6fdf4cae29233113e88d5216aff07
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/611e4d924af6fdf4cae29233113e88d5216aff07
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
R 
src/main/resources/com/blackdu

[jenkinsci/blackduck-detect-plugin] 9e8865: Working on updating the pom file

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Working on updating the pom file


  Commit: f4003042d88f9b18cd6c996e6dd073045fef414c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f4003042d88f9b18cd6c996e6dd073045fef414c
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the pom file


  Commit: 8784ae880d7ddccd5de7fa058f959e7c494a7904
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/8784ae880d7ddccd5de7fa058f959e7c494a7904
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 035d6abb8112d2081d4ff0560698a25b41fd2d5e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/035d6abb8112d2081d4ff0560698a25b41fd2d5e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/Messages.properties
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
A 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubApiToken.html
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Updating proxy handling


  Commit: 7971c04c4be2052e3335016021d253afe1a4743e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/7971c04c4be2052e3335016021d253afe1a4743e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly

  Log Message:
  ---
  Updating api token information


  Commit: 611e4d924af6fdf4cae29233113e88d5216aff07
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/611e4d924af6fdf4cae29233113e88d5216aff07
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
R 
src/main/resources/com/blackdu

[jenkinsci/blackduck-detect-plugin] 364bc0: Removing property

2018-03-15 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 364bc007876583792b8e794ad819f0e95926ba63
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/364bc007876583792b8e794ad819f0e95926ba63
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties

  Log Message:
  ---
  Removing property


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


[jenkinsci/blackduck-detect-plugin] 9e8865: Working on updating the pom file

2018-03-14 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Working on updating the pom file


  Commit: f4003042d88f9b18cd6c996e6dd073045fef414c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f4003042d88f9b18cd6c996e6dd073045fef414c
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the pom file


  Commit: 8784ae880d7ddccd5de7fa058f959e7c494a7904
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/8784ae880d7ddccd5de7fa058f959e7c494a7904
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 035d6abb8112d2081d4ff0560698a25b41fd2d5e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/035d6abb8112d2081d4ff0560698a25b41fd2d5e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/Messages.properties
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
A 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubApiToken.html
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Updating proxy handling


  Commit: 7971c04c4be2052e3335016021d253afe1a4743e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/7971c04c4be2052e3335016021d253afe1a4743e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly

  Log Message:
  ---
  Updating api token information


  Commit: 611e4d924af6fdf4cae29233113e88d5216aff07
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/611e4d924af6fdf4cae29233113e88d5216aff07
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
R 
src/main/resources/com/blackdu

[jenkinsci/blackduck-detect-plugin]

2018-03-14 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] 93c679: Updating should use proxy logic

2018-03-14 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 93c679a1b1d52db2cc90c71d3c336c9fa27d1595
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/93c679a1b1d52db2cc90c71d3c336c9fa27d1595
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java

  Log Message:
  ---
  Updating should use proxy logic


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


[jenkinsci/blackduck-detect-plugin] 611e4d: Updating Api token handling

2018-03-14 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 611e4d924af6fdf4cae29233113e88d5216aff07
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/611e4d924af6fdf4cae29233113e88d5216aff07
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubApiToken.html
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html

  Log Message:
  ---
  Updating Api token handling


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


[jenkinsci/blackduck-detect-plugin] 7971c0: Updating api token information

2018-03-13 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 7971c04c4be2052e3335016021d253afe1a4743e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/7971c04c4be2052e3335016021d253afe1a4743e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly

  Log Message:
  ---
  Updating api token information


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


[jenkinsci/blackduck-detect-plugin] 15fcdb: Updating proxy handling

2018-03-09 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Updating proxy handling


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


[jenkinsci/blackduck-detect-plugin] 035d6a: Updating to the latest hub-common

2018-03-09 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 035d6abb8112d2081d4ff0560698a25b41fd2d5e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/035d6abb8112d2081d4ff0560698a25b41fd2d5e
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/Messages.properties
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
A 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubApiToken.html
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html

  Log Message:
  ---
  Updating to the latest hub-common


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


[jenkinsci/blackduck-detect-plugin] 8784ae: Updating to the latest hub-common

2018-03-09 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 8784ae880d7ddccd5de7fa058f959e7c494a7904
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/8784ae880d7ddccd5de7fa058f959e7c494a7904
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Updating to the latest hub-common


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


[jenkinsci/blackduck-detect-plugin] 9e8865: Working on updating the pom file

2018-03-09 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Working on updating the pom file


  Commit: f4003042d88f9b18cd6c996e6dd073045fef414c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f4003042d88f9b18cd6c996e6dd073045fef414c
  Author: jrichard <jrich...@synopsys.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the pom file


Compare: 
https://github.com/jenkinsci/blackduck-detect-plugin/compare/9e8865f313ae^...f4003042d88f

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


[jenkinsci/blackduck-detect-plugin] fb6f2d: gradle conversion

2018-03-08 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: fb6f2d6e888531960db74582a8a653104bb36e6b
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/fb6f2d6e888531960db74582a8a653104bb36e6b
  Author: Eric Kerwin <eker...@kingofnerds.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M .gitignore
A build.gradle
A gradle/wrapper/gradle-wrapper.jar
A gradle/wrapper/gradle-wrapper.properties
A gradlew
A gradlew.bat
A settings.gradle

  Log Message:
  ---
  gradle conversion


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


[jenkinsci/blackduck-detect-plugin] 899fc2: [maven-release-plugin] prepare for next developmen...

2018-02-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 899fc27b9784bc863f4928df58fc68643487dc6a
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/899fc27b9784bc863f4928df58fc68643487dc6a
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2018-02-23 (Fri, 23 Feb 2018)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin] 042d1a: [maven-release-plugin] prepare release 1.2.0

2018-02-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 042d1a8569ddf97354d503db931f65eaa6f3592a
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/042d1a8569ddf97354d503db931f65eaa6f3592a
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2018-02-23 (Fri, 23 Feb 2018)

  Changed paths:
M pom.xml

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

2018-02-23 Thread GitHub
  Branch: refs/tags/1.2.0
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] a55d2c: Add Artifactory URL override option.

2018-02-20 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: a55d2c7b5f0004a94764a53b005833931b0433f8
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/a55d2c7b5f0004a94764a53b005833931b0433f8
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
A 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-detectArtifactUrl.html

  Log Message:
  ---
  Add Artifactory URL override option.


  Commit: 659691d783d951e9fdd30d729d36dcfa9b5a38d8
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/659691d783d951e9fdd30d729d36dcfa9b5a38d8
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Refactor variable name to match convention.


  Commit: 52627527d58138cfce5914ffa845ee5d333b3d1a
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/52627527d58138cfce5914ffa845ee5d333b3d1a
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Fix field name. Add todos.


  Commit: d1df3895a55ed68f2fc4bb717e88fff455b75667
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/d1df3895a55ed68f2fc4bb717e88fff455b75667
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
R src/main/resources/hub-detect-1.2.0.jar
A src/main/resources/hub-detect-2.4.1.jar

  Log Message:
  ---
  Update default hub-detect jar.


  Commit: dc5784fc00184c1719c3a8401ea23453b2b8c441
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/dc5784fc00184c1719c3a8401ea23453b2b8c441
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
A 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-detectArtifactUrl.html
R src/main/resources/hub-detect-1.2.

[jenkinsci/blackduck-detect-plugin] d1df38: Update default hub-detect jar.

2018-02-20 Thread GitHub
  Branch: refs/heads/custom_detect_location
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: d1df3895a55ed68f2fc4bb717e88fff455b75667
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/d1df3895a55ed68f2fc4bb717e88fff455b75667
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
R src/main/resources/hub-detect-1.2.0.jar
A src/main/resources/hub-detect-2.4.1.jar

  Log Message:
  ---
  Update default hub-detect jar.


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


[jenkinsci/blackduck-detect-plugin] 526275: Fix field name. Add todos.

2018-02-20 Thread GitHub
  Branch: refs/heads/custom_detect_location
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 52627527d58138cfce5914ffa845ee5d333b3d1a
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/52627527d58138cfce5914ffa845ee5d333b3d1a
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Fix field name. Add todos.


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


[jenkinsci/blackduck-detect-plugin] 659691: Refactor variable name to match convention.

2018-02-16 Thread GitHub
  Branch: refs/heads/custom_detect_location
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 659691d783d951e9fdd30d729d36dcfa9b5a38d8
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/659691d783d951e9fdd30d729d36dcfa9b5a38d8
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Refactor variable name to match convention.


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


[jenkinsci/blackduck-detect-plugin] 9fe8c5: Refactor variable name to match convention.

2018-02-16 Thread GitHub
  Branch: refs/heads/custom_detect_location
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 9fe8c55731aca57ae2d316c0717e18e7f6c87269
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/9fe8c55731aca57ae2d316c0717e18e7f6c87269
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java

  Log Message:
  ---
  Refactor variable name to match convention.


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


[jenkinsci/blackduck-detect-plugin] a55d2c: Add Artifactory URL override option.

2018-02-16 Thread GitHub
  Branch: refs/heads/custom_detect_location
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: a55d2c7b5f0004a94764a53b005833931b0433f8
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/a55d2c7b5f0004a94764a53b005833931b0433f8
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
A 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-detectArtifactUrl.html

  Log Message:
  ---
  Add Artifactory URL override option.


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


[jenkinsci/blackduck-detect-plugin]

2018-02-15 Thread GitHub
  Branch: refs/heads/custom_detect_location
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin]

2018-02-09 Thread GitHub
  Branch: refs/tags/1.1.0
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] 66acf9: [maven-release-plugin] prepare for next developmen...

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 66acf9e8e75dffdb4ef823530a1dce6594ce3f8c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/66acf9e8e75dffdb4ef823530a1dce6594ce3f8c
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin] ebe5b7: [maven-release-plugin] prepare release 1.1.0

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: ebe5b795f83144175dbea385efa743ba910fdd06
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/ebe5b795f83144175dbea385efa743ba910fdd06
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin] b1c3a9: Update pom.xml

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: b1c3a97d2fa9ba41e059522b81aafe1eec9462a7
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/b1c3a97d2fa9ba41e059522b81aafe1eec9462a7
  Author: Ari Kamen <aka...@blackducksoftware.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  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/blackduck-detect-plugin] 3f9880: [maven-release-plugin] prepare release 1.1.0

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 3f9880c93104ec0da80e972311c8675937b4f55d
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/3f9880c93104ec0da80e972311c8675937b4f55d
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin]

2018-02-09 Thread GitHub
  Branch: refs/tags/1.1.0
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] aa0bfa: Update pom.xml

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: aa0bfa0f8d85785ecff802d709f6caee6c6b89b4
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/aa0bfa0f8d85785ecff802d709f6caee6c6b89b4
  Author: Ari Kamen <aka...@blackducksoftware.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  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/blackduck-detect-plugin] 4b6382: [maven-release-plugin] prepare release 1.1.0

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 4b638233a1f51a781475e586a2acbd19e0c75ad5
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/4b638233a1f51a781475e586a2acbd19e0c75ad5
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin] c5905e: [maven-release-plugin] prepare for next developmen...

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: c5905efdbb8fd61cb61c76f2bacd5a5c9c7b2249
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/c5905efdbb8fd61cb61c76f2bacd5a5c9c7b2249
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin] 5db529: [maven-release-plugin] prepare release 1.1.0

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 5db52963a0a8fbcd3f81e602b30b7d3367f4ff31
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/5db52963a0a8fbcd3f81e602b30b7d3367f4ff31
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin]

2018-02-09 Thread GitHub
  Branch: refs/tags/1.1.0
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] 992595: Update README.md

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 9925956be7545cb27c4461f37c48fc6a86b00561
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/9925956be7545cb27c4461f37c48fc6a86b00561
  Author: Ari Kamen <aka...@blackducksoftware.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  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/blackduck-detect-plugin] 6eebf5: Remove scm tag in POM.

2018-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 6eebf58823eac958fc63499f9fda459f579c5fa3
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/6eebf58823eac958fc63499f9fda459f579c5fa3
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove scm tag 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/blackduck-detect-plugin] 3a8e46: Remove explicit Phone Home call (replaced with Pho...

2018-02-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 3a8e461ec4cddc093030334e516230c111da45f3
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/3a8e461ec4cddc093030334e516230c111da45f3
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Remove explicit Phone Home call (replaced with Phone Home metadata in the 
invocation of hub-detect).


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


[jenkinsci/blackduck-detect-plugin] a902f9: Update version based on SemVer.

2018-01-31 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: a902f9a54c822c88c605100f3314c437e408dea3
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/a902f9a54c822c88c605100f3314c437e408dea3
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-01-31 (Wed, 31 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update version based on SemVer.


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


[jenkinsci/blackduck-detect-plugin]

2018-01-31 Thread GitHub
  Branch: refs/heads/dsl-support
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] 4d9dd2: Add DSL support.

2018-01-31 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 4d9dd2645723163afe49618a2778961f91a2f827
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/4d9dd2645723163afe49618a2778961f91a2f827
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
M pom.xml
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslContext.java
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslExtension.java

  Log Message:
  ---
  Add DSL support.


  Commit: 79145a09a13b131712989bfbdf1bd8c1293a4b76
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/79145a09a13b131712989bfbdf1bd8c1293a4b76
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-01-31 (Wed, 31 Jan 2018)

  Changed paths:
M pom.xml
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslContext.java
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslExtension.java

  Log Message:
  ---
  Merge branch 'dsl-support'


Compare: 
https://github.com/jenkinsci/blackduck-detect-plugin/compare/1612d626b1f2...79145a09a13b

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


[jenkinsci/blackduck-detect-plugin] 4d9dd2: Add DSL support.

2018-01-30 Thread GitHub
  Branch: refs/heads/dsl-support
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 4d9dd2645723163afe49618a2778961f91a2f827
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/4d9dd2645723163afe49618a2778961f91a2f827
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
M pom.xml
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslContext.java
A 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslExtension.java

  Log Message:
  ---
  Add DSL support.


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


[jenkinsci/blackduck-detect-plugin]

2018-01-30 Thread GitHub
  Branch: refs/heads/dsl-support
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] 1612d6: Update license text.

2018-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 1612d626b1f23f8fac4447f7ffde10fc7dfaad6d
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/1612d626b1f23f8fac4447f7ffde10fc7dfaad6d
  Author: Gavin Killough <gkillo...@blackducksoftware.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionModel.java
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsDetectLogger.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/PluginHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/exception/DetectJenkinsException.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstallation.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstaller.java

  Log Message:
  ---
  Update license text.


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


[jenkinsci/blackduck-detect-plugin] 9fe163: [maven-release-plugin] prepare for next developmen...

2017-11-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 9fe163519d4a1b4bda537f5da95a90d3ad08deb0
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/9fe163519d4a1b4bda537f5da95a90d3ad08deb0
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2017-11-22 (Wed, 22 Nov 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/blackduck-detect-plugin] 658d11: Update pom.xml

2017-11-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 658d11af32d98ecc3a4b6632c73b05299af8b2c6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/658d11af32d98ecc3a4b6632c73b05299af8b2c6
  Author: Ari Kamen <aka...@blackducksoftware.com>
  Date:   2017-11-22 (Wed, 22 Nov 2017)

  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/blackduck-detect-plugin] db61fa: [maven-release-plugin] prepare release 1.0.2

2017-11-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: db61faca4bc37aec14a80ac92b8babe863b1f94c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/db61faca4bc37aec14a80ac92b8babe863b1f94c
  Author: Builder Service <serv-buil...@eng-build03.dc1.lan>
  Date:   2017-11-22 (Wed, 22 Nov 2017)

  Changed paths:
M pom.xml

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


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


[jenkinsci/blackduck-detect-plugin]

2017-11-22 Thread GitHub
  Branch: refs/tags/1.0.2
  Home:   https://github.com/jenkinsci/blackduck-detect-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.


  1   2   >