[jenkinsci/azure-function-plugin] 968cb5: Add logs for target directory for java function

2018-12-04 Thread GitHub
  Branch: refs/heads/sub_functions
  Home:   https://github.com/jenkinsci/azure-function-plugin
  Commit: 968cb54113eb92c6873ff3e49711b72637e3a308
  
https://github.com/jenkinsci/azure-function-plugin/commit/968cb54113eb92c6873ff3e49711b72637e3a308
  Author: Jie Shen 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/function/commands/ZipDeployCommand.java

  Log Message:
  ---
  Add logs for target directory for java function


  Commit: b074d9bc5f349d29e0bbf409609bb043cafbbfb2
  
https://github.com/jenkinsci/azure-function-plugin/commit/b074d9bc5f349d29e0bbf409609bb043cafbbfb2
  Author: Jie Shen 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M 
src/test/java/com/microsoft/jenkins/function/integration/ITZipDeployCommand.java

  Log Message:
  ---
  Use latest version for zip deploy IT


Compare: 
https://github.com/jenkinsci/azure-function-plugin/compare/968cb54113eb^...b074d9bc5f34
  **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-hpi-plugin] 8c2c8d: catch IOException and add useful information to lo...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: 8c2c8d3524d39aa7238d3473490acbc842754c24
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/8c2c8d3524d39aa7238d3473490acbc842754c24
  Author: ileler 
  Date:   2018-09-07 (Fri, 07 Sep 2018)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java

  Log Message:
  ---
  catch IOException and add useful information to locate problems


  Commit: d0af9b2b1d508e7df2481077ef564c3a7cf7092b
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/d0af9b2b1d508e7df2481077ef564c3a7cf7092b
  Author: ileler 
  Date:   2018-10-31 (Wed, 31 Oct 2018)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java

  Log Message:
  ---
  Optimization code


  Commit: 1d5c9cd98c37dae64b108340583fc90b3cee6283
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/1d5c9cd98c37dae64b108340583fc90b3cee6283
  Author: Oleg Nenashev 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java

  Log Message:
  ---
  Merge pull request #83 from ileler/master

catch IOException and add useful information to locate problems


Compare: 
https://github.com/jenkinsci/maven-hpi-plugin/compare/4747f639ef77...1d5c9cd98c37
  **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-hpi-plugin] cdd385: [JENKINS-20679] Try to declare the minimum Java ve...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: cdd38571b36fdc106ed5c12de7409ba711c36440
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/cdd38571b36fdc106ed5c12de7409ba711c36440
  Author: Daniel Beck 
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java

  Log Message:
  ---
  [JENKINS-20679] Try to declare the minimum Java version in the manifest


  Commit: 1ccd722d3322e4b7e1ce21b74a24e963f02e65c2
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/1ccd722d3322e4b7e1ce21b74a24e963f02e65c2
  Author: Daniel Beck 
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java

  Log Message:
  ---
  Address review feedback -- require javaVersion explicitly set


  Commit: aeebb4548a6b0a1f0a93d3c9fb2429702e727e34
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/aeebb4548a6b0a1f0a93d3c9fb2429702e727e34
  Author: Oleg Nenashev 
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java

  Log Message:
  ---
  [JENKINS-20679] - Rename javaVersion to minimumJavaVersion as @batmat 
suggested


  Commit: a4e85119cbfd5e48899b2cad3352e4ec718fdde1
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/a4e85119cbfd5e48899b2cad3352e4ec718fdde1
  Author: Oleg Nenashev 
  Date:   2018-11-23 (Fri, 23 Nov 2018)

  Changed paths:
M Jenkinsfile
M README.md
M pom.xml
A src/it/snapshot-version-override/invoker.properties
A src/it/snapshot-version-override/pom.xml
A 
src/it/snapshot-version-override/src/main/java/org/jenkinsci/tools/hpi/its/HelloWorldBuilder.java
A src/it/snapshot-version-override/src/main/resources/index.jelly
A 
src/it/snapshot-version-override/src/main/resources/org/jenkinsci/tools/hpi/its/HelloWorldBuilder/config.jelly
A 
src/it/snapshot-version-override/src/main/resources/org/jenkinsci/tools/hpi/its/HelloWorldBuilder/global.jelly
A 
src/it/snapshot-version-override/src/main/resources/org/jenkinsci/tools/hpi/its/HelloWorldBuilder/help-name.html
A 
src/it/snapshot-version-override/src/main/resources/org/jenkinsci/tools/hpi/its/Messages.properties
A src/it/snapshot-version-override/src/main/webapp/help-globalConfig.html
A src/it/snapshot-version-override/verify.groovy
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractJenkinsMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractJettyMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/MavenArtifact.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/TestInsertionMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/ValidateMojo.java
R src/main/java/org/jenkinsci/maven/plugins/hpi/VersionNumber.java

  Log Message:
  ---
  Merge branch 'master' into JENKINS-20679


  Commit: 6679dc5fac7ae8c994fabab4134e04a28b86497c
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/6679dc5fac7ae8c994fabab4134e04a28b86497c
  Author: Oleg Nenashev 
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java

  Log Message:
  ---
  [JENKINS-20679] - Be more defensive about minimumJavaVersion as suggested by 
@batmat and @jglick


  Commit: 12953b48ed57a6acae7072c850412e9959f2774c
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/12953b48ed57a6acae7072c850412e9959f2774c
  Author: Oleg Nenashev 
  Date:   2018-11-30 (Fri, 30 Nov 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java
A 
src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractJenkinsManifestMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/HpiMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/HplMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/JarMojo.java

  Log Message:
  ---
  [JENKINS-20679] - Refactoring: Introduce a new AbstractJenkinsManifestMojo, 
move code there


  Commit: 69cf69e04d1aec0a5895499172f2b4d9d2f00050
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/69cf69e04d1aec0a5895499172f2b4d9d2f00050
  Author: Oleg Nenashev 
  Date:   2018-11-30 (Fri, 30 Nov 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  [JENKINS-20679] - Changelog draft


  Commit: 6f73724bac8ae6e424cdc7d2028771fa565040ee
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/6f73724bac8ae6e424cdc7d2028771fa565040ee
  Author: Oleg Nenashev 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
M src/it/jitpack/pom.xml
M src/it/parent-2x/pom.xml
M src/it/process-jar/pom.xml
M src/it/snapshot-version-override/pom.xml

[jenkinsci/codescene-plugin] ba15f6: [maven-release-plugin] prepare for next developmen...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: ba15f6a92c0c341890d1446cf660756b05e9197a
  
https://github.com/jenkinsci/codescene-plugin/commit/ba15f6a92c0c341890d1446cf660756b05e9197a
  Author: Juraj Martinka 
  Date:   2018-12-05 (Wed, 05 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/codescene-plugin]

2018-12-04 Thread GitHub
  Branch: refs/tags/codescene-1.2.1
  Home:   https://github.com/jenkinsci/codescene-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/codescene-plugin] d7a190: [maven-release-plugin] prepare release codescene-1...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: d7a190b2f4e1dde671f33faa68ff7e62a76f0a76
  
https://github.com/jenkinsci/codescene-plugin/commit/d7a190b2f4e1dde671f33faa68ff7e62a76f0a76
  Author: Juraj Martinka 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release codescene-1.2.1



  **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/codescene-plugin]

2018-12-04 Thread GitHub
  Branch: refs/heads/juraj-728-null-commit-issue
  Home:   https://github.com/jenkinsci/codescene-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/codescene-plugin] 4c5ad3: ENTERPRISE-728: Use base revision if no previous s...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 4c5ad3f1cbcfc79597d9862aaa7ec609b163f500
  
https://github.com/jenkinsci/codescene-plugin/commit/4c5ad3f1cbcfc79597d9862aaa7ec609b163f500
  Author: Juraj Martinka 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/Commit.java

  Log Message:
  ---
  ENTERPRISE-728: Use base revision if no previous successful commit is 
available.

This was a problem when the build was first run for a new branch without any 
previous OK build.
In that case, the "GIT_PREVIOUS_SUCCESSFUL_COMMIT" env variable was set to null,
which lead to an exception in the Commit class constructor and early job 
termination.

The issue was introduced by recent refactoring (using Commit domain class 
instead of pure Strings).
However, even the former solution (with Strings) seems to be suboptimal,
because in that case following git command was used to get commit range:
```
git log --pretty='%%H' .."
```
, which lead to an empty commit range.


  Commit: fc40fa78bd0c08b4c914d7123693898f4a4ea958
  
https://github.com/jenkinsci/codescene-plugin/commit/fc40fa78bd0c08b4c914d7123693898f4a4ea958
  Author: Juraj Martinka 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/Commit.java

  Log Message:
  ---
  Merge pull request #6 from jenkinsci/juraj-728-null-commit-issue

ENTERPRISE-728: Use base revision if no previous successful commit is available.


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/4dd48349377f...fc40fa78bd0c
  **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/jobConfigHistory-plugin] 51e58d: [maven-release-plugin] prepare for next developmen...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin
  Commit: 51e58db22288eb27c1e8542da362e3349ffd22e4
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/51e58db22288eb27c1e8542da362e3349ffd22e4
  Author: Jochen Fürbacher 
  Date:   2018-12-05 (Wed, 05 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/jobConfigHistory-plugin] d9fa39: [maven-release-plugin] prepare release jobConfigHi...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin
  Commit: d9fa39642d3ad29ec9bedc5655e4bd589b80253d
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/d9fa39642d3ad29ec9bedc5655e4bd589b80253d
  Author: Jochen Fürbacher 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobConfigHistory-2.19



  **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/jobConfigHistory-plugin]

