[jenkinsci/azure-app-service-plugin] 23bff7: Update CHANGELOG for release 0.3.0

2018-04-02 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-app-service-plugin
  Commit: 23bff7d3b7e3d0067411b5e1dc6332a0dbc40c0c
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/23bff7d3b7e3d0067411b5e1dc6332a0dbc40c0c
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG for release 0.3.0


  Commit: 889e75cdedcf6390df593447dcc7432e12dac081
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/889e75cdedcf6390df593447dcc7432e12dac081
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-app-service-0.3.0


  Commit: a56175be2ded6cba7ee3e745773ecd338d9e643b
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/a56175be2ded6cba7ee3e745773ecd338d9e643b
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/azure-app-service-plugin/compare/99ea34e7fd36...a56175be2ded

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


[jenkinsci/azure-app-service-plugin] a56175: [maven-release-plugin] prepare for next developmen...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-app-service-plugin
  Commit: a56175be2ded6cba7ee3e745773ecd338d9e643b
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/a56175be2ded6cba7ee3e745773ecd338d9e643b
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 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/azure-app-service-plugin]

2018-04-02 Thread GitHub
  Branch: refs/tags/azure-app-service-0.3.0
  Home:   https://github.com/jenkinsci/azure-app-service-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/azure-app-service-plugin] 098329: Add an option to skip docker build step

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-app-service-plugin
  Commit: 0983297984b07aa3d176ea764d540651d83bce23
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/0983297984b07aa3d176ea764d540651d83bce23
  Author: Dayang Shen 
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentCommandContext.java
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java
M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommand.java
M 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/config.jelly
M 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/config.properties
A 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/help-skipDockerBuild.html
M 
src/test/java/com/microsoft/jenkins/appservice/WebAppDeploymentCommandContextTest.java
M 
src/test/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommandTest.java

  Log Message:
  ---
  Add an option to skip docker build step

Also upgrade Azure SDK to align with latest server side API.


  Commit: 6e01e20f27560a07a7887a1b20cdd37fb308a354
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/6e01e20f27560a07a7887a1b20cdd37fb308a354
  Author: Dayang Shen 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java
