[jenkinsci/contrast-continuous-application-security-plugin] 673714: CONTRAST-21810 Jenkins plugin - Enable a results o...

2018-03-27 Thread GitHub
  Branch: refs/heads/CONTRAST-21810
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 673714ecfa4de815d1017fc6336ab4db826002d9
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/673714ecfa4de815d1017fc6336ab4db826002d9
  Author: serge17 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M contrastPluginConfig.xml
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/TeamServerProfile.java
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendRecorder.java
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendStep.java
M 
src/main/resources/com/aspectsecurity/contrast/contrastjenkins/ContrastPluginConfig/global.jelly
A src/main/webapp/help-resultsOnly.html
M 
src/test/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendStepTest.java

  Log Message:
  ---
  CONTRAST-21810 Jenkins plugin - Enable a results only mode


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


[jenkinsci/custom-war-packager]

2018-03-27 Thread GitHub
  Branch: refs/tags/parent-pom-0.1-alpha-3
  Home:   https://github.com/jenkinsci/custom-war-packager

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


[jenkinsci/custom-war-packager] 596779: [maven-release-plugin] prepare for next developmen...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: 5967792731349b5cb3e7f046943738a28fadbc8d
  
https://github.com/jenkinsci/custom-war-packager/commit/5967792731349b5cb3e7f046943738a28fadbc8d
  Author: Oleg Nenashev 
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M custom-war-packager-cli/pom.xml
M custom-war-packager-lib/pom.xml
M custom-war-packager-maven-plugin/pom.xml
M pom.xml

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


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


[jenkinsci/custom-war-packager] 1566b7: [maven-release-plugin] prepare release parent-pom-...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: 1566b7b2a18619b1e7d1e0283f3101eef97c5488
  
https://github.com/jenkinsci/custom-war-packager/commit/1566b7b2a18619b1e7d1e0283f3101eef97c5488
  Author: Oleg Nenashev 
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M custom-war-packager-cli/pom.xml
M custom-war-packager-lib/pom.xml
M custom-war-packager-maven-plugin/pom.xml
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parent-pom-0.1-alpha-3


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


[jenkinsci/upload-pgyer-plugin] 2f9351: remove jsoup, import okhttp, add pgyer apiv2

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/upload-pgyer-plugin
  Commit: 2f9351e2e16e7f1002e38fd8e79e5d4513110f23
  
https://github.com/jenkinsci/upload-pgyer-plugin/commit/2f9351e2e16e7f1002e38fd8e79e5d4513110f23
  Author: myroid 
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M pom.xml
R src/main/java/ren/helloworld/upload2pgyer/PublishEnvVarAction.java
M src/main/java/ren/helloworld/upload2pgyer/UploadBuilder.java
A src/main/java/ren/helloworld/upload2pgyer/UploadBuilderV2.java
R src/main/java/ren/helloworld/upload2pgyer/UploadHelper.java
M src/main/java/ren/helloworld/upload2pgyer/UploadPublisher.java
A src/main/java/ren/helloworld/upload2pgyer/UploadPublisherV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/ParamsBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerUploadV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/ParamsBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerUploadV2.java
A src/main/java/ren/helloworld/upload2pgyer/helper/CommonUtil.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV1Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV2Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/ProgressRequestBody.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PublishEnvVarAction.java
A src/main/java/ren/helloworld/upload2pgyer/impl/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/PgyerBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadPgyer.java
M src/main/resources/index.jelly
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-wildcard.html
A src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-wildcard.html
A 

[jenkinsci/custom-war-packager] 170e6c: Fix #5 - fix directory in the Maven Plugin, use “c...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: 170e6c71ecc9fc7cdfcfc96b2f742a6cd68bace9
  
https://github.com/jenkinsci/custom-war-packager/commit/170e6c71ecc9fc7cdfcfc96b2f742a6cd68bace9
  Author: Oleg Nenashev 
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/config/Config.java
M 
custom-war-packager-maven-plugin/src/main/java/io/jenkins/tools/warpackager/mavenplugin/PackageMojo.java
M demo/all-latest-core-maven/README.md
M demo/all-latest-core-maven/run.sh

  Log Message:
  ---
  Fix #5 - fix directory in the Maven Plugin, use 
“custom-war-packager-maven-plugin”


  Commit: 8bfe94c7fa7bd7eaa3335f29eaa823312d9fd68d
  
https://github.com/jenkinsci/custom-war-packager/commit/8bfe94c7fa7bd7eaa3335f29eaa823312d9fd68d
  Author: Oleg Nenashev 
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/impl/Builder.java
M 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/util/MavenHelper.java

  Log Message:
  ---
  Fix #7 - Properly check artifact types when checking caches


Compare: 
https://github.com/jenkinsci/custom-war-packager/compare/95866005f7a0...8bfe94c7fa7b

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


[jenkinsci/contrast-continuous-application-security-plugin] 4ffac3: CONTRAST-21352

2018-03-27 Thread GitHub
  Branch: refs/heads/CONTRAST-21810
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 4ffac35e2e43782b2de38ea2a951927282fe1fda
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/4ffac35e2e43782b2de38ea2a951927282fe1fda
  Author: Segii Borsuk 
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendRecorder.java
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendStep.java
M 
src/test/java/com/aspectsecurity/contrast/contrastjenkins/ThresholdConditionStub.java
M 
src/test/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendStepTest.java

  Log Message:
  ---
  CONTRAST-21352


  Commit: 448ce1c5be9793e4a496b83d7ca81f3470c1c898
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/448ce1c5be9793e4a496b83d7ca81f3470c1c898
  Author: Segii Borsuk 
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendHelper.java

  Log Message:
  ---
  CONTRAST-21352 Jenkins plug-in doesn't work w/ proxy


  Commit: 4b8c67f82b6aa02e7be61278103b0b3077a32071
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/4b8c67f82b6aa02e7be61278103b0b3077a32071
  Author: serge17 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  CONTRAST-21352


  Commit: c12e6e905bd17081ffd1f53368f4ca849b468394
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/c12e6e905bd17081ffd1f53368f4ca849b468394
  Author: serge17 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendHelper.java

  Log Message:
  ---
  CONTRAST-21352


