[jenkinsci/azure-vm-agents-plugin] aa265a: Use image version in the ImageReference templates ...

2018-12-10 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: aa265a30159dd3c226af3036d97f8f293285c0f0
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/aa265a30159dd3c226af3036d97f8f293285c0f0
  Author: Michael Ferris 
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
M src/main/resources/referenceImageTemplate.json
M src/main/resources/referenceImageTemplateWithManagedDisk.json
M src/main/resources/referenceImageTemplateWithScript.json
M src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json

  Log Message:
  ---
  Use image version in the ImageReference templates instead of hardcoding latest


  Commit: fbbb8f0ee966533353d3e8aa9951c201ad84fb5e
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/fbbb8f0ee966533353d3e8aa9951c201ad84fb5e
  Author: Jie Shen 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
M src/main/resources/referenceImageTemplate.json
M src/main/resources/referenceImageTemplateWithManagedDisk.json
M src/main/resources/referenceImageTemplateWithScript.json
M src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json

  Log Message:
  ---
  Merge pull request #126 from Cellule/img-version

Image Reference Version


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/c7748f6d467f...fbbb8f0ee966
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/snyk-security-scanner-plugin] 2d4cf1: Remove all files from old plugin (v1)

2018-12-10 Thread GitHub
  Branch: refs/heads/2.0.0-dev
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 2d4cf12a52c8bfd3523c2444fb8dd82ac117e351
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/2d4cf12a52c8bfd3523c2444fb8dd82ac117e351
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-11-18 (Sun, 18 Nov 2018)

  Changed paths:
R src/main/java/io/snyk/plugins/SnykSecurityAction.java
R src/main/java/io/snyk/plugins/SnykSecurityBuilder.java
R src/main/java/io/snyk/plugins/SnykSecurityStep.java
R src/main/resources/index.jelly
R src/main/resources/io/snyk/plugins/SnykSecurityAction/index.jelly
R src/main/resources/io/snyk/plugins/SnykSecurityAction/report.jelly
R src/main/resources/io/snyk/plugins/SnykSecurityAction/summary.jelly
R src/main/resources/io/snyk/plugins/SnykSecurityBuilder/config.jelly
R src/main/webapp/help-build-fail.html
R src/main/webapp/help-build-ignore.html
R src/main/webapp/help-docker-image.html
R src/main/webapp/help-env-flags.html
R src/main/webapp/help-http-proxy.html
R src/main/webapp/help-https-proxy.html
R src/main/webapp/help-monitor.html
R src/main/webapp/help-organization.html
R src/main/webapp/help-project-name.html
R src/main/webapp/help-target-file.html

  Log Message:
  ---
  Remove all files from old plugin (v1)


  Commit: 8e20a4e2d3ff87c48ca25569a5bc40a2568dec02
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/8e20a4e2d3ff87c48ca25569a5bc40a2568dec02
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-11-18 (Sun, 18 Nov 2018)

  Changed paths:
A .mvn/settings.xml
M .travis.yml
R .travis/settings.xml

  Log Message:
  ---
  Move settings.xml deployment config file into .mvn directory


  Commit: 6204231e5fde291c659b45c3218d5ccc8bdd6ad9
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/6204231e5fde291c659b45c3218d5ccc8bdd6ad9
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-11-18 (Sun, 18 Nov 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml

- update parent to version 2.37
- set java 8 version as baseline
- set jenkins version to 2.0
- drop all old dependencies


  Commit: e94c420fda992be755d57bc0e4dbcfcf42ee4105
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/e94c420fda992be755d57bc0e4dbcfcf42ee4105
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-11-18 (Sun, 18 Nov 2018)

  Changed paths:
M .editorconfig
A src/main/java/io/snyk/tool/SnykInstallation.java
A src/main/java/io/snyk/tool/SnykInstaller.java

  Log Message:
  ---
  Add snyk installer config (wip)


  Commit: eec448eb728ab0da5448d6780ffbf9bb831157b0
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/eec448eb728ab0da5448d6780ffbf9bb831157b0
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-11-18 (Sun, 18 Nov 2018)

  Changed paths:
A src/main/java/io/snyk/tool/SnykBuildWrapper.java
M src/main/java/io/snyk/tool/SnykInstaller.java

  Log Message:
  ---
  Allow to install snyk in build step (wip)


  Commit: aa112892b33f3b7de07bb48c8477f3b3a9d8092b
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/aa112892b33f3b7de07bb48c8477f3b3a9d8092b
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-11-19 (Mon, 19 Nov 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove duplicated (from parent pom) configuration


  Commit: 0b52269b594f2b6b32577dd5602492713b645828
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/0b52269b594f2b6b32577dd5602492713b645828
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-11-19 (Mon, 19 Nov 2018)

  Changed paths:
M src/main/java/io/snyk/tool/SnykBuildWrapper.java
M src/main/java/io/snyk/tool/SnykInstallation.java

  Log Message:
  ---
  Don't use deprecated findbugs annotations


  Commit: 51fa01e6a826fb4333d4c649c90a3fae855601f8
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/51fa01e6a826fb4333d4c649c90a3fae855601f8
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-11-19 (Mon, 19 Nov 2018)

  Changed paths:
R src/main/java/io/snyk/tool/SnykBuildWrapper.java
R src/main/java/io/snyk/tool/SnykInstallation.java
R src/main/java/io/snyk/tool/SnykInstaller.java
A src/main/java/io/snyk/tools/SnykBuildWrapper.java
A src/main/java/io/snyk/tools/SnykInstallation.java
A src/main/java/io/snyk/tools/SnykInstaller.java

  Log Message:
  ---
  Rename package for auto-installer tool


  Commit: 40f16effbc147a2805c47650a60b6910f91b78dd
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/40f16effbc147a2805c47650a60b6910f91b78dd
  Author: 

[jenkinsci/pipeline-maven-plugin]

2018-12-10 Thread GitHub
  Branch: refs/heads/JENKINS-49337-2
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin

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

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

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


[jenkinsci/pipeline-maven-plugin] bb314a: JENKINS-49337 extend `GeneralNonBlockingStepExecut...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: bb314ad42a05b9a3f0d8ab33f5a1daa116ff0461
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/bb314ad42a05b9a3f0d8ab33f5a1daa116ff0461
  Author: Cyrille Le Clerc 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M jenkins-plugin/pom.xml
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepExecution.java
M maven-spy/pom.xml
M pom.xml

  Log Message:
  ---
  JENKINS-49337 extend `GeneralNonBlockingStepExecution` instead of extending 
`StepExecution`


  Commit: d4bdc41af0c97766d19fa38cee762772a49c80bf
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/d4bdc41af0c97766d19fa38cee762772a49c80bf
  Author: Jesse Glick 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M jenkins-plugin/pom.xml

  Log Message:
  ---
  Incrementalified and prepped for consuming 
https://github.com/jenkinsci/workflow-step-api-plugin/pull/38.


  Commit: dc32135b32561593215e2a2a30fb6d81738d8f3d
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/dc32135b32561593215e2a2a30fb6d81738d8f3d
  Author: Jesse Glick 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

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

  Log Message:
  ---
  Merge branch 'master' into GeneralNonBlockingStepExecution-JENKINS-49337


  Commit: 54a973ece7e54b8a24c322fb6f404f433c867cfc
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/54a973ece7e54b8a24c322fb6f404f433c867cfc
  Author: Jesse Glick 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M jenkins-plugin/pom.xml

  Log Message:
  ---
  Forgotten merge conflict marker.


  Commit: 6c8b3cf82405cf54e29418849db5706375da0de9
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/6c8b3cf82405cf54e29418849db5706375da0de9
  Author: Cyrille Le Clerc 
  Date:   2018-12-06 (Thu, 06 Dec 2018)

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

  Log Message:
  ---
  JENKINS-49337 extend `GeneralNonBlockingStepExecution` instead of extending 
`StepExecution`


  Commit: 5c35092789544f30e7860e3842eb14a5bf854110
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/5c35092789544f30e7860e3842eb14a5bf854110
  Author: Jesse Glick 
  Date:   2018-12-06 (Thu, 06 Dec 2018)

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

  Log Message:
  ---
  POM refactoring.


  Commit: d6d61bc57e140728c16c679eacc84b3c8b4a27a9
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/d6d61bc57e140728c16c679eacc84b3c8b4a27a9
  Author: Cyrille Le Clerc 
  Date:   2018-12-06 (Thu, 06 Dec 2018)

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

  Log Message:
  ---
  JENKINS-49337 Resolve merge


  Commit: dcc26ef232b1657078ad88117a17a745bba2c66b
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/dcc26ef232b1657078ad88117a17a745bba2c66b
  Author: Cyrille Le Clerc 
  Date:   2018-12-06 (Thu, 06 Dec 2018)

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

  Log Message:
  ---
  JENKINS-49337 cleanup


  Commit: ca9c53bb26eeb3dffee69d63a062b4da6f25bf07
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/ca9c53bb26eeb3dffee69d63a062b4da6f25bf07
  Author: Cyrille Le Clerc 
  Date:   2018-12-09 (Sun, 09 Dec 2018)

  Changed paths:
M jenkins-plugin/pom.xml

  Log Message:
  ---
  JENKINS-49337 bump workflow-step-api to 2.17


  Commit: dd117cf89d24788abcfa5da6ba96377a4e2b3ea1
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/dd117cf89d24788abcfa5da6ba96377a4e2b3ea1
  Author: Cyrille Le Clerc 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M jenkins-plugin/pom.xml
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepExecution.java
A 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/fix/jenkins49337/GeneralNonBlockingStepExecution.java
A 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/fix/jenkins49337/GeneralNonBlockingStepExecutionUtils.java

  Log Message:
  ---
  JENKINS-49337 Make a copy of 
o.j.p.workflow.steps.GeneralNonBlockingStepExecution waiting for 
https://github.com/jenkinsci/workflow-step-api-plugin/pull/38 to be merged, 
released and to be broadly installed on Jenkins servers


  Commit: 7fd0799b1e9266c682631462ccf986c3f31753df
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/7fd0799b1e9266c682631462ccf986c3f31753df
  Author: Cyrille Le Clerc 
  Date:   2018-12-10 (Mon, 10 Dec 

[jenkinsci/maven-invoker-plugin] d2b995: add default empty constructor

2018-12-10 Thread GitHub
  Branch: refs/heads/feature/JENKINS-54198
  Home:   https://github.com/jenkinsci/maven-invoker-plugin
  Commit: d2b995dba3830bbe85792473582ccf33fd28a288
  
https://github.com/jenkinsci/maven-invoker-plugin/commit/d2b995dba3830bbe85792473582ccf33fd28a288
  Author: olivier lamy 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/maveninvoker/pipeline/MavenInvokerStep.java

  Log Message:
  ---
  add default empty constructor

Signed-off-by: olivier lamy 



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

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

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


[jenkinsci/jep] 03aa0b: Tweaks and cleanup

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jep
  Commit: 03aa0b07448a18f6fd33ec7a4294dab9a34411e5
  
https://github.com/jenkinsci/jep/commit/03aa0b07448a18f6fd33ec7a4294dab9a34411e5
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M jep/211/README.adoc

  Log Message:
  ---
  Tweaks and cleanup


  Commit: df013ee80149a7d8955999c9ac8eb15c41dd9e15
  
https://github.com/jenkinsci/jep/commit/df013ee80149a7d8955999c9ac8eb15c41dd9e15
  Author: Oleg Nenashev 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M jep/211/README.adoc

  Log Message:
  ---
  Merge pull request #227 from bitwiseman/jep-211-cleanup

Tweaks and cleanup


Compare: https://github.com/jenkinsci/jep/compare/cb0e63691ade...df013ee80149
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/maven-invoker-plugin] b91090: fix findbugs

2018-12-10 Thread GitHub
  Branch: refs/heads/feature/JENKINS-54198
  Home:   https://github.com/jenkinsci/maven-invoker-plugin
  Commit: b91090117faf4a35261ab2ee5762f5088708b19f
  
https://github.com/jenkinsci/maven-invoker-plugin/commit/b91090117faf4a35261ab2ee5762f5088708b19f
  Author: olivier lamy 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/maveninvoker/InvokerMavenAggregatedReport.java
M src/main/java/org/jenkinsci/plugins/maveninvoker/MavenInvokerArchiver.java
M 
src/main/java/org/jenkinsci/plugins/maveninvoker/MavenInvokerBuildAction.java
M src/main/java/org/jenkinsci/plugins/maveninvoker/MavenInvokerRecorder.java
M 
src/main/java/org/jenkinsci/plugins/maveninvoker/pipeline/MavenInvokerStepExecution.java
M 
src/main/java/org/jenkinsci/plugins/maveninvoker/results/MavenInvokerResults.java

  Log Message:
  ---
  fix findbugs

Signed-off-by: olivier lamy 



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

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

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


[jenkins-infra/jenkins.io] 7efdef: Add hynespm to mentor of exwm cloud features

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 7efdef7966edc63f6d5c81cb5d3f69133af3a3e9
  
https://github.com/jenkins-infra/jenkins.io/commit/7efdef7966edc63f6d5c81cb5d3f69133af3a3e9
  Author: Martin d'Anjou 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M 
content/projects/gsoc/2019/project-ideas/ext-workspace-manager-cloud-features.adoc

  Log Message:
  ---
  Add hynespm to mentor of exwm cloud features


  Commit: 41ad16a5b8374d6a85e6ba53de71590a5c823048
  
https://github.com/jenkins-infra/jenkins.io/commit/41ad16a5b8374d6a85e6ba53de71590a5c823048
  Author: Oleg Nenashev 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M 
content/projects/gsoc/2019/project-ideas/ext-workspace-manager-cloud-features.adoc

  Log Message:
  ---
  Merge pull request #1968 from martinda/feature/add-hynespm-as-a-mentor

Add hynespm to mentor of exwm cloud features


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/2c05fb91aac2...41ad16a5b837
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/hpe-application-automation-tools-plugin]

2018-12-10 Thread GitHub
  Branch: refs/tags/micro-focus-application-automation-tools-plugin-5.6
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin

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

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

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


[jenkinsci/hpe-application-automation-tools-plugin] e3f14a: [maven-release-plugin] prepare for next developmen...

2018-12-10 Thread GitHub
  Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: e3f14a79bd8481fd8bae9c599dd42115c55f6986
  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/e3f14a79bd8481fd8bae9c599dd42115c55f6986
  Author: Daniel Gront 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M pom.xml

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



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

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

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


[jenkinsci/hpe-application-automation-tools-plugin] be7f14: [maven-release-plugin] prepare release micro-focus...

2018-12-10 Thread GitHub
  Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: be7f142031778e49a50da80938a3a25263360447
  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/be7f142031778e49a50da80938a3a25263360447
  Author: Daniel Gront 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 
micro-focus-application-automation-tools-plugin-5.6



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

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

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


[jenkinsci/azure-vm-agents-plugin] 8b8855: Support sepcifify os disk size when creating agent...

2018-12-10 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 8b8855ad65d9a8a08179fd59f0b417c0e89a7329
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/8b8855ad65d9a8a08179fd59f0b417c0e89a7329
  Author: Jie Shen 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java
M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateFluent.java
M src/main/java/com/microsoft/azure/vmagent/util/TemplateUtil.java
M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly
M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties
A src/main/webapp/help-osDiskSize.html
M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java
M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  ---
  Support sepcifify os disk size when creating agent.


  Commit: c7748f6d467f94dc8d3b9f1b57ef94fd6f2baa49
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c7748f6d467f94dc8d3b9f1b57ef94fd6f2baa49
  Author: Jie Shen 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java
M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateFluent.java
M src/main/java/com/microsoft/azure/vmagent/util/TemplateUtil.java
M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly
M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties
A src/main/webapp/help-osDiskSize.html
M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java
M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  ---
  Merge pull request #129 from jenkinsci/os_disk_size

Support sepcifify os disk size when creating agent


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/ba9ce5a5853e...c7748f6d467f
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/azure-vm-agents-plugin]

2018-12-10 Thread GitHub
  Branch: refs/heads/os_disk_size
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin

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

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

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


[jenkinsci/ux-widget-framework]

2018-12-10 Thread GitHub
  Branch: refs/heads/task/support-cleanup
  Home:   https://github.com/jenkinsci/ux-widget-framework

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

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

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


[jenkinsci/ux-widget-framework] 99b806: task/support-cleanup * Split 'legend' story into t...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ux-widget-framework
  Commit: 99b806954aa4e264fea7b7119b486428ac6523aa
  
https://github.com/jenkinsci/ux-widget-framework/commit/99b806954aa4e264fea7b7119b486428ac6523aa
  Author: Josh McDonald 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/stories/PipelineGraphStoriesImpl.tsx
M 
packages/pipeline-graph/src/test/__snapshots__/PipelineGraphSnapshots.spec.ts.snap

  Log Message:
  ---
  task/support-cleanup * Split 'legend' story into two graphs and add skipped 
status


  Commit: 78e05c19777052d14582d0b2d25df8276186656d
  
https://github.com/jenkinsci/ux-widget-framework/commit/78e05c19777052d14582d0b2d25df8276186656d
  Author: Josh McDonald 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/PipelineGraph.tsx
A packages/pipeline-graph/src/main/support/StatusIcons.tsx
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx

  Log Message:
  ---
  task/support-cleanup * Create a new module to store common entry for the 
various node rendering functions and consts


  Commit: ee467e7a959c9ab73329bc5717e1f0b79cc11614
  
https://github.com/jenkinsci/ux-widget-framework/commit/ee467e7a959c9ab73329bc5717e1f0b79cc11614
  Author: Josh McDonald 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/PipelineGraph.tsx
M packages/pipeline-graph/src/main/support/StatusIcons.tsx
R packages/pipeline-graph/src/main/support/StatusIndicator.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx

  Log Message:
  ---
  task/support-cleanup * Clean up some logic, still more to go


  Commit: 0beac31e67236c45a5a8487654f9425ab6bfda91
  
https://github.com/jenkinsci/ux-widget-framework/commit/0beac31e67236c45a5a8487654f9425ab6bfda91
  Author: Josh McDonald 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
R packages/pipeline-graph/src/main/support/SVG.ts
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx

  Log Message:
  ---
  task/support-cleanup * Move helper functions into spinner module


  Commit: c3649bfa00f2eddad7c80f437fefd101ee02efda
  
https://github.com/jenkinsci/ux-widget-framework/commit/c3649bfa00f2eddad7c80f437fefd101ee02efda
  Author: Josh McDonald 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/support/SvgStatus.tsx

  Log Message:
  ---
  task/support-cleanup * More cleanup in node icons code


  Commit: 1ae49b0574f886179ba89ceb7f950c8feb5ed1f6
  
https://github.com/jenkinsci/ux-widget-framework/commit/1ae49b0574f886179ba89ceb7f950c8feb5ed1f6
  Author: Josh McDonald 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/PipelineGraph.tsx
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx
M packages/pipeline-graph/src/styles/PipelineGraphWidget.scss
M 
packages/pipeline-graph/src/test/__snapshots__/PipelineGraphSnapshots.spec.ts.snap

  Log Message:
  ---
  task/support-cleanup * Namespace classNames (by hand for now)


  Commit: f035f786fd673709867aed4fe2b813c5d6e51bbf
  
https://github.com/jenkinsci/ux-widget-framework/commit/f035f786fd673709867aed4fe2b813c5d6e51bbf
  Author: Josh McDonald 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/support/StatusIcons.tsx
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx
M packages/pipeline-graph/src/stories/PipelineGraphStoriesImpl.tsx
M packages/pipeline-graph/src/styles/PipelineGraphWidget.scss

  Log Message:
  ---
  task/support-cleanup * Move skipped and not-built drawing duties to status 
rather than spinner component


  Commit: f3904471b1674f6ca3bd962eedcf4d157bfea9fc
  
https://github.com/jenkinsci/ux-widget-framework/commit/f3904471b1674f6ca3bd962eedcf4d157bfea9fc
  Author: Josh McDonald 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M 
packages/pipeline-graph/src/test/__snapshots__/PipelineGraphSnapshots.spec.ts.snap

  Log Message:
  ---
  task/support-cleanup * Update snapshots


  Commit: ed61fd6ef1baad0a2399a8378091c31523d10acd
  
https://github.com/jenkinsci/ux-widget-framework/commit/ed61fd6ef1baad0a2399a8378091c31523d10acd
  Author: Josh McDonald 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/PipelineGraph.tsx
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx
M packages/pipeline-graph/src/styles/PipelineGraphWidget.scss
M 

[jenkinsci/hpe-application-automation-tools-plugin] ebd8ba: Add snapshot to release tag

2018-12-10 Thread GitHub
  Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: ebd8ba7b98df1c4994792d1d9495682b7f1a7f6d
  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/ebd8ba7b98df1c4994792d1d9495682b7f1a7f6d
  Author: Daniel Gront 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add snapshot to release tag



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

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

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


[jenkinsci/hpe-application-automation-tools-plugin] 402521: Revert to previous commit

2018-12-10 Thread GitHub
  Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: 4025215d9e91ab1c481a78b04ff55eaf60c10847
  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/4025215d9e91ab1c481a78b04ff55eaf60c10847
  Author: Daniel Gront 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert to previous commit



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

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

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


[jenkinsci/hpe-application-automation-tools-plugin] f33a53: Prepare v5.6 release

2018-12-10 Thread GitHub
  Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: f33a53bef7ca6e399e91e01ef14efb8aa46f3581
  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/f33a53bef7ca6e399e91e01ef14efb8aa46f3581
  Author: Daniel Gront 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare v5.6 release



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

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

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


[jenkinsci/git-plugin] fbf442: [JENKINS-52964] Add SCMFileSystem.Builder supports...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: fbf4420919f2e47e8001cc33918458ffdf4b274f
  
https://github.com/jenkinsci/git-plugin/commit/fbf4420919f2e47e8001cc33918458ffdf4b274f
  Author: Andrew Bayer 
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
M pom.xml
M src/main/java/jenkins/plugins/git/GitSCMFileSystem.java
M src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java

  Log Message:
  ---
  [JENKINS-52964] Add SCMFileSystem.Builder supports for descriptor

Downstream of https://github.com/jenkinsci/scm-api-plugin/pull/58


  Commit: e0b7afa2d15cfa2e86431b0439b11fd2d9f59961
  
https://github.com/jenkinsci/git-plugin/commit/e0b7afa2d15cfa2e86431b0439b11fd2d9f59961
  Author: Andrew Bayer 
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
M pom.xml
M src/main/java/jenkins/plugins/git/GitSCMFileSystem.java
M src/test/java/jenkins/plugins/git/GitSCMSourceTest.java
M src/test/java/jenkins/plugins/git/GitSCMTelescopeTest.java

  Log Message:
  ---
  Bump scm-api build, switch API around


  Commit: d7f860c7453021c332b4ae630cee7d344a1489b1
  
https://github.com/jenkinsci/git-plugin/commit/d7f860c7453021c332b4ae630cee7d344a1489b1
  Author: Andrew Bayer 
  Date:   2018-10-03 (Wed, 03 Oct 2018)

  Changed paths:
M src/main/java/jenkins/plugins/git/GitSCMFileSystem.java

  Log Message:
  ---
  switch supportsDescriptor(SCMDescriptor) to return true for 
GitSCM.DescriptorImpl


  Commit: c071bd7ddaa17a0dff2eaffdac5205554349596e
  
https://github.com/jenkinsci/git-plugin/commit/c071bd7ddaa17a0dff2eaffdac5205554349596e
  Author: Mark Waite 
  Date:   2018-12-09 (Sun, 09 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use scm-api plugin 2.3.0


  Commit: b9b29738a19d6f01bfb993fc011fc3a617faa8d5
  
https://github.com/jenkinsci/git-plugin/commit/b9b29738a19d6f01bfb993fc011fc3a617faa8d5
  Author: Mark Waite 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/jenkins/plugins/git/GitSCMFileSystem.java
M src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java
M src/test/java/jenkins/plugins/git/GitSCMSourceTest.java
M src/test/java/jenkins/plugins/git/GitSCMTelescopeTest.java

  Log Message:
  ---
  Merge pull request #623 from abayer/jenkins-52964

[JENKINS-52964] Add SCMFileSystem.Builder supports for descriptor


Compare: 
https://github.com/jenkinsci/git-plugin/compare/9877f5e9d742...b9b29738a19d
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] b6df7f: KubeCon post

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b6df7fe106090706e21bb90bca06d03c78467c7e
  
https://github.com/jenkins-infra/jenkins.io/commit/b6df7fe106090706e21bb90bca06d03c78467c7e
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/blog/2018/12/2018-12-10-kubecon-is-here.adoc
A content/images/post-images/2018-12-kubecon-na/logo.svg

  Log Message:
  ---
  KubeCon post


  Commit: 2c05fb91aac2dccca744191f9749114cc1378701
  
https://github.com/jenkins-infra/jenkins.io/commit/2c05fb91aac2dccca744191f9749114cc1378701
  Author: Andrew Bayer 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/blog/2018/12/2018-12-10-kubecon-is-here.adoc
A content/images/post-images/2018-12-kubecon-na/logo.svg

  Log Message:
  ---
  Merge pull request #1967 from bitwiseman/kubecon-start

KubeCon post


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/0eba39d65a44...2c05fb91aac2
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/alauda-devops-pipeline-plugin] 56beb2: [maven-release-plugin] prepare for next developmen...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/alauda-devops-pipeline-plugin
  Commit: 56beb240c909e9b4a6a8f4b51a6fc82d442e224d
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/56beb240c909e9b4a6a8f4b51a6fc82d442e224d
  Author: Zhao Xiaojie 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M pom.xml

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



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

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

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


[jenkinsci/alauda-devops-pipeline-plugin]

2018-12-10 Thread GitHub
  Branch: refs/tags/alauda-devops-pipeline-1.0.3
  Home:   https://github.com/jenkinsci/alauda-devops-pipeline-plugin

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

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

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


[jenkinsci/alauda-devops-pipeline-plugin] ba51db: [DEVOPS-892] Fix 'withCluster' issue

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/alauda-devops-pipeline-plugin
  Commit: ba51dba13693f19c717d677ff334e2b49ac91c13
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/ba51dba13693f19c717d677ff334e2b49ac91c13
  Author: cizezsy 
  Date:   2018-12-06 (Thu, 06 Dec 2018)

  Changed paths:
M src/main/java/com/alauda/jenkins/plugins/util/ClientCommandBuilder.java

  Log Message:
  ---
  [DEVOPS-892] Fix 'withCluster' issue


  Commit: 92d28f783e8b4f605b05562b49978c67a9d359e1
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/92d28f783e8b4f605b05562b49978c67a9d359e1
  Author: cizezsy 
  Date:   2018-12-07 (Fri, 07 Dec 2018)

  Changed paths:
M src/main/java/com/alauda/jenkins/plugins/util/ClientCommandBuilder.java

  Log Message:
  ---
  Add some comments


  Commit: f8334cef77fc1a9657d54ebbb4f5827c23ba9ac0
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/f8334cef77fc1a9657d54ebbb4f5827c23ba9ac0
  Author: cizezsy 
  Date:   2018-12-07 (Fri, 07 Dec 2018)

  Changed paths:
M Alauda.Jenkinsfile

  Log Message:
  ---
  Change pipeline script to generate Artifacts


  Commit: 359ee371ee8143256ef5f18ac882dd8fceb20f26
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/359ee371ee8143256ef5f18ac882dd8fceb20f26
  Author: cizezsy 
  Date:   2018-12-07 (Fri, 07 Dec 2018)

  Changed paths:
M Alauda.Jenkinsfile

  Log Message:
  ---
  remove unused cmd


  Commit: d71d9ae0fe5d236d8d58effb864466b531663dfd
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/d71d9ae0fe5d236d8d58effb864466b531663dfd
  Author: Zhao Xiaojie 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M Alauda.Jenkinsfile
M src/main/java/com/alauda/jenkins/plugins/util/ClientCommandBuilder.java

  Log Message:
  ---
  Merge pull request #7 from cizezsy/master

[DEVOPS-892] Fix 'withCluster' issue


  Commit: 25d97080d9c473f73b1e53a6e6503dbf40d2164f
  
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/commit/25d97080d9c473f73b1e53a6e6503dbf40d2164f
  Author: Zhao Xiaojie 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release alauda-devops-pipeline-1.0.3


Compare: 
https://github.com/jenkinsci/alauda-devops-pipeline-plugin/compare/8a65dcc9d920...25d97080d9c4
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/ux-widget-framework] 99b806: task/support-cleanup * Split 'legend' story into t...

2018-12-10 Thread GitHub
  Branch: refs/heads/task/support-cleanup
  Home:   https://github.com/jenkinsci/ux-widget-framework
  Commit: 99b806954aa4e264fea7b7119b486428ac6523aa
  
https://github.com/jenkinsci/ux-widget-framework/commit/99b806954aa4e264fea7b7119b486428ac6523aa
  Author: Josh McDonald 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/stories/PipelineGraphStoriesImpl.tsx
M 
packages/pipeline-graph/src/test/__snapshots__/PipelineGraphSnapshots.spec.ts.snap

  Log Message:
  ---
  task/support-cleanup * Split 'legend' story into two graphs and add skipped 
status


  Commit: 78e05c19777052d14582d0b2d25df8276186656d
  
https://github.com/jenkinsci/ux-widget-framework/commit/78e05c19777052d14582d0b2d25df8276186656d
  Author: Josh McDonald 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/PipelineGraph.tsx
A packages/pipeline-graph/src/main/support/StatusIcons.tsx
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx

  Log Message:
  ---
  task/support-cleanup * Create a new module to store common entry for the 
various node rendering functions and consts


  Commit: ee467e7a959c9ab73329bc5717e1f0b79cc11614
  
https://github.com/jenkinsci/ux-widget-framework/commit/ee467e7a959c9ab73329bc5717e1f0b79cc11614
  Author: Josh McDonald 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/PipelineGraph.tsx
M packages/pipeline-graph/src/main/support/StatusIcons.tsx
R packages/pipeline-graph/src/main/support/StatusIndicator.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx

  Log Message:
  ---
  task/support-cleanup * Clean up some logic, still more to go


  Commit: 0beac31e67236c45a5a8487654f9425ab6bfda91
  
https://github.com/jenkinsci/ux-widget-framework/commit/0beac31e67236c45a5a8487654f9425ab6bfda91
  Author: Josh McDonald 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
R packages/pipeline-graph/src/main/support/SVG.ts
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx

  Log Message:
  ---
  task/support-cleanup * Move helper functions into spinner module


  Commit: c3649bfa00f2eddad7c80f437fefd101ee02efda
  
https://github.com/jenkinsci/ux-widget-framework/commit/c3649bfa00f2eddad7c80f437fefd101ee02efda
  Author: Josh McDonald 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/support/SvgStatus.tsx

  Log Message:
  ---
  task/support-cleanup * More cleanup in node icons code


  Commit: 1ae49b0574f886179ba89ceb7f950c8feb5ed1f6
  
https://github.com/jenkinsci/ux-widget-framework/commit/1ae49b0574f886179ba89ceb7f950c8feb5ed1f6
  Author: Josh McDonald 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/PipelineGraph.tsx
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx
M packages/pipeline-graph/src/styles/PipelineGraphWidget.scss
M 
packages/pipeline-graph/src/test/__snapshots__/PipelineGraphSnapshots.spec.ts.snap

  Log Message:
  ---
  task/support-cleanup * Namespace classNames (by hand for now)


  Commit: f035f786fd673709867aed4fe2b813c5d6e51bbf
  
https://github.com/jenkinsci/ux-widget-framework/commit/f035f786fd673709867aed4fe2b813c5d6e51bbf
  Author: Josh McDonald 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/support/StatusIcons.tsx
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx
M packages/pipeline-graph/src/stories/PipelineGraphStoriesImpl.tsx
M packages/pipeline-graph/src/styles/PipelineGraphWidget.scss

  Log Message:
  ---
  task/support-cleanup * Move skipped and not-built drawing duties to status 
rather than spinner component


  Commit: f3904471b1674f6ca3bd962eedcf4d157bfea9fc
  
https://github.com/jenkinsci/ux-widget-framework/commit/f3904471b1674f6ca3bd962eedcf4d157bfea9fc
  Author: Josh McDonald 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M 
packages/pipeline-graph/src/test/__snapshots__/PipelineGraphSnapshots.spec.ts.snap

  Log Message:
  ---
  task/support-cleanup * Update snapshots


  Commit: ed61fd6ef1baad0a2399a8378091c31523d10acd
  
https://github.com/jenkinsci/ux-widget-framework/commit/ed61fd6ef1baad0a2399a8378091c31523d10acd
  Author: Josh McDonald 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M packages/pipeline-graph/src/main/PipelineGraph.tsx
M packages/pipeline-graph/src/main/support/SvgSpinner.tsx
M packages/pipeline-graph/src/main/support/SvgStatus.tsx
M packages/pipeline-graph/src/styles/PipelineGraphWidget.scss
M 

[jenkins-infra/jenkins.io] d126f1: Add author file for myself

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: d126f16c3011b8eb0190f6da2b914f33df79a669
  
https://github.com/jenkins-infra/jenkins.io/commit/d126f16c3011b8eb0190f6da2b914f33df79a669
  Author: Matt Sicker 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/authors/jvz.adoc

  Log Message:
  ---
  Add author file for myself


  Commit: 0eba39d65a4486fa03fccc66ede9849ce97cce14
  
https://github.com/jenkins-infra/jenkins.io/commit/0eba39d65a4486fa03fccc66ede9849ce97cce14
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/authors/jvz.adoc

  Log Message:
  ---
  Merge pull request #1966 from jvz/jvz-author

Add author file for myself


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/7de842f9fc0d...0eba39d65a44
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/maven-invoker-plugin] fccade: [JENKINS-54198] use only one MavenInvokerBuildActi...

2018-12-10 Thread GitHub
  Branch: refs/heads/feature/JENKINS-54198
  Home:   https://github.com/jenkinsci/maven-invoker-plugin
  Commit: fccadebb90b7ff08e8c9aa7a820da860fa52099e
  
https://github.com/jenkinsci/maven-invoker-plugin/commit/fccadebb90b7ff08e8c9aa7a820da860fa52099e
  Author: olivier lamy 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/maveninvoker/MavenInvokerArchiver.java
M 
src/main/java/org/jenkinsci/plugins/maveninvoker/MavenInvokerBuildAction.java
M src/main/java/org/jenkinsci/plugins/maveninvoker/MavenInvokerRecorder.java
A src/main/java/org/jenkinsci/plugins/maveninvoker/PipelineDetails.java
A 
src/main/java/org/jenkinsci/plugins/maveninvoker/pipeline/MavenInvokerStep.java
A 
src/main/java/org/jenkinsci/plugins/maveninvoker/pipeline/MavenInvokerStepExecution.java
M 
src/main/java/org/jenkinsci/plugins/maveninvoker/results/MavenInvokerResults.java
A 
src/test/java/org/jenkinsci/plugins/maveninvoker/pipeline/MavenInvokerStepTest.java

  Log Message:
  ---
  [JENKINS-54198] use only one MavenInvokerBuildAction per build and add stage 
path to the result

Signed-off-by: olivier lamy 



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

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

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


[jenkinsci/docker-swarm-plugin] 8d74af: Add a tunnel option for JNLP connection from agent...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-swarm-plugin
  Commit: 8d74af757ccaacc26cc97e74a0aebb6b64287d34
  
https://github.com/jenkinsci/docker-swarm-plugin/commit/8d74af757ccaacc26cc97e74a0aebb6b64287d34
  Author: Gaël Rottier 
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/docker/swarm/DockerSwarmCloud.java
M 
src/main/java/org/jenkinsci/plugins/docker/swarm/DockerSwarmComputerLauncher.java
M 
src/main/resources/org/jenkinsci/plugins/docker/swarm/DockerSwarmCloud/config.jelly

  Log Message:
  ---
  Add a tunnel option for JNLP connection from agent to master


  Commit: 54b5d215d031bb31ee48c11b1ce3014e45ebdfd9
  
https://github.com/jenkinsci/docker-swarm-plugin/commit/54b5d215d031bb31ee48c11b1ce3014e45ebdfd9
  Author: Gaël Rottier 
  Date:   2018-11-28 (Wed, 28 Nov 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/docker/swarm/DockerSwarmAgent.java
M 
src/main/java/org/jenkinsci/plugins/docker/swarm/DockerSwarmAgentTemplate.java
M 
src/main/resources/org/jenkinsci/plugins/docker/swarm/DockerSwarmAgentTemplate/config.jelly

  Log Message:
  ---
  Add a Working Dir option to execute the pipeline in a different directory 
than the default one (/home/jenkins)


  Commit: d3d632b02c73800208f78765e49a6f0e0b3a2eef
  
https://github.com/jenkinsci/docker-swarm-plugin/commit/d3d632b02c73800208f78765e49a6f0e0b3a2eef
  Author: Gaël Rottier 
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/docker/swarm/DockerSwarmAgent.java

  Log Message:
  ---
  Fix an error in the used label (caused an NPE)


  Commit: f06bc927a0180b4700aa93e7f73ac474996ec9dc
  
https://github.com/jenkinsci/docker-swarm-plugin/commit/f06bc927a0180b4700aa93e7f73ac474996ec9dc
  Author: Surya Gaddipati 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/docker/swarm/DockerSwarmAgent.java
M 
src/main/java/org/jenkinsci/plugins/docker/swarm/DockerSwarmAgentTemplate.java
M src/main/java/org/jenkinsci/plugins/docker/swarm/DockerSwarmCloud.java
M 
src/main/java/org/jenkinsci/plugins/docker/swarm/DockerSwarmComputerLauncher.java
M 
src/main/resources/org/jenkinsci/plugins/docker/swarm/DockerSwarmAgentTemplate/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/docker/swarm/DockerSwarmCloud/config.jelly

  Log Message:
  ---
  Merge pull request #24 from gaelrottier/add-working_dir-option

Add working dir option for pipeline execution


Compare: 
https://github.com/jenkinsci/docker-swarm-plugin/compare/cd371d25d814...f06bc927a018
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/git-client-plugin] c1c311: Use JGit 5.2.0 & adapt one test

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: c1c3110926fd2137a589b8009aa42a119efc952a
  
https://github.com/jenkinsci/git-client-plugin/commit/c1c3110926fd2137a589b8009aa42a119efc952a
  Author: Mark Waite 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/PreemptiveAuthHttpClientConnection.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  ---
  Use JGit 5.2.0 & adapt one test

One submodule test needed to be adapted for a JGit 5.2.0 bug fix.

Previously, JGit CheckoutCommand did not overwrite a submodule from a
previous checkout which is no longer a submodule in the new checkout. The
bug fix description from the JGit release notes says "CheckoutCommand:
force flag now allows overwrite ensuring a force checkout will overwrite
conflicting files"

JGit does not handle renamed submodules.  The tests show the submodule
handling differences with instanceof 'if' statements.  Refer to the
comments in the test for more details.

Use a TreeMap for case insensitive getHeaderFields

Since RFC 2616 says that header fields names are case insensitive and
JDK javadoc says that the string list is immutable, let's return an
unmodifiable list in a case insensitive TreeMap.

Thanks to Olivier Dagenais!

Co-Authored-By: Olivier "Oli" Dagenais 


  Commit: 69e00ad0dc9dbf39e88cc5aab7660d469d5e0359
  
https://github.com/jenkinsci/git-client-plugin/commit/69e00ad0dc9dbf39e88cc5aab7660d469d5e0359
  Author: Mark Waite 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/gitclient/jgit/PreemptiveAuthHttpClientConnection.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  ---
  Merge pull request #384 from MarkEWaite/use-JGit-5.2

Use JGit 5.2.0 & adapt one test


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/c72d9b8e23d9...69e00ad0dc9d
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/parallel-test-executor-plugin] 2c1b09: [maven-release-plugin] prepare for next developmen...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 2c1b09e96c347577f5bed9e600c5689985a21b9f
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/2c1b09e96c347577f5bed9e600c5689985a21b9f
  Author: Jesse Glick 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

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



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

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

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


[jenkinsci/parallel-test-executor-plugin] 26ed7f: [maven-release-plugin] prepare release parallel-te...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 26ed7f96ed0e4da7e3a6abedb390369997fa3248
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/26ed7f96ed0e4da7e3a6abedb390369997fa3248
  Author: Jesse Glick 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release parallel-test-executor-1.12



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

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

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


[jenkinsci/parallel-test-executor-plugin]

2018-12-10 Thread GitHub
  Branch: refs/tags/parallel-test-executor-1.12
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin

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

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

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


[jenkinsci/parallel-test-executor-plugin] 65e56a: Replace deprecated Jenkins TimeUnit2 with Java Tim...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 65e56ad41d348150779799bf2df62e2fe89080e2
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/65e56ad41d348150779799bf2df62e2fe89080e2
  Author: René Scheibe 
  Date:   2018-10-07 (Sun, 07 Oct 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/TimeDrivenParallelism.java

  Log Message:
  ---
  Replace deprecated Jenkins TimeUnit2 with Java TimeUnit


  Commit: 776ad9022a8b725876a270df380a4253b24bda89
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/776ad9022a8b725876a270df380a4253b24bda89
  Author: Jesse Glick 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/TimeDrivenParallelism.java

  Log Message:
  ---
  Merge pull request #39 from darxriggs/avoid-deprecated-api-usage

Replace deprecated Jenkins TimeUnit2 with Java TimeUnit


Compare: 
https://github.com/jenkinsci/parallel-test-executor-plugin/compare/2fc5de730903...776ad9022a8b
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/parallel-test-executor-plugin] bfe0f2: JENKINS-53528 Do not excessively split tests

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: bfe0f2959a1ffeff621de20ac8557f792f10b9e2
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/bfe0f2959a1ffeff621de20ac8557f792f10b9e2
  Author: Steve Arch 
  Date:   2018-09-12 (Wed, 12 Sep 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/CountDrivenParallelism.java
M 
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java
A 
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/testWeDoNotCreateMoreSplitsThanThereAreTests/report-Test1.xml

  Log Message:
  ---
  JENKINS-53528 Do not excessively split tests

Limit the number of splits to be at most the number of test classes


  Commit: 2fc5de7309039bc5669959d78704a43266ee543f
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/2fc5de7309039bc5669959d78704a43266ee543f
  Author: Jesse Glick 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/CountDrivenParallelism.java
M 
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java
A 
src/test/resources/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest/testWeDoNotCreateMoreSplitsThanThereAreTests/report-Test1.xml

  Log Message:
  ---
  Merge pull request #38 from agentgonzo/JENKINS-53528

JENKINS-53528 Do not excessively split tests


Compare: 
https://github.com/jenkinsci/parallel-test-executor-plugin/compare/c2d47ba094e5...2fc5de730903
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/configuration-as-code-plugin] f26e90: use snapshot

2018-12-10 Thread GitHub
  Branch: refs/heads/vsphereRetention
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: f26e90c9629f41df36b6015c2135934ed0fd9c12
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/f26e90c9629f41df36b6015c2135934ed0fd9c12
  Author: Joseph Petersen 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  use snapshot



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

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

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


[jenkinsci/pipeline-maven-plugin] 347f4a: JENKINS-49337 add backward compatibility

2018-12-10 Thread GitHub
  Branch: refs/heads/JENKINS-49337-2
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 347f4a49d254f776c0498cffdf00ef48d29813d6
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/347f4a49d254f776c0498cffdf00ef48d29813d6
  Author: Cyrille Le Clerc 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M 
jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepOnMasterTest.java

  Log Message:
  ---
  JENKINS-49337 add backward compatibility



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

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

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


[jenkinsci/remoting] 59657b: Fix a changelog to Jira link

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 59657bd8e654eef828b4050abde3877d7f25030c
  
https://github.com/jenkinsci/remoting/commit/59657bd8e654eef828b4050abde3877d7f25030c
  Author: Jeff Thompson <37345299+jeffre...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Fix a changelog to Jira link

It had the wrong issue number.



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

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

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


[jenkinsci/git-client-plugin] 773e00: Refer to JENKINS-50573 correctly in CredentialsTes...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 773e00ef209ce495761f435e039571aeef2d9524
  
https://github.com/jenkinsci/git-client-plugin/commit/773e00ef209ce495761f435e039571aeef2d9524
  Author: Mark Waite 
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Refer to JENKINS-50573 correctly in CredentialsTest


  Commit: c72d9b8e23d9a41627e7f807fb985de0c6850da7
  
https://github.com/jenkinsci/git-client-plugin/commit/c72d9b8e23d9a41627e7f807fb985de0c6850da7
  Author: Mark Waite 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Merge branch 'stable-2.7'


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/0cc9ca3b5522...c72d9b8e23d9
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/remoting] 3107bf: Adjust config doc to link to no_proxy page.

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 3107bf3a4cbd11f0541d77bd53010f487d48fd2b
  
https://github.com/jenkinsci/remoting/commit/3107bf3a4cbd11f0541d77bd53010f487d48fd2b
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M docs/configuration.md

  Log Message:
  ---
  Adjust config doc to link to no_proxy page.


  Commit: c29c4c20d572e566a7c533c4fcf91be2963db487
  
https://github.com/jenkinsci/remoting/commit/c29c4c20d572e566a7c533c4fcf91be2963db487
  Author: Jeff Thompson <37345299+jeffre...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M docs/configuration.md

  Log Message:
  ---
  Merge pull request #314 from jeffret-b/updateConfigDoc

Adjust config doc to link to no_proxy page.


Compare: 
https://github.com/jenkinsci/remoting/compare/4af90661eb74...c29c4c20d572
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/remoting] 777e02: Update changelog for 3.28.

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 777e0203e94466e8f9a366f99ba5b12ad3a5a011
  
https://github.com/jenkinsci/remoting/commit/777e0203e94466e8f9a366f99ba5b12ad3a5a011
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog for 3.28.


  Commit: 4af90661eb741f4509d0b40e646c0def71ca7ef4
  
https://github.com/jenkinsci/remoting/commit/4af90661eb741f4509d0b40e646c0def71ca7ef4
  Author: Jeff Thompson <37345299+jeffre...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Merge pull request #313 from jeffret-b/updateChangelog3.28

Update changelog for 3.28.


Compare: 
https://github.com/jenkinsci/remoting/compare/66c24285f55f...4af90661eb74
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/configuration-as-code-plugin] f46501: add vsphere test

2018-12-10 Thread GitHub
  Branch: refs/heads/vsphereRetention
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: f465015ea672a95388599df867673c601defd03f
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/f465015ea672a95388599df867673c601defd03f
  Author: Joseph Petersen 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M integrations/pom.xml
A integrations/src/test/java/io/jenkins/plugins/casc/VsphereCloudTest.java
A 
integrations/src/test/resources/io/jenkins/plugins/casc/vSphereCloudTest.yml

  Log Message:
  ---
  add vsphere test



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

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

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


[jenkinsci/remoting] 9dba92: [maven-release-plugin] prepare release remoting-3....

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 9dba9202178f1ec00863aa5dadb5839467fae9cb
  
https://github.com/jenkinsci/remoting/commit/9dba9202178f1ec00863aa5dadb5839467fae9cb
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-3.28



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

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

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


[jenkinsci/remoting]

2018-12-10 Thread GitHub
  Branch: refs/tags/remoting-3.28
  Home:   https://github.com/jenkinsci/remoting

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

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

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


[jenkinsci/remoting] 66c242: [maven-release-plugin] prepare for next developmen...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 66c24285f55fe9057cb08369dfa19eacf10608d0
  
https://github.com/jenkinsci/remoting/commit/66c24285f55fe9057cb08369dfa19eacf10608d0
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

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



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

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

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


[jenkinsci/remoting] bdac68: Revert "[maven-release-plugin] prepare for next de...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: bdac682e6b827d2dcaff23f3209af1176761ad0f
  
https://github.com/jenkinsci/remoting/commit/bdac682e6b827d2dcaff23f3209af1176761ad0f
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

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

This reverts commit 0eefd1a3dd7dd4266a5551dfb4c1959695939a66.



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

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

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


[jenkinsci/remoting]

2018-12-10 Thread GitHub
  Branch: refs/tags/remoting-3.28
  Home:   https://github.com/jenkinsci/remoting

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

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

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


[jenkinsci/parallel-test-executor-plugin] c2d47b: [INFRA-1934] jenkinsci/jenkins Docker repo depreca...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: c2d47ba094e54c26c76cc2abdd4b93975af10b25
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/c2d47ba094e54c26c76cc2abdd4b93975af10b25
  Author: Jesse Glick 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M demo/Dockerfile

  Log Message:
  ---
  [INFRA-1934] jenkinsci/jenkins Docker repo deprecated.



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

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

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


[jenkinsci/github-branch-source-plugin] ab0782: [INFRA-1934] jenkinsci/jenkins Docker repo depreca...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: ab0782ea8e4a222d956f8b616393c5581df0e05a
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/ab0782ea8e4a222d956f8b616393c5581df0e05a
  Author: Jesse Glick 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M demo/Dockerfile

  Log Message:
  ---
  [INFRA-1934] jenkinsci/jenkins Docker repo deprecated.



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

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

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


[jenkinsci/remoting] eb9bf4: Revert "[maven-release-plugin] prepare release rem...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: eb9bf4db4436ba2cdc3bfd5d829670869b25ac07
  
https://github.com/jenkinsci/remoting/commit/eb9bf4db4436ba2cdc3bfd5d829670869b25ac07
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert "[maven-release-plugin] prepare release remoting-3.28"

This reverts commit cb9e3f8a2860e0d47e823d785490df7ba2b7dd44.


  Commit: 0eefd1a3dd7dd4266a5551dfb4c1959695939a66
  
https://github.com/jenkinsci/remoting/commit/0eefd1a3dd7dd4266a5551dfb4c1959695939a66
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/remoting/compare/cb9e3f8a2860...0eefd1a3dd7d
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/remoting] eb9bf4: Revert "[maven-release-plugin] prepare release rem...

2018-12-10 Thread GitHub
  Branch: refs/tags/remoting-3.28
  Home:   https://github.com/jenkinsci/remoting
  Commit: eb9bf4db4436ba2cdc3bfd5d829670869b25ac07
  
https://github.com/jenkinsci/remoting/commit/eb9bf4db4436ba2cdc3bfd5d829670869b25ac07
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert "[maven-release-plugin] prepare release remoting-3.28"

This reverts commit cb9e3f8a2860e0d47e823d785490df7ba2b7dd44.



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

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

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


[jenkinsci/remoting]

2018-12-10 Thread GitHub
  Branch: refs/tags/remoting-3.28
  Home:   https://github.com/jenkinsci/remoting

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

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

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


[jenkinsci/remoting] ed3edf: Revert "[maven-release-plugin] prepare for next de...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: ed3edf9a3717965f533c2fadf7177cb35f8533f9
  
https://github.com/jenkinsci/remoting/commit/ed3edf9a3717965f533c2fadf7177cb35f8533f9
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

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

This reverts commit 392ae679c2f9a0fbc150f8a160d4dce1dbb7ab36.


  Commit: c772f5d01e7ff2ffba6735bbbd3b7939ff1731e6
  
https://github.com/jenkinsci/remoting/commit/c772f5d01e7ff2ffba6735bbbd3b7939ff1731e6
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert "[maven-release-plugin] prepare release remoting-3.28"

This reverts commit df7d88479fb04e947b5b7147b08772686a993171.


  Commit: cb9e3f8a2860e0d47e823d785490df7ba2b7dd44
  
https://github.com/jenkinsci/remoting/commit/cb9e3f8a2860e0d47e823d785490df7ba2b7dd44
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-3.28


Compare: 
https://github.com/jenkinsci/remoting/compare/392ae679c2f9...cb9e3f8a2860
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/sse-gateway-plugin] 3c7e21: Update jsTest.js

2018-12-10 Thread GitHub
  Branch: refs/heads/task/remove-js-test
  Home:   https://github.com/jenkinsci/sse-gateway-plugin
  Commit: 3c7e21c073393fbb2363697c992b5bd1d0c24e37
  
https://github.com/jenkinsci/sse-gateway-plugin/commit/3c7e21c073393fbb2363697c992b5bd1d0c24e37
  Author: Josh McDonald 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M src/test/js/jsTest.js

  Log Message:
  ---
  Update jsTest.js

Break the JS tests to make sure CI is running them.



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

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

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


[jenkinsci/configuration-as-code-plugin] 547918: Secretes -> Secrets in readme

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 5479188627778acca60b56e318bd899bf18ae131
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/5479188627778acca60b56e318bd899bf18ae131
  Author: iamthereplicant 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M demos/kubernetes-secrets/README.md

  Log Message:
  ---
  Secretes -> Secrets in readme



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

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

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


[jenkinsci/remoting]

2018-12-10 Thread GitHub
  Branch: refs/tags/remoting-3.28
  Home:   https://github.com/jenkinsci/remoting

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

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

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


[jenkinsci/remoting] df7d88: [maven-release-plugin] prepare release remoting-3....

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: df7d88479fb04e947b5b7147b08772686a993171
  
https://github.com/jenkinsci/remoting/commit/df7d88479fb04e947b5b7147b08772686a993171
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-3.28



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

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

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


[jenkinsci/remoting] 392ae6: [maven-release-plugin] prepare for next developmen...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 392ae679c2f9a0fbc150f8a160d4dce1dbb7ab36
  
https://github.com/jenkinsci/remoting/commit/392ae679c2f9a0fbc150f8a160d4dce1dbb7ab36
  Author: Jeff Thompson 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

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



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

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

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


[jenkinsci/simple-theme-plugin] e5ce33: Update baseline to Jenkins 2.60.3 and Java 8

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/simple-theme-plugin
  Commit: e5ce3385c17b80415c77b05a1c52f22afdfdc635
  
https://github.com/jenkinsci/simple-theme-plugin/commit/e5ce3385c17b80415c77b05a1c52f22afdfdc635
  Author: Tobias Gruetzmacher 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/org/codefirst/SimpleThemeDecorator.java
M 
src/main/java/org/jenkinsci/plugins/simpletheme/FaviconUrlThemeElement.java
M src/main/java/org/jenkinsci/plugins/simpletheme/ThemeElement.java
M src/main/java/org/jenkinsci/plugins/simpletheme/UrlThemeElement.java
M 
src/test/java/org/jenkinsci/plugins/simpletheme/ConfigurationAsCodeTest.java
M 
src/test/java/org/jenkinsci/plugins/simpletheme/ConfigurationMigrationTest.java
M 
src/test/java/org/jenkinsci/plugins/simpletheme/SimpleThemeConfigurationTest.java

  Log Message:
  ---
  Update baseline to Jenkins 2.60.3 and Java 8



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

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

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


[jenkins-infra/jenkins.io] ad0e4a: Create 2019-01-22-singapore-jug.adoc

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: ad0e4a7b324e5e45ede0efe7b8f3dbd80ed8a061
  
https://github.com/jenkins-infra/jenkins.io/commit/ad0e4a7b324e5e45ede0efe7b8f3dbd80ed8a061
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/2019-01-22-singapore-jug.adoc

  Log Message:
  ---
  Create 2019-01-22-singapore-jug.adoc


  Commit: 96f5ba2d8dccdb17e5af3226c38a530d19db48c3
  
https://github.com/jenkins-infra/jenkins.io/commit/96f5ba2d8dccdb17e5af3226c38a530d19db48c3
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/_data/events/2019-01-22-singapore-jug.adoc

  Log Message:
  ---
  Update 2019-01-22-singapore-jug.adoc


  Commit: 39dddf863cf0d47ff5398085abb0a8f3b1a81396
  
https://github.com/jenkins-infra/jenkins.io/commit/39dddf863cf0d47ff5398085abb0a8f3b1a81396
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/_data/events/2019-01-22-singapore-jug.adoc

  Log Message:
  ---
  Update 2019-01-22-singapore-jug.adoc


  Commit: 7de842f9fc0dd72c7cc3a45e987a09488b9f74b6
  
https://github.com/jenkins-infra/jenkins.io/commit/7de842f9fc0dd72c7cc3a45e987a09488b9f74b6
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/2019-01-22-singapore-jug.adoc

  Log Message:
  ---
  Merge pull request #1963 from svanalstine/patch-45

Create 2019-01-22-singapore-jam.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/3e0e508f2c1c...7de842f9fc0d
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins-infra] ed81b1: Bump libssl version

2018-12-10 Thread GitHub
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: ed81b1bb68a66755d7c262dd4a8e02ad1703b5ac
  
https://github.com/jenkins-infra/jenkins-infra/commit/ed81b1bb68a66755d7c262dd4a8e02ad1703b5ac
  Author: Olblak 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  ---
  Bump libssl version


  Commit: f1e5febd56d876b79c1c94111d2a9cc92b60d38d
  
https://github.com/jenkins-infra/jenkins-infra/commit/f1e5febd56d876b79c1c94111d2a9cc92b60d38d
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M spec/classes/profile/compliance_spec.rb

  Log Message:
  ---
  Update the test


  Commit: ad68e64a82dfa01b106ca17caaa2c6f0794d2a65
  
https://github.com/jenkins-infra/jenkins-infra/commit/ad68e64a82dfa01b106ca17caaa2c6f0794d2a65
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M dist/profile/manifests/compliance.pp
M spec/classes/profile/compliance_spec.rb

  Log Message:
  ---
  Merge pull request #1201 from olblak/staging

Bump libssl version


  Commit: 1f105f58821a484d8375c8e4fb5f194f43efcf5a
  
https://github.com/jenkins-infra/jenkins-infra/commit/1f105f58821a484d8375c8e4fb5f194f43efcf5a
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M dist/profile/manifests/compliance.pp
M spec/classes/profile/compliance_spec.rb

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

Automated deployment to production


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/f5f784eec868...1f105f58821a
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] a2ae8c: Use a new Google Hangout

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a2ae8c156a61279ec105cb3d931a168c42bb8360
  
https://github.com/jenkins-infra/jenkins.io/commit/a2ae8c156a61279ec105cb3d931a168c42bb8360
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/hangout.adoc

  Log Message:
  ---
  Use a new Google Hangout

The older Hangout seemed to be restricted to the CloudBees organization.


  Commit: 3506894604550cfd47170bca84569637e65ce076
  
https://github.com/jenkins-infra/jenkins.io/commit/3506894604550cfd47170bca84569637e65ce076
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/hangout.adoc

  Log Message:
  ---
  Merge pull request #1965 from jenkins-infra/rtyler-patch-1

Use a new Google Hangout


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/237c234844cd...350689460455
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] 45213c: [JENKINS-53734] Update syntax docs for parallel-in...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 45213c6f9a4ace3870d3761e9c8d7f7b81183af0
  
https://github.com/jenkins-infra/jenkins.io/commit/45213c6f9a4ace3870d3761e9c8d7f7b81183af0
  Author: Andrew Bayer 
  Date:   2018-10-23 (Tue, 23 Oct 2018)

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

  Log Message:
  ---
  [JENKINS-53734] Update syntax docs for parallel-in-sequential

Depends on 
https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/292


  Commit: be81d28b9e19db26bfd831b8ca49ee96f808f4a7
  
https://github.com/jenkins-infra/jenkins.io/commit/be81d28b9e19db26bfd831b8ca49ee96f808f4a7
  Author: Andrew Bayer 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  ---
  Belatedly responding to review comments


  Commit: 3e0e508f2c1ca31bd627058cebb0260c2411df24
  
https://github.com/jenkins-infra/jenkins.io/commit/3e0e508f2c1ca31bd627058cebb0260c2411df24
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  ---
  Merge pull request #1848 from abayer/jenkins-53734

[JENKINS-53734] Update syntax docs for parallel-in-sequential


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/3d0d96532f30...3e0e508f2c1c
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] 9b6f90: [GSoC] change Mentor(s) to Potential Mentor(s)

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 9b6f90a442d926c7ca154c1915755c8426b721d6
  
https://github.com/jenkins-infra/jenkins.io/commit/9b6f90a442d926c7ca154c1915755c8426b721d6
  Author: Lloyd Chang 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M content/projects/gsoc/2019/project-ideas.html.haml

  Log Message:
  ---
  [GSoC] change Mentor(s) to Potential Mentor(s)

on project ideas page, as discussed during
GSoC SIG meeting on December 5th


  Commit: 3d0d96532f303b8f1c1ce6dc64513c9b0e9042c3
  
https://github.com/jenkins-infra/jenkins.io/commit/3d0d96532f303b8f1c1ce6dc64513c9b0e9042c3
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/projects/gsoc/2019/project-ideas.html.haml

  Log Message:
  ---
  Merge pull request #1937 from lloydchang/potential-mentors

[GSoC] change Mentor(s) to Potential Mentor(s)


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/13e1d9938eb9...3d0d96532f30
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] 908c40: Create 2019-01-17-austin-jam.adoc

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 908c40bba1ac469bea37138e955b9c408c2314e3
  
https://github.com/jenkins-infra/jenkins.io/commit/908c40bba1ac469bea37138e955b9c408c2314e3
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/2019-01-17-austin-jam.adoc

  Log Message:
  ---
  Create 2019-01-17-austin-jam.adoc


  Commit: 5cb65386c12051a28c697d948e2303cd9cb4b6b3
  
https://github.com/jenkins-infra/jenkins.io/commit/5cb65386c12051a28c697d948e2303cd9cb4b6b3
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/_data/events/2019-01-17-austin-jam.adoc

  Log Message:
  ---
  Update 2019-01-17-austin-jam.adoc


  Commit: 13e1d9938eb9d51a3a584ebd2cfc410389fcf84b
  
https://github.com/jenkins-infra/jenkins.io/commit/13e1d9938eb9d51a3a584ebd2cfc410389fcf84b
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/2019-01-17-austin-jam.adoc

  Log Message:
  ---
  Merge pull request #1959 from svanalstine/patch-42

Create 2019-01-17-austin-jam.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/323c60e6a1dc...13e1d9938eb9
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] 658513: Create kubecon-north-america-2018.adoc

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 658513f46b3e4b408d24fa36054075d499de0910
  
https://github.com/jenkins-infra/jenkins.io/commit/658513f46b3e4b408d24fa36054075d499de0910
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/kubecon-north-america-2018.adoc

  Log Message:
  ---
  Create kubecon-north-america-2018.adoc


  Commit: 323c60e6a1dce9c6dfb74f53a22f09818b1e
  
https://github.com/jenkins-infra/jenkins.io/commit/323c60e6a1dce9c6dfb74f53a22f09818b1e
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/kubecon-north-america-2018.adoc

  Log Message:
  ---
  Merge pull request #1958 from svanalstine/patch-41

Create kubecon-north-america-2018.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/bb4424ad0808...323c60e6a1dc
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins-infra] ed81b1: Bump libssl version

2018-12-10 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: ed81b1bb68a66755d7c262dd4a8e02ad1703b5ac
  
https://github.com/jenkins-infra/jenkins-infra/commit/ed81b1bb68a66755d7c262dd4a8e02ad1703b5ac
  Author: Olblak 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  ---
  Bump libssl version


  Commit: f1e5febd56d876b79c1c94111d2a9cc92b60d38d
  
https://github.com/jenkins-infra/jenkins-infra/commit/f1e5febd56d876b79c1c94111d2a9cc92b60d38d
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M spec/classes/profile/compliance_spec.rb

  Log Message:
  ---
  Update the test


  Commit: ad68e64a82dfa01b106ca17caaa2c6f0794d2a65
  
https://github.com/jenkins-infra/jenkins-infra/commit/ad68e64a82dfa01b106ca17caaa2c6f0794d2a65
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M dist/profile/manifests/compliance.pp
M spec/classes/profile/compliance_spec.rb

  Log Message:
  ---
  Merge pull request #1201 from olblak/staging

Bump libssl version


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/c745a6e59fbc...ad68e64a82df
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io]

2018-12-10 Thread GitHub
  Branch: refs/heads/rtyler-patch-1
  Home:   https://github.com/jenkins-infra/jenkins.io

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

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

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


[jenkins-infra/jenkins.io] 53bdfb: Create 2019-01-24-Montreal-jam.adoc

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 53bdfbf37643196074f2914c6411ec145c522b0d
  
https://github.com/jenkins-infra/jenkins.io/commit/53bdfbf37643196074f2914c6411ec145c522b0d
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/2019-01-24-Montreal-jam.adoc

  Log Message:
  ---
  Create 2019-01-24-Montreal-jam.adoc


  Commit: bb4424ad0808493a95dee4d04f4aa89c2ff59188
  
https://github.com/jenkins-infra/jenkins.io/commit/bb4424ad0808493a95dee4d04f4aa89c2ff59188
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/2019-01-24-Montreal-jam.adoc

  Log Message:
  ---
  Merge pull request #1961 from svanalstine/patch-43

Create 2019-01-24-Montreal-jam.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/350689460455...bb4424ad0808
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] 42f616: Create 2019-01-02-philadelphia-jam.adoc

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 42f616d41471ceb25cca1534caa922528c1e5dfa
  
https://github.com/jenkins-infra/jenkins.io/commit/42f616d41471ceb25cca1534caa922528c1e5dfa
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/2019-01-02-philadelphia-jam.adoc

  Log Message:
  ---
  Create  2019-01-02-philadelphia-jam.adoc


  Commit: 237c234844cd26676d9b40e8f68179d2ec78deda
  
https://github.com/jenkins-infra/jenkins.io/commit/237c234844cd26676d9b40e8f68179d2ec78deda
  Author: Liam Newman 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/_data/events/2019-01-02-philadelphia-jam.adoc

  Log Message:
  ---
  Merge pull request #1962 from svanalstine/patch-44

Create  2019-01-02-philadelphia-jam.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/1873fa1b996d...237c234844cd
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] c1777e: JENKINS-49997 - added doc for unsuccessful build c...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c1777e576678b7f23a7d46540c5c35fef08d8d85
  
https://github.com/jenkins-infra/jenkins.io/commit/c1777e576678b7f23a7d46540c5c35fef08d8d85
  Author: Jose Blas Camacho Taboada 
  Date:   2018-11-28 (Wed, 28 Nov 2018)

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

  Log Message:
  ---
  JENKINS-49997 - added doc for unsuccessful build condition in post


  Commit: 7a755348198f8c8f74972912acb09d8af8828bd6
  
https://github.com/jenkins-infra/jenkins.io/commit/7a755348198f8c8f74972912acb09d8af8828bd6
  Author: Jose Blas Camacho Taboada 
  Date:   2018-11-28 (Wed, 28 Nov 2018)

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

  Log Message:
  ---
  JENKINS-49997 - added doc for unsuccessful build condition in post (removed * 
for bold)


  Commit: 1873fa1b996dca230b0251b84c04f2a21bb1f183
  
https://github.com/jenkins-infra/jenkins.io/commit/1873fa1b996dca230b0251b84c04f2a21bb1f183
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  ---
  Merge pull request #1909 from joseblas/JENKINS-49997

JENKINS-49997 - added doc for unsuccessful build condition in post


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/0cde9ff95560...1873fa1b996d
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] f8454a: JENKINS-46894 Adding doc for triggeredBy when cond...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f8454a3423054e78827261ec96372ea7a5b94077
  
https://github.com/jenkins-infra/jenkins.io/commit/f8454a3423054e78827261ec96372ea7a5b94077
  Author: Jose Blas Camacho Taboada 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

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

  Log Message:
  ---
  JENKINS-46894 Adding doc for triggeredBy when condition


  Commit: 0cde9ff95560dafc9f15bc30a604c07078410a7e
  
https://github.com/jenkins-infra/jenkins.io/commit/0cde9ff95560dafc9f15bc30a604c07078410a7e
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  ---
  Merge pull request #1925 from joseblas/JENKINS-46894

JENKINS-46894 Adding doc for triggeredBy when condition


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/c240fe60aff3...0cde9ff95560
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] bbdbb8: [JENKINS-54386] Fix example for preserveStashes.

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: bbdbb866a0c8c6c539238b50ce063369401a4d4e
  
https://github.com/jenkins-infra/jenkins.io/commit/bbdbb866a0c8c6c539238b50ce063369401a4d4e
  Author: Andrew Bayer 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  ---
  [JENKINS-54386] Fix example for preserveStashes.

It requires a named parameter, and I gave a bad example. Fixed.


  Commit: c240fe60aff37ccebdee4689fb6aa184bc9d7584
  
https://github.com/jenkins-infra/jenkins.io/commit/c240fe60aff37ccebdee4689fb6aa184bc9d7584
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  ---
  Merge pull request #1960 from abayer/jenkins-54386

[JENKINS-54386] Fix example for preserveStashes.


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/b0a81633a992...c240fe60aff3
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] 89cad1: [JENKINS-55112] Author Outreachy audit log post

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 89cad1ab4708d27453849db0fd0d542396facc08
  
https://github.com/jenkins-infra/jenkins.io/commit/89cad1ab4708d27453849db0fd0d542396facc08
  Author: Matt Sicker 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/blog/2018/12/2018-12-10-outreachy-audit-log-plugin.adoc

  Log Message:
  ---
  [JENKINS-55112] Author Outreachy audit log post


  Commit: 9fada335a069d1e93936c89049ce7c1a196924c8
  
https://github.com/jenkins-infra/jenkins.io/commit/9fada335a069d1e93936c89049ce7c1a196924c8
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/blog/2018/12/2018-12-10-outreachy-audit-log-plugin.adoc

  Log Message:
  ---
  Apply suggestions from code review

Co-Authored-By: jvz 


  Commit: 08c9b127c9cfb5a94a9102bb157fde8998a809aa
  
https://github.com/jenkins-infra/jenkins.io/commit/08c9b127c9cfb5a94a9102bb157fde8998a809aa
  Author: Matt Sicker 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/blog/2018/12/2018-12-10-outreachy-audit-log-plugin.adoc

  Log Message:
  ---
  Add conclusion


  Commit: b0a81633a992e26704ac6c538c67efdb8b0a646a
  
https://github.com/jenkins-infra/jenkins.io/commit/b0a81633a992e26704ac6c538c67efdb8b0a646a
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/blog/2018/12/2018-12-10-outreachy-audit-log-plugin.adoc

  Log Message:
  ---
  Merge pull request #1964 from jvz/outreachy-2018

[JENKINS-55112] Author Outreachy audit log post


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/6ed5b85cb7af...b0a81633a992
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] a2ae8c: Use a new Google Hangout

2018-12-10 Thread GitHub
  Branch: refs/heads/rtyler-patch-1
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a2ae8c156a61279ec105cb3d931a168c42bb8360
  
https://github.com/jenkins-infra/jenkins.io/commit/a2ae8c156a61279ec105cb3d931a168c42bb8360
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/hangout.adoc

  Log Message:
  ---
  Use a new Google Hangout

The older Hangout seemed to be restricted to the CloudBees organization.



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

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

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


[jenkinsci/pipeline-maven-plugin] c2ebba: JENKINS-49337 add backward compatibility

2018-12-10 Thread GitHub
  Branch: refs/heads/JENKINS-49337-2
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: c2ebbacab5cc10e974a322ed173cf4fc3815f836
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/c2ebbacab5cc10e974a322ed173cf4fc3815f836
  Author: Cyrille Le Clerc 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStep.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepExecution.java
A 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepExecution2.java

  Log Message:
  ---
  JENKINS-49337 add backward compatibility



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

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

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


[jenkins-infra/jenkins-infra] d16bbc: Today's release with some minor UI and security fi...

2018-12-10 Thread GitHub
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: d16bbc18cb5e38631bbcac91520712c1face2dad
  
https://github.com/jenkins-infra/jenkins-infra/commit/d16bbc18cb5e38631bbcac91520712c1face2dad
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M hieradata/env/production.yaml

  Log Message:
  ---
  Today's release with some minor UI and security fixes


  Commit: c745a6e59fbc0de057e22a9b9f0a2de3fe03ec19
  
https://github.com/jenkins-infra/jenkins-infra/commit/c745a6e59fbc0de057e22a9b9f0a2de3fe03ec19
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M hieradata/env/production.yaml

  Log Message:
  ---
  Merge pull request #1199 from rtyler/new-uplink

Today's release with some minor UI and security fixes


  Commit: f5f784eec8686a5b087c4eb42e50140ba702f87b
  
https://github.com/jenkins-infra/jenkins-infra/commit/f5f784eec8686a5b087c4eb42e50140ba702f87b
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M hieradata/env/production.yaml

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

Automated deployment to production


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/33cec40c7e34...f5f784eec868
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/openshift-login-plugin] 7dafe8: [maven-release-plugin] prepare for next developmen...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-login-plugin
  Commit: 7dafe89088e0da93e31022e79a2744c387e9d6bb
  
https://github.com/jenkinsci/openshift-login-plugin/commit/7dafe89088e0da93e31022e79a2744c387e9d6bb
  Author: gabemontero 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

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



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

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

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


[jenkinsci/openshift-login-plugin] b73484: [maven-release-plugin] prepare release openshift-l...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-login-plugin
  Commit: b734849904f0715b989f36ac9aa7c4e5ae330c23
  
https://github.com/jenkinsci/openshift-login-plugin/commit/b734849904f0715b989f36ac9aa7c4e5ae330c23
  Author: gabemontero 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release openshift-login-1.0.12



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

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

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


[jenkinsci/openshift-login-plugin]

2018-12-10 Thread GitHub
  Branch: refs/tags/openshift-login-1.0.12
  Home:   https://github.com/jenkinsci/openshift-login-plugin

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

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

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


[jenkinsci/openshift-login-plugin] e6756f: move off of openshift.default.svc

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-login-plugin
  Commit: e6756f74f5c65422a0f996bb0931a7027ef33e1b
  
https://github.com/jenkinsci/openshift-login-plugin/commit/e6756f74f5c65422a0f996bb0931a7027ef33e1b
  Author: gabemontero 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M 
src/main/java/org/openshift/jenkins/plugins/openshiftlogin/OpenShiftOAuth2SecurityRealm.java
M 
src/test/java/org/openshift/jenkins/plugins/openshiftlogin/OpenShiftOAuth2SecurityRealmTest.java

  Log Message:
  ---
  move off of openshift.default.svc

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1657149


  Commit: 847f865d484a1f24adba7db599cb0ef39b16f67f
  
https://github.com/jenkinsci/openshift-login-plugin/commit/847f865d484a1f24adba7db599cb0ef39b16f67f
  Author: OpenShift Merge Robot 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Log Message:
  ---
  Merge pull request #54 from gabemontero/fix-login-hostname-used

move off of openshift.default.svc


Compare: 
https://github.com/jenkinsci/openshift-login-plugin/compare/18d7ef97540e...847f865d484a
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins-infra] d16bbc: Today's release with some minor UI and security fi...

2018-12-10 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: d16bbc18cb5e38631bbcac91520712c1face2dad
  
https://github.com/jenkins-infra/jenkins-infra/commit/d16bbc18cb5e38631bbcac91520712c1face2dad
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M hieradata/env/production.yaml

  Log Message:
  ---
  Today's release with some minor UI and security fixes


  Commit: c745a6e59fbc0de057e22a9b9f0a2de3fe03ec19
  
https://github.com/jenkins-infra/jenkins-infra/commit/c745a6e59fbc0de057e22a9b9f0a2de3fe03ec19
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M hieradata/env/production.yaml

  Log Message:
  ---
  Merge pull request #1199 from rtyler/new-uplink

Today's release with some minor UI and security fixes


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/7dc144a3e874...c745a6e59fbc
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/remoting] b77a7c: Change new no_proxy impl to not draw in new depend...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: b77a7c9d7c1419b2cbd300b09e971c82292d06bc
  
https://github.com/jenkinsci/remoting/commit/b77a7c9d7c1419b2cbd300b09e971c82292d06bc
  Author: Jeff Thompson 
  Date:   2018-12-07 (Fri, 07 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/hudson/remoting/NoProxyEvaluator.java
A 
src/main/java/org/jenkinsci/remoting/org/apache/commons/net/util/SubnetUtils.java
A 
src/main/java/org/jenkinsci/remoting/org/apache/commons/validator/routines/InetAddressValidator.java
A 
src/main/java/org/jenkinsci/remoting/org/apache/commons/validator/routines/RegexValidator.java
A 
src/test/java/org/jenkinsci/remoting/org/apache/commons/net/util/SubnetUtilsTest.java
A 
src/test/java/org/jenkinsci/remoting/org/apache/commons/validator/routines/InetAddressValidatorTest.java
A 
src/test/java/org/jenkinsci/remoting/org/apache/commons/validator/routines/RegexValidatorTest.java

  Log Message:
  ---
  Change new no_proxy impl to not draw in new dependencies.

For the changes to the no_proxy capability, I added a couple of dependencies 
for checking and handling ip addresses and subnets.
One of them was clearly the wrong one to use when I started integrating.
Rather, than add dependencies, we decided to copy in utilities. This same 
pattern was followed recently in Jenkins core to avoid introducing new 
dependencies into Jenkins core that plugins may become dependent on.


  Commit: a4f79df938b59657ffa0618f1ca8743f7267d49f
  
https://github.com/jenkinsci/remoting/commit/a4f79df938b59657ffa0618f1ca8743f7267d49f
  Author: Jeff Thompson <37345299+jeffre...@users.noreply.github.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/hudson/remoting/NoProxyEvaluator.java
A 
src/main/java/org/jenkinsci/remoting/org/apache/commons/net/util/SubnetUtils.java
A 
src/main/java/org/jenkinsci/remoting/org/apache/commons/validator/routines/InetAddressValidator.java
A 
src/main/java/org/jenkinsci/remoting/org/apache/commons/validator/routines/RegexValidator.java
A 
src/test/java/org/jenkinsci/remoting/org/apache/commons/net/util/SubnetUtilsTest.java
A 
src/test/java/org/jenkinsci/remoting/org/apache/commons/validator/routines/InetAddressValidatorTest.java
A 
src/test/java/org/jenkinsci/remoting/org/apache/commons/validator/routines/RegexValidatorTest.java

  Log Message:
  ---
  Merge pull request #312 from jeffret-b/removeNewDependencies

[JENKINS-48778] Refactoring earlier unreleased implementation.


Compare: 
https://github.com/jenkinsci/remoting/compare/f91ae05aea6c...a4f79df938b5
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/pipeline-model-definition-plugin] b30d35: [maven-release-plugin] prepare for next developmen...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: b30d35b9ce9c53c9e162f704b047493efd283d97
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/b30d35b9ce9c53c9e162f704b047493efd283d97
  Author: Andrew Bayer 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pipeline-model-api/pom.xml
M pipeline-model-definition/pom.xml
M pipeline-model-extensions/pom.xml
M pipeline-stage-tags-metadata/pom.xml
M pom.xml

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



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

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

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


[jenkinsci/pipeline-model-definition-plugin]

2018-12-10 Thread GitHub
  Branch: refs/tags/pipeline-model-definition-1.3.4
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin

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

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

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


[jenkinsci/pipeline-model-definition-plugin] 087948: [maven-release-plugin] prepare release pipeline-mo...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 0879484e45a3d6e0b808ca82146765b95b4f7401
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/0879484e45a3d6e0b808ca82146765b95b4f7401
  Author: Andrew Bayer 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pipeline-model-api/pom.xml
M pipeline-model-definition/pom.xml
M pipeline-model-extensions/pom.xml
M pipeline-stage-tags-metadata/pom.xml
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-model-definition-1.3.4



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

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

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


[jenkinsci/sealights-plugin] 4cdd1f: Set printStream as static (avoid serialization)

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sealights-plugin
  Commit: 4cdd1fb9052cb131f95baed68fbc8f4feeba0748
  
https://github.com/jenkinsci/sealights-plugin/commit/4cdd1fb9052cb131f95baed68fbc8f4feeba0748
  Author: RoniSegal 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M src/main/java/io/sealights/plugins/sealightsjenkins/utils/Logger.java

  Log Message:
  ---
  Set printStream as static (avoid serialization)


  Commit: ab45e259bb29dfbba835e4ada24168be7569b387
  
https://github.com/jenkinsci/sealights-plugin/commit/ab45e259bb29dfbba835e4ada24168be7569b387
  Author: nadavye 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M src/main/java/io/sealights/plugins/sealightsjenkins/utils/Logger.java

  Log Message:
  ---
  Merge pull request #28 from RoniSegal/master

[SLDEV-4430]Set printStream as static (avoid serialization)


Compare: 
https://github.com/jenkinsci/sealights-plugin/compare/7a16a32d1e79...ab45e259bb29
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/pipeline-model-definition-plugin] cb0246: JENKINS-46894 WIP bumping pom versions

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: cb02462703a1b1b07a0abe6435a86fff2b2d95d2
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/cb02462703a1b1b07a0abe6435a86fff2b2d95d2
  Author: Jose Blas Camacho Taboada 
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
A pipeline-model-definition/src/test/resources/BuildStatusWhen.groovy
M pom.xml

  Log Message:
  ---
  JENKINS-46894 WIP bumping pom versions


  Commit: e421e49a07c22479d714912223d599c64d6d980c
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/e421e49a07c22479d714912223d599c64d6d980c
  Author: Jose Blas Camacho Taboada 
  Date:   2018-11-30 (Fri, 30 Nov 2018)

  Changed paths:
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
M pipeline-model-definition/src/test/resources/BuildStatusWhen.groovy

  Log Message:
  ---
  JENKINS-46894 - added test for buildCause with string contains


  Commit: 8bb14465cfed6dfd7b85efceda11e230df73e18e
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/8bb14465cfed6dfd7b85efceda11e230df73e18e
  Author: Jose Blas Camacho Taboada 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
A 
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/TriggeredByConditional.java
A 
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/TriggeredByConditionalScript.groovy
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java
R pipeline-model-definition/src/test/resources/BuildStatusWhen.groovy
A 
pipeline-model-definition/src/test/resources/buildStatusWhenSCMTrigger.groovy
A 
pipeline-model-definition/src/test/resources/buildStatusWhenTimerTrigger.groovy

  Log Message:
  ---
  JENKINS-46894 - added tests for SCM and TimerTrigger


  Commit: 0bcc771b57b7748346ba185ab1337587893f0b6c
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/0bcc771b57b7748346ba185ab1337587893f0b6c
  Author: Jose Blas Camacho Taboada 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

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

  Log Message:
  ---
  JENKINS-46894 - added tests for SCM and TimerTrigger


  Commit: ea1cc93a502f8db534ab2e8e73a85fe3b1bc8e01
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ea1cc93a502f8db534ab2e8e73a85fe3b1bc8e01
  Author: Jose Blas Camacho Taboada 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
M Jenkinsfile
M 
pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/ModelParser.groovy
M 
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/ValidatorTest.java
A 
pipeline-model-definition/src/test/resources/errors/multipleStepsSectionsInStage.groovy

  Log Message:
  ---
  merging master


  Commit: fe9111d62eaeec2cbe1aa190e561ae43f2e2f34e
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/fe9111d62eaeec2cbe1aa190e561ae43f2e2f34e
  Author: Jose Blas Camacho Taboada 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

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

  Log Message:
  ---
  JENKINS-46894 - bumped Jenkins Version and commented an assertion (to be 
discussed)


  Commit: 4d8bff92c6ce62bdeb70a9f8fe90374f54b76b83
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/4d8bff92c6ce62bdeb70a9f8fe90374f54b76b83
  Author: Jose Blas Camacho Taboada 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  JENKINS-46894 - bumped Jenkins Version and commented an assertion (to be 
discussed)


  Commit: a9df482bea614e69c870578d8c4c5789bdaae4e3
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/a9df482bea614e69c870578d8c4c5789bdaae4e3
  Author: Jose Blas Camacho Taboada 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

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

  Log Message:
  ---
  JENKINS-46894 - downgraded workflow-support from 2.22 to 2.20 to keep working 
some tests


  Commit: 964f79a8fe24fd1563d490524600306876b8f159
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/964f79a8fe24fd1563d490524600306876b8f159
  Author: Jose Blas Camacho Taboada 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:

[jenkinsci/jenkins] 28be9e: Improve test assertion

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 28be9e4dcc72ba3a273650ff1b3823980bd43852
  
https://github.com/jenkinsci/jenkins/commit/28be9e4dcc72ba3a273650ff1b3823980bd43852
  Author: Matt Sicker 
  Date:   2018-12-07 (Fri, 07 Dec 2018)

  Changed paths:
M test/src/test/java/hudson/tasks/MavenTest.java

  Log Message:
  ---
  Improve test assertion

This fixes a test to check an empty map using a proper method rather than 
relying on its toString representation.


  Commit: 3709fc1766bb2b34d7e24869163a3c702c81ec98
  
https://github.com/jenkinsci/jenkins/commit/3709fc1766bb2b34d7e24869163a3c702c81ec98
  Author: Matt Sicker 
  Date:   2018-12-07 (Fri, 07 Dec 2018)

  Changed paths:
M test/src/test/java/hudson/tasks/MavenTest.java

  Log Message:
  ---
  Tabs -> spaces


  Commit: d60a5447a4e00564e5bd1d13e8f9ecce589cf517
  
https://github.com/jenkinsci/jenkins/commit/d60a5447a4e00564e5bd1d13e8f9ecce589cf517
  Author: Baptiste Mathus 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M test/src/test/java/hudson/tasks/MavenTest.java

  Log Message:
  ---
  Merge pull request #3796 from jvz/patch-1

Improve test assertion


Compare: 
https://github.com/jenkinsci/jenkins/compare/c18bb84df15f...d60a5447a4e0
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/urbancode-velocity-plugin] 2473d3: Get the right computer so jobs will upload after i...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin
  Commit: 2473d3d1d6d6d5694cdd8ab659be122c523e9f6a
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/2473d3d1d6d6d5694cdd8ab659be122c523e9f6a
  Author: Christopher Jenkins 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M src/main/java/com/ibm/devops/connect/ConnectComputerListener.java
M src/main/java/com/ibm/devops/connect/DevOpsGlobalConfiguration.java

  Log Message:
  ---
  Get the right computer so jobs will upload after initial save


  Commit: aa3a998e34f5c4a25a5c457993520963d6a1b13b
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/aa3a998e34f5c4a25a5c457993520963d6a1b13b
  Author: Christopher Jenkins 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M src/main/java/com/ibm/devops/connect/ConnectComputerListener.java
M src/main/java/com/ibm/devops/connect/DevOpsGlobalConfiguration.java

  Log Message:
  ---
  Merge pull request #11 from jenkinsci/fix-initial-upload

Get the right computer so jobs will upload after initial save


Compare: 
https://github.com/jenkinsci/urbancode-velocity-plugin/compare/1bdd8624e3d9...aa3a998e34f5
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/urbancode-velocity-plugin]

2018-12-10 Thread GitHub
  Branch: refs/heads/fix-initial-upload
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin

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

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

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


[jenkinsci/urbancode-velocity-plugin] b9bcf4: Async Job Uploads Without Memory Leak

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin
  Commit: b9bcf4de9967c1f95722d01c2e96b84df5abf99b
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/b9bcf4de9967c1f95722d01c2e96b84df5abf99b
  Author: Adam Boe 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/com/ibm/devops/connect/CRPipeline/UploadJUnitTestResult.java
M src/main/java/com/ibm/devops/connect/CloudBuildStepListener.java
M src/main/java/com/ibm/devops/connect/CloudGraphListener.java
M src/main/java/com/ibm/devops/connect/CloudItemListener.java
M src/main/java/com/ibm/devops/connect/CloudPublisher.java
M src/main/java/com/ibm/devops/connect/CloudRunListener.java
M src/main/java/com/ibm/devops/connect/CloudSocketComponent.java
M src/main/java/com/ibm/devops/connect/CloudWorkListener.java
M src/main/java/com/ibm/devops/connect/CloudWorkListener2.java
M src/main/java/com/ibm/devops/connect/DevOpsGlobalConfiguration.java

  Log Message:
  ---
  Async Job Uploads Without Memory Leak


  Commit: 1bdd8624e3d9281b7a6a60374662c10946abac9e
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/1bdd8624e3d9281b7a6a60374662c10946abac9e
  Author: Christopher Jenkins 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/com/ibm/devops/connect/CRPipeline/UploadJUnitTestResult.java
M src/main/java/com/ibm/devops/connect/CloudBuildStepListener.java
M src/main/java/com/ibm/devops/connect/CloudGraphListener.java
M src/main/java/com/ibm/devops/connect/CloudItemListener.java
M src/main/java/com/ibm/devops/connect/CloudPublisher.java
M src/main/java/com/ibm/devops/connect/CloudRunListener.java
M src/main/java/com/ibm/devops/connect/CloudSocketComponent.java
M src/main/java/com/ibm/devops/connect/CloudWorkListener.java
M src/main/java/com/ibm/devops/connect/CloudWorkListener2.java
M src/main/java/com/ibm/devops/connect/DevOpsGlobalConfiguration.java

  Log Message:
  ---
  Merge pull request #10 from jenkinsci/async-job-upload-without-memory-leak

Async Job Uploads Without Memory Leak


Compare: 
https://github.com/jenkinsci/urbancode-velocity-plugin/compare/2b0120b45ab1...1bdd8624e3d9
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/urbancode-velocity-plugin]

2018-12-10 Thread GitHub
  Branch: refs/heads/async-job-upload-without-memory-leak
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin

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

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

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


[jenkinsci/jenkins] ead5db: [DO NOT MERGE] SEC-904 related test failing on jav...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: ead5dba939c36a18384214ef97ea12395092a034
  
https://github.com/jenkinsci/jenkins/commit/ead5dba939c36a18384214ef97ea12395092a034
  Author: Wadeck Follonier 
  Date:   2018-12-07 (Fri, 07 Dec 2018)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  [DO NOT MERGE] SEC-904 related test failing on java 11
- just running the tests


  Commit: 9e8df1aebcd922e87058343bad062d320db62af8
  
https://github.com/jenkinsci/jenkins/commit/9e8df1aebcd922e87058343bad062d320db62af8
  Author: Wadeck Follonier 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M core/src/main/java/hudson/FilePath.java
M core/src/test/java/hudson/FilePathSEC904Test.java

  Log Message:
  ---
  Use different approach for relativize two paths due to Java 11


  Commit: 87cba3d73021acc8866bbdc762e5d6b12d692fdf
  
https://github.com/jenkinsci/jenkins/commit/87cba3d73021acc8866bbdc762e5d6b12d692fdf
  Author: Wadeck Follonier 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M core/src/main/java/hudson/FilePath.java
M core/src/test/java/hudson/FilePathSEC904Test.java

  Log Message:
  ---
  Remove windows specific paths


  Commit: 5b817e77a3b76e11e735018438bf1bfa174c9d13
  
https://github.com/jenkinsci/jenkins/commit/5b817e77a3b76e11e735018438bf1bfa174c9d13
  Author: Wadeck Follonier 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Re-run all the tests this time


  Commit: c18bb84df15f0ddb2851442c03b9d8d02e0d2d9e
  
https://github.com/jenkinsci/jenkins/commit/c18bb84df15f0ddb2851442c03b9d8d02e0d2d9e
  Author: Baptiste Mathus 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M core/src/main/java/hudson/FilePath.java
M core/src/test/java/hudson/FilePathSEC904Test.java

  Log Message:
  ---
  Merge pull request #3795 from Wadeck/JENKINS-55081_xxx904Test_failing

[JENKINS-55081] SEC-904 related test failing on java 11


Compare: 
https://github.com/jenkinsci/jenkins/compare/3b8258fd0c65...c18bb84df15f
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/embeddable-build-status-plugin] b1e58d: - added support for custom label, status and color

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/embeddable-build-status-plugin
  Commit: b1e58db168d811d77cbddd38054d117bc5e87bac
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/b1e58db168d811d77cbddd38054d117bc5e87bac
  Author: thomas-dee 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
M pom.xml
R src/main/java/org/jenkinsci/plugins/badge/BadgeAction.java
R src/main/java/org/jenkinsci/plugins/badge/BadgeActionFactory.java
M src/main/java/org/jenkinsci/plugins/badge/ImageResolver.java
A src/main/java/org/jenkinsci/plugins/badge/JobBadgeAction.java
A src/main/java/org/jenkinsci/plugins/badge/JobBadgeActionFactory.java
M src/main/java/org/jenkinsci/plugins/badge/PluginImpl.java
M src/main/java/org/jenkinsci/plugins/badge/PublicBadgeAction.java
M src/main/java/org/jenkinsci/plugins/badge/RunBadgeAction.java
M src/main/java/org/jenkinsci/plugins/badge/RunBadgeActionFactory.java
M src/main/java/org/jenkinsci/plugins/badge/StatusImage.java
R src/main/resources/org/jenkinsci/plugins/badge/BadgeAction/index.groovy
R 
src/main/resources/org/jenkinsci/plugins/badge/BadgeAction/index.properties
R 
src/main/resources/org/jenkinsci/plugins/badge/BadgeAction/index_ja.properties
A src/main/resources/org/jenkinsci/plugins/badge/JobBadgeAction/index.groovy
A 
src/main/resources/org/jenkinsci/plugins/badge/JobBadgeAction/index.properties
A 
src/main/resources/org/jenkinsci/plugins/badge/JobBadgeAction/index_ja.properties
M src/main/resources/org/jenkinsci/plugins/badge/Messages.properties
M src/main/resources/org/jenkinsci/plugins/badge/Messages_ja.properties
M src/main/resources/org/jenkinsci/plugins/badge/RunBadgeAction/index.groovy
M 
src/main/resources/org/jenkinsci/plugins/badge/RunBadgeAction/index.properties
A src/main/webapp/fonts/verdana.ttf
R src/main/webapp/status/build-aborted-lightgrey-flat.svg
R src/main/webapp/status/build-aborted-lightgrey.svg
R src/main/webapp/status/build-failing-red-flat.svg
R src/main/webapp/status/build-failing-red.svg
R src/main/webapp/status/build-passing-brightgreen-flat.svg
R src/main/webapp/status/build-passing-brightgreen.svg
R src/main/webapp/status/build-running-blue-flat.svg
R src/main/webapp/status/build-running-blue.svg
R src/main/webapp/status/build-unknown-lightgrey-flat.svg
R src/main/webapp/status/build-unknown-lightgrey.svg
R src/main/webapp/status/build-unstable-yellow-flat.svg
R src/main/webapp/status/build-unstable-yellow.svg
A src/main/webapp/status/flat-square.svg
A src/main/webapp/status/flat.svg
A src/main/webapp/status/plastic.svg

  Log Message:
  ---
  - added support for custom label, status and color


  Commit: a59723d7465b5d789c272c8da5427b9efaf74572
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/a59723d7465b5d789c272c8da5427b9efaf74572
  Author: thomas-dee 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  - fixed GitHub link


  Commit: 81634072bdddbeadd370e93e07381e751cb555d9
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/81634072bdddbeadd370e93e07381e751cb555d9
  Author: thomas-dee 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  - enable testing again


  Commit: 28bacb03b68178efc573a0945e59e10d1684c724
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/28bacb03b68178efc573a0945e59e10d1684c724
  Author: thomas-dee 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/badge/ImageResolver.java

  Log Message:
  ---
  - fixed handling of "running" state


  Commit: 1866ce6668915e45764720eb11df4aa6b0a2554b
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/1866ce6668915e45764720eb11df4aa6b0a2554b
  Author: thomas-dee 
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
M pom.xml
A src/main/java/org/jenkinsci/plugins/badge/EmbeddableBadgeConfig.java
A 
src/main/java/org/jenkinsci/plugins/badge/EmbeddableBadgeConfigsAction.java
M src/main/java/org/jenkinsci/plugins/badge/JobBadgeAction.java
M src/main/java/org/jenkinsci/plugins/badge/JobBadgeActionFactory.java
M src/main/java/org/jenkinsci/plugins/badge/RunBadgeAction.java
M src/main/java/org/jenkinsci/plugins/badge/RunBadgeActionFactory.java
A src/main/java/org/jenkinsci/plugins/badge/RunParameterResolver.java
A 
src/main/java/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep.java
A 
src/main/resources/org/jenkinsci/plugins/badge/EmbeddableBadgeConfigsAction/badge.jelly
M 
src/main/resources/org/jenkinsci/plugins/badge/JobBadgeAction/index.properties
M 
src/main/resources/org/jenkinsci/plugins/badge/RunBadgeAction/index.properties

  Log Message:
  ---
  - 

[jenkins-infra/jenkins.io] 65e925: Fix typo

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 65e9250145aebc837b61a5d8256d57a57b82e93b
  
https://github.com/jenkins-infra/jenkins.io/commit/65e9250145aebc837b61a5d8256d57a57b82e93b
  Author: Baptiste Mathus 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/blog/2018/12/2018-12-10-the-official-Docker-image.adoc

  Log Message:
  ---
  Fix typo

Thanks @jvz for the notice.


  Commit: 6ed5b85cb7afc4a7d5a42b7cd6544a5bd0747ace
  
https://github.com/jenkins-infra/jenkins.io/commit/6ed5b85cb7afc4a7d5a42b7cd6544a5bd0747ace
  Author: Oleg Nenashev 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/blog/2018/12/2018-12-10-the-official-Docker-image.adoc

  Log Message:
  ---
  Merge pull request #1957 from batmat/right-docker-hub-repo-typo

Fix typo


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/ba1cb8c6eb49...6ed5b85cb7af
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] c34f42: Add CVEs assigned on 2018-12-09

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c34f42e75c90dc42948e6cd05d0f8c1cdac0685e
  
https://github.com/jenkins-infra/jenkins.io/commit/c34f42e75c90dc42948e6cd05d0f8c1cdac0685e
  Author: Daniel Beck 
  Date:   2018-12-09 (Sun, 09 Dec 2018)

  Changed paths:
M content/security/advisory/2018-10-29.adoc
M content/security/advisory/2018-12-05.adoc

  Log Message:
  ---
  Add CVEs assigned on 2018-12-09

https://github.com/CVEProject/cvelist/pull/1352
https://github.com/CVEProject/cvelist/pull/1353


  Commit: 964233cc4e873e0ef5fe4520fded61607f44fa33
  
https://github.com/jenkins-infra/jenkins.io/commit/964233cc4e873e0ef5fe4520fded61607f44fa33
  Author: Daniel Beck 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/security/advisory/2018-10-29.adoc

  Log Message:
  ---
  Fix YAML


  Commit: ba1cb8c6eb49498efdbb615cdf909018587e8ef2
  
https://github.com/jenkins-infra/jenkins.io/commit/ba1cb8c6eb49498efdbb615cdf909018587e8ef2
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/security/advisory/2018-10-29.adoc
M content/security/advisory/2018-12-05.adoc

  Log Message:
  ---
  Merge pull request #1954 from daniel-beck/cves-2018-12-09

Add CVEs assigned on 2018-12-09


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/45827fa2fec0...ba1cb8c6eb49
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] ef13fe: Blog about the right Docker Hub repo to use for ru...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: ef13fe8fee8f122d9ad635ed7ef78a1699c65cf5
  
https://github.com/jenkins-infra/jenkins.io/commit/ef13fe8fee8f122d9ad635ed7ef78a1699c65cf5
  Author: Baptiste Mathus 
  Date:   2018-12-09 (Sun, 09 Dec 2018)

  Changed paths:
A content/blog/2018/12/2018-12-10-the-official-Docker-image.adoc

  Log Message:
  ---
  Blog about the right Docker Hub repo to use for running Jenkins


  Commit: 201742b7344e8496a5a62434630ee3bc1bab7e91
  
https://github.com/jenkins-infra/jenkins.io/commit/201742b7344e8496a5a62434630ee3bc1bab7e91
  Author: Liam Newman 
  Date:   2018-12-09 (Sun, 09 Dec 2018)

  Changed paths:
M content/blog/2018/12/2018-12-10-the-official-Docker-image.adoc

  Log Message:
  ---
  Update 2018-12-10-the-official-Docker-image.adoc


  Commit: df38144b8e868be3c7cf3692b0bbccab5e875146
  
https://github.com/jenkins-infra/jenkins.io/commit/df38144b8e868be3c7cf3692b0bbccab5e875146
  Author: Baptiste Mathus 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/blog/2018/12/2018-12-10-the-official-Docker-image.adoc

  Log Message:
  ---
  Also add URL to https://hub.docker.com/r/jenkins/jenkins/


  Commit: 04a6f22b43da2bb591e5bee66720450d557d2fc8
  
https://github.com/jenkins-infra/jenkins.io/commit/04a6f22b43da2bb591e5bee66720450d557d2fc8
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
A content/blog/2018/12/2018-12-10-the-official-Docker-image.adoc

  Log Message:
  ---
  Merge pull request #1952 from batmat/right-docker-hub-repo

Blog about the right Docker Hub repo to use for running Jenkins


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/de50932b985c...04a6f22b43da
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins.io] bb6a3e: Fix library name

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: bb6a3e4e1e81c54e54215f327d639e848e8fa1b7
  
https://github.com/jenkins-infra/jenkins.io/commit/bb6a3e4e1e81c54e54215f327d639e848e8fa1b7
  Author: Daniel Beck 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/doc/developer/handling-requests/stapler-accessible-type.adoc

  Log Message:
  ---
  Fix library name


  Commit: 45827fa2fec0694b550e3cdf66e40aa5f4ed8abb
  
https://github.com/jenkins-infra/jenkins.io/commit/45827fa2fec0694b550e3cdf66e40aa5f4ed8abb
  Author: R. Tyler Croy 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M content/doc/developer/handling-requests/stapler-accessible-type.adoc

  Log Message:
  ---
  Merge pull request #1956 from daniel-beck/library-name-fix

Fix library name


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/04a6f22b43da...45827fa2fec0
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/piketec-tpt-plugin] 76f8c1: #24904 [Jenkins, GenerateOverviewBug, JUnit] JUnit...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/piketec-tpt-plugin
  Commit: 76f8c12faf2f1e8869e1470aab463a5ced7615e2
  
https://github.com/jenkinsci/piketec-tpt-plugin/commit/76f8c12faf2f1e8869e1470aab463a5ced7615e2
  Author: felipeinfantino 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M src/main/java/com/piketec/jenkins/plugins/tpt/Publish.java
A src/main/java/com/piketec/jenkins/plugins/tpt/TestcaseSummaryParser.java
M 
src/main/java/com/piketec/jenkins/plugins/tpt/TptPluginMasterJobExecutor.java
M 
src/main/java/com/piketec/jenkins/plugins/tpt/publisher/TPTReportPublisher.java
M 
src/main/java/com/piketec/jenkins/plugins/tpt/publisher/TPTReportSAXHandler.java

  Log Message:
  ---
  #24904 [Jenkins, GenerateOverviewBug, JUnit] JUnit Ordner geleert bevor die 
Iteration über die Jenkins Configurations. Beim Parser, wenn es keine 
"testcase_information.xml" existieren, dann wird der "test_summary.xml" 
geparsed und daraus die Information geholt. Das gleiche wird für den Publisher 
gemacht.



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

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

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


[jenkinsci/git-plugin] 199182: [JENKINS-33238] Do not block builds in Git Publish...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 199182371ea26f1e0411dd71d9a3cad65f27226a
  
https://github.com/jenkinsci/git-plugin/commit/199182371ea26f1e0411dd71d9a3cad65f27226a
  Author: Mark Waite 
  Date:   2018-12-09 (Sun, 09 Dec 2018)

  Changed paths:
M src/main/java/hudson/plugins/git/GitPublisher.java

  Log Message:
  ---
  [JENKINS-33238] Do not block builds in Git Publisher

The Git Publisher does not depend on the completion of preceding builds
so it should not need to monitor BUILD.


  Commit: 9877f5e9d7427f95b8b7f60fca2912ab81cdf8a4
  
https://github.com/jenkinsci/git-plugin/commit/9877f5e9d7427f95b8b7f60fca2912ab81cdf8a4
  Author: Mark Waite 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M src/main/java/hudson/plugins/git/GitPublisher.java

  Log Message:
  ---
  Merge pull request #645 from MarkEWaite/do-not-block-on-git-publisher

[JENKINS-33238] Do not block builds in Git Publisher


Compare: 
https://github.com/jenkinsci/git-plugin/compare/7ac6f35e8611...9877f5e9d742
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/jep] dc41cd: [JEP-211] - Be explicit about potential security r...

2018-12-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jep
  Commit: dc41cd3f8c91a75f895b48c2237ca26d10afd30b
  
https://github.com/jenkinsci/jep/commit/dc41cd3f8c91a75f895b48c2237ca26d10afd30b
  Author: Oleg Nenashev 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M jep/211/README.adoc

  Log Message:
  ---
  [JEP-211] - Be explicit about potential security risks in Java 11 preview 
when running with Java 11


  Commit: 9743d5fbcf7791bc83cf7ca6dcd706be72438be2
  
https://github.com/jenkinsci/jep/commit/9743d5fbcf7791bc83cf7ca6dcd706be72438be2
  Author: Oleg Nenashev 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M jep/211/README.adoc

  Log Message:
  ---
  [JEP-211] - Clarify the security policy for Preview


  Commit: 9468715b0654a4fa682f4baa09202cf9214f2d01
  
https://github.com/jenkinsci/jep/commit/9468715b0654a4fa682f4baa09202cf9214f2d01
  Author: Baptiste Mathus 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M jep/211/README.adoc

  Log Message:
  ---
  Small adjustment to clarify what happens if issue both on JDK8 and 11


  Commit: 23698633a6c51b0f5d76d2f08e86758fcb54642c
  
https://github.com/jenkinsci/jep/commit/23698633a6c51b0f5d76d2f08e86758fcb54642c
  Author: Oleg Nenashev 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M jep/211/README.adoc

  Log Message:
  ---
  Merge pull request #1 from batmat/detail-security-process

Small adjustment proposal to clarify what happens if issue both on JDK8 and 11


  Commit: cb0e63691ade7994b1061cbc177266c128f6afaa
  
https://github.com/jenkinsci/jep/commit/cb0e63691ade7994b1061cbc177266c128f6afaa
  Author: Oleg Nenashev 
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
M jep/211/README.adoc

  Log Message:
  ---
  Merge pull request #225 from oleg-nenashev/jep-211/preview-security

[JEP-211] - Be explicit about potential security risks in Java 11 preview when 
running with Java 11


Compare: https://github.com/jenkinsci/jep/compare/2fbf7776470b...cb0e63691ade
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


  1   2   >