M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommand.java

  Log Message:
  ---
  Fix checking condition for Linux Web App


  Commit: db3fa951844eb0791c4b051ecf319adb3c5206b5
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/db3fa951844eb0791c4b051ecf319adb3c5206b5
  Author: Dayang Shen 
  Date:   2018-01-29 (Mon, 29 Jan 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommand.java

  Log Message:
  ---
  Restart slot app too

[FIXED JENKINS-48191]


  Commit: 2a701f51c949c88be880902c1836aa2efea0d0bf
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/2a701f51c949c88be880902c1836aa2efea0d0bf
  Author: Dayang Shen 
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade Azure SDK to v1.7.0


  Commit: 0ca10a48cb1f46fe83be90e2aefc82a99eb32b35
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/0ca10a48cb1f46fe83be90e2aefc82a99eb32b35
  Author: Dayang Shen 
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentCommandContext.java

  Log Message:
  ---
  Support deploying to built-in Linux Java container WebApp via FTP


  Commit: 667cd0bf7c7dc16c4b6110d303472f82c68ca25c
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/667cd0bf7c7dc16c4b6110d303472f82c68ca25c
  Author: Dayang Shen 
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentCommandContext.java
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java
A src/main/java/com/microsoft/jenkins/appservice/util/WebAppUtils.java
A src/test/java/com/microsoft/jenkins/appservice/util/WebAppUtilsTest.java

  Log Message:
  ---
  Move a set of checking functions into WebAppUtils


  Commit: f552cab80f512cc4dcb6c635efecae3fc367c258
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/f552cab80f512cc4dcb6c635efecae3fc367c258
  Author: Dayang Shen 
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/appservice/commands/FTPDeployCommand.java

  Log Message:
  ---
  Increase FTP retry time to 5min as 10sec seems to be insufficient


  Commit: dbef51d0c3fbc091ac3e083469b5f6e05f8e9598
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/dbef51d0c3fbc091ac3e083469b5f6e05f8e9598
  Author: Menghua Xiao 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
M pom.xml
M src/main/java/com/microsoft/jenkins/appservice/BaseDeploymentRecorder.java
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java
M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommand.java
M src/main/java/com/microsoft/jenkins/appservice/util/AzureUtils.java
M 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/config.jelly
M src/main/webapp/scripts/webapp.js

  Log Message:
  ---
  Use scoped Azure credentials lookup


  Commit: d056ae679702e5f8f410b6ec5cf1c4dc176aef0c
  

[jenkinsci/pipeline-aws-plugin] 7b9b5b: add AwsSdkResponseToJson

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 7b9b5b98ebdf76838c201307b4adaeb379277054
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7b9b5b98ebdf76838c201307b4adaeb379277054
  Author: Tyler Southwick 
  Date:   2018-03-31 (Sat, 31 Mar 2018)

  Changed paths:
A src/main/java/de/taimos/pipeline/aws/AwsSdkResponseToJson.java

  Log Message:
  ---
  add AwsSdkResponseToJson


  Commit: 7bec85a2742e9043097e3fcc4e6209c8e75da879
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7bec85a2742e9043097e3fcc4e6209c8e75da879
  Author: Tyler Southwick 
  Date:   2018-03-31 (Sat, 31 Mar 2018)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNValidateStep.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNValidateStepTests.java

  Log Message:
  ---
  return cloudformation validate response on cfnValidate


  Commit: f4eb47fe63b2207c895d29bca66d49f266b57893
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/f4eb47fe63b2207c895d29bca66d49f266b57893
  Author: Thorsten Hoeger 
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
M README.md
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java

  Log Message:
  ---
  Merge branch 'master' into return-validate-cf-template-response


  Commit: 185ec6cee97ba42d82783d32a03d878f62099ce3
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/185ec6cee97ba42d82783d32a03d878f62099ce3
  Author: Thorsten Hoeger 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/S3PresignUrlStep.java
A src/test/java/de/taimos/pipeline/aws/S3PresignUrlStepTests.java

  Log Message:
  ---
  Merge branch 'master' into return-validate-cf-template-response


  Commit: 0fbee27d0b5531584198dd949548b99d54f63fac
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/0fbee27d0b5531584198dd949548b99d54f63fac
  Author: Thorsten Hoeger 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/AwsSdkResponseToJson.java
M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNValidateStep.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNValidateStepTests.java

  Log Message:
  ---
  Merge pull request #69 from 
tylersouthwick/return-validate-cf-template-response

Return validate cf template response


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/4936720d4e99...0fbee27d0b55

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


[jenkinsci/azure-acs-plugin] 7f0e65: Update CHANGELOG for release 0.2.3

2018-04-02 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-acs-plugin
  Commit: 7f0e650355c0e667aa318d64a0983eda8bf63417
  
https://github.com/jenkinsci/azure-acs-plugin/commit/7f0e650355c0e667aa318d64a0983eda8bf63417
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG for release 0.2.3


  Commit: 83244cb98a029607e53c432b1a6ff3ba91128ee3
  
https://github.com/jenkinsci/azure-acs-plugin/commit/83244cb98a029607e53c432b1a6ff3ba91128ee3
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-acs-0.2.3


  Commit: 40056aa1efdd322324c6f3e03f66fb65ba27e32d
  
https://github.com/jenkinsci/azure-acs-plugin/commit/40056aa1efdd322324c6f3e03f66fb65ba27e32d
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/azure-acs-plugin/compare/22d6b0f8f969...40056aa1efdd

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

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 5e86353b751a881f19a2dfb582bb5bf411f61524
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/5e86353b751a881f19a2dfb582bb5bf411f61524
  Author: Tyler Southwick 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/S3PresignUrlStep.java
A src/test/java/de/taimos/pipeline/aws/S3PresignUrlStepTests.java

  Log Message:
  ---
  add S3PresignUrlStep


  Commit: 4936720d4e99c7cbd57ff5069cd5b45c28e3147a
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/4936720d4e99c7cbd57ff5069cd5b45c28e3147a
  Author: Thorsten Hoeger 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/S3PresignUrlStep.java
A src/test/java/de/taimos/pipeline/aws/S3PresignUrlStepTests.java

  Log Message:
  ---
  Merge pull request #68 from tylersouthwick/s3-presign-url

Add S3 presign url


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/e3c676f68f2a...4936720d4e99

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


[jenkinsci/azure-acs-plugin] 40056a: [maven-release-plugin] prepare for next developmen...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-acs-plugin
  Commit: 40056aa1efdd322324c6f3e03f66fb65ba27e32d
  
https://github.com/jenkinsci/azure-acs-plugin/commit/40056aa1efdd322324c6f3e03f66fb65ba27e32d
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 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/azure-acs-plugin] 22d6b0: Use scoped credentials lookup (#13)

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-acs-plugin
  Commit: 22d6b0f8f9695f381d1a0c08bb54a86cf4abb401
  
https://github.com/jenkinsci/azure-acs-plugin/commit/22d6b0f8f9695f381d1a0c08bb54a86cf4abb401
  Author: Menghua Xiao 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M README.md
M pom.xml
M src/main/java/com/microsoft/jenkins/acs/ACSDeploymentContext.java
M src/main/java/com/microsoft/jenkins/acs/commands/AKSDeploymentCommand.java
M src/main/java/com/microsoft/jenkins/acs/commands/EnablePortCommand.java
M 
src/main/java/com/microsoft/jenkins/acs/commands/GetContainerServiceInfoCommand.java
M src/main/java/com/microsoft/jenkins/acs/util/AzureHelper.java
M src/main/resources/com/microsoft/jenkins/acs/Messages.properties

  Log Message:
  ---
  Use scoped credentials lookup (#13)


  Commit: 7f0e650355c0e667aa318d64a0983eda8bf63417
  
https://github.com/jenkinsci/azure-acs-plugin/commit/7f0e650355c0e667aa318d64a0983eda8bf63417
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG for release 0.2.3


  Commit: 83244cb98a029607e53c432b1a6ff3ba91128ee3
  
https://github.com/jenkinsci/azure-acs-plugin/commit/83244cb98a029607e53c432b1a6ff3ba91128ee3
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-acs-0.2.3


Compare: 
https://github.com/jenkinsci/azure-acs-plugin/compare/3b2e6ab51783...83244cb98a02

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


[jenkinsci/azure-acs-plugin]

2018-04-02 Thread GitHub
  Branch: refs/tags/azure-acs-0.2.3
  Home:   https://github.com/jenkinsci/azure-acs-plugin

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


[jenkinsci/kubernetes-cd-plugin] 777009: Update CHANGELOG for release 0.2.0

2018-04-02 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin
  Commit: 777009f5b799927c8082b2a0f40be14f1c41ac6a
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/777009f5b799927c8082b2a0f40be14f1c41ac6a
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG for release 0.2.0


  Commit: cbb9005d605a1647e96e09c888bd1ff340b69593
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/cbb9005d605a1647e96e09c888bd1ff340b69593
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release kubernetes-cd-0.2.0


  Commit: 15e21a71c2eb7e03f36111f310f923ac6176decd
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/15e21a71c2eb7e03f36111f310f923ac6176decd
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/kubernetes-cd-plugin/compare/0e72cc5401b2...15e21a71c2eb

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


[jenkinsci/service-fabric-plugin] 2df350: Verify the Service Fabric deployment configuration

2018-04-02 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/service-fabric-plugin
  Commit: 2df3509a88fec9af2579efcbc54530c65f3c43dd
  
https://github.com/jenkinsci/service-fabric-plugin/commit/2df3509a88fec9af2579efcbc54530c65f3c43dd
  Author: Menghua Xiao 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/servicefabric/ServiceFabricPublishStep.java
A src/main/resources/com/microsoft/jenkins/servicefabric/Messages.properties
M 
src/main/resources/com/microsoft/jenkins/servicefabric/ServiceFabricPublishStep/config.jelly

  Log Message:
  ---
  Verify the Service Fabric deployment configuration


  Commit: d5aeb6a2cbc9ae16174f25395564dc713795ba61
  
https://github.com/jenkinsci/service-fabric-plugin/commit/d5aeb6a2cbc9ae16174f25395564dc713795ba61
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/servicefabric/ServiceFabricPublishStep.java
A src/main/resources/com/microsoft/jenkins/servicefabric/Messages.properties
M 
src/main/resources/com/microsoft/jenkins/servicefabric/ServiceFabricPublishStep/config.jelly

  Log Message:
  ---
  Merge pull request #12 from ArieShout/verify

Verify the Service Fabric deployment configuration


Compare: 
https://github.com/jenkinsci/service-fabric-plugin/compare/3b87bbc1dfdf...d5aeb6a2cbc9

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


[jenkinsci/kubernetes-cd-plugin] 15e21a: [maven-release-plugin] prepare for next developmen...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin
  Commit: 15e21a71c2eb7e03f36111f310f923ac6176decd
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/15e21a71c2eb7e03f36111f310f923ac6176decd
  Author: Menghua Xiao 
  Date:   2018-04-03 (Tue, 03 Apr 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/kubernetes-cd-plugin]

2018-04-02 Thread GitHub
  Branch: refs/tags/kubernetes-cd-0.2.0
  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin

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


[jenkinsci/kubernetes-cd-plugin] a88369: Configure kubeconfig in the Jenkins credentials st...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin
  Commit: a883696be1a8952be306ee451a0d477199847e58
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/a883696be1a8952be306ee451a0d477199847e58
  Author: Menghua Xiao 
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M CHANGELOG.md
M README.md
M img/screenshot.png
M pom.xml
M 
src/main/java/com/microsoft/jenkins/kubernetes/KubernetesClientWrapper.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/KubernetesDeployContext.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/ConfigFileCredentials.java
A 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/KubernetesCredentialsType.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/SSHCredentials.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/TextCredentials.java
M 
src/main/resources/com/microsoft/jenkins/kubernetes/KubernetesDeployContext/config.jelly
M 
src/main/resources/com/microsoft/jenkins/kubernetes/KubernetesDeployContext/config.properties
A 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/DirectEntryKubeconfigSource/config.jelly
A 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/DirectEntryKubeconfigSource/help-content.html
A 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/FileOnKubernetesMasterKubeconfigSource/config.jelly
A 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/FileOnKubernetesMasterKubeconfigSource/help-file.html
A 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/FileOnKubernetesMasterKubeconfigSource/help-server.html
A 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/FileOnKubernetesMasterKubeconfigSource/help-sshCredentialId.html
A 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/FileOnMasterKubeconfigSource/config.jelly
A 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/FileOnMasterKubeconfigSource/help-kubeconfigFile.html
A 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/credentials.jelly

  Log Message:
  ---
  Configure kubeconfig in the Jenkins credentials store instead of the job 
configuration (JENKINS-49781)


  Commit: 19ad521ea62b9afad74a5ee30fdbf8924b7f3e58
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/19ad521ea62b9afad74a5ee30fdbf8924b7f3e58
  Author: Menghua Xiao 
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials.java
M 
src/test/java/com/microsoft/jenkins/kubernetes/KubernetesClientWrapperTest.java
M 
src/test/java/com/microsoft/jenkins/kubernetes/credentials/TextCredentialsTest.java

  Log Message:
  ---
  Fix build and unit tests


  Commit: 42712640f504ff08d200e54c6e6b2346a1d2245b
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/42712640f504ff08d200e54c6e6b2346a1d2245b
  Author: Menghua Xiao 
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
M README.md
M 
src/main/java/com/microsoft/jenkins/kubernetes/KubernetesDeployContext.java
M 
src/main/resources/com/microsoft/jenkins/kubernetes/KubernetesDeployContext/config.jelly
M 
src/main/resources/com/microsoft/jenkins/kubernetes/KubernetesDeployContext/config.properties
M 
src/main/resources/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials/DirectEntryKubeconfigSource/help-content.html

  Log Message:
  ---
  Rename kubeconfig parameter name to kubeconfigId


  Commit: e36bbedd6a6594199fe1152056613ccaa725e721
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/e36bbedd6a6594199fe1152056613ccaa725e721
  Author: Menghua Xiao 
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
M CHANGELOG.md
M README.md
M img/screenshot.png
M pom.xml
M 
src/main/java/com/microsoft/jenkins/kubernetes/KubernetesClientWrapper.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/KubernetesDeployContext.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/ConfigFileCredentials.java
A 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/KubeconfigCredentials.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/KubernetesCredentialsType.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/SSHCredentials.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/credentials/TextCredentials.java
M 

[jenkinsci/jira-plugin] 553a60: JENKINS-50371 stop limiting number of issues to 50

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: 553a601a7a003c7e1ff52db31cde63fc8c4fb3af
  
https://github.com/jenkinsci/jira-plugin/commit/553a601a7a003c7e1ff52db31cde63fc8c4fb3af
  Author: Holger Friedrich 
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M src/main/java/hudson/plugins/jira/JiraSession.java

  Log Message:
  ---
  JENKINS-50371 stop limiting number of issues to 50


  Commit: 07e34405ccfb469c1a1c4530bc9f415cbbfdb3fa
  
https://github.com/jenkinsci/jira-plugin/commit/07e34405ccfb469c1a1c4530bc9f415cbbfdb3fa
  Author: Artem Koshelev 
  Date:   2018-04-03 (Tue, 03 Apr 2018)

  Changed paths:
M src/main/java/hudson/plugins/jira/JiraSession.java

  Log Message:
  ---
  Merge pull request #144 from holgerfriedrich/JENKINS-50371-patch-1

JENKINS-50371 stop limiting number of issues to 50


Compare: 
https://github.com/jenkinsci/jira-plugin/compare/7331709f6f3e...07e34405ccfb

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] e849d6: prepare for the next development iteration

2018-04-02 Thread GitHub
  Branch: refs/heads/develop
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: e849d62357409c6ce7e21d12c29208f3c7ced2b8
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/e849d62357409c6ce7e21d12c29208f3c7ced2b8
  Author: serge17 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  prepare for the 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/contrast-continuous-application-security-plugin]