2018-12-04 Thread GitHub
  Branch: refs/tags/jobConfigHistory-2.19
  Home:   https://github.com/jenkinsci/jobConfigHistory-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/exam-plugin] 54adc7: von deploy auf install gewechselt

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/PROD-6-angabe-von-executionfiles
  Home:   https://github.com/jenkinsci/exam-plugin
  Commit: 54adc71c0f6761a14a7af4258bf9c63a34772c5c
  
https://github.com/jenkinsci/exam-plugin/commit/54adc71c0f6761a14a7af4258bf9c63a34772c5c
  Author: Thomas Reinicke 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M Jenkinsfile.MN

  Log Message:
  ---
  von deploy auf install gewechselt



  **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/exam-plugin] 4492c3: encode branch url

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/PROD-6-angabe-von-executionfiles
  Home:   https://github.com/jenkinsci/exam-plugin
  Commit: 4492c3671825951b3befd08490072da2dce688a7
  
https://github.com/jenkinsci/exam-plugin/commit/4492c3671825951b3befd08490072da2dce688a7
  Author: Thomas Reinicke 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M Jenkinsfile.MN

  Log Message:
  ---
  encode branch url



  **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-function-plugin] 277eff: Fix archiving files out of target directory

2018-12-04 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-function-plugin
  Commit: 277effc6ccfa71d442e5aecab342c2b13916ac73
  
https://github.com/jenkinsci/azure-function-plugin/commit/277effc6ccfa71d442e5aecab342c2b13916ac73
  Author: Jie Shen 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/function/commands/ZipDeployCommand.java
M 
src/test/java/com/microsoft/jenkins/function/commands/ZipDeployCommandTest.java

  Log Message:
  ---
  Fix archiving files out of target directory


  Commit: d3441bd1bddd8d4ac8dc91e9c01489915ef95cf3
  
https://github.com/jenkinsci/azure-function-plugin/commit/d3441bd1bddd8d4ac8dc91e9c01489915ef95cf3
  Author: Jie Shen 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/function/commands/ZipDeployCommand.java

  Log Message:
  ---
  Remove unnecessary imports


  Commit: 36b2faa197431d6c2dd00b0225ca6939e4835dd6
  
https://github.com/jenkinsci/azure-function-plugin/commit/36b2faa197431d6c2dd00b0225ca6939e4835dd6
  Author: Jie Shen 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade surefire and failsafe maven plugins to version 3.0.0-M1


  Commit: 8b8c60ceca12783cf3b53e9fec645350d1a54280
  
https://github.com/jenkinsci/azure-function-plugin/commit/8b8c60ceca12783cf3b53e9fec645350d1a54280
  Author: Jie Shen 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/microsoft/jenkins/function/commands/ZipDeployCommand.java
M 
src/test/java/com/microsoft/jenkins/function/commands/ZipDeployCommandTest.java

  Log Message:
  ---
  Merge pull request #10 from jenkinsci/fix_archive_space

Fix archiving files out of target directory


Compare: 
https://github.com/jenkinsci/azure-function-plugin/compare/f7483f27513f...8b8c60ceca12
  **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-sync-plugin] 48f810: [maven-release-plugin] prepare for next developmen...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: 48f810d0c33962742c7aea65c87237903c04c760
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/48f810d0c33962742c7aea65c87237903c04c760
  Author: Zhao Xiaojie 
  Date:   2018-12-05 (Wed, 05 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-sync-plugin]

2018-12-04 Thread GitHub
  Branch: refs/tags/alauda-devops-sync-0.2.28
  Home:   https://github.com/jenkinsci/alauda-devops-sync-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-sync-plugin] 9c1e2f: [maven-release-plugin] prepare release alauda-devo...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: 9c1e2f5ff37d9c976933fbdedafb36948545
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/9c1e2f5ff37d9c976933fbdedafb36948545
  Author: Zhao Xiaojie 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release alauda-devops-sync-0.2.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/alauda-devops-sync-plugin] 6f96ce: [maven-release-plugin] prepare for next developmen...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: 6f96ced81984f9080bf7388306aeca27b8e0f139
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/6f96ced81984f9080bf7388306aeca27b8e0f139
  Author: Zhao Xiaojie 
  Date:   2018-12-05 (Wed, 05 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-sync-plugin] eaa808: Fix lost trigger info

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/alauda-devops-sync-plugin
  Commit: eaa8089532d98623e72e0de9d2729697e1b841b2
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/eaa8089532d98623e72e0de9d2729697e1b841b2
  Author: Zhao Xiaojie 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/io/alauda/jenkins/devops/sync/PipelineConfigToJobMapper.java

  Log Message:
  ---
  Fix lost trigger info


  Commit: aa3b956a6b1235357605135f917671c6b84fbc83
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/aa3b956a6b1235357605135f917671c6b84fbc83
  Author: Zhao Xiaojie 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M src/main/java/io/alauda/jenkins/devops/sync/PipelineConfigToJobMapper.java

  Log Message:
  ---
  Merge pull request #65 from LinuxSuRen/fix/lost-trigger-info

Fix lost trigger info


  Commit: 2b1ee056ea1e58b71a9e454a4a8b045bd8b1347d
  
https://github.com/jenkinsci/alauda-devops-sync-plugin/commit/2b1ee056ea1e58b71a9e454a4a8b045bd8b1347d
  Author: Zhao Xiaojie 
  Date:   2018-12-05 (Wed, 05 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release alauda-devops-sync-0.2.27


Compare: 
https://github.com/jenkinsci/alauda-devops-sync-plugin/compare/8ae8fb39e3c9...2b1ee056ea1e
  **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-sync-plugin]

2018-12-04 Thread GitHub
  Branch: refs/tags/alauda-devops-sync-0.2.27
  Home:   https://github.com/jenkinsci/alauda-devops-sync-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/google-oauth-plugin] 60975d: Upgraded joda-time to 2.9.5

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 60975d9196ba81cc8ddb5d10966bff5de3b2b2ee
  
https://github.com/jenkinsci/google-oauth-plugin/commit/60975d9196ba81cc8ddb5d10966bff5de3b2b2ee
  Author: craigatgoogle 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgraded joda-time to 2.9.5


  Commit: 92a2a346d792dbce6afd1d0db426aefe691492f2
  
https://github.com/jenkinsci/google-oauth-plugin/commit/92a2a346d792dbce6afd1d0db426aefe691492f2
  Author: astroilov 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #23 from craigatgoogle/feature/upgrade-joda-time

Upgraded joda-time to 2.9.5


Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/ac95b55de82e...92a2a346d792
  **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/overops-query-plugin] a4fbe4: updated regex pattern to be negative

2018-12-04 Thread GitHub
  Branch: refs/heads/add-event-filter
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: a4fbe4279106c09ab3a738e5c32d9b64dbd100eb
  
https://github.com/jenkinsci/overops-query-plugin/commit/a4fbe4279106c09ab3a738e5c32d9b64dbd100eb
  Author: Tal Weiss 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/com/overops/plugins/jenkins/query/QueryOverOps.java
M 
src/main/java/com/overops/plugins/jenkins/query/RegressionReportBuilder.java
M 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/config.jelly

  Log Message:
  ---
  updated regex pattern to be negative



  **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/google-oauth-plugin] 9837ad: Updated joda-time to 2.9.3

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 9837ad9565abdbf9a7fb78237809afb847d33db2
  
https://github.com/jenkinsci/google-oauth-plugin/commit/9837ad9565abdbf9a7fb78237809afb847d33db2
  Author: craigatgoogle 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated joda-time to 2.9.3


  Commit: ac95b55de82e5b6159036897c7b9a8e50396909c
  