Compare: 
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/compare/5f3e3342bd4d...c12e6e905bd1

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


[jenkinsci/contrast-continuous-application-security-plugin]

2018-03-27 Thread GitHub
  Branch: refs/heads/CONTRAST-21810
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-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/contrast-continuous-application-security-plugin] c12e6e: CONTRAST-21352

2018-03-27 Thread GitHub
  Branch: refs/heads/CONTRAST-21352
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: c12e6e905bd17081ffd1f53368f4ca849b468394
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/c12e6e905bd17081ffd1f53368f4ca849b468394
  Author: serge17 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendHelper.java

  Log Message:
  ---
  CONTRAST-21352


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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 
  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 
  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 
  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 
  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 
  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 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M .gitignore
   

[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 
  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 
  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 
  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 
  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 
  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 
  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 
  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 
  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 
  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 
  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 
  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 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml

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


  Commit: 

[jenkinsci/generic-webhook-trigger-plugin] f6be97: Issue template

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/generic-webhook-trigger-plugin
  Commit: f6be97728349dfac9faa01c223662213ded9d63b
  
https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/f6be97728349dfac9faa01c223662213ded9d63b
  Author: Tomas Bjerre 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M CHANGELOG.md
A ISSUE_TEMPLATE

  Log Message:
  ---
  Issue template


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


[jenkinsci/script-security-plugin] 226a56: Add `DefaultGroovyMethods.collate` variants to whi...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 226a56e7b68e0f253080af149c2834ffa88adb08
  
https://github.com/jenkinsci/script-security-plugin/commit/226a56e7b68e0f253080af149c2834ffa88adb08
  Author: Mike Kobit 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist

  Log Message:
  ---
  Add `DefaultGroovyMethods.collate` variants to whitelist


  Commit: 75191120f3c34b5bc8e6875f66a0e3153e2fd8cf
  
https://github.com/jenkinsci/script-security-plugin/commit/75191120f3c34b5bc8e6875f66a0e3153e2fd8cf
  Author: Andrew Bayer 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist

  Log Message:
  ---
  Merge pull request #193 from mkobit/mk/collate-methods

Add `DefaultGroovyMethods.collate` variants to whitelist


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/5aed80ed4272...75191120f3c3

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


[jenkinsci/cmakebuilder-plugin] e8cd6a: [maven-release-plugin] prepare for next developmen...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cmakebuilder-plugin
  Commit: e8cd6a57a3cf077f2302681041bf44435b809672
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/e8cd6a57a3cf077f2302681041bf44435b809672
  Author: 15knots 
  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/cmakebuilder-plugin]

2018-03-27 Thread GitHub
  Branch: refs/tags/cmakebuilder-2.5.0
  Home:   https://github.com/jenkinsci/cmakebuilder-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/cmakebuilder-plugin] 6ef1a7: [maven-release-plugin] prepare release cmakebuilde...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cmakebuilder-plugin
  Commit: 6ef1a7cea2c2d569d8c08acf07368e400e07cfdd
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/6ef1a7cea2c2d569d8c08acf07368e400e07cfdd
  Author: 15knots 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cmakebuilder-2.5.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/cmakebuilder-plugin] 258c9f: change to Java 1.8 for debugging, since Jenkins al...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cmakebuilder-plugin
  Commit: 258c9f2323e1e0af3378c30d8b9409fd23bf2286
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/258c9f2323e1e0af3378c30d8b9409fd23bf2286
  Author: 15knots 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M .settings/cmakebuilder webui.launch

  Log Message:
  ---
  change to Java 1.8 for debugging, since Jenkins always downloads required 
plugin that need Java 1.8 to run


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


[jenkinsci/aws-parameter-store-plugin] 48c7b7: [maven-release-plugin] prepare for next developmen...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-parameter-store-plugin
  Commit: 48c7b77c4b72e16025e0297436802af0e662bf7f
  
https://github.com/jenkinsci/aws-parameter-store-plugin/commit/48c7b77c4b72e16025e0297436802af0e662bf7f
  Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com>
  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/aws-parameter-store-plugin]

2018-03-27 Thread GitHub
  Branch: refs/tags/aws-parameter-store-1.0.0
  Home:   https://github.com/jenkinsci/aws-parameter-store-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/aws-parameter-store-plugin] eaeadf: [maven-release-plugin] prepare release aws-paramet...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-parameter-store-plugin
  Commit: eaeadfb3e2eae41ad9eeacba26dd24022d2a1550
  
https://github.com/jenkinsci/aws-parameter-store-plugin/commit/eaeadfb3e2eae41ad9eeacba26dd24022d2a1550
  Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-parameter-store-1.0.0


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


[jenkinsci/cmakebuilder-plugin] a36a11: refactor: introduce class InstallationUtils

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cmakebuilder-plugin
  Commit: a36a112946269b2dc7c4dfe2e8f689618654b767
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/a36a112946269b2dc7c4dfe2e8f689618654b767
  Author: 15knots 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/cmake/AbstractCmakeBuilder.java
A src/main/java/hudson/plugins/cmake/InstallationUtils.java

  Log Message:
  ---
  refactor: introduce class InstallationUtils


  Commit: a0a290306dd7c51dc0709bf95d0cd6ebca0cd8f5
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/a0a290306dd7c51dc0709bf95d0cd6ebca0cd8f5
  Author: 15knots 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/cmake/InstallationUtils.java

  Log Message:
  ---
  fix javadoc typos


  Commit: 61bbd2878e6717d35a5d60385beac63e501da5a6
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/61bbd2878e6717d35a5d60385beac63e501da5a6
  Author: 15knots 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/cmake/CToolBuilder.java