2018-04-02 Thread GitHub
  Branch: refs/tags/contrast-continuous-application-security-2.2
  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] 41d6be: [maven-release-plugin] prepare release contrast-co...

2018-04-02 Thread GitHub
  Branch: refs/heads/develop
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 41d6bea7eaa9e90156b6c8f1549567508d9b10aa
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/41d6bea7eaa9e90156b6c8f1549567508d9b10aa
  Author: serge17 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 
contrast-continuous-application-security-2.2


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


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

2018-04-02 Thread GitHub
  Branch: refs/heads/CONTRAST-22037
  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] 4be1f9: Fixed tests

2018-04-02 Thread GitHub
  Branch: refs/heads/develop
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 4be1f9ba72fd7a65c1f424d70d9b28b1285d7bb9
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/4be1f9ba72fd7a65c1f424d70d9b28b1285d7bb9
  Author: serge17 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

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

  Log Message:
  ---
  Fixed tests


  Commit: 0d87b1a405ce22e38f6c6f4aed205647b688ca3a
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/0d87b1a405ce22e38f6c6f4aed205647b688ca3a
  Author: Gary Moore 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

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

  Log Message:
  ---
  Change one-liner if statement


Compare: 
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/compare/929079a19cd2...0d87b1a405ce

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 6e3fbb: fix typo in README

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-parameter-store-plugin
  Commit: 6e3fbb64cbf483d3391e4c4d09d2c6f279072047
  
https://github.com/jenkinsci/aws-parameter-store-plugin/commit/6e3fbb64cbf483d3391e4c4d09d2c6f279072047
  Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  fix typo in README


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


[jenkinsci/aws-parameter-store-plugin] 15990f: change pom url to wiki documentation

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  change pom url to wiki documentation


  Commit: d6406d53697968dd68e4467780702d5ebbd75151
  
https://github.com/jenkinsci/aws-parameter-store-plugin/commit/d6406d53697968dd68e4467780702d5ebbd75151
  Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com>
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
M 
src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper.java
M 
src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreService.java
M src/main/resources/hudson/plugins/awsparameterstore/Messages.properties
M 
src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapperDescriptorTest.java
M 
src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapperTest.java
M 
src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreServiceTest.java

  Log Message:
  ---
  add pipeline support


  Commit: a0b760bdd6f7155aa3a5fc29a76a6c1edd852d56
  
https://github.com/jenkinsci/aws-parameter-store-plugin/commit/a0b760bdd6f7155aa3a5fc29a76a6c1edd852d56
  Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com>
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
A CHANGELOG.md

  Log Message:
  ---
  add CHANGELOG


  Commit: f2bdf6839787721eff0e8df197c6f7bfaa597090
  
https://github.com/jenkinsci/aws-parameter-store-plugin/commit/f2bdf6839787721eff0e8df197c6f7bfaa597090
  Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com>
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
M README.md
M images/screenshot-1.png
M 
src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper.java
M 
src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreService.java
M 
src/main/resources/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper/config.jelly
M 
src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapperDescriptorTest.java
M 
src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapperTest.java
M 
src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreServiceTest.java

  Log Message:
  ---
  add environment variable naming options


  Commit: abfdd5b4ee832f3d5cc570cee2adf724bea97b5e
  
https://github.com/jenkinsci/aws-parameter-store-plugin/commit/abfdd5b4ee832f3d5cc570cee2adf724bea97b5e
  Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M 
src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreService.java
M 
src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreServiceTest.java

  Log Message:
  ---
  do not use deprecated aws apis


Compare: 
https://github.com/jenkinsci/aws-parameter-store-plugin/compare/48c7b77c4b72...abfdd5b4ee83

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-hub-plugin] 994737: Handling job interrupt, handling report storing an...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-hub-plugin
  Commit: 9947372433e6b9ba67f29a4ff6f4ae4f1bfc3c1b
  
https://github.com/jenkinsci/blackduck-hub-plugin/commit/9947372433e6b9ba67f29a4ff6f4ae4f1bfc3c1b
  Author: jrichard 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/HubReportV2Action.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/RemoteScan.java
A 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/ScanResponse.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/BDCommonScanStep.java

  Log Message:
  ---
  Handling job interrupt, handling report storing and marshalling issues


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


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

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

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

  Log Message:
  ---
  Updating the thread interrupts


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


[jenkinsci/artifact-manager-s3-plugin] 7724d5: asRemotable has been deleted.

2018-04-02 Thread GitHub
  Branch: refs/heads/no-asRemotable
  Home:   https://github.com/jenkinsci/artifact-manager-s3-plugin
  Commit: 7724d5f88dee933e4dcedc8352da62214e60d0cf
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/7724d5f88dee933e4dcedc8352da62214e60d0cf
  Author: Jesse Glick 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/artifact_manager_s3/JCloudsBlobStore.java

  Log Message:
  ---
  asRemotable has been deleted.


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

2018-04-02 Thread GitHub
  Branch: refs/heads/CONTRAST-22037
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 4be1f9ba72fd7a65c1f424d70d9b28b1285d7bb9
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/4be1f9ba72fd7a65c1f424d70d9b28b1285d7bb9
  Author: serge17 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

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

  Log Message:
  ---
  Fixed tests


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


[jenkinsci/crossbrowsertesting-plugin]

2018-04-02 Thread GitHub
  Branch: refs/tags/crossbrowsertesting-2.5.1-beta
  Home:   https://github.com/jenkinsci/crossbrowsertesting-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.


[jenkins-infra/jenkins.io] 62e8ae: Create 2018-04-11-raleigh.adoc

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 62e8aedfe418a0f8fccdeb24f5afb7152496330a
  
https://github.com/jenkins-infra/jenkins.io/commit/62e8aedfe418a0f8fccdeb24f5afb7152496330a
  Author: MaxArbuckle 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
A content/_data/events/2018-04-11-raleigh.adoc

  Log Message:
  ---
  Create 2018-04-11-raleigh.adoc


  Commit: 50173b81dbca9e28ea3bf531dfe0019c628e593c
  
https://github.com/jenkins-infra/jenkins.io/commit/50173b81dbca9e28ea3bf531dfe0019c628e593c
  Author: Liam Newman 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A content/_data/events/2018-04-11-raleigh.adoc

  Log Message:
  ---
  Merge pull request #1475 from MaxArbuckle/patch-45

Create 2018-04-11-raleigh.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/74e34493a207...50173b81dbca

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


[jenkins-infra/jenkins.io] 2061eb: Create 2018-04-26-dallas.adoc

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 2061eb088b8013fc2f35cb7f9aae6a3afcc56116
  
https://github.com/jenkins-infra/jenkins.io/commit/2061eb088b8013fc2f35cb7f9aae6a3afcc56116
  Author: MaxArbuckle 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
A content/_data/events/2018-04-26-dallas.adoc

  Log Message:
  ---
  Create 2018-04-26-dallas.adoc


  Commit: 74e34493a207db130c08681dece01cc938a38a52
  
https://github.com/jenkins-infra/jenkins.io/commit/74e34493a207db130c08681dece01cc938a38a52
  Author: Liam Newman 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A content/_data/events/2018-04-26-dallas.adoc

  Log Message:
  ---
  Merge pull request #1476 from MaxArbuckle/patch-46

Create 2018-04-26-dallas.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/a005f5f0e8bb...74e34493a207

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-04-02 Thread GitHub
  Branch: refs/heads/CONTRAST-22037
  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.


[jenkins-infra/jenkins.io] f4a4ff: Create 2018-04-24-london.adoc

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f4a4fff7ea182cd05e0f2a441eb5dc3e66c548c9
  
https://github.com/jenkins-infra/jenkins.io/commit/f4a4fff7ea182cd05e0f2a441eb5dc3e66c548c9
  Author: MaxArbuckle 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
A content/_data/events/2018-04-24-london.adoc

  Log Message:
  ---
  Create 2018-04-24-london.adoc


  Commit: a005f5f0e8bb1035cc8008f3fbfd3f9b4df47b41
  