https://github.com/jenkinsci/google-oauth-plugin/commit/ac95b55de82e5b6159036897c7b9a8e50396909c
  Author: astroilov 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #22 from craigatgoogle/feature/upgrade-joda-time

Updated joda-time to 2.9.3


Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/401838d39631...ac95b55de82e
  **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/analysis-model] fa6f3d: Added a parallel declarative pipeline.

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: fa6f3d01ba01d71dca815dd88fa8fd3d8477
  
https://github.com/jenkinsci/analysis-model/commit/fa6f3d01ba01d71dca815dd88fa8fd3d8477
  Author: Ulli Hafner 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
A Jenkinsfile.parallel.declarative

  Log Message:
  ---
  Added a parallel declarative pipeline.



  **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/analysis-model] c5ca9a: Added JavaDoc.

2018-12-04 Thread GitHub
  Branch: refs/heads/reader
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: c5ca9a70cc6869379e393b45f813d5d58ee0fa40
  
https://github.com/jenkinsci/analysis-model/commit/c5ca9a70cc6869379e393b45f813d5d58ee0fa40
  Author: Ulli Hafner 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/ReaderFactory.java

  Log Message:
  ---
  Added JavaDoc.



  **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] cbd7e6: [JENKINS-55016] Disable flaky UtilTest.testDeleteR...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: cbd7e61551eda648205f206b25baf570b4d3832a
  
https://github.com/jenkinsci/jenkins/commit/cbd7e61551eda648205f206b25baf570b4d3832a
  Author: Baptiste Mathus 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M core/src/test/java/hudson/UtilTest.java

  Log Message:
  ---
  [JENKINS-55016] Disable flaky UtilTest.testDeleteRecursive_onWindows

It is getting in the way of other in flight PRs, so we should disable
to possibly take the time more serenely to fix this flakiness.


  Commit: 3421116bf48e316461120106ef820dfc27969ba5
  
https://github.com/jenkinsci/jenkins/commit/3421116bf48e316461120106ef820dfc27969ba5
  Author: Baptiste Mathus 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M core/src/test/java/hudson/UtilTest.java

  Log Message:
  ---
  Merge pull request #3787 from 
batmat/JENKINS-55016-disable-flake-testDeleteRecursive_onWindows

[JENKINS-55016] Disable flaky UtilTest.testDeleteRecursive_onWindows


Compare: 
https://github.com/jenkinsci/jenkins/compare/055b913a7574...3421116bf48e
  **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/slack-plugin] 50ae6f: Update CHANGELOG.md

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 50ae6f05732cc9102d171a379b972eb11549d29f
  
https://github.com/jenkinsci/slack-plugin/commit/50ae6f05732cc9102d171a379b972eb11549d29f
  Author: Tim Jacomb 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md



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

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

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


[jenkinsci/slack-plugin] 269ca3: Update CHANGELOG.md

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 269ca351f507ed26834cfcb9b1c067ae9402fcb6
  
https://github.com/jenkinsci/slack-plugin/commit/269ca351f507ed26834cfcb9b1c067ae9402fcb6
  Author: Tim Jacomb 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md



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

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

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


[jenkinsci/slack-plugin]

2018-12-04 Thread GitHub
  Branch: refs/tags/slack-2.5
  Home:   https://github.com/jenkinsci/slack-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/slack-plugin] f01a9f: [maven-release-plugin] prepare for next developmen...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: f01a9f777c95dc6fe1c5f6328785962be331d8d8
  
https://github.com/jenkinsci/slack-plugin/commit/f01a9f777c95dc6fe1c5f6328785962be331d8d8
  Author: Tim Jacomb 
  Date:   2018-12-04 (Tue, 04 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/slack-plugin] 84be32: Update CHANGELOG.md

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 84be325dded2adb0c6a2f56e7d7ea3663b208539
  
https://github.com/jenkinsci/slack-plugin/commit/84be325dded2adb0c6a2f56e7d7ea3663b208539
  Author: Tim Jacomb 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md



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

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

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


[jenkinsci/slack-plugin] 2fd562: replace # with nothing in chat.postMessage (#433)

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 2fd562f4204216ecacf49641e3b8c4308c2d4b8f
  
https://github.com/jenkinsci/slack-plugin/commit/2fd562f4204216ecacf49641e3b8c4308c2d4b8f
  Author: Joseph Petersen 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/jenkins/plugins/slack/StandardSlackService.java

  Log Message:
  ---
  replace # with nothing in chat.postMessage (#433)

fixes #340



  **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/mentor-questa-vrm-plugin] 5a273a: [maven-release-plugin] prepare release mentor-ques...

2018-12-04 Thread GitHub
  Branch: refs/tags/mentor-questa-vrm-1.9
  Home:   https://github.com/jenkinsci/mentor-questa-vrm-plugin
  Commit: 5a273a51f60d0a5d6217e458b9528f0855ceea29
  
https://github.com/jenkinsci/mentor-questa-vrm-plugin/commit/5a273a51f60d0a5d6217e458b9528f0855ceea29
  Author: Karim Ragab 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release mentor-questa-vrm-1.9



  **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/mentor-questa-vrm-plugin] 5a273a: [maven-release-plugin] prepare release mentor-ques...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mentor-questa-vrm-plugin
  Commit: 5a273a51f60d0a5d6217e458b9528f0855ceea29
  
https://github.com/jenkinsci/mentor-questa-vrm-plugin/commit/5a273a51f60d0a5d6217e458b9528f0855ceea29
  Author: Karim Ragab 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release mentor-questa-vrm-1.9


  Commit: a1f6802a2e5df66cfea4cc62074832bcd8d7b006
  
https://github.com/jenkinsci/mentor-questa-vrm-plugin/commit/a1f6802a2e5df66cfea4cc62074832bcd8d7b006
  Author: Karim Ragab 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/mentor-questa-vrm-plugin/compare/69bb3c5aa8ae...a1f6802a2e5d
  **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/slack-plugin] c13593: Update CHANGELOG.md (#432)

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: c13593f49109e6b7673bfb50cf3beda3503357f1
  
https://github.com/jenkinsci/slack-plugin/commit/c13593f49109e6b7673bfb50cf3beda3503357f1
  Author: Tim Jacomb 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md (#432)



  **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/slack-plugin]

2018-12-04 Thread GitHub
  Branch: refs/heads/prepare-release
  Home:   https://github.com/jenkinsci/slack-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/slack-plugin] fbfc58: Update CHANGELOG.md

2018-12-04 Thread GitHub
  Branch: refs/heads/prepare-release
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: fbfc583f1c357ef3d842d05ccb0453caa20f657b
  
https://github.com/jenkinsci/slack-plugin/commit/fbfc583f1c357ef3d842d05ccb0453caa20f657b
  Author: Tim Jacomb 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md



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

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

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


[jenkinsci/slack-plugin] 227150: Fix serialisation of fields (#430)

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 227150df87b8aea207150d283c51ce0a95d21b16
  
https://github.com/jenkinsci/slack-plugin/commit/227150df87b8aea207150d283c51ce0a95d21b16
  Author: Tim Jacomb 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/jenkins/plugins/slack/ActiveNotifier.java
M src/main/java/jenkins/plugins/slack/SlackNotifier.java
M 
src/main/java/jenkins/plugins/slack/config/AbstractProjectConfigMigrator.java
M src/main/resources/jenkins/plugins/slack/SlackNotifier/config.jelly
M 
src/test/java/jenkins/plugins/slack/config/BackwordsCompatible_1_8_SlackNotifierTest.java

  Log Message:
  ---
  Fix serialisation of fields (#430)

Getters were named wrong for:
* includeTestSummary
* includeFailedTests

Missing inline, name and checked attribute on the jelly for:
* includeCustomMessage
* customMessage



  **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/slack-plugin]

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/fix-serialisation-of-some-fields
  Home:   https://github.com/jenkinsci/slack-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] e353f8: Revert async changes

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin
  Commit: e353f845b9713a8fffcdbeb6f63e857f1ce26287
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/e353f845b9713a8fffcdbeb6f63e857f1ce26287
  Author: Christopher Jenkins 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/com/ibm/devops/connect/CloudPublisher.java

  Log Message:
  ---
  Revert async changes


  Commit: 2b0120b45ab13aaedfcf5460a9b87d222183da1e
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/2b0120b45ab13aaedfcf5460a9b87d222183da1e
  Author: Christopher Jenkins 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/com/ibm/devops/connect/CloudPublisher.java

  Log Message:
  ---
  Merge pull request #9 from jenkinsci/revert-async

Revert async changes


Compare: 
https://github.com/jenkinsci/urbancode-velocity-plugin/compare/781ad58fa978...2b0120b45ab1
  **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/exam-plugin] 9ebf6b: encode branch url

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/PROD-6-angabe-von-executionfiles
  Home:   https://github.com/jenkinsci/exam-plugin
  Commit: 9ebf6bd40b547e8b258cc2a78961e121e4399305
  
https://github.com/jenkinsci/exam-plugin/commit/9ebf6bd40b547e8b258cc2a78961e121e4399305
  Author: Thomas Reinicke 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M Jenkinsfile.MN

  Log Message:
  ---
  encode branch url



  **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/exam-plugin] dedd11: encode branch url

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/PROD-6-angabe-von-executionfiles
  Home:   https://github.com/jenkinsci/exam-plugin
  Commit: dedd1190d73bb3c439d85f2ee4b1b68dddba2194
  