A src/main/java/hudson/plugins/cmake/LaunchUtils.java

  Log Message:
  ---
  refactor: introduce class LaunchUtils


  Commit: b9fa9a9464e0b8ff37791b7cde72ce9431322baf
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/b9fa9a9464e0b8ff37791b7cde72ce9431322baf
  Author: 15knots 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/cmake/AbstractCmakeBuilder.java
M src/main/java/hudson/plugins/cmake/CToolBuilder.java
M src/main/java/hudson/plugins/cmake/CmakeBuilder.java
M src/main/java/hudson/plugins/cmake/LaunchUtils.java

  Log Message:
  ---
  refactor: move makeRemotePath() to LauncUtils


  Commit: a09111459ad09addc8b2372114296796c632ce31
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/a09111459ad09addc8b2372114296796c632ce31
  Author: 15knots 
  Date:   2018-03-10 (Sat, 10 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/cmake/CToolBuilder.java
M src/main/java/hudson/plugins/cmake/CmakeTool.java

  Log Message:
  ---
  refactor calculation of binary directory


  Commit: d5d66400e62d9265f1dce6466befee407e64b753
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/d5d66400e62d9265f1dce6466befee407e64b753
  Author: 15knots 
  Date:   2018-03-10 (Sat, 10 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/cmake/CmakeBuilder.java
M src/main/java/hudson/plugins/cmake/LaunchUtils.java

  Log Message:
  ---
  refactor: move argument building methods to class LaunchUtils


  Commit: 6a0d05d6bfc8d5aa754590e3cbd636fe9bc9edf4
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/6a0d05d6bfc8d5aa754590e3cbd636fe9bc9edf4
  Author: 15knots 
  Date:   2018-03-11 (Sun, 11 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/cmake/InstallationUtils.java

  Log Message:
  ---
  add checks for null


  Commit: e40e8c7ffb345d0ee0f995f2aec0257fb6285efd
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/e40e8c7ffb345d0ee0f995f2aec0257fb6285efd
  Author: 15knots 
  Date:   2018-03-11 (Sun, 11 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/cmake/BuildToolStep.java

  Log Message:
  ---
  make Serializable


  Commit: c63157635c9880c8d437b6c94507b99334057106
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/c63157635c9880c8d437b6c94507b99334057106
  Author: 15knots 
  Date:   2018-03-11 (Sun, 11 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/cmake/CmakeTool.java

  Log Message:
  ---
  silence findbugs


  Commit: d7166a478d070adefea058ce08d18834ec80dfed
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/d7166a478d070adefea058ce08d18834ec80dfed
  Author: 15knots 
  Date:   2018-03-11 (Sun, 11 Mar 2018)

  Changed paths:
A src/main/java/hudson/plugins/cmake/AbstractStep.java
A src/main/java/hudson/plugins/cmake/AbstractToolStep.java
A src/main/java/hudson/plugins/cmake/CMakeStep.java
A src/main/java/hudson/plugins/cmake/CPackStep.java
A src/main/java/hudson/plugins/cmake/CTestStep.java
A src/main/java/hudson/plugins/cmake/CmakeBuilderStep.java
A src/main/resources/hudson/plugins/cmake/AbstractStep/config.jelly
A src/main/resources/hudson/plugins/cmake/AbstractToolStep/config.jelly

  Log Message:
  ---
  add initial pipeline steps


  Commit: 8cad572ce168ac4a204d2e38fcd9a2fcebcf26d2
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/8cad572ce168ac4a204d2e38fcd9a2fcebcf26d2
  Author: 15knots 

[jenkinsci/cmakebuilder-plugin] 683a04: adjust test for new default values from UI

2018-03-27 Thread GitHub
  Branch: refs/heads/JENKINS-34998_pipeline2
  Home:   https://github.com/jenkinsci/cmakebuilder-plugin
  Commit: 683a0439b987cda4ee7444037fbc36701cf88bf1
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/683a0439b987cda4ee7444037fbc36701cf88bf1
  Author: 15knots 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/test/java/hudson/plugins/cmake/CmakeBuilderFormRoundTripTest.java

  Log Message:
  ---
  adjust test for new default values from UI


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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/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 
  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 
  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/pipeline-model-definition-plugin] e127ef: [JENKINS-48523] When condition based on tags

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: e127ef1dd4c672f8b5bc45dfb14e4edbfc2dc827
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/e127ef1dd4c672f8b5bc45dfb14e4edbfc2dc827
  Author: rsandell 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/TagConditional.java
A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/TagConditional/help.html
A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/TagConditionalScript.groovy
A 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageMultibranchTest.java
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageTest.java
A pipeline-model-definition/src/test/resources/when/whenTag.groovy
M pom.xml

  Log Message:
  ---
  [JENKINS-48523] When condition based on tags

The tag environment variable requires branch-api >= 2.0.11
which in turn requires other dependencies which puts upper bound restrictions
and so on and so on.
This is not completed with this commit


  Commit: 5881859a8b233165167c6d36c4800fb498261242
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/5881859a8b233165167c6d36c4800fb498261242
  Author: rsandell 
  Date:   2018-01-19 (Fri, 19 Jan 2018)

  Changed paths:
A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/BuildingTagConditional.java
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageMultibranchTest.java
M pipeline-model-definition/src/test/resources/when/whenTag.groovy
M 
pipeline-model-extensions/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/withscript/WithScriptDescribable.java

  Log Message:
  ---
  [JENKINS-48523] buildingTag when condition

same as tag condition with an empty pattern;
returns true if the build is building any tag.


  Commit: 0cda9ac62f18ec0e188afd8105000b884213663a
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/0cda9ac62f18ec0e188afd8105000b884213663a
  Author: rsandell 
  Date:   2018-01-19 (Fri, 19 Jan 2018)

  Changed paths:
A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/BuildingTagConditional/help.html
M 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/TagConditional/help.html

  Log Message:
  ---
  [JENKINS-48523] help file for buildingTag


  Commit: 6ecf71bf527b93609624f1b540ba3eb0665277ab
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/6ecf71bf527b93609624f1b540ba3eb0665277ab
  Author: rsandell 
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/BuildingChangeConditional.java
A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/BuildingChangeConditional/help.html
A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/BuildingChangeConditionalScript.groovy
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/WhenStageMultibranchTest.java
A 
pipeline-model-definition/src/test/resources/when/whenBuildingChange.groovy
M pipeline-model-definition/src/test/resources/when/whenTag.groovy

  Log Message:
  ---
  [JENKINS-48523] Added buildingChange conditional


  Commit: 7f6a4f602fd8e38df7453113c7e498d2737deb7a
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/7f6a4f602fd8e38df7453113c7e498d2737deb7a
  Author: rsandell 
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java

  Log Message:
  ---
  [JENKINS-48523] Fixing the errors parser tests


  Commit: 8808e11d8f24b054522252a82f32d85da03068a9
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/8808e11d8f24b054522252a82f32d85da03068a9
  Author: rsandell 
  Date:   2018-01-29 (Mon, 29 Jan 2018)

  Changed paths:
M 

[jenkinsci/workflow-cps-plugin] 7eddd9: [FIXED JENKINS-33614] Add link to script approval ...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 7eddd974002b2623644a18fa19d58aa54faef2a4
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7eddd974002b2623644a18fa19d58aa54faef2a4
  Author: Andrew Bayer 
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/SandboxContinuable.java
M src/main/resources/org/jenkinsci/plugins/workflow/cps/Messages.properties
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java

  Log Message:
  ---
  [FIXED JENKINS-33614] Add link to script approval when a rejection occurs

I don't *love* this, so feel free to critique/veto.


  Commit: d2d4104383745637ae16cf9c437d5c6d367a30df
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/d2d4104383745637ae16cf9c437d5c6d367a30df
  Author: Andrew Bayer 
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/SandboxContinuable.java
M src/main/resources/org/jenkinsci/plugins/workflow/cps/Messages.properties
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java

  Log Message:
  ---
  Only add hyperlink if the user has RUN_SCRIPTS.


  Commit: ce722717d414f95ae86461c284224cf592328ccb
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/ce722717d414f95ae86461c284224cf592328ccb
  Author: Andrew Bayer 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/SandboxContinuable.java
M src/main/resources/org/jenkinsci/plugins/workflow/cps/Messages.properties
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java

  Log Message:
  ---
  Merge pull request #205 from abayer/jenkins-33614

[FIXED JENKINS-33614] Add link to script approval when a rejection occurs


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/7ac0d46ce3ef...ce722717d414

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


[jenkinsci/plasticscm-plugin] 8d2c3e: Add new developers to pom.xml

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plasticscm-plugin
  Commit: 8d2c3e466cad2b76dd3cd5e932e1eaf9e978cfae
  
https://github.com/jenkinsci/plasticscm-plugin/commit/8d2c3e466cad2b76dd3cd5e932e1eaf9e978cfae
  Author: Miguel 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add new developers to 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/upload-pgyer-plugin] 3dfeeb: remove jsoup, import okhttp, add pgyer apiv2

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/upload-pgyer-plugin
  Commit: 3dfeeb56b77424825d3361129d0ebf18a52031d4
  
https://github.com/jenkinsci/upload-pgyer-plugin/commit/3dfeeb56b77424825d3361129d0ebf18a52031d4
  Author: myroid 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml
R src/main/java/ren/helloworld/upload2pgyer/PublishEnvVarAction.java
M src/main/java/ren/helloworld/upload2pgyer/UploadBuilder.java
A src/main/java/ren/helloworld/upload2pgyer/UploadBuilderV2.java
R src/main/java/ren/helloworld/upload2pgyer/UploadHelper.java
M src/main/java/ren/helloworld/upload2pgyer/UploadPublisher.java
A src/main/java/ren/helloworld/upload2pgyer/UploadPublisherV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/ParamsBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerUploadV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/ParamsBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerUploadV2.java
A src/main/java/ren/helloworld/upload2pgyer/helper/CommonUtil.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV1Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV2Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/ProgressRequestBody.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PublishEnvVarAction.java
A src/main/java/ren/helloworld/upload2pgyer/impl/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/PgyerBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadPgyer.java
M src/main/resources/index.jelly
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-wildcard.html
A src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-wildcard.html
A 

[jenkins-infra/crawler] 3d510f: Ignore JavaScript errors.

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 3d510f5873ce387d3ac3da32f5df088b53a2b917
  
https://github.com/jenkins-infra/crawler/commit/3d510f5873ce387d3ac3da32f5df088b53a2b917
  Author: kiy0taka 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M gradle.groovy

  Log Message:
  ---
  Ignore JavaScript errors.


  Commit: b28d01a0116996cd51e2a5b4f50a52fc92c0d482
  
https://github.com/jenkins-infra/crawler/commit/b28d01a0116996cd51e2a5b4f50a52fc92c0d482
  Author: Daniel Beck 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M gradle.groovy

  Log Message:
  ---
  Merge pull request #72 from kiy0taka/fix/gradle-js-error

Ignore JavaScript error in Gradle crawler.


Compare: 
https://github.com/jenkins-infra/crawler/compare/3e7f2d71a8df...b28d01a01169

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


[jenkinsci/upload-pgyer-plugin] e8bb75: remove jsoup, import okhttp, add pgyer apiv2

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/upload-pgyer-plugin
  Commit: e8bb750eec6626045f4fc2004979bcb1776d53a2
  
https://github.com/jenkinsci/upload-pgyer-plugin/commit/e8bb750eec6626045f4fc2004979bcb1776d53a2
  Author: myroid 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml
R src/main/java/ren/helloworld/upload2pgyer/PublishEnvVarAction.java
M src/main/java/ren/helloworld/upload2pgyer/UploadBuilder.java
A src/main/java/ren/helloworld/upload2pgyer/UploadBuilderV2.java
R src/main/java/ren/helloworld/upload2pgyer/UploadHelper.java
M src/main/java/ren/helloworld/upload2pgyer/UploadPublisher.java
A src/main/java/ren/helloworld/upload2pgyer/UploadPublisherV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/ParamsBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerUploadV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/ParamsBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerUploadV2.java
A src/main/java/ren/helloworld/upload2pgyer/helper/CommonUtil.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV1Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV2Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/ProgressRequestBody.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PublishEnvVarAction.java
A src/main/java/ren/helloworld/upload2pgyer/impl/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/PgyerBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadPgyer.java
M src/main/resources/index.jelly
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-wildcard.html
A src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-wildcard.html
A 

[jenkins-infra/jenkins.io] c36ff8: docs: grammar

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c36ff8cceb392c190f09ba7ae8f89c32d29b244a
  
https://github.com/jenkins-infra/jenkins.io/commit/c36ff8cceb392c190f09ba7ae8f89c32d29b244a
  Author: Andrew Martin 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

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

  Log Message:
  ---
  docs: grammar

`respective` -> `respectively`


  Commit: e0aaf8d4c073d8e3c41eff1f5961f2660962b98d
  
https://github.com/jenkins-infra/jenkins.io/commit/e0aaf8d4c073d8e3c41eff1f5961f2660962b98d
  Author: R. Tyler Croy 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

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

  Log Message:
  ---
  Merge pull request #1470 from sublimino/patch-1

docs: grammar


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/fd241da6906b...e0aaf8d4c073

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


[jenkinsci/custom-war-packager] 958660: Create an “All latest with Maven” demo

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: 95866005f7a0a5bc887a2d9605760bae7f31f6f7
  
https://github.com/jenkinsci/custom-war-packager/commit/95866005f7a0a5bc887a2d9605760bae7f31f6f7
  Author: Oleg Nenashev 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M README.md
A demo/all-latest-core-maven/README.md
A demo/all-latest-core-maven/pom.xml
A demo/all-latest-core-maven/run.sh
M demo/all-latest-core/README.md

  Log Message:
  ---
  Create an “All latest with Maven” demo


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


[jenkinsci/custom-war-packager]

2018-03-27 Thread GitHub
  Branch: refs/tags/parent-pom-0.1-alpha-1
  Home:   https://github.com/jenkinsci/custom-war-packager

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


[jenkinsci/upload-pgyer-plugin] f4e881: remove jsoup, import okhttp, add pgyer apiv2

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/upload-pgyer-plugin
  Commit: f4e88145d041fbc90e0ef05466a334a87534ae1a
  
https://github.com/jenkinsci/upload-pgyer-plugin/commit/f4e88145d041fbc90e0ef05466a334a87534ae1a
  Author: myroid 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml
R src/main/java/ren/helloworld/upload2pgyer/PublishEnvVarAction.java
M src/main/java/ren/helloworld/upload2pgyer/UploadBuilder.java
A src/main/java/ren/helloworld/upload2pgyer/UploadBuilderV2.java
R src/main/java/ren/helloworld/upload2pgyer/UploadHelper.java
M src/main/java/ren/helloworld/upload2pgyer/UploadPublisher.java
A src/main/java/ren/helloworld/upload2pgyer/UploadPublisherV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/ParamsBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerUploadV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/ParamsBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerUploadV2.java
A src/main/java/ren/helloworld/upload2pgyer/helper/CommonUtil.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV1Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV2Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/ProgressRequestBody.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PublishEnvVarAction.java
A src/main/java/ren/helloworld/upload2pgyer/impl/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/PgyerBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadPgyer.java
M src/main/resources/index.jelly
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-wildcard.html
A src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-wildcard.html
A 

[jenkinsci/upload-pgyer-plugin] 1433d1: remove jsoup, import okhttp, add pgyer apiv2

2018-03-27 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/upload-pgyer-plugin
  Commit: 1433d1569962963f612b8a8d17d59320c954f179
  
https://github.com/jenkinsci/upload-pgyer-plugin/commit/1433d1569962963f612b8a8d17d59320c954f179
  Author: myroid 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml
R src/main/java/ren/helloworld/upload2pgyer/PublishEnvVarAction.java
M src/main/java/ren/helloworld/upload2pgyer/UploadBuilder.java
A src/main/java/ren/helloworld/upload2pgyer/UploadBuilderV2.java
R src/main/java/ren/helloworld/upload2pgyer/UploadHelper.java
M src/main/java/ren/helloworld/upload2pgyer/UploadPublisher.java
A src/main/java/ren/helloworld/upload2pgyer/UploadPublisherV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/ParamsBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerUploadV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/ParamsBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerUploadV2.java
A src/main/java/ren/helloworld/upload2pgyer/helper/CommonUtil.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV1Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV2Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/ProgressRequestBody.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PublishEnvVarAction.java
A src/main/java/ren/helloworld/upload2pgyer/impl/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/PgyerBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadPgyer.java
M src/main/resources/index.jelly
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-wildcard.html
A src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-wildcard.html
A 

[jenkinsci/upload-pgyer-plugin]

2018-03-27 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/upload-pgyer-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/upload-pgyer-plugin] 06e4f1: remove jsoup, import okhttp, add pgyer apiv2

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/upload-pgyer-plugin
  Commit: 06e4f18d006642be862bcf8b729f1f7c23574cfc
  
https://github.com/jenkinsci/upload-pgyer-plugin/commit/06e4f18d006642be862bcf8b729f1f7c23574cfc
  Author: myroid 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M pom.xml
R src/main/java/ren/helloworld/upload2pgyer/PublishEnvVarAction.java
M src/main/java/ren/helloworld/upload2pgyer/UploadBuilder.java
A src/main/java/ren/helloworld/upload2pgyer/UploadBuilderV2.java
R src/main/java/ren/helloworld/upload2pgyer/UploadHelper.java
M src/main/java/ren/helloworld/upload2pgyer/UploadPublisher.java
A src/main/java/ren/helloworld/upload2pgyer/UploadPublisherV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/ParamsBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerBeanV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerUploadV1.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/ParamsBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerBeanV2.java
A src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerUploadV2.java
A src/main/java/ren/helloworld/upload2pgyer/helper/CommonUtil.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV1Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV2Helper.java
A src/main/java/ren/helloworld/upload2pgyer/helper/ProgressRequestBody.java
A src/main/java/ren/helloworld/upload2pgyer/helper/PublishEnvVarAction.java
A src/main/java/ren/helloworld/upload2pgyer/impl/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/Message.java
R src/main/java/ren/helloworld/upload2pgyer/java/PgyerBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadBean.java
R src/main/java/ren/helloworld/upload2pgyer/java/UploadPgyer.java
M src/main/resources/index.jelly
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-wildcard.html
A src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/config.jelly
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-installType.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-scanDir.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-updateDescription.html
M 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-wildcard.html
M src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/config.jelly
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-apiKey.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildInstallType.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildName.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildPassword.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildUpdateDescription.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-envVarsPath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-qrcodePath.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-scanDir.html
A 
src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-wildcard.html
A 

[jenkinsci/docker-plugin] 1536dd: Automatically temporarily disable malfunctioning t...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 1536ddf3a3ffd68038dda925c5500de5e13a3d77
  
https://github.com/jenkinsci/docker-plugin/commit/1536ddf3a3ffd68038dda925c5500de5e13a3d77
  Author: Peter Darton 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
A src/main/java/com/nirima/jenkins/plugins/docker/DockerDisabled.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java
M 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerCloud/config.jelly
A 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerDisabled/config.jelly
A 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerDisabled/help-enabledByChoice.html
M 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerTemplate/config.jelly
A src/test/java/com/nirima/jenkins/plugins/docker/DockerDisabledTest.java

  Log Message:
  ---
  Automatically temporarily disable malfunctioning templates/clouds.

DockerCloud and DockerTemplate now have a "Enabled" field so a user can
disable an entire cloud or template until they choose to re-enable it.
If a template fails to provision, this flag is cleared (on the template)
for 5 minutes.
If a cloud is unable to interrogate the docker container counts then the
flag is cleared (on the entire cloud) for 5 minutes.


  Commit: de09a3700490e280607a211ca32524f158c3b87e
  
https://github.com/jenkinsci/docker-plugin/commit/de09a3700490e280607a211ca32524f158c3b87e
  Author: Peter Darton 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
A src/main/java/com/nirima/jenkins/plugins/docker/DockerDisabled.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java
M 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerCloud/config.jelly
A 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerDisabled/config.jelly
A 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerDisabled/help-enabledByChoice.html
M 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerTemplate/config.jelly
A src/test/java/com/nirima/jenkins/plugins/docker/DockerDisabledTest.java

  Log Message:
  ---
  Merge pull request #634 from pjdarton/avoid-broken-clouds-and-templates

Avoid broken clouds and templates by temporarily backing off using them if they 
fail.


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/db9075ca11dd...de09a3700490

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


[jenkinsci/jenkins] a277b5: [JENKINS-50237] - Whitelist org.apache.tools.ant.L...

2018-03-27 Thread GitHub
  Branch: refs/heads/stable-2.107
  Home:   https://github.com/jenkinsci/jenkins
  Commit: a277b58adca24068347d952c85288470a09b611c
  
https://github.com/jenkinsci/jenkins/commit/a277b58adca24068347d952c85288470a09b611c
  Author: Oleg Nenashev 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M core/src/main/resources/jenkins/security/whitelisted-classes.txt

  Log Message:
  ---
  [JENKINS-50237] - Whitelist org.apache.tools.ant.Location for serialization

(cherry picked from commit 300fbc3715f1f96a67300e22ab2dc3a7f1556746)


  Commit: 834fa97e7aeb24eb7765e37a34989bf6788062c5
  
https://github.com/jenkinsci/jenkins/commit/834fa97e7aeb24eb7765e37a34989bf6788062c5
  Author: Oliver Gondža 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M core/src/main/resources/jenkins/security/whitelisted-classes.txt

  Log Message:
  ---
  Merge pull request #3372 from oleg-nenashev/stable-2.107-JENKINS-50237-port

[JENKINS-50237] - Backport: Whitelist org.apache.tools.ant.Location for 
serialization


Compare: 
https://github.com/jenkinsci/jenkins/compare/5d4a76d28423...834fa97e7aeb

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


[jenkinsci/configuration-as-code-plugin] c83470: Fixed an issue with Docker secrets

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: c83470c3b842358bb3f6af996dfa278953af
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/c83470c3b842358bb3f6af996dfa278953af
  Author: Praqma Release User 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/casc/DockerSecretSource.java

  Log Message:
  ---
  Fixed an issue with Docker secrets
We need to remove leading and trailing whitespace and/or newlines when reading 
the secrets file. They get added when using secrets with docker-compose


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


[jenkinsci/docker-plugin] db9075: Improve readtimeout functionality (#633)

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: db9075ca11dd9af6243da5bd2792be3567c8e449
  
https://github.com/jenkinsci/docker-plugin/commit/db9075ca11dd9af6243da5bd2792be3567c8e449
  Author: Peter Darton 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerJobProperty.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerManagement.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/DockerManagementServer.java
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/action/DockerBuildAction.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionProvisionAndStart.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionRun.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionStart.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderControlOptionStop.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/builder/DockerBuilderPublisher.java
M src/main/java/io/jenkins/docker/DockerTransientNode.java
A src/main/java/io/jenkins/docker/client/DelegatingDockerClient.java
M src/main/java/io/jenkins/docker/client/DockerAPI.java
A src/main/java/io/jenkins/docker/client/DockerClientParameters.java
A src/main/java/io/jenkins/docker/client/UsageTrackingCache.java
M 
src/main/java/io/jenkins/docker/connector/DockerComputerAttachConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerConnector.java
M src/main/java/io/jenkins/docker/connector/DockerComputerSSHConnector.java
M 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerTemplate/config.jelly
A 
src/main/resources/com/nirima/jenkins/plugins/docker/DockerTemplate/help-pullTimeout.html
M 
src/main/resources/io/jenkins/docker/client/DockerAPI/help-readTimeout.html
A src/test/java/io/jenkins/docker/client/DockerClientParametersTest.java
A src/test/java/io/jenkins/docker/client/UsageTrackingCacheTest.java

  Log Message:
  ---
  Improve readtimeout functionality (#633)

* Improved readTimeout functionality.
* Cache DockerClient instances.

Docker connection readTimeouts no longer apply to docker pull and docker
build commands.
Docker build build-steps no longer have a timeout - builds have their
own timeout functionality.
Docker templates now have their own pullTimeout field that's used as the
max time for the docker pull to complete.

DockerAPI now caches DockerClient instances, even ones with different
timeouts, and no longer leaks connections.


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


[jenkinsci/docker-plugin] aad09d: Remove no-op line from DockerTemplate

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: aad09dad57beb6947f3b14704b79cd21a7ddb177
  
https://github.com/jenkinsci/docker-plugin/commit/aad09dad57beb6947f3b14704b79cd21a7ddb177
  Author: Peter Darton 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java

  Log Message:
  ---
  Remove no-op line from DockerTemplate

In recent changes, DockerTemplate's @DataBoundConstructor lost its
remoteFs argument, but the line "this.remoteFs = remoteFs;" remained (by
accident) despite that line no longer having any effect.


  Commit: 0c6fe165e193416ab69ad7cec4f119ac9071cc92
  
https://github.com/jenkinsci/docker-plugin/commit/0c6fe165e193416ab69ad7cec4f119ac9071cc92
  Author: Peter Darton 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java

  Log Message:
  ---
  Merge pull request #639 from pjdarton/remove-defunct-line

Remove no-op line from DockerTemplate


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/ac76abddda9b...0c6fe165e193

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


[jenkinsci/bumblebee-plugin]

2018-03-27 Thread GitHub
  Branch: refs/heads/BUM-187
  Home:   https://github.com/jenkinsci/bumblebee-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/telegram-notifications-plugin] c8d7f6: [#11] Fix full CPU load

2018-03-27 Thread GitHub
  Branch: refs/heads/fix-full-cpu-load
  Home:   https://github.com/jenkinsci/telegram-notifications-plugin
  Commit: c8d7f698aa99fc4881ec7128ab8335da3ecfdca6
  
https://github.com/jenkinsci/telegram-notifications-plugin/commit/c8d7f698aa99fc4881ec7128ab8335da3ecfdca6
  Author: Vladislav Gerasimov 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/main/java/jenkinsci/plugins/telegrambot/TelegramBotBuilder.java
R src/main/java/jenkinsci/plugins/telegrambot/TelegramBotDelegate.java
M src/main/java/jenkinsci/plugins/telegrambot/TelegramBotPublisher.java
M src/main/java/jenkinsci/plugins/telegrambot/telegram/TelegramBot.java
M 
src/main/java/jenkinsci/plugins/telegrambot/telegram/TelegramBotRunner.java
R 
src/main/java/jenkinsci/plugins/telegrambot/telegram/TelegramBotThread.java
M src/main/java/jenkinsci/plugins/telegrambot/users/UserApprover.java

  Log Message:
  ---
  [#11] Fix full CPU load


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


[jenkinsci/itest-plugin] f46920: ITEST-14452: Fix Can not run test case with refere...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/itest-plugin
  Commit: f46920a34f473ab025c70623049cdc04463bfd2d
  
https://github.com/jenkinsci/itest-plugin/commit/f46920a34f473ab025c70623049cdc04463bfd2d
  Author: Nghia Truong 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/main/java/com/spirent/plugins/itest/ITest.java

  Log Message:
  ---
  ITEST-14452: Fix Can not run test case with reference path of parameter 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/checkmarx-plugin] d2b90a: change version to 8.60.1

2018-03-27 Thread GitHub
  Branch: refs/heads/Version_8.60
  Home:   https://github.com/jenkinsci/checkmarx-plugin
  Commit: d2b90a7f38857443b4605f38affc3d3975e4fe98
  
https://github.com/jenkinsci/checkmarx-plugin/commit/d2b90a7f38857443b4605f38affc3d3975e4fe98
  Author: dorg 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  change version to 8.60.1


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


[jenkinsci/saml-plugin] 814dab: [JENKINS-45437] load SAML custom attributes (#43)

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 814dab17e19de991f27e85306565d704d21c42b6
  
https://github.com/jenkinsci/saml-plugin/commit/814dab17e19de991f27e85306565d704d21c42b6
  Author: Ivan Fernandez Calvo 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/saml/SamlSecurityRealm.java
A src/main/java/org/jenkinsci/plugins/saml/conf/Attribute.java
A src/main/java/org/jenkinsci/plugins/saml/conf/AttributeEntry.java
A src/main/java/org/jenkinsci/plugins/saml/user/SamlCustomProperty.java
M 
src/main/resources/org/jenkinsci/plugins/saml/SamlSecurityRealm/config.jelly
A src/main/resources/org/jenkinsci/plugins/saml/conf/Attribute/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/saml/user/SamlCustomProperty/config.jelly
A src/main/webapp/help/customAttributes.html
M src/test/java/org/jenkinsci/plugins/saml/OpenSamlWrapperTest.java

  Log Message:
  ---
  [JENKINS-45437] load SAML custom attributes (#43)

* [JENKINS-45437] load SAML custom attributes

* fix test


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


[jenkinsci/saml-plugin] 8836a2: more troubleshooting cases (#47)

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 8836a22ae521434bf80140c9dbe3abd13cd2b7fa
  
https://github.com/jenkinsci/saml-plugin/commit/8836a22ae521434bf80140c9dbe3abd13cd2b7fa
  Author: Ivan Fernandez Calvo 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M doc/TROUBLESHOOTING.md

  Log Message:
  ---
  more troubleshooting cases (#47)


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


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

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 3ac88a47523caaf47ccc40c37bd3610b3d0e66ca
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/3ac88a47523caaf47ccc40c37bd3610b3d0e66ca
  Author: Cyrille Le Clerc 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

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

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


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


[jenkinsci/pipeline-maven-plugin] 26426b: [maven-release-plugin] prepare release pipeline-ma...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 26426bfd697a6426aac39e287972436aaecad7cb
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/26426bfd697a6426aac39e287972436aaecad7cb
  Author: Cyrille Le Clerc 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

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

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-maven-3.5.0-beta-1


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


[jenkinsci/pipeline-maven-plugin]

2018-03-27 Thread GitHub
  Branch: refs/tags/pipeline-maven-3.5.0-beta-1
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin

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


[jenkinsci/pipeline-maven-plugin] 1d9436: JENKINS-50265 : Fix multiple reports created by Ta...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 1d9436e45564f89b1db8db3f537254befe82bd44
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/1d9436e45564f89b1db8db3f537254befe82bd44
  Author: Benoit Guerin 
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/TasksScannerPublisher.java

  Log Message:
  ---
  JENKINS-50265 : Fix multiple reports created by TasksScannerPublisher


  Commit: 1258b4a349f8f15f437f4a70737448b0b6b5c7cb
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/1258b4a349f8f15f437f4a70737448b0b6b5c7cb
  Author: Cyrille Le Clerc 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/TasksScannerPublisher.java

  Log Message:
  ---
  Merge pull request #135 from netceler/master

JENKINS-50265 : Fix multiple reports created by TasksScannerPublisher


Compare: 
https://github.com/jenkinsci/pipeline-maven-plugin/compare/a9345d3abb3b...1258b4a349f8

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


[jenkinsci/pipeline-maven-plugin] 92bb16: Fix detection of builds running in a `container()`...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 92bb168d67c972b286cecc426802f34af8be4b5a
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/92bb168d67c972b286cecc426802f34af8be4b5a
  Author: Giuseppe Iannello 
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepExecution.java
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-jdk.html
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-maven.html

  Log Message:
  ---
  Fix detection of builds running in a `container()` provided by the Kubernetes 
plugin


  Commit: a9345d3abb3b9535f8067000ef1c7e2a5f149a2b
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/a9345d3abb3b9535f8067000ef1c7e2a5f149a2b
  Author: Cyrille Le Clerc 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepExecution.java
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-jdk.html
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-maven.html

  Log Message:
  ---
  Merge pull request #138 from giannello/kubernetes-container-detection

Detect builds running in kubernetes containers


Compare: 
https://github.com/jenkinsci/pipeline-maven-plugin/compare/42e8c640f125...a9345d3abb3b

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


[jenkinsci/pipeline-maven-plugin] 06945a: [JENKINS-50421] Option to turn on 'Maven Linker Pu...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 06945adf5ded52c0a0bb4218c1eafdf13733eda3
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/06945adf5ded52c0a0bb4218c1eafdf13733eda3
  Author: Bing Shiao 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/MavenLinkerPublisher2.java

  Log Message:
  ---
  [JENKINS-50421] Option to turn on 'Maven Linker Publisher' from withMaven 
pipeline level configuration


  Commit: 42e8c640f12560dfc6f797bea38eb1f78876a651
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/42e8c640f12560dfc6f797bea38eb1f78876a651
  Author: Cyrille Le Clerc 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/MavenLinkerPublisher2.java

  Log Message:
  ---
  Merge pull request #140 from bingshiao/JENKINS-50421

[JENKINS-50421] Option to turn on 'Maven Linker Publisher' from withM…


Compare: 
https://github.com/jenkinsci/pipeline-maven-plugin/compare/0263c1496a9b...42e8c640f125

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


[jenkinsci/pipeline-maven-plugin]

2018-03-27 Thread GitHub
  Branch: refs/heads/JENKINS-49227
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin

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


[jenkinsci/pipeline-maven-plugin] c4a00f: [JENKINS-49227] Add healthy/unhealthy thresholds t...

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: c4a00f6a641c7378dd01a720126b2e1316d1a1c1
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/c4a00f6a641c7378dd01a720126b2e1316d1a1c1
  Author: Cyrille Le Clerc 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
A 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/AbstractHealthAwarePublisher.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/FindbugsAnalysisPublisher.java
A 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/AbstractHealthAwarePublisher/health.jelly
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/FindbugsAnalysisPublisher/config.jelly
A jenkins-plugin/src/main/webapp/images/16x16/health-00to19.gif
A jenkins-plugin/src/main/webapp/images/16x16/health-80plus.gif

  Log Message:
  ---
  [JENKINS-49227] Add healthy/unhealthy thresholds to the FindBugs publisher


  Commit: 59dc8642e28a2bc5a3779d103fb9e18aa7729442
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/59dc8642e28a2bc5a3779d103fb9e18aa7729442
  Author: Cyrille Le Clerc 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/TasksScannerPublisher.java
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/TasksScannerPublisher/config.jelly

  Log Message:
  ---
  [JENKINS-50414] Add healthy/unhealthy thresholds to the Open Task Scanner 
publisher


  Commit: 0263c1496a9bbe53ea6b2b42dd236f2f0cb408ce
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/0263c1496a9bbe53ea6b2b42dd236f2f0cb408ce
  Author: Cyrille Le Clerc 
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
A 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/AbstractHealthAwarePublisher.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/FindbugsAnalysisPublisher.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/publishers/TasksScannerPublisher.java
A 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/AbstractHealthAwarePublisher/health.jelly
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/FindbugsAnalysisPublisher/config.jelly
M 
jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/TasksScannerPublisher/config.jelly
A jenkins-plugin/src/main/webapp/images/16x16/health-00to19.gif
A jenkins-plugin/src/main/webapp/images/16x16/health-80plus.gif

  Log Message:
  ---
  Merge pull request #139 from jenkinsci/JENKINS-49227

JENKINS-49227 JENKINS-50414 Add healthy/unhealthy thresholds to Open Stasks 
Scanner and FindBugs Publisher


Compare: 
https://github.com/jenkinsci/pipeline-maven-plugin/compare/1729e64250c1...0263c1496a9b

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