https://github.com/jenkins-infra/jenkins.io/commit/a005f5f0e8bb1035cc8008f3fbfd3f9b4df47b41
  Author: Liam Newman 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A content/_data/events/2018-04-24-london.adoc

  Log Message:
  ---
  Merge pull request #1477 from MaxArbuckle/patch-47

Create 2018-04-24-london.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/51b13d9e0d69...a005f5f0e8bb

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


[jenkins-infra/jenkins.io] 3de863: Create 2018-05-09-dublin.adoc

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 3de863a8251473e40ceba67911222bcac4e00304
  
https://github.com/jenkins-infra/jenkins.io/commit/3de863a8251473e40ceba67911222bcac4e00304
  Author: MaxArbuckle 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
A content/_data/events/2018-05-09-dublin.adoc

  Log Message:
  ---
  Create 2018-05-09-dublin.adoc


  Commit: 51b13d9e0d69205aecbeae4064c74c9ddec83130
  
https://github.com/jenkins-infra/jenkins.io/commit/51b13d9e0d69205aecbeae4064c74c9ddec83130
  Author: Liam Newman 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A content/_data/events/2018-05-09-dublin.adoc

  Log Message:
  ---
  Merge pull request #1478 from MaxArbuckle/patch-48

Create 2018-05-09-dublin.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/ef7c8eb977a6...51b13d9e0d69

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


[jenkins-infra/jenkins.io] 26a7d4: Create 2018-04-04-philadelphia.adoc

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 26a7d43c959e2995ded390cecfd08a8aa5327494
  
https://github.com/jenkins-infra/jenkins.io/commit/26a7d43c959e2995ded390cecfd08a8aa5327494
  Author: MaxArbuckle 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
A content/_data/events/2018-04-04-philadelphia.adoc

  Log Message:
  ---
  Create 2018-04-04-philadelphia.adoc


  Commit: ef7c8eb977a6b1bab1608b1da153804ba2449fe8
  
https://github.com/jenkins-infra/jenkins.io/commit/ef7c8eb977a6b1bab1608b1da153804ba2449fe8
  Author: Liam Newman 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A content/_data/events/2018-04-04-philadelphia.adoc

  Log Message:
  ---
  Merge pull request #1474 from MaxArbuckle/patch-44

Create 2018-04-04-philadelphia.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/25a2fe3bf5a8...ef7c8eb977a6

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


[jenkins-infra/jenkins.io] b23812: Create 2018-04-05-munchen.adoc

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b2381204ac3160df2a162d622f6e443ab859e878
  
https://github.com/jenkins-infra/jenkins.io/commit/b2381204ac3160df2a162d622f6e443ab859e878
  Author: MaxArbuckle 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
A content/_data/events/2018-04-05-munchen.adoc

  Log Message:
  ---
  Create 2018-04-05-munchen.adoc


  Commit: 25a2fe3bf5a8f7f1ffae9f548b51b6f99169f434
  
https://github.com/jenkins-infra/jenkins.io/commit/25a2fe3bf5a8f7f1ffae9f548b51b6f99169f434
  Author: Liam Newman 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A content/_data/events/2018-04-05-munchen.adoc

  Log Message:
  ---
  Merge pull request #1479 from MaxArbuckle/patch-49

Create 2018-04-05-munchen.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/757be35bdf3c...25a2fe3bf5a8

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


[jenkinsci/dependency-check-plugin]

2018-04-02 Thread GitHub
  Branch: refs/tags/dependency-check-jenkins-plugin-3.1.2
  Home:   https://github.com/jenkinsci/dependency-check-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/dependency-check-plugin] aa6ccd: [maven-release-plugin] prepare for next developmen...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: aa6ccdeca3f2180b5d5bace84ff9f9aca2e339b2
  
https://github.com/jenkinsci/dependency-check-plugin/commit/aa6ccdeca3f2180b5d5bace84ff9f9aca2e339b2
  Author: stevespringett 
  Date:   2018-04-02 (Mon, 02 Apr 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/dependency-check-plugin] 435830: [maven-release-plugin] prepare release dependency-...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 435830f002b4d11074c61f0b4536c9e19b9e8470
  
https://github.com/jenkinsci/dependency-check-plugin/commit/435830f002b4d11074c61f0b4536c9e19b9e8470
  Author: stevespringett 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-check-jenkins-plugin-3.1.2


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


[jenkinsci/jep] 8b4d12: Number and mark JEP-303 in Draft status

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jep
  Commit: 8b4d1299e18b7861f1ec695f65fceb794f461312
  
https://github.com/jenkinsci/jep/commit/8b4d1299e18b7861f1ec695f65fceb794f461312
  Author: R. Tyler Croy 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
R jep//README.adoc
A jep/303/README.adoc
M jep/README.adoc

  Log Message:
  ---
  Number and mark JEP-303 in Draft status


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


[jenkinsci/dependency-check-plugin] d9550f: Upgraded ODC core to 3.1.2

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: d9550f96851a09c73cc53ad3162b518b5d87adbe
  
https://github.com/jenkinsci/dependency-check-plugin/commit/d9550f96851a09c73cc53ad3162b518b5d87adbe
  Author: stevespringett 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgraded ODC core to 3.1.2


  Commit: 67789e995ba1ff8a67c842aab1cbc3fdf616a30e
  
https://github.com/jenkinsci/dependency-check-plugin/commit/67789e995ba1ff8a67c842aab1cbc3fdf616a30e
  Author: stevespringett 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckExecutor.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/Options.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/global.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/global.properties
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckTabDetail/details.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckTabDetail/fixed.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckTabDetail/warnings.jelly
A src/main/webapp/help-nodepackage-analyzer-enabled.html

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


Compare: 
https://github.com/jenkinsci/dependency-check-plugin/compare/87ac92b8f0a7...67789e995ba1

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


[jenkinsci/rabbitmq-publisher-plugin] b98a30: pom correction before release

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rabbitmq-publisher-plugin
  Commit: b98a30058d037ccef8c51e078f725c6a5edec041
  
https://github.com/jenkinsci/rabbitmq-publisher-plugin/commit/b98a30058d037ccef8c51e078f725c6a5edec041
  Author: Le Gall Benoit 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  pom correction before release


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


[jenkinsci/custom-war-packager] f9c4b5: Add plugin repositories to the Maven Demo

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: f9c4b528277abe0b768c78a26c10827a08ce12b4
  
https://github.com/jenkinsci/custom-war-packager/commit/f9c4b528277abe0b768c78a26c10827a08ce12b4
  Author: Oleg Nenashev 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M demo/all-latest-core-maven/pom.xml

  Log Message:
  ---
  Add plugin repositories to the Maven Demo


  Commit: 8632f3457d1c8db7cf331d8be415274fd5dbb5ca
  
https://github.com/jenkinsci/custom-war-packager/commit/8632f3457d1c8db7cf331d8be415274fd5dbb5ca
  Author: Oleg Nenashev 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Merge commit '9a97b5466f9d77ebbe60f723b9516f5283b6886d'


Compare: 
https://github.com/jenkinsci/custom-war-packager/compare/9a97b5466f9d...8632f3457d1c

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


[jenkinsci/rabbitmq-publisher-plugin] 11424d: clean file

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rabbitmq-publisher-plugin
  Commit: 11424d44c2f42f68dc8cf072f46ccd34adba5873
  
https://github.com/jenkinsci/rabbitmq-publisher-plugin/commit/11424d44c2f42f68dc8cf072f46ccd34adba5873
  Author: Le Gall Benoit 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  clean file


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


[jenkinsci/blackduck-hub-plugin] f52f2e: Updating xml handling and changing the supported v...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-hub-plugin
  Commit: f52f2e9236920677a9233e6d7def6c83b6929fcd
  
https://github.com/jenkinsci/blackduck-hub-plugin/commit/f52f2e9236920677a9233e6d7def6c83b6929fcd
  Author: jrichard 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/PostBuildScanDescriptor.java

  Log Message:
  ---
  Updating xml handling and changing the supported version of Jenkins to 1.596.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/blackduck-detect-plugin] cecb4b: Updating method and comment

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

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

  Log Message:
  ---
  Updating method and comment


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


[jenkinsci/rabbitmq-publisher-plugin] f4882f: add Jenkinsfile

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rabbitmq-publisher-plugin
  Commit: f4882f1ffd68393a6c2826da90092d85e36b19f8
  
https://github.com/jenkinsci/rabbitmq-publisher-plugin/commit/f4882f1ffd68393a6c2826da90092d85e36b19f8
  Author: Le Gall Benoit 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  add Jenkinsfile


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