https://github.com/jenkinsci/exam-plugin/commit/dedd1190d73bb3c439d85f2ee4b1b68dddba2194
  Author: Thomas Reinicke 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M Jenkinsfile.MN

  Log Message:
  ---
  encode branch url



  **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/exam-plugin] 83eed9: encode branch url

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/PROD-6-angabe-von-executionfiles
  Home:   https://github.com/jenkinsci/exam-plugin
  Commit: 83eed988ca5af633abfacbbe94e7fad9edc36d1e
  
https://github.com/jenkinsci/exam-plugin/commit/83eed988ca5af633abfacbbe94e7fad9edc36d1e
  Author: Thomas Reinicke 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M Jenkinsfile.MN

  Log Message:
  ---
  encode branch url



  **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] e353f8: Revert async changes

2018-12-04 Thread GitHub
  Branch: refs/heads/revert-async
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin
  Commit: e353f845b9713a8fffcdbeb6f63e857f1ce26287
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/e353f845b9713a8fffcdbeb6f63e857f1ce26287
  Author: Christopher Jenkins 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/com/ibm/devops/connect/CloudPublisher.java

  Log Message:
  ---
  Revert async changes



  **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] f6b326: Revert "Async job upload"

2018-12-04 Thread GitHub
  Branch: refs/heads/revert-7-async-job-upload
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin
  Commit: f6b3266679efe054614c1d4384ae9463e3a9537c
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/f6b3266679efe054614c1d4384ae9463e3a9537c
  Author: Christopher Jenkins 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M README.md
M pom.xml
A screenshots/getting-started-dialog.png
A screenshots/getting-started-page.png
A screenshots/global-config-page.png
R screenshots/integrations-page.PNG
R screenshots/jenkins-config.PNG
R screenshots/jenkins-dialog.PNG
M src/main/java/com/ibm/devops/connect/CloudPublisher.java

  Log Message:
  ---
  Revert "Async job upload"



  **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/exam-plugin] 065bd3: copy fehler

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/PROD-6-angabe-von-executionfiles
  Home:   https://github.com/jenkinsci/exam-plugin
  Commit: 065bd35ee7d6dd21b0736c7fbbf7f40c70e7c453
  
https://github.com/jenkinsci/exam-plugin/commit/065bd35ee7d6dd21b0736c7fbbf7f40c70e7c453
  Author: Thomas Reinicke 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M Jenkinsfile.MN
M pom.xml

  Log Message:
  ---
  copy fehler



  **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/exam-plugin] b102dd: copy fehler

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/PROD-6-angabe-von-executionfiles
  Home:   https://github.com/jenkinsci/exam-plugin
  Commit: b102dd3f9ac4bc7b331688a82ee7ebc0c887f1b6
  
https://github.com/jenkinsci/exam-plugin/commit/b102dd3f9ac4bc7b331688a82ee7ebc0c887f1b6
  Author: Thomas Reinicke 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M Jenkinsfile.MN

  Log Message:
  ---
  copy fehler



  **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/exam-plugin] f79d74: MicroNova Jenkinsfile hinzugefügt

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/PROD-6-angabe-von-executionfiles
  Home:   https://github.com/jenkinsci/exam-plugin
  Commit: f79d7457941236d33c19fce1392033a3247e7133
  
https://github.com/jenkinsci/exam-plugin/commit/f79d7457941236d33c19fce1392033a3247e7133
  Author: Thomas Reinicke 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
A Jenkinsfile.MN
M pom.xml

  Log Message:
  ---
  MicroNova Jenkinsfile hinzugefügt



  **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] c9b2e0: Fix changelog for 2.153: Swap system properties

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c9b2e0e3e7c1bf138889339430524e2826295e39
  
https://github.com/jenkins-infra/jenkins.io/commit/c9b2e0e3e7c1bf138889339430524e2826295e39
  Author: Daniel Beck 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Fix changelog for 2.153: Swap system properties


  Commit: 82c64f8ed1de2fa3b0b34f36a9d0e89c0345fe57
  
https://github.com/jenkins-infra/jenkins.io/commit/82c64f8ed1de2fa3b0b34f36a9d0e89c0345fe57
  Author: Daniel Beck 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Merge pull request #1930 from daniel-beck/changelog-2.153-fix

Fix changelog for 2.153: Swap system properties


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/122279b3b2a9...82c64f8ed1de
  **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/cloudbees-folder-plugin] 233675: Allow implementations do initialisation additions ...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-folder-plugin
  Commit: 23367538c5c6b405a3ba63d8033ca459aa2f65a0
  
https://github.com/jenkinsci/cloudbees-folder-plugin/commit/23367538c5c6b405a3ba63d8033ca459aa2f65a0
  Author: Kanstantsin Shautsou 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M 
src/main/java/com/cloudbees/hudson/plugins/folder/computed/ComputedFolder.java

  Log Message:
  ---
  Allow implementations do initialisation additions (#121)



  **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/coverity-plugin]

2018-12-04 Thread GitHub
  Branch: refs/tags/coverity-1.11.3
  Home:   https://github.com/jenkinsci/coverity-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/coverity-plugin] d1e6a5: [maven-release-plugin] prepare for next developmen...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/coverity-plugin
  Commit: d1e6a5777b3f4ea5ee1ad3abcadc6a9286eebb42
  
https://github.com/jenkinsci/coverity-plugin/commit/d1e6a5777b3f4ea5ee1ad3abcadc6a9286eebb42
  Author: Andrew Cho 
  Date:   2018-12-04 (Tue, 04 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/coverity-plugin] e2c932: Increase the plugin version to 1.11.3 in order to ...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/coverity-plugin
  Commit: e2c9323e14d8949bc88f2399a41706f2db38
  
https://github.com/jenkinsci/coverity-plugin/commit/e2c9323e14d8949bc88f2399a41706f2db38
  Author: Andrew Cho 
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Increase the plugin version to 1.11.3 in order to prepare for the next hotfix 
version.


  Commit: 1ecbb72a0eb7454ff9f46bad39b5cff90c1d956b
  
https://github.com/jenkinsci/coverity-plugin/commit/1ecbb72a0eb7454ff9f46bad39b5cff90c1d956b
  Author: Andrew Cho 
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
M src/main/java/jenkins/plugins/coverity/CIMInstance.java
M src/main/java/jenkins/plugins/coverity/ws/WebServiceFactory.java
M src/test/java/jenkins/plugins/coverity/ws/TestWebServiceFactory.java

  Log Message:
  ---
  Fixed an issue to connect to CIM with SSL configuration.


  Commit: 02f48c1595b0c9c42dbcc4b443cc93fca6916cdf
  
https://github.com/jenkinsci/coverity-plugin/commit/02f48c1595b0c9c42dbcc4b443cc93fca6916cdf
  Author: Andrew Cho 
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'p-prepare1.11.3' into 'jenkins111'

Prepare for 1.11.3

See merge request sig-desktop/jenkins_plugin!207


  Commit: 96cebc3e1d3a542d980fff71eb4a4448bd086ea8
  
https://github.com/jenkinsci/coverity-plugin/commit/96cebc3e1d3a542d980fff71eb4a4448bd086ea8
  Author: Andrew Cho 
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Log Message:
  ---
  Merge remote-tracking branch 'sig-eng/jenkins111' into COVJP-620


  Commit: e9af5d438057232fc374eafb89ca4f523277e2e9
  
https://github.com/jenkinsci/coverity-plugin/commit/e9af5d438057232fc374eafb89ca4f523277e2e9
  Author: Andrew Cho 
  Date:   2018-11-30 (Fri, 30 Nov 2018)

  Changed paths:
M src/main/java/jenkins/plugins/coverity/CIMInstance.java
M src/main/java/jenkins/plugins/coverity/ws/WebServiceFactory.java
M src/test/java/jenkins/plugins/coverity/ws/TestWebServiceFactory.java

  Log Message:
  ---
  Merge branch 'COVJP-620' into 'jenkins111'

Fix for COVJP-620 - Coverity Jenkins plugin 1.11.2 - coverityResults with SSL 
fails