[jenkinsci/pipeline-model-definition-plugin] 8e8bc4: Just rely on the Jenkinsfile test timeout until I ...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 8e8bc425d4c32f336b61cf79f21b3266199e5989
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/8e8bc425d4c32f336b61cf79f21b3266199e5989
  Author: Andrew Bayer 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Just rely on the Jenkinsfile test timeout until I figure out how to
get JenkinsRule to not do ClassRule-scoped timeout. Sigh.


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


[jenkinsci/rabbitmq-publisher-plugin] f141ef: add url to wiki

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rabbitmq-publisher-plugin
  Commit: f141ef22763e7e8a36c43b7479d0103b1f61c70c
  
https://github.com/jenkinsci/rabbitmq-publisher-plugin/commit/f141ef22763e7e8a36c43b7479d0103b1f61c70c
  Author: Le Gall Benoit 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  add url to wiki


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 5c0b54: Issue #3 - Create Jenkinsfile

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

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Issue #3 - Create Jenkinsfile


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

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Jenkinsfile: Do not run Windows build for now


  Commit: 9a97b5466f9d77ebbe60f723b9516f5283b6886d
  
https://github.com/jenkinsci/custom-war-packager/commit/9a97b5466f9d77ebbe60f723b9516f5283b6886d
  Author: Oleg Nenashev 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Merge pull request #6 from oleg-nenashev/Jenkinsfile

Issue #3 - Create Jenkinsfile


Compare: 
https://github.com/jenkinsci/custom-war-packager/compare/596779273134...9a97b5466f9d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 7a38f8: Sigh, timeouts are hard to set apparently.

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 7a38f82e68b06916c1a01370ada7172f862f3909
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/7a38f82e68b06916c1a01370ada7172f862f3909
  Author: Andrew Bayer 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Sigh, timeouts are hard to set apparently.


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


[jenkinsci/blackduck-detect-plugin] cb4def: Updating xml handling

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

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

  Log Message:
  ---
  Updating xml handling


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


[jenkinsci/jenkins-test-harness] 618723: 2.36

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 618723e86d1c3913ddd0d93bece61adb07c1ebb6
  
https://github.com/jenkinsci/jenkins-test-harness/commit/618723e86d1c3913ddd0d93bece61adb07c1ebb6
  Author: Baptiste Mathus 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  2.36

and burned 2.35


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-test-harness] bc99fe: [maven-release-plugin] prepare release jenkins-tes...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: bc99fee12b3155f9d5c0fa1571948299ecf08968
  
https://github.com/jenkinsci/jenkins-test-harness/commit/bc99fee12b3155f9d5c0fa1571948299ecf08968
  Author: Baptiste Mathus 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-test-harness-2.36


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

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 1fa73fa1fa1e84b1be4e5d29317152df4199623f
  
https://github.com/jenkinsci/jenkins-test-harness/commit/1fa73fa1fa1e84b1be4e5d29317152df4199623f
  Author: Baptiste Mathus 
  Date:   2018-04-02 (Mon, 02 Apr 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/jenkins-test-harness]

2018-04-02 Thread GitHub
  Branch: refs/tags/jenkins-test-harness-2.36
  Home:   https://github.com/jenkinsci/jenkins-test-harness

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


[jenkinsci/sonar-gerrit-plugin] a69313: [maven-release-plugin] prepare for next developmen...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin
  Commit: a693134a94583d6215c7cc02e00efe57fcf4b30f
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/a693134a94583d6215c7cc02e00efe57fcf4b30f
  Author: Tatiana Didik 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

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

Change-Id: I21b2b9632ab60d0ffd7b3c19a3c9d57f157af63d


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


[jenkinsci/sonar-gerrit-plugin] a19f07: [maven-release-plugin] prepare for next developmen...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin
  Commit: a19f07eeb0864d0d899198ac98c0e97454e494cd
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/a19f07eeb0864d0d899198ac98c0e97454e494cd
  Author: Tatiana Didik 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M pom.xml

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

Change-Id: I56fbc3e6309db44b71f3685a31b329752f473e2d


  Commit: dac8dd537dda8b8cfa983baab3a8471f6758dca9
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/dac8dd537dda8b8cfa983baab3a8471f6758dca9
  Author: Tatiana Didik 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/AuthenticationConfig.java
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/filter/predicates/ByChangedLinesPredicate.java
M src/test/java/org/jenkinsci/plugins/sonargerrit/config/NullValuesTest.java
R 
src/test/java/org/jenkinsci/plugins/sonargerrit/inspection/sonarqube/ChangedFilesTest.java
A 
src/test/java/org/jenkinsci/plugins/sonargerrit/inspection/sonarqube/CustomProjectPathAndFilePredicateMatchTest.java
A 
src/test/java/org/jenkinsci/plugins/sonargerrit/inspection/sonarqube/ProjectPathToGerritChangedLinesMatchTest.java
A 
src/test/java/org/jenkinsci/plugins/sonargerrit/inspection/sonarqube/ProjectPathToGerritFilenameMatchTest.java

  Log Message:
  ---
  Merge branch 'master' of https://github.com/jenkinsci/sonar-gerrit-plugin


  Commit: 80154348f1510802af5e1c507ec51dae3d894d20
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/80154348f1510802af5e1c507ec51dae3d894d20
  Author: Tatiana Didik 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release sonar-gerrit-2.3

Change-Id: I4a1c7b3b4e35656e6d20328f8f90a9cc6beeb3ae


Compare: 
https://github.com/jenkinsci/sonar-gerrit-plugin/compare/079ac0c6fc88...80154348f151

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


[jenkinsci/sonar-gerrit-plugin]

2018-04-02 Thread GitHub
  Branch: refs/tags/sonar-gerrit-2.3
  Home:   https://github.com/jenkinsci/sonar-gerrit-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/sonar-gerrit-plugin] 7ed835: Fix can't authenticate to gerrit with overriding c...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin
  Commit: 7ed8357f6ba8709614d1b64b6b695617b9605598
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/7ed8357f6ba8709614d1b64b6b695617b9605598
  Author: Makson Lee 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnector.java
M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly

  Log Message:
  ---
  Fix can't authenticate to gerrit with overriding credentical


  Commit: 76a94f866aeba52b081ecb699be1d6c5ee43002f
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/76a94f866aeba52b081ecb699be1d6c5ee43002f
  Author: Tatiana Didik 
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/InspectionConfig.java
A 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java
M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java

  Log Message:
  ---
  JENKINS-49172 Snippet generator no longer working; JENKINS-49284 Pipeline 
posts review under wrong category

Change-Id: I5014b6d34989c20ebd75aab764399327b233c444


  Commit: ee7c6dd24958c2d3706fd98b839cda580e617aff
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/ee7c6dd24958c2d3706fd98b839cda580e617aff
  Author: Tatiana Didik 
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java
M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java
M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/ConfigurationUpdateTest.java

  Log Message:
  ---
  move compatibility getters to helper; fix tests

Change-Id: I997c1347c384ddc5bb9fdab05e9d66b42741c2ff


  Commit: 252a636d2e7bf22e74be5d182c6900afb1a899e6
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/252a636d2e7bf22e74be5d182c6900afb1a899e6
  Author: Tatiana 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnector.java
M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly

  Log Message:
  ---
  Merge pull request #36 from 
maksonlee/fix-cannot-authenticate-to-gerrit-with-overriding-credential

Fix can't authenticate to gerrit with override credentical


  Commit: 64a5888d0b6b5dfb735c2ff9815ec416a9929e66
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/64a5888d0b6b5dfb735c2ff9815ec416a9929e66
  Author: Tatiana Didik 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  revert min jenkins version update

Change-Id: Ia725945da4ea0a4ba3c3f08bfa2b06332fb4d473


  Commit: 6773f21e8451e737c68dfcee15b55ec50b2e960a
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/6773f21e8451e737c68dfcee15b55ec50b2e960a
  Author: Tatiana Didik 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release sonar-gerrit-2.2

Change-Id: Id409f969f387c2320da621fc3f216d1ec78ddd2d


  Commit: 913f15b6993e15b0fbe0bf5950d25ac374798461
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/913f15b6993e15b0fbe0bf5950d25ac374798461
  Author: Tatiana Didik 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M pom.xml

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

Change-Id: I55b44c424ea3f47edc1b6fcee163a52116556320


  Commit: 1e14040d91202f180469ef874171ff6aa19a0239
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/1e14040d91202f180469ef874171ff6aa19a0239
  Author: Tatiana Didik 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

  Log Message:
  ---
  skip findbugs issues

Change-Id: Ia58708365ff9138fe015b5ea4903d1327ced5093


  Commit: 80bb76d96234b1f96df47eab1b70e691de59d7c8
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/80bb76d96234b1f96df47eab1b70e691de59d7c8
  Author: Tatiana Didik 
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

  Log Message:
  ---
  fix findbugs issues

Change-Id: 

[jenkinsci/jep] 7bc39c: Initial/early draft of the registration and authen...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jep
  Commit: 7bc39cd931a9b56db5e7436b55a7073983ec6f6e
  
https://github.com/jenkinsci/jep/commit/7bc39cd931a9b56db5e7436b55a7073983ec6f6e
  Author: R. Tyler Croy 
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
A jep//README.adoc

  Log Message:
  ---
  Initial/early draft of the registration and authentication system for 
Evergreen

This is still incomplete, but I felt it was necessary to get an early version of
the design written down in order to have a useful discussion with other
contributors on the developer lists.


  Commit: b2bee0be91b26d2989caba1bde47619bd8cdf359
  
https://github.com/jenkinsci/jep/commit/b2bee0be91b26d2989caba1bde47619bd8cdf359
  Author: R. Tyler Croy 
  Date:   2018-03-24 (Sat, 24 Mar 2018)

  Changed paths:
M jep//README.adoc

  Log Message:
  ---
  Add a note about the pre-shared key requirement for backend services


  Commit: c3c1b0214716f3ab4d5d51faf3368a2c3725596b
  
https://github.com/jenkinsci/jep/commit/c3c1b0214716f3ab4d5d51faf3368a2c3725596b
  Author: Baptiste Mathus 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M jep//README.adoc

  Log Message:
  ---
  Fix some typos / refs issues


  Commit: 0fc943cdad5b952aa7ec70058ceafd7d78e15bb0
  
https://github.com/jenkinsci/jep/commit/0fc943cdad5b952aa7ec70058ceafd7d78e15bb0
  Author: R. Tyler Croy 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M jep//README.adoc

  Log Message:
  ---
  Merge pull request #2 from batmat/fix-some-typos

Fix some typos / refs issues


  Commit: b88533c90f3345e41dfb620220fdf70ad6fe5ca3
  
https://github.com/jenkinsci/jep/commit/b88533c90f3345e41dfb620220fdf70ad6fe5ca3
  Author: R. Tyler Croy 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M jep//README.adoc

  Log Message:
  ---
  Add information about the Instance Identity approach


  Commit: ab365eb48b70f081064579b4a2c6862e93f8b8f8
  
https://github.com/jenkinsci/jep/commit/ab365eb48b70f081064579b4a2c6862e93f8b8f8
  Author: R. Tyler Croy 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M jep//README.adoc

  Log Message:
  ---
  Some more copy edits and linking to the initial discussion thread


  Commit: 57d734875e05012a88093d32f945ad16d2cee30b
  
https://github.com/jenkinsci/jep/commit/57d734875e05012a88093d32f945ad16d2cee30b
  Author: R. Tyler Croy 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
M jep//README.adoc

  Log Message:
  ---
  expand the rest of the document to address some concerns from @bwalding

This commit also fills out the remainder of the template aspects of the document


  Commit: 7f536d545f04cec33c29ecbc52aa5a4e4b70900f
  
https://github.com/jenkinsci/jep/commit/7f536d545f04cec33c29ecbc52aa5a4e4b70900f
  Author: R. Tyler Croy 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M jep//README.adoc

  Log Message:
  ---
  Correct some spelling errors and HTTP status code errors caught by @orrc 
:clap:


  Commit: ce3e3a3da098572fcef96aba4806e9ed6b4c7d9e
  
https://github.com/jenkinsci/jep/commit/ce3e3a3da098572fcef96aba4806e9ed6b4c7d9e
  Author: R. Tyler Croy 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A jep//README.adoc

  Log Message:
  ---
  Merge pull request #74 from rtyler/essentials-registration

Evergreen Client Registration and Authentication


Compare: https://github.com/jenkinsci/jep/compare/a59ab3c94097...ce3e3a3da098

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


[jenkinsci/sonar-gerrit-plugin] 6fb226: revert changes in test causing build failure

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin
  Commit: 6fb226fcabcb42f71c3d4f1d3c85fc35505c3d2a
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/6fb226fcabcb42f71c3d4f1d3c85fc35505c3d2a
  Author: Tatiana Didik 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/sonargerrit/config/NullValuesTest.java

  Log Message:
  ---
  revert changes in test causing build failure


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


[jenkinsci/sonar-gerrit-plugin] 06696c: Merge branch 'master' of github.com:jenkinsci/sona...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin
  Commit: 06696c8f912788bb41e879e7f6dcfc2c84ffcc9a
  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/06696c8f912788bb41e879e7f6dcfc2c84ffcc9a
  Author: Tatiana Didik 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/InspectionConfig.java
M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnector.java
A 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java
M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly
M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java
M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/ConfigurationUpdateTest.java

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/sonar-gerrit-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-model-definition-plugin] dd6a83: Bump test timeout to 6 minutes due to weirdness in...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: dd6a83f9d40ca2f7d0074bebf2844deb23311000
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/dd6a83f9d40ca2f7d0074bebf2844deb23311000
  Author: Andrew Bayer 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump test timeout to 6 minutes due to weirdness in AgentTest.


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


[jenkinsci/infra-cla] c582e9: Add ICLA for ifernandezcalvo

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/infra-cla
  Commit: c582e9844471b0ce8c1d205459743162d082b9b4
  
https://github.com/jenkinsci/infra-cla/commit/c582e9844471b0ce8c1d205459743162d082b9b4
  Author: Ivan Fernandez Calvo 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A collected/icla/ifernandezcalvo/ccla
A collected/icla/ifernandezcalvo/cla.pdf.asc
A collected/icla/ifernandezcalvo/committer.properties

  Log Message:
  ---
  Add ICLA for ifernandezcalvo


  Commit: b5b8f5befed5e7dbe26e3d48f96e9ab071f00600
  
https://github.com/jenkinsci/infra-cla/commit/b5b8f5befed5e7dbe26e3d48f96e9ab071f00600
  Author: R. Tyler Croy 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A collected/icla/ifernandezcalvo/ccla
A collected/icla/ifernandezcalvo/cla.pdf.asc
A collected/icla/ifernandezcalvo/committer.properties

  Log Message:
  ---
  Merge pull request #58 from kuisathaverat/master

Add ICLA for ifernandezcalvo


Compare: 
https://github.com/jenkinsci/infra-cla/compare/cce62814a18d...b5b8f5befed5

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


[jenkinsci/owl-reporter-plugin] c9e771: Reference wiki page and jenkinsci git repo

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/owl-reporter-plugin
  Commit: c9e77169a90c1888f2024cc939227e6e1f3229dd
  
https://github.com/jenkinsci/owl-reporter-plugin/commit/c9e77169a90c1888f2024cc939227e6e1f3229dd
  Author: Tarik Demirović 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Reference wiki page and jenkinsci git repo


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


[jenkinsci/notification-plugin]

2018-04-02 Thread GitHub
  Branch: refs/tags/notification-1.13
  Home:   https://github.com/jenkinsci/notification-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/notification-plugin] 050ed9: [maven-release-plugin] prepare release notificatio...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/notification-plugin
  Commit: 050ed9c6579767987e3219c4cd8fefdd7ce12cb4
  
https://github.com/jenkinsci/notification-plugin/commit/050ed9c6579767987e3219c4cd8fefdd7ce12cb4
  Author: Chen Cohen 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release notification-1.13


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


[jenkinsci/notification-plugin] c10a4d: [maven-release-plugin] prepare for next developmen...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/notification-plugin
  Commit: c10a4d5ee661fe033903c60e94a47e22e0c6ec32
  
https://github.com/jenkinsci/notification-plugin/commit/c10a4d5ee661fe033903c60e94a47e22e0c6ec32
  Author: Chen Cohen 
  Date:   2018-04-02 (Mon, 02 Apr 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/notification-plugin] 8aa60f: Added capability to report on first success after ...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/notification-plugin
  Commit: 8aa60f4d13ebfcc611e1c92866e9a40545177134
  
https://github.com/jenkinsci/notification-plugin/commit/8aa60f4d13ebfcc611e1c92866e9a40545177134
  Author: mwinston 
  Date:   2018-01-21 (Sun, 21 Jan 2018)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M 
src/main/resources/com/tikal/hudson/plugins/notification/HudsonNotificationProperty/config.jelly

  Log Message:
  ---
  Added capability to report on first success after a failure


  Commit: a9c58908077ac2d1d54333e0d401a69ea902b3db
  
https://github.com/jenkinsci/notification-plugin/commit/a9c58908077ac2d1d54333e0d401a69ea902b3db
  Author: mwinston 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
A src/test/java/com/tikal/hudson/plugins/notification/PhaseTest.java

  Log Message:
  ---
  Added unit test for the isRun method


  Commit: dd898c328e1511c0a8a8a53dedf5ada3fe3d14d2
  