See merge request sig-desktop/jenkins_plugin!208


  Commit: a199300562c2f9de486bd4e5a50a216cb4e1e32c
  
https://github.com/jenkinsci/coverity-plugin/commit/a199300562c2f9de486bd4e5a50a216cb4e1e32c
  Author: Andrew Cho 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Adding the changelog for 1.11.3 and added RN text for COVJP-620.


  Commit: 77e9f4fd771b7d1c803a23e2e32e2e2b79c88425
  
https://github.com/jenkinsci/coverity-plugin/commit/77e9f4fd771b7d1c803a23e2e32e2e2b79c88425
  Author: Andrew Cho 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge branch 'UpdateDoc' into 'jenkins111'

Updating "Readme.MD"

See merge request sig-desktop/jenkins_plugin!209


  Commit: a3f3ece5d02b684532e0d330cd8027d758bbc0ad
  
https://github.com/jenkinsci/coverity-plugin/commit/a3f3ece5d02b684532e0d330cd8027d758bbc0ad
  Author: Andrew Cho 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release coverity-1.11.3


Compare: 
https://github.com/jenkinsci/coverity-plugin/compare/e6fe9d69a381...a3f3ece5d02b
  **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-04 Thread GitHub
  Branch: refs/heads/JENKINS-49337
  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`



  **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/cloudbees-devoptics-enabler-plugin]

2018-12-04 Thread GitHub
  Branch: refs/tags/cloudbees-devoptics-enabler-0.4
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-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/cloudbees-devoptics-enabler-plugin] 2270b3: [maven-release-plugin] prepare for next developmen...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: 2270b3eaa76e9ccebe2073fa0504a8b557f79773
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/2270b3eaa76e9ccebe2073fa0504a8b557f79773
  Author: Jordan Glassman 
  Date:   2018-12-04 (Tue, 04 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/cloudbees-devoptics-enabler-plugin] e5ec0e: [maven-release-plugin] prepare release cloudbees-d...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: e5ec0e624cc9d3f6ab795f35ea779e8943b0ed01
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/e5ec0e624cc9d3f6ab795f35ea779e8943b0ed01
  Author: Jordan Glassman 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cloudbees-devoptics-enabler-0.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/p4-plugin] fda5b9: IntelliJ Java code style.

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: fda5b99b5e84ac866c30815e05a4ff6776b14c8a
  
https://github.com/jenkinsci/p4-plugin/commit/fda5b99b5e84ac866c30815e05a4ff6776b14c8a
  Author: Paul Allen 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
A IntelliJCodeStyle.xml

  Log Message:
  ---
  IntelliJ Java code style.



  **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/codescene-plugin] 4dd483: Add link to internal docs to README.

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 4dd48349377fab784b9ec0e0c7962d805bd8e3bc
  
https://github.com/jenkinsci/codescene-plugin/commit/4dd48349377fab784b9ec0e0c7962d805bd8e3bc
  Author: Juraj Martinka 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Add link to internal docs to 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/cloudbees-devoptics-enabler-plugin] 3f0e46: bump jenkins.version to align with published minim...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: 3f0e467b787c36bb20b3e31b9954de5e7ee1686c
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/3f0e467b787c36bb20b3e31b9954de5e7ee1686c
  Author: Jordan Glassman 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bump jenkins.version to align with published minimum


  Commit: f58f97e401b862e288b285ee72ba17f5a469e8fa
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/f58f97e401b862e288b285ee72ba17f5a469e8fa
  Author: Jordan Glassman 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #5 from jordanglassman/jenkins-version-bump

bump jenkins.version to align with published minimum


Compare: 
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/compare/3dfe5ed6268c...f58f97e401b8
  **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/cloudbees-devoptics-enabler-plugin] 06fe34: Update url to the next wiki page

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: 06fe34663d1bce258d377709f2cb88690259b7e0
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/06fe34663d1bce258d377709f2cb88690259b7e0
  Author: Gavin Mogan 
  Date:   2018-11-30 (Fri, 30 Nov 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update url to the next wiki page


  Commit: 3dfe5ed6268c9b909e1f05bcc64525b0589e40ae
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/3dfe5ed6268c9b909e1f05bcc64525b0589e40ae
  Author: Jordan Glassman 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #4 from halkeye/patch-1

Update url to the next wiki page


Compare: 
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/compare/73cf0e71e4e8...3dfe5ed6268c
  **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/cloudbees-devoptics-enabler-plugin] 08a25a: Make plugin description match the style guide

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin
  Commit: 08a25ac5ce7dcd6a43e8bf2fd0ece700b6a6a29c
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/08a25ac5ce7dcd6a43e8bf2fd0ece700b6a6a29c
  Author: Mark Waite 
  Date:   2018-01-27 (Sat, 27 Jan 2018)

  Changed paths:
M pom.xml
M src/main/resources/index.jelly

  Log Message:
  ---
  Make plugin description match the style guide


  Commit: 869e2dde0a2cd651ba6121b3e4f8e536a0363e6d
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/869e2dde0a2cd651ba6121b3e4f8e536a0363e6d
  Author: Jordan Glassman 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml
M src/main/resources/index.jelly

  Log Message:
  ---
  Merge branch 'fix-plugin-description' of 
git://github.com/MarkEWaite/cloudbees-devoptics-enabler-plugin into 
MarkEWaite-fix-plugin-description


  Commit: 73cf0e71e4e82297555847831e9657b9fb0d352e
  
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/commit/73cf0e71e4e82297555847831e9657b9fb0d352e
  Author: Jordan Glassman 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml
M src/main/resources/index.jelly

  Log Message:
  ---
  Merge branch 'MarkEWaite-fix-plugin-description'


Compare: 
https://github.com/jenkinsci/cloudbees-devoptics-enabler-plugin/compare/4164860e526d...73cf0e71e4e8
  **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/jdk-tool-plugin] 245c73: Make the tar extraction of a JDK less verbose

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jdk-tool-plugin
  Commit: 245c732bd42c930bb8be28006881a47520f44793
  
https://github.com/jenkinsci/jdk-tool-plugin/commit/245c732bd42c930bb8be28006881a47520f44793
  Author: JasonMathison 
  Date:   2018-05-18 (Fri, 18 May 2018)

  Changed paths:
M src/main/java/hudson/tools/JDKInstaller.java

  Log Message:
  ---
  Make the tar extraction of a JDK less verbose

Currently we have to scroll through many pages of JDK installation tar output 
at the beginning on our job's console output.  Specifically, jdk1.8.0_131 
includes 1830 files that get traced out.  The easiest solution seems to be to 
eliminate the verbose "v" option.


  Commit: e144d0d1131b7fac562c089224af175bc56ec64d
  
https://github.com/jenkinsci/jdk-tool-plugin/commit/e144d0d1131b7fac562c089224af175bc56ec64d
  Author: Devin Nusbaum 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/hudson/tools/JDKInstaller.java

  Log Message:
  ---
  Merge pull request #3 from JasonMathison/patch-1

Make the tar extraction of a JDK less verbose


Compare: 
https://github.com/jenkinsci/jdk-tool-plugin/compare/1a201e5b0a30...e144d0d1131b
  **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/p4-plugin] 377a25: Skip sync when PreviewSync is used with quiet opti...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 377a25dc8f07f974c60444de170b73bb36920392
  
https://github.com/jenkinsci/p4-plugin/commit/377a25dc8f07f974c60444de170b73bb36920392
  Author: Paul Allen 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java
M src/test/java/org/jenkinsci/plugins/p4/client/WorkflowTest.java

  Log Message:
  ---
  Skip sync when PreviewSync is used with quiet option `p4 sync -q -n`.

JENKINS-54153



  **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/jx-resources-plugin] 574000: Create OWNERS

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jx-resources-plugin
  Commit: 5740008b9ad083c0ac1bcc10d7aba1b6749aaae8
  
https://github.com/jenkinsci/jx-resources-plugin/commit/5740008b9ad083c0ac1bcc10d7aba1b6749aaae8
  Author: James Rawlings 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
A OWNERS

  Log Message:
  ---
  Create OWNERS



  **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/jx-resources-plugin] 7bfe0b: move CI/CD to prow with Jenkins X

2018-12-04 Thread GitHub
  Branch: refs/heads/rawlingsj-patch-1
  Home:   https://github.com/jenkinsci/jx-resources-plugin
  Commit: 7bfe0b52be1230cc549a0c6cbf0cc4e953a9f731
  
https://github.com/jenkinsci/jx-resources-plugin/commit/7bfe0b52be1230cc549a0c6cbf0cc4e953a9f731
  Author: James Rawlings 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M Jenkinsfile.release

  Log Message:
  ---
  move CI/CD to prow with Jenkins X



  **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/codescene-plugin] 4c5ad3: ENTERPRISE-728: Use base revision if no previous s...

2018-12-04 Thread GitHub
  Branch: refs/heads/juraj-728-null-commit-issue
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 4c5ad3f1cbcfc79597d9862aaa7ec609b163f500
  
https://github.com/jenkinsci/codescene-plugin/commit/4c5ad3f1cbcfc79597d9862aaa7ec609b163f500
  Author: Juraj Martinka 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/Commit.java

  Log Message:
  ---
  ENTERPRISE-728: Use base revision if no previous successful commit is 
available.

This was a problem when the build was first run for a new branch without any 
previous OK build.
In that case, the "GIT_PREVIOUS_SUCCESSFUL_COMMIT" env variable was set to null,
which lead to an exception in the Commit class constructor and early job 
termination.

The issue was introduced by recent refactoring (using Commit domain class 
instead of pure Strings).
However, even the former solution (with Strings) seems to be suboptimal,
because in that case following git command was used to get commit range:
```
git log --pretty='%%H' .."
```
, which lead to an empty commit range.



  **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/codescene-plugin] 1affae: ENTERPRISE-728: Use base revision if no previous s...

2018-12-04 Thread GitHub
  Branch: refs/heads/juraj-728-null-commit-issue
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 1affae6c0a34cb5c5bdaf01afcd55249d5eda4c0
  
https://github.com/jenkinsci/codescene-plugin/commit/1affae6c0a34cb5c5bdaf01afcd55249d5eda4c0
  Author: Juraj Martinka 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/Commit.java

  Log Message:
  ---
  ENTERPRISE-728: Use base revision if no previous successful commit is 
available.

This was a problem when the build was first run for a new branch without any 
previous OK build.
In that case, the "GIT_PREVIOUS_SUCCESSFUL_COMMIT" env variable was set to null,
which lead to an exception in the Commit class constructor and early job 
termination.

The issue was introduced by recent refactoring (using Commit domain class 
instead of pure Strings).
However, even the former solution (with Strings) seems to be suboptimal,
because in that case following git command was used to get commit range:
```
git log --pretty='%%H' .."
```
, which lead to an empty commit range.



  **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/codescene-plugin] a6c278: ENTERPRISE-728: WIP fix "null commit" issue.

2018-12-04 Thread GitHub
  Branch: refs/heads/juraj-728-null-commit-issue
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: a6c2780c61e5b1a4dcf6775da0bcbb299ac86290
  
https://github.com/jenkinsci/codescene-plugin/commit/a6c2780c61e5b1a4dcf6775da0bcbb299ac86290
  Author: Juraj Martinka 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/Commit.java

  Log Message:
  ---
  ENTERPRISE-728: WIP fix "null commit" issue.


  Commit: a8d51fc3cc247e2b84fb40c2dee061a716f4c00d
  
https://github.com/jenkinsci/codescene-plugin/commit/a8d51fc3cc247e2b84fb40c2dee061a716f4c00d
  Author: Juraj Martinka 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java

  Log Message:
  ---
  ENTERPRISE-728: Use base revision if no previous successful commit is 
available.

This was a problem when the build was first run for a new branch without any 
previous OK build.
In that case, the "GIT_PREVIOUS_SUCCESSFUL_COMMIT" env variable was set to null,
which lead to an exception in the Commit class constructor and early job 
termination.

The issue was introduced by recent refactoring (using Commit domain class 
instead of pure Strings).
However, even the former solution (with Strings) seems to be suboptimal,
because in that case following git command was used to get commit range:
```
git log --pretty='%%H' .."
```
, which lead to an empty commit range.


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/a6c2780c61e5^...a8d51fc3cc24
  **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-pr-coverage-status-plugin]

2018-12-04 Thread GitHub
  Branch: refs/heads/jacoco-customizable-coverage-type
  Home:   https://github.com/jenkinsci/github-pr-coverage-status-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/github-pr-coverage-status-plugin]

2018-12-04 Thread GitHub
  Branch: refs/heads/try-fix-build
  Home:   https://github.com/jenkinsci/github-pr-coverage-status-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/github-pr-coverage-status-plugin] 874b53: Allow counter type selection for Jacoco (#62)

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-pr-coverage-status-plugin
  Commit: 874b53bb919e31fbd3b2e49f5b482efe3833c9e5
  
https://github.com/jenkinsci/github-pr-coverage-status-plugin/commit/874b53bb919e31fbd3b2e49f5b482efe3833c9e5
  Author: Dmitrii Motpan 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M Jenkinsfile
M README.md
M pom.xml
M 
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/CompareCoverageAction.java
M 
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/GetCoverageCallable.java
M 
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/JacocoParser.java
M 
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/MasterCoverageAction.java
M 
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/PullRequestRepository.java
M 
src/main/java/com/github/terma/jenkins/githubprcoveragestatus/ServiceRegistry.java
M 
src/test/java/com/github/terma/jenkins/githubprcoveragestatus/JacocoParserTest.java

  Log Message:
  ---
  Allow counter type selection for Jacoco (#62)

* Make coverage type selectable

* Add tests

* Update readme

* Rename var

* Attempt to fix the build

* Rename param

* Formate code a bit

* Revert pom changes

* Modify jenkinsfile

* Increase java version



  **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/plugin-compat-tester] 09fe82: Fixing bad substitution of env var

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 09fe828be923c303d4cce2b9071ddcf8a1f85171
  
https://github.com/jenkinsci/plugin-compat-tester/commit/09fe828be923c303d4cce2b9071ddcf8a1f85171
  Author: Adrien Lecharpentier 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/docker/run-pct.sh

  Log Message:
  ---
  Fixing bad substitution of env var


  Commit: a12b5842b3ae0ea50bdbb545655be18bffb59e77
  
https://github.com/jenkinsci/plugin-compat-tester/commit/a12b5842b3ae0ea50bdbb545655be18bffb59e77
  Author: Raúl Arabaolaza Barquin 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/docker/run-pct.sh

  Log Message:
  ---
  Merge pull request #89 from alecharp/fix-bad-substitution-issue

Fixing bad substitution of env var


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/723c0871667f...a12b5842b3ae
  **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/sonar-quality-gates-plugin] da3d00: Update JobConfigurationService.java

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sonar-quality-gates-plugin
  Commit: da3d009ceb92d5def4935a7a325b0cd92cf178ee
  
https://github.com/jenkinsci/sonar-quality-gates-plugin/commit/da3d009ceb92d5def4935a7a325b0cd92cf178ee
  Author: PeterMikuska <41704675+petermiku...@users.noreply.github.com>
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
M 
src/main/java/org/quality/gates/jenkins/plugin/JobConfigurationService.java

  Log Message:
  ---
  Update JobConfigurationService.java

Fix variable pattern detection


  Commit: 5cd97b10097f78e783b487df59fae934e89ffec0
  
https://github.com/jenkinsci/sonar-quality-gates-plugin/commit/5cd97b10097f78e783b487df59fae934e89ffec0
  Author: Rafael Ramos 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M 
src/main/java/org/quality/gates/jenkins/plugin/JobConfigurationService.java

  Log Message:
  ---
  Merge pull request #14 from PeterMikuska/patch-1

Update JobConfigurationService.java


Compare: 
https://github.com/jenkinsci/sonar-quality-gates-plugin/compare/d27c243692b7...5cd97b10097f
  **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/mentor-questa-vrm-plugin] 89dc55: Fix VM-10718

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mentor-questa-vrm-plugin
  Commit: 89dc5541748a0fed086e091211fb71e965504ef9
  
https://github.com/jenkinsci/mentor-questa-vrm-plugin/commit/89dc5541748a0fed086e091211fb71e965504ef9
  Author: Ragab 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/com/mentor/questa/ucdb/jenkins/QuestaCoverageTCLParser.java
M 
src/main/java/com/mentor/questa/ucdb/jenkins/QuestaCoverageTestDataPublisher.java
M src/main/java/com/mentor/questa/vrm/jenkins/QuestaVrmPublisher.java
M 
src/main/resources/com/mentor/questa/vrm/jenkins/QuestaVrmPublisher/config.jelly

  Log Message:
  ---
  Fix VM-10718

- Added the feature of using a wrapper instead of "vrun" or "vcover" 
executables.
- Supported the ability to pass a different location for "vcover" executable.
- Added the UI enhancements needed in shape of a checkbox enabling a hidden 
textbox to pass the "vcover" executable/script path if needed.


  Commit: 69bb3c5aa8ae66ce57d5688bb6c9479df5c8025b
  
https://github.com/jenkinsci/mentor-questa-vrm-plugin/commit/69bb3c5aa8ae66ce57d5688bb6c9479df5c8025b
  Author: Ragab 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/com/mentor/questa/ucdb/jenkins/QuestaCoverageTCLParser.java

  Log Message:
  ---
  Fix VM-10689

- Added the ability to access the UCDB file when the build is running on a 
slave node.


Compare: 
https://github.com/jenkinsci/mentor-questa-vrm-plugin/compare/a60c65aaab26...69bb3c5aa8ae
  **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/analysis-model] fa6f3d: Added a parallel declarative pipeline.

2018-12-04 Thread GitHub
  Branch: refs/heads/reader
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: fa6f3d01ba01d71dca815dd88fa8fd3d8477
  
https://github.com/jenkinsci/analysis-model/commit/fa6f3d01ba01d71dca815dd88fa8fd3d8477
  Author: Ulli Hafner 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
A Jenkinsfile.parallel.declarative

  Log Message:
  ---
  Added a parallel declarative pipeline.


  Commit: 72284db3b5de5645044dfd88ebe97a1185cf3ade
  
https://github.com/jenkinsci/analysis-model/commit/72284db3b5de5645044dfd88ebe97a1185cf3ade
  Author: Ulli Hafner 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
R src/main/java/edu/hm/hafner/analysis/AbstractParser.java
A src/main/java/edu/hm/hafner/analysis/Categories.java
M src/main/java/edu/hm/hafner/analysis/IssueBuilder.java
M src/main/java/edu/hm/hafner/analysis/IssueParser.java
A src/main/java/edu/hm/hafner/analysis/ReaderFactory.java
M src/main/java/edu/hm/hafner/analysis/RegexpDocumentParser.java
M src/main/java/edu/hm/hafner/analysis/RegexpLineParser.java
M src/main/java/edu/hm/hafner/analysis/RegexpParser.java
M src/main/java/edu/hm/hafner/analysis/parser/AcuCobolParser.java
M src/main/java/edu/hm/hafner/analysis/parser/AjcParser.java
M src/main/java/edu/hm/hafner/analysis/parser/AnsibleLintParser.java
M src/main/java/edu/hm/hafner/analysis/parser/AntJavacParser.java
M src/main/java/edu/hm/hafner/analysis/parser/Armcc5CompilerParser.java
M src/main/java/edu/hm/hafner/analysis/parser/ArmccCompilerParser.java
M src/main/java/edu/hm/hafner/analysis/parser/BuckminsterParser.java
M src/main/java/edu/hm/hafner/analysis/parser/CadenceIncisiveParser.java
M src/main/java/edu/hm/hafner/analysis/parser/ClangParser.java
M src/main/java/edu/hm/hafner/analysis/parser/ClangTidyParser.java
M src/main/java/edu/hm/hafner/analysis/parser/CodeAnalysisParser.java
M src/main/java/edu/hm/hafner/analysis/parser/CoolfluxChessccParser.java
M src/main/java/edu/hm/hafner/analysis/parser/CppLintParser.java
M src/main/java/edu/hm/hafner/analysis/parser/DiabCParser.java
M src/main/java/edu/hm/hafner/analysis/parser/DoxygenParser.java
M src/main/java/edu/hm/hafner/analysis/parser/DrMemoryParser.java
M src/main/java/edu/hm/hafner/analysis/parser/EclipseParser.java
M src/main/java/edu/hm/hafner/analysis/parser/EclipseXMLParser.java
M src/main/java/edu/hm/hafner/analysis/parser/ErlcParser.java
M src/main/java/edu/hm/hafner/analysis/parser/FindBugsParser.java
M src/main/java/edu/hm/hafner/analysis/parser/FlexSdkParser.java
M src/main/java/edu/hm/hafner/analysis/parser/Gcc4CompilerParser.java
M src/main/java/edu/hm/hafner/analysis/parser/Gcc4LinkerParser.java
M src/main/java/edu/hm/hafner/analysis/parser/GccParser.java
M src/main/java/edu/hm/hafner/analysis/parser/GhsMultiParser.java
M src/main/java/edu/hm/hafner/analysis/parser/GnatParser.java
M src/main/java/edu/hm/hafner/analysis/parser/GnuFortranParser.java
M src/main/java/edu/hm/hafner/analysis/parser/GnuMakeGccParser.java
M src/main/java/edu/hm/hafner/analysis/parser/GoLintParser.java
M src/main/java/edu/hm/hafner/analysis/parser/GoVetParser.java
M src/main/java/edu/hm/hafner/analysis/parser/IarParser.java
M src/main/java/edu/hm/hafner/analysis/parser/IdeaInspectionParser.java
M src/main/java/edu/hm/hafner/analysis/parser/IntelParser.java
M src/main/java/edu/hm/hafner/analysis/parser/InvalidsParser.java
M src/main/java/edu/hm/hafner/analysis/parser/JSLintXmlSaxParser.java
M src/main/java/edu/hm/hafner/analysis/parser/JavaDocParser.java
M src/main/java/edu/hm/hafner/analysis/parser/JavacParser.java
M src/main/java/edu/hm/hafner/analysis/parser/LintParser.java
M src/main/java/edu/hm/hafner/analysis/parser/LinuxKernelOutputParser.java
M src/main/java/edu/hm/hafner/analysis/parser/MavenConsoleParser.java
M 
src/main/java/edu/hm/hafner/analysis/parser/MetrowerksCwCompilerParser.java
M src/main/java/edu/hm/hafner/analysis/parser/MsBuildParser.java
M src/main/java/edu/hm/hafner/analysis/parser/Pep8Parser.java
M src/main/java/edu/hm/hafner/analysis/parser/PerlCriticParser.java
M src/main/java/edu/hm/hafner/analysis/parser/PhpParser.java
M src/main/java/edu/hm/hafner/analysis/parser/PreFastParser.java
M src/main/java/edu/hm/hafner/analysis/parser/PuppetLintParser.java
M src/main/java/edu/hm/hafner/analysis/parser/PyLintParser.java
M 
src/main/java/edu/hm/hafner/analysis/parser/QacSourceCodeAnalyserParser.java
M src/main/java/edu/hm/hafner/analysis/parser/RfLintParser.java
M src/main/java/edu/hm/hafner/analysis/parser/RuboCopParser.java
M src/main/java/edu/hm/hafner/analysis/parser/SbtScalacParser.java
M src/main/java/edu/hm/hafner/analysis/parser/ScalacParser.java
M src/main/java/edu/hm/hafner/analysis/parser/SonarQubeParser.java
M 

[jenkinsci/configuration-as-code-plugin]

2018-12-04 Thread GitHub
  Branch: refs/heads/gitignore
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin] 381033: Update README to document default behavior (#660)

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 3810332f64334ba0a6abd1cbcafc70cb0c413abc
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/3810332f64334ba0a6abd1cbcafc70cb0c413abc
  Author: acrewdson 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README to document default behavior (#660)

The README did not make it clear that if `CASC_JENKINS_CONFIG` is
not set, there is default behavior where it falls back to looking for
a `jenkins.yaml` in the Jenkins root directory.



  **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] 0365d4: Remove warning by default (#651)

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 0365d4882ccededd0a85c214bfb2a42dbd054000
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/0365d4882ccededd0a85c214bfb2a42dbd054000
  Author: Baptiste Mathus 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/configurators/GlobalConfigurationCategoryConfigurator.java

  Log Message:
  ---
  Remove warning by default (#651)

I think this log does make a lot of sense if one is a Jenkins developer
checking what classes/plugins need fixing.

But this warning is probably not actionable by end users, and this is
generating a lot of logs with current Jenkins cores and plugins available
given a lot of fixes have yet to land.

So I'm lowering this so that it's still present, but one (developer) can
enable it if needed.
I think this will probably be fine to put it back to INFO or WARNING much
later when we think we have fixed everything and want to watch the
latest remaining bad descriptors.



  **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] b507fe: .gitignore updates (#633)

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: b507fee34a519c99cfb5a09c48d86e4035f27104
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/b507fee34a519c99cfb5a09c48d86e4035f27104
  Author: Ewelina Wilkosz 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M .gitignore

  Log Message:
  ---
  .gitignore updates (#633)

* .gitignore updates

* fixed misleading comment

* as suggested .DS_Store should be fine

Co-Authored-By: casz 



  **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/support-core-plugin] 128417: Fix running InetAddressContentFilterTest as a set ...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: 128417c63460002be5bfa7411a3056fe6ab82478
  
https://github.com/jenkinsci/support-core-plugin/commit/128417c63460002be5bfa7411a3056fe6ab82478
  Author: Josh Soref 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/filter/ContentMappings.java
M 
src/test/java/com/cloudbees/jenkins/support/filter/ContentMappingsTest.java
M 
src/test/java/com/cloudbees/jenkins/support/filter/InetAddressContentFilterTest.java

  Log Message:
  ---
  Fix running InetAddressContentFilterTest as a set (#154)

Test properly restore the environment to avoid flaky tests.



  **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/calendar-view-plugin]

2018-12-04 Thread GitHub
  Branch: refs/heads/greenkeeper/webpack-4.27.0
  Home:   https://github.com/jenkinsci/calendar-view-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/calendar-view-plugin] cf9248: chore(package): update webpack to version 4.27.0

2018-12-04 Thread GitHub
  Branch: refs/heads/greenkeeper/webpack-4.27.0
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: cf9248c9fe27e056ebbe95c429d4cec242fb3d00
  
https://github.com/jenkinsci/calendar-view-plugin/commit/cf9248c9fe27e056ebbe95c429d4cec242fb3d00
  Author: greenkeeper[bot] 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update webpack to version 4.27.0



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

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

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


[jenkins-infra/jenkins.io] 5a61e0: Fix sponsors a:hover underline showing on images

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 5a61e0fc6f378bae438b977817a4cfc4e0ab727d
  
https://github.com/jenkins-infra/jenkins.io/commit/5a61e0fc6f378bae438b977817a4cfc4e0ab727d
  Author: Jen 
  Date:   2018-12-02 (Sun, 02 Dec 2018)

  Changed paths:
M content/css/jenkins.css

  Log Message:
  ---
  Fix sponsors a:hover underline showing on images


  Commit: 122279b3b2a9eca646537c5fded07ab05b09d501
  
https://github.com/jenkins-infra/jenkins.io/commit/122279b3b2a9eca646537c5fded07ab05b09d501
  Author: Oleg Nenashev 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M content/css/jenkins.css

  Log Message:
  ---
  Merge pull request #1923 from jennyfive/fix-sponsors-img-underline

Fix sponsors underline showing on hover


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/a743c7243dd8...122279b3b2a9
  **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-function-plugin] 36b2fa: Upgrade surefire and failsafe maven plugins to ver...

2018-12-04 Thread GitHub
  Branch: refs/heads/fix_archive_space
  Home:   https://github.com/jenkinsci/azure-function-plugin
  Commit: 36b2faa197431d6c2dd00b0225ca6939e4835dd6
  
https://github.com/jenkinsci/azure-function-plugin/commit/36b2faa197431d6c2dd00b0225ca6939e4835dd6
  Author: Jie Shen 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade surefire and failsafe maven plugins to version 3.0.0-M1



  **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-function-plugin] d3441b: Remove unnecessary imports

2018-12-04 Thread GitHub
  Branch: refs/heads/fix_archive_space
  Home:   https://github.com/jenkinsci/azure-function-plugin
  Commit: d3441bd1bddd8d4ac8dc91e9c01489915ef95cf3
  
https://github.com/jenkinsci/azure-function-plugin/commit/d3441bd1bddd8d4ac8dc91e9c01489915ef95cf3
  Author: Jie Shen 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/function/commands/ZipDeployCommand.java

  Log Message:
  ---
  Remove unnecessary imports



  **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-function-plugin] 277eff: Fix archiving files out of target directory

2018-12-04 Thread GitHub
  Branch: refs/heads/fix_archive_space
  Home:   https://github.com/jenkinsci/azure-function-plugin
  Commit: 277effc6ccfa71d442e5aecab342c2b13916ac73
  
https://github.com/jenkinsci/azure-function-plugin/commit/277effc6ccfa71d442e5aecab342c2b13916ac73
  Author: Jie Shen 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/function/commands/ZipDeployCommand.java
M 
src/test/java/com/microsoft/jenkins/function/commands/ZipDeployCommandTest.java

  Log Message:
  ---
  Fix archiving files out of target directory



  **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/splunk-devops-plugin]

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/splunk-devops-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/splunk-devops-plugin]

2018-12-04 Thread GitHub
  Branch: refs/tags/1.7.1
  Home:   https://github.com/jenkinsci/splunk-devops-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/splunk-devops-plugin] ddd662: [maven-release-plugin] prepare for next developmen...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/splunk-devops-plugin
  Commit: ddd662b7fabec6214fd41f6019d62d2420f5e69a
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/ddd662b7fabec6214fd41f6019d62d2420f5e69a
  Author: Ted Xiao 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml
M splunk-devops-extend/pom.xml
M splunk-devops-shaded/pom.xml
M splunk-devops/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/splunk-devops-plugin]

2018-12-04 Thread GitHub
  Branch: refs/tags/1.7.1
  Home:   https://github.com/jenkinsci/splunk-devops-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/splunk-devops-plugin] 0fef5d: JENKINS-50993 Pipeline-Stage-View Plugin is unable...

2018-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/splunk-devops-plugin
  Commit: 0fef5dbc14ba437eaf8af4ad08c42c7727065c48
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/0fef5dbc14ba437eaf8af4ad08c42c7727065c48
  Author: Ted Xiao 
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
M 
splunk-devops-extend/src/main/java/com/splunk/splunkjenkins/PipelineRunSupport.java

  Log Message:
  ---
  JENKINS-50993 Pipeline-Stage-View Plugin is unable to show stage logs


  Commit: 7a0593b95b61dac1652c8578b8fcdaa3df67b127
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/7a0593b95b61dac1652c8578b8fcdaa3df67b127
  Author: Ted Xiao 
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
M 
splunk-devops/src/main/java/com/splunk/splunkjenkins/listeners/UserSecurityListener.java

  Log Message:
  ---
  add authenticated audit log


  Commit: 37911bd63ed63324d493418a550f855bb36b59f4
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/37911bd63ed63324d493418a550f855bb36b59f4
  Author: Ted Xiao 
  Date:   2018-12-03 (Mon, 03 Dec 2018)

  Changed paths:
M pom.xml
M splunk-devops-extend/pom.xml
M splunk-devops/pom.xml

  Log Message:
  ---
  update plugin pom


  Commit: 5b6651f17a4b67ce4cc4eb74f17224933717b8fd
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/5b6651f17a4b67ce4cc4eb74f17224933717b8fd
  Author: Ted Xiao 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M splunk-devops-extend/pom.xml
M 
splunk-devops-extend/src/main/java/com/splunk/splunkjenkins/PipelineRunSupport.java
R 
splunk-devops-extend/src/main/java/com/splunk/splunkjenkins/SplunkMessageStep.java
A 
splunk-devops-extend/src/main/java/com/splunk/splunkjenkins/WorkspaceChunkVisitor.java
A 
splunk-devops-extend/src/test/java/com/splunk/splunkjenkins/StageStepNodesTest.java

  Log Message:
  ---
  add step exec_node name (where the step was executed on) and step arguments


  Commit: c253f5a5ae12b26fc0733b62015821d70a82d7b7
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/c253f5a5ae12b26fc0733b62015821d70a82d7b7
  Author: Ted Xiao 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M 
splunk-devops/src/main/java/com/splunk/splunkjenkins/SplunkJenkinsInstallation.java

  Log Message:
  ---
  allow external access


  Commit: a7b8661b37b9ad788be34e827fc2500c94d26c39
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/a7b8661b37b9ad788be34e827fc2500c94d26c39
  Author: Ted Xiao 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M pom.xml
M splunk-devops-extend/pom.xml
M splunk-devops-shaded/pom.xml
M splunk-devops/pom.xml

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


Compare: 
https://github.com/jenkinsci/splunk-devops-plugin/compare/536f956a4956...a7b8661b37b9
  **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/slack-plugin] 9cca66: Fix serialisation of fields

2018-12-04 Thread GitHub
  Branch: refs/heads/feature/fix-serialisation-of-some-fields
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 9cca66808b06a5b14e03b824e34c85c65181d5b8
  
https://github.com/jenkinsci/slack-plugin/commit/9cca66808b06a5b14e03b824e34c85c65181d5b8
  Author: Tim Jacomb 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/java/jenkins/plugins/slack/ActiveNotifier.java
M src/main/java/jenkins/plugins/slack/SlackNotifier.java
M 
src/main/java/jenkins/plugins/slack/config/AbstractProjectConfigMigrator.java
M src/main/resources/jenkins/plugins/slack/SlackNotifier/config.jelly
M 
src/test/java/jenkins/plugins/slack/config/BackwordsCompatible_1_8_SlackNotifierTest.java

  Log Message:
  ---
  Fix serialisation of fields

Getters were named wrong for:
* includeTestSummary
* includeFailedTests

Missing inline, name and checked attribute on the jelly for:
* includeCustomMessage
* customMessage



  **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.