https://github.com/jenkinsci/notification-plugin/commit/dd898c328e1511c0a8a8a53dedf5ada3fe3d14d2
  Author: mwinston 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java

  Log Message:
  ---
  Refactor Phase::isRun to handle additional cases gracefully.


  Commit: 51f81be2b18e66407e496783049b8b5d0e39f297
  
https://github.com/jenkinsci/notification-plugin/commit/51f81be2b18e66407e496783049b8b5d0e39f297
  Author: mwinston 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java

  Log Message:
  ---
  Added default value to case statement.


  Commit: c92757d2b841ea9450fc15e4fe95c91ef3617967
  
https://github.com/jenkinsci/notification-plugin/commit/c92757d2b841ea9450fc15e4fe95c91ef3617967
  Author: Chen Cohen 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M 
src/main/resources/com/tikal/hudson/plugins/notification/HudsonNotificationProperty/config.jelly
A src/test/java/com/tikal/hudson/plugins/notification/PhaseTest.java

  Log Message:
  ---
  Merge branch 'master' of https://github.com/mawinston/notification-plugin 
into mawinston-master


Compare: 
https://github.com/jenkinsci/notification-plugin/compare/53766c7dfb31...c92757d2b841

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


[jenkinsci/owl-reporter-plugin] 91635a: Add Jenkinsfile

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/owl-reporter-plugin
  Commit: 91635a4c44d2d843b85a3f088431fa8d6b57ab9a
  
https://github.com/jenkinsci/owl-reporter-plugin/commit/91635a4c44d2d843b85a3f088431fa8d6b57ab9a
  Author: Tarik Demirović 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Add Jenkinsfile


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


[jenkinsci/notification-plugin] 02c8c5: Added ability to add notes from the build into the...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/notification-plugin
  Commit: 02c8c526e4b9dd8488e4cba508201a1ac80df8f4
  
https://github.com/jenkinsci/notification-plugin/commit/02c8c526e4b9dd8488e4cba508201a1ac80df8f4
  Author: John Carlile 
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
M pom.xml
M src/main/java/com/tikal/hudson/plugins/notification/Endpoint.java
M 
src/main/java/com/tikal/hudson/plugins/notification/HudsonNotificationPropertyDescriptor.java
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M src/main/java/com/tikal/hudson/plugins/notification/model/BuildState.java
M 
src/main/resources/com/tikal/hudson/plugins/notification/HudsonNotificationProperty/config.jelly
A 
src/main/resources/com/tikal/hudson/plugins/notification/HudsonNotificationProperty/help-notes.html

  Log Message:
  ---
  Added ability to add notes from the build into the message sent to the 
endpoint.

Notes can expand macros from the Token Macro plugin if the plugin is available. 
 This allows users to put environment variables
in the request body that are specific to that build.


  Commit: a523fde2158a741b33074c16e762ef79cd016f5f
  
https://github.com/jenkinsci/notification-plugin/commit/a523fde2158a741b33074c16e762ef79cd016f5f
  Author: John Carlile 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M pom.xml
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M src/main/java/com/tikal/hudson/plugins/notification/model/BuildState.java
A src/main/java/com/tikal/hudson/plugins/notification/model/TestState.java

  Log Message:
  ---
  Added test result summary to build state.


  Commit: 02af06bb2440d57648fc99f0f8d907dc3faa789b
  
https://github.com/jenkinsci/notification-plugin/commit/02af06bb2440d57648fc99f0f8d907dc3faa789b
  Author: John Carlile 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M src/main/java/com/tikal/hudson/plugins/notification/model/BuildState.java
M src/main/java/com/tikal/hudson/plugins/notification/model/ScmState.java

  Log Message:
  ---
  Added change set information to the ScmState


  Commit: 114f7160d15e1db5e39a623b3147a24bfab96f1c
  
https://github.com/jenkinsci/notification-plugin/commit/114f7160d15e1db5e39a623b3147a24bfab96f1c
  Author: John Carlile 
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M src/main/java/com/tikal/hudson/plugins/notification/model/ScmState.java

  Log Message:
  ---
  Added culprit list to ScmState


  Commit: 9a00cf439849e7f54d087549de6f1dc3314c31ce
  
https://github.com/jenkinsci/notification-plugin/commit/9a00cf439849e7f54d087549de6f1dc3314c31ce
  Author: John Carlile 
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
M 
src/main/resources/com/tikal/hudson/plugins/notification/HudsonNotificationProperty/config.jelly

  Log Message:
  ---
  Corrected the endpoint attribute for the notes field.  This was a typo that 
prevented the config from actually saving the data


  Commit: 65b0c261a2616eed6fc7b00936085b065853e647
  
https://github.com/jenkinsci/notification-plugin/commit/65b0c261a2616eed6fc7b00936085b065853e647
  Author: John Carlile 
  Date:   2017-12-13 (Wed, 13 Dec 2017)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java

  Log Message:
  ---
  Including "unstable" when determining if the build is failed.


  Commit: 53766c7dfb3127142a08cd330e03b05791292a1c
  
https://github.com/jenkinsci/notification-plugin/commit/53766c7dfb3127142a08cd330e03b05791292a1c
  Author: Chen Cohen 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml
M src/main/java/com/tikal/hudson/plugins/notification/Endpoint.java
M 
src/main/java/com/tikal/hudson/plugins/notification/HudsonNotificationPropertyDescriptor.java
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M src/main/java/com/tikal/hudson/plugins/notification/model/BuildState.java
M src/main/java/com/tikal/hudson/plugins/notification/model/ScmState.java
A src/main/java/com/tikal/hudson/plugins/notification/model/TestState.java
M 
src/main/resources/com/tikal/hudson/plugins/notification/HudsonNotificationProperty/config.jelly
A 
src/main/resources/com/tikal/hudson/plugins/notification/HudsonNotificationProperty/help-notes.html

  Log Message:
  ---
  Merge branch 'master' of https://github.com/rei/notification-plugin


Compare: 
https://github.com/jenkinsci/notification-plugin/compare/1e2c3ed337e1...53766c7dfb31

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins 

[jenkinsci/notification-plugin] 2c5d2f: + Prevent validation on URL if jenkins variable is...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/notification-plugin
  Commit: 2c5d2fb8385f2b1e3b08a3261f2f6f6b2e7a73f4
  
https://github.com/jenkinsci/notification-plugin/commit/2c5d2fb8385f2b1e3b08a3261f2f6f6b2e7a73f4
  Author: patrick_barry 
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M src/main/java/com/tikal/hudson/plugins/notification/Protocol.java

  Log Message:
  ---
  + Prevent validation on URL if jenkins variable is referenced (ie $MY_URL or 
${MY_URL}). This was causing errors on UI when I reference a valid variable.

+ Prevent plugin from attempting a web call when the URL references a variable 
that does not exists or is blank.


  Commit: d94527744b020244ae4d019f562435b331fecfdd
  
https://github.com/jenkinsci/notification-plugin/commit/d94527744b020244ae4d019f562435b331fecfdd
  Author: patrick_barry 
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java

  Log Message:
  ---
  + Add message when ignoring the notification due to unresolved variable.


  Commit: f1269d8f4eac0e1be1fd28e154cdf18c02703d2c
  
https://github.com/jenkinsci/notification-plugin/commit/f1269d8f4eac0e1be1fd28e154cdf18c02703d2c
  Author: patrick_barry 
  Date:   2017-10-17 (Tue, 17 Oct 2017)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M src/main/java/com/tikal/hudson/plugins/notification/Protocol.java

  Log Message:
  ---
  Moved the if-logic to its own method, since it was getting more in depth. 
Issue found in testing was when you provided a parameter with a blank value. 
This change accounts for that.


  Commit: 1e2c3ed337e1d30f07d4242cf653d91eda11ce71
  
https://github.com/jenkinsci/notification-plugin/commit/1e2c3ed337e1d30f07d4242cf653d91eda11ce71
  Author: Chen Cohen 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M src/main/java/com/tikal/hudson/plugins/notification/Phase.java
M src/main/java/com/tikal/hudson/plugins/notification/Protocol.java

  Log Message:
  ---
  Merge pull request #30 from patrickjamesbarry/master

Make plugin variable friendly


Compare: 
https://github.com/jenkinsci/notification-plugin/compare/2b614f61a801...1e2c3ed337e1

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


[jenkinsci/coding-webhook-plugin]

2018-04-02 Thread GitHub
  Branch: refs/tags/v1.2.1
  Home:   https://github.com/jenkinsci/coding-webhook-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/coding-webhook-plugin] 4d1400: license check skip Messages.java, update version t...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/coding-webhook-plugin
  Commit: 4d1400ca4366188d01719eb21b53a3805048192d
  
https://github.com/jenkinsci/coding-webhook-plugin/commit/4d1400ca4366188d01719eb21b53a3805048192d
  Author: wusisu 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  license check skip Messages.java, update version to 1.2.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/coding-webhook-plugin] ccb145: try use RunListener to add RevisionParameterAction

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/coding-webhook-plugin
  Commit: ccb14545043b547f3ddaa7e351003c248e64c8fd
  
https://github.com/jenkinsci/coding-webhook-plugin/commit/ccb14545043b547f3ddaa7e351003c248e64c8fd
  Author: wusisu 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M 
src/main/java/net/coding/jenkins/plugin/listener/MergeRequestRunListener.java
M src/main/java/net/coding/jenkins/plugin/webhook/TriggerHandler.java

  Log Message:
  ---
  try use RunListener to add RevisionParameterAction


  Commit: 6839cc59b797dc54af9b9a76cfffd1064c1b2de7
  
https://github.com/jenkinsci/coding-webhook-plugin/commit/6839cc59b797dc54af9b9a76cfffd1064c1b2de7
  Author: wusisu 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M src/main/java/net/coding/jenkins/plugin/webhook/TriggerHandler.java

  Log Message:
  ---
  remove no-use code


Compare: 
https://github.com/jenkinsci/coding-webhook-plugin/compare/e0aab3eb5175...6839cc59b797

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


[jenkinsci/badge-plugin] 263e88: generage changelog

2018-04-02 Thread GitHub
  Branch: refs/heads/docu
  Home:   https://github.com/jenkinsci/badge-plugin
  Commit: 263e887b5e94d3cf18f492897d38569a2c6d5acf
  
https://github.com/jenkinsci/badge-plugin/commit/263e887b5e94d3cf18f492897d38569a2c6d5acf
  Author: bakito 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M README.md
M src/test/resources/readme/README.tmpl

  Log Message:
  ---
  generage changelog


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


[jenkinsci/badge-plugin] 8ea06e: generage changelog

2018-04-02 Thread GitHub
  Branch: refs/heads/docu
  Home:   https://github.com/jenkinsci/badge-plugin
  Commit: 8ea06e5f5c716eb97ceb367e14d4e55d3e5fcb65
  
https://github.com/jenkinsci/badge-plugin/commit/8ea06e5f5c716eb97ceb367e14d4e55d3e5fcb65
  Author: bakito 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M CHANGELOG.md
M README.md
M src/test/resources/readme/README.tmpl

  Log Message:
  ---
  generage changelog


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


[jenkinsci/badge-plugin] a17e6a: Set theme jekyll-theme-hacker

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/badge-plugin
  Commit: a17e6ab352d3e2544bc9a2560aea0834e981c2fa
  
https://github.com/jenkinsci/badge-plugin/commit/a17e6ab352d3e2544bc9a2560aea0834e981c2fa
  Author: Marc Brugger 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
A _config.yml

  Log Message:
  ---
  Set theme jekyll-theme-hacker


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

2018-04-02 Thread GitHub
  Branch: refs/tags/jenkins-test-harness-2.35
  Home:   https://github.com/jenkinsci/jenkins-test-harness

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

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 1e94d787de6310a27bf30fc3395899bc662bec93
  
https://github.com/jenkinsci/jenkins-test-harness/commit/1e94d787de6310a27bf30fc3395899bc662bec93
  Author: Baptiste Mathus 
  Date:   2018-04-02 (Mon, 02 Apr 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/jenkins-test-harness] cadd8f: [maven-release-plugin] prepare release jenkins-tes...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: cadd8f5da33db99748842d540ea6054387ca330a
  
https://github.com/jenkinsci/jenkins-test-harness/commit/cadd8f5da33db99748842d540ea6054387ca330a
  Author: Baptiste Mathus 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-test-harness-2.35


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-test-harness] 61a2b9: [JENKINS-50476] offer a way to assert that Jenkins...

2018-04-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 61a2b959388ed584ce327ff77ff057f6a6fd61de
  
https://github.com/jenkinsci/jenkins-test-harness/commit/61a2b959388ed584ce327ff77ff057f6a6fd61de
  Author: Baptiste Mathus 
  Date:   2018-03-29 (Thu, 29 Mar 2018)

  Changed paths:
M src/main/java/org/jvnet/hudson/test/RestartableJenkinsRule.java

  Log Message:
  ---
  [JENKINS-50476] offer a way to assert that Jenkins won't start


  Commit: 15a06ecccdcd996df444db6a2e08bd3a28607c45
  
https://github.com/jenkinsci/jenkins-test-harness/commit/15a06ecccdcd996df444db6a2e08bd3a28607c45
  Author: Baptiste Mathus 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M src/main/java/org/jvnet/hudson/test/RestartableJenkinsRule.java

  Log Message:
  ---
  Merge pull request #96 from batmat/JENKINS-50476

[JENKINS-50476] offer a way to assert that Jenkins won't start


Compare: 
https://github.com/jenkinsci/jenkins-test-harness/compare/2e8d1af86c7f...15a06ecccdcd

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


[jenkinsci/azure-acs-plugin] 22d6b0: Use scoped credentials lookup (#13)

2018-04-02 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-acs-plugin
  Commit: 22d6b0f8f9695f381d1a0c08bb54a86cf4abb401
  
https://github.com/jenkinsci/azure-acs-plugin/commit/22d6b0f8f9695f381d1a0c08bb54a86cf4abb401
  Author: Menghua Xiao 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M README.md
M pom.xml
M src/main/java/com/microsoft/jenkins/acs/ACSDeploymentContext.java
M src/main/java/com/microsoft/jenkins/acs/commands/AKSDeploymentCommand.java
M src/main/java/com/microsoft/jenkins/acs/commands/EnablePortCommand.java
M 
src/main/java/com/microsoft/jenkins/acs/commands/GetContainerServiceInfoCommand.java
M src/main/java/com/microsoft/jenkins/acs/util/AzureHelper.java
M src/main/resources/com/microsoft/jenkins/acs/Messages.properties

  Log Message:
  ---
  Use scoped credentials lookup (#13)


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


[jenkinsci/azure-app-service-plugin] dbef51: Use scoped Azure credentials lookup

2018-04-02 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-app-service-plugin
  Commit: dbef51d0c3fbc091ac3e083469b5f6e05f8e9598
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/dbef51d0c3fbc091ac3e083469b5f6e05f8e9598
  Author: Menghua Xiao 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
M pom.xml
M src/main/java/com/microsoft/jenkins/appservice/BaseDeploymentRecorder.java
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java
M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommand.java
M src/main/java/com/microsoft/jenkins/appservice/util/AzureUtils.java
M 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/config.jelly
M src/main/webapp/scripts/webapp.js

  Log Message:
  ---
  Use scoped Azure credentials lookup


  Commit: 99ea34e7fd36b6e0f14824768050a7f6b4792f64
  
https://github.com/jenkinsci/azure-app-service-plugin/commit/99ea34e7fd36b6e0f14824768050a7f6b4792f64
  Author: Menghua Xiao 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml
M src/main/java/com/microsoft/jenkins/appservice/BaseDeploymentRecorder.java
M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java
M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommand.java
M src/main/java/com/microsoft/jenkins/appservice/util/AzureUtils.java
M 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/config.jelly
M src/main/webapp/scripts/webapp.js

  Log Message:
  ---
  Merge pull request #25 from ArieShout/scoped-creds

Use scoped Azure credentials lookup


Compare: 
https://github.com/jenkinsci/azure-app-service-plugin/compare/d056ae679702...99ea34e7fd36

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


[jenkinsci/azure-vmss-plugin] b1a878: Use scoped Azure credentials lookup (#4)

2018-04-02 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-vmss-plugin
  Commit: b1a878b5249e1b13c2b72480137d75f363c29ea6
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/b1a878b5249e1b13c2b72480137d75f363c29ea6
  Author: Menghua Xiao 
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M pom.xml
M src/main/java/com/microsoft/jenkins/vmss/BaseBuilder.java
M src/main/java/com/microsoft/jenkins/vmss/UpdateBuilder.java
M src/main/java/com/microsoft/jenkins/vmss/UpdateInstancesBuilder.java
M src/main/java/com/microsoft/jenkins/vmss/util/AzureUtils.java
M src/main/resources/com/microsoft/jenkins/vmss/UpdateBuilder/config.jelly
M src/main/webapp/scripts/update-builder.js
M src/test/java/com/microsoft/jenkins/vmss/UpdateBuilderTest.java
M src/test/java/com/microsoft/jenkins/vmss/UpdateInstancesBuilderTest.java

  Log Message:
  ---
  Use scoped Azure credentials lookup (#4)


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