[jenkinsci/git-changelog-plugin] aeed80: Fix typos

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-changelog-plugin
  Commit: aeed80ce46e3da1097f103edcb4c534e8aaf71c3
  
https://github.com/jenkinsci/git-changelog-plugin/commit/aeed80ce46e3da1097f103edcb4c534e8aaf71c3
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M README.md
M 
src/main/resources/org/jenkinsci/plugins/gitchangelog/GitChangelogRecorder/config.jelly

  Log Message:
  ---
  Fix typos


  Commit: 4e0e074ee78acd76c0aa1f9dca3319f91b7da85d
  
https://github.com/jenkinsci/git-changelog-plugin/commit/4e0e074ee78acd76c0aa1f9dca3319f91b7da85d
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/GitChangelogDescriptor.java

  Log Message:
  ---
  Use diamond operator to reduce type duplication


  Commit: e06ec581cc167749d83f5d82c4238cf9d606d1c1
  
https://github.com/jenkinsci/git-changelog-plugin/commit/e06ec581cc167749d83f5d82c4238cf9d606d1c1
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/config/CredentialsHelper.java
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/config/GitChangelogConfigHelper.java
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/perform/GitChangelogPerformer.java
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/perform/RemoteCallable.java

  Log Message:
  ---
  Replace Guava with JDK functionality


  Commit: 556ac7358c15aec70b776b47a3f54c682f8d1a37
  
https://github.com/jenkinsci/git-changelog-plugin/commit/556ac7358c15aec70b776b47a3f54c682f8d1a37
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/perform/GitChangelogPerformer.java

  Log Message:
  ---
  Remove unnecessary return statement

That's anyway the last statement in the method.


  Commit: 4b515b89105cd59deb3f99c3219ba29c5d0e4575
  
https://github.com/jenkinsci/git-changelog-plugin/commit/4b515b89105cd59deb3f99c3219ba29c5d0e4575
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/perform/RemoteCallable.java

  Log Message:
  ---
  Use the StringBuilder properly


  Commit: 9e933e5f332e0060859084c8808d73f89fc3d48f
  
https://github.com/jenkinsci/git-changelog-plugin/commit/9e933e5f332e0060859084c8808d73f89fc3d48f
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitchangelog/DummyTest.java

  Log Message:
  ---
  Fix dangling JavaDoc


  Commit: de51cbdf5b2b76d50d4b3ea0d8c3f87fdad04f27
  
https://github.com/jenkinsci/git-changelog-plugin/commit/de51cbdf5b2b76d50d4b3ea0d8c3f87fdad04f27
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/config/CredentialsHelper.java

  Log Message:
  ---
  Inline redundant variables


  Commit: ea316d3edb5978dd487f06b2bc55d1963f660287
  
https://github.com/jenkinsci/git-changelog-plugin/commit/ea316d3edb5978dd487f06b2bc55d1963f660287
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade to latest parent pom


  Commit: 92bceb1c6a2107e7ccbce068e4fc3a5b0069a284
  
https://github.com/jenkinsci/git-changelog-plugin/commit/92bceb1c6a2107e7ccbce068e4fc3a5b0069a284
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS for Jenkins repository


  Commit: 3eddc7a1764f3a7239b69987942a68964cf9e20d
  
https://github.com/jenkinsci/git-changelog-plugin/commit/3eddc7a1764f3a7239b69987942a68964cf9e20d
  Author: Tomas Bjerre 
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
M README.md
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/GitChangelogDescriptor.java
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/config/CredentialsHelper.java
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/config/GitChangelogConfigHelper.java
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/perform/GitChangelogPerformer.java
M 
src/main/java/org/jenkinsci/plugins/gitchangelog/perform/RemoteCallable.java
M 
src/main/resources/org/jenkinsci/plugins/gitchangelog/GitChangelogRecorder/config.jelly
M src/test/java/org/jenkinsci/plugins/gitchangelog/DummyTest.java

  Log Message:
  ---
  Merge pull request #30 from darxriggs/code-cleanup

Code Improvements


Compare: 
https://github.com/jenkinsci/git-changelog-plugin/compare/fd3af142b484...3eddc7a1764f
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality 

[jenkinsci/redmine-metrics-report-plugin] 604108: Update README.md

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/redmine-metrics-report-plugin
  Commit: 6041086acfaea3e30fdfcddd00e782dc35639917
  
https://github.com/jenkinsci/redmine-metrics-report-plugin/commit/6041086acfaea3e30fdfcddd00e782dc35639917
  Author: Shepherd Lee 
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md



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

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

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


[jenkinsci/dashboard-view-plugin] 81b041: Full screen: Instead of hiding the tab bar, don't ...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dashboard-view-plugin
  Commit: 81b04186988339a0f8092ebe5f58264e74c2367e
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/81b04186988339a0f8092ebe5f58264e74c2367e
  Author: Tobias Gruetzmacher 
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
M src/main/resources/hudson/plugins/view/dashboard/Dashboard/main.jelly
M src/main/webapp/css/full_screen.css

  Log Message:
  ---
  Full screen: Instead of hiding the tab bar, don't render it


  Commit: e9e19d0112c4274e93a5be682a1cb6eb6167
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/e9e19d0112c4274e93a5be682a1cb6eb6167
  Author: Tobias Gruetzmacher 
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
M 
src/main/resources/hudson/plugins/view/dashboard/DashboardPortlet/index.jelly
M 
src/main/resources/hudson/plugins/view/dashboard/DashboardPortlet/main.jelly

  Log Message:
  ---
  Apply full screen style to maximized portlets


  Commit: 3e572a3573c8063b53db60e8c88322f496c9dbb4
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/3e572a3573c8063b53db60e8c88322f496c9dbb4
  Author: Tobias Gruetzmacher 
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
M src/main/resources/hudson/plugins/view/dashboard/Dashboard/main.jelly

  Log Message:
  ---
  Based on JENKINS-13687: Add config button to full screen

Fixes: JENKINS-52170


Compare: 
https://github.com/jenkinsci/dashboard-view-plugin/compare/f917a45cea9b...3e572a3573c8
  **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] c77988: Add Go to hello world.

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c77988f865958ffddca92b6ad8fe0a2d33d19a1c
  
https://github.com/jenkins-infra/jenkins.io/commit/c77988f865958ffddca92b6ad8fe0a2d33d19a1c
  Author: Nolan Clayton 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  Add Go to hello world. 

Many Go teams use Jenkins.  It's nice to include this on the front page of the 
tutorials.


  Commit: 52c3d93c58a4e01310b7c9625bf1b60b922a7e93
  
https://github.com/jenkins-infra/jenkins.io/commit/52c3d93c58a4e01310b7c9625bf1b60b922a7e93
  Author: Liam Newman 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  Merge pull request #1858 from texnewmex/patch-1

Add Go to hello world.


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/a681fadbc913...52c3d93c58a4
  **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/dashboard-view-plugin] 441ddf: Call remote agents "agents" wherever possible

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dashboard-view-plugin
  Commit: 441ddf1d1b6c682900b7280abfe196ea3e0f460f
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/441ddf1d1b6c682900b7280abfe196ea3e0f460f
  Author: Tobias Gruetzmacher 
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
M src/main/java/hudson/plugins/view/dashboard/stats/StatSlaves.java
M src/main/resources/hudson/plugins/view/dashboard/Messages.properties
M src/main/resources/hudson/plugins/view/dashboard/Messages_ja.properties
M 
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/main.jelly
M 
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/portlet.jelly
A 
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/statagents.jelly
A 
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/statagents_ja.properties
R 
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/statslaves.jelly
R 
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/statslaves_ja.properties

  Log Message:
  ---
  Call remote agents "agents" wherever possible


  Commit: f917a45cea9ba40ca145c09694739fc31411fc05
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/f917a45cea9ba40ca145c09694739fc31411fc05
  Author: Tobias Gruetzmacher 
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
M src/main/java/hudson/plugins/view/dashboard/stats/StatSlaves.java
M 
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/statagents.jelly

  Log Message:
  ---
  Reduce HTTP requests of agent statistic portlet


Compare: 
https://github.com/jenkinsci/dashboard-view-plugin/compare/66b98e4141a9...f917a45cea9b
  **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/ant-plugin] 8cadef: [maven-release-plugin] prepare release ant-1.9

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ant-plugin
  Commit: 8cadef2a6f5d90809277780ad33ab735edd8c8d2
  
https://github.com/jenkinsci/ant-plugin/commit/8cadef2a6f5d90809277780ad33ab735edd8c8d2
  Author: Jesse Glick 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ant-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/ant-plugin] 6d8b16: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ant-plugin
  Commit: 6d8b16b155307de40826a7be7b481ca29230a1d9
  
https://github.com/jenkinsci/ant-plugin/commit/6d8b16b155307de40826a7be7b481ca29230a1d9
  Author: Jesse Glick 
  Date:   2018-10-29 (Mon, 29 Oct 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/ant-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/ant-1.9
  Home:   https://github.com/jenkinsci/ant-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/ant-plugin] 0be48d: [JENKINS-52139] Fix test concurrency

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ant-plugin
  Commit: 0be48de3fad910d7388a498d2d7200428c38cac0
  
https://github.com/jenkinsci/ant-plugin/commit/0be48de3fad910d7388a498d2d7200428c38cac0
  Author: Wadeck Follonier 
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
M src/test/java/hudson/tasks/AntTest.java
M src/test/java/hudson/tasks/_ant/AntTargetAnnotationTest.java

  Log Message:
  ---
  [JENKINS-52139] Fix test concurrency
- essentially reset the value of AntTargetNote.ENABLED to what it was before 
running a test that will modify it


  Commit: 2079dbedaf27c7acd15a2a4d83fce42fb78a0756
  
https://github.com/jenkinsci/ant-plugin/commit/2079dbedaf27c7acd15a2a4d83fce42fb78a0756
  Author: Jesse Glick 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/test/java/hudson/tasks/AntTest.java
M src/test/java/hudson/tasks/_ant/AntTargetAnnotationTest.java

  Log Message:
  ---
  Merge pull request #31 from Wadeck/JENKINS-52139

[JENKINS-52139] Fix test concurrency


Compare: 
https://github.com/jenkinsci/ant-plugin/compare/d7dd61ea608e...2079dbedaf27
  **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/ant-plugin] 4e964b: [JENKINS-54133] We can encode console notes on the...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ant-plugin
  Commit: 4e964bfd7715705eb73b6331fed3258a6d045d96
  
https://github.com/jenkinsci/ant-plugin/commit/4e964bfd7715705eb73b6331fed3258a6d045d96
  Author: Jesse Glick 
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
M pom.xml
M src/main/java/hudson/tasks/_ant/AntConsoleAnnotator.java
M src/test/java/hudson/tasks/AntWrapperTest.java

  Log Message:
  ---
  [JENKINS-54133] We can encode console notes on the master side to make them 
safe for JEP-210.


  Commit: c957dca4cd7789e3918e90ae020687aeaeea998e
  
https://github.com/jenkinsci/ant-plugin/commit/c957dca4cd7789e3918e90ae020687aeaeea998e
  Author: Jesse Glick 
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
M src/main/java/hudson/tasks/Ant.java

  Log Message:
  ---
  FindBugs


  Commit: d1ac87b7639ab864c312f8483ed8290cc8493aef
  
https://github.com/jenkinsci/ant-plugin/commit/d1ac87b7639ab864c312f8483ed8290cc8493aef
  Author: Jesse Glick 
  Date:   2018-10-18 (Thu, 18 Oct 2018)

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

  Log Message:
  ---
  Apparently AntWrapperTest.smokes no longer fails in CI.


  Commit: f5c9b51b895fb6924389c73d69931edf0e4a26aa
  
https://github.com/jenkinsci/ant-plugin/commit/f5c9b51b895fb6924389c73d69931edf0e4a26aa
  Author: Jesse Glick 
  Date:   2018-10-18 (Thu, 18 Oct 2018)

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

  Log Message:
  ---
  Picking up https://github.com/jenkinsci/durable-task-plugin/pull/84 & 
https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/81.


  Commit: 1aef97bca7bd4e4bf0f40ff9bdfeafae6248a8f6
  
https://github.com/jenkinsci/ant-plugin/commit/1aef97bca7bd4e4bf0f40ff9bdfeafae6248a8f6
  Author: Jesse Glick 
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
M src/main/java/hudson/tasks/_ant/AntConsoleAnnotator.java

  Log Message:
  ---
  Forgot to implement flush as in 
https://github.com/jenkinsci/jenkins/pull/3703.


  Commit: 0dee874eb5e72450c517787d387b9d49305db626
  
https://github.com/jenkinsci/ant-plugin/commit/0dee874eb5e72450c517787d387b9d49305db626
  Author: Jesse Glick 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Switching upstreams to 
https://github.com/jenkinsci/durable-task-plugin/pull/86 + 
https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/87.


  Commit: d7dd61ea608ef1a91de0bec5f436d49a5ad46e53
  
https://github.com/jenkinsci/ant-plugin/commit/d7dd61ea608ef1a91de0bec5f436d49a5ad46e53
  Author: Jesse Glick 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml
M src/main/java/hudson/tasks/Ant.java
M src/main/java/hudson/tasks/_ant/AntConsoleAnnotator.java
M src/test/java/hudson/tasks/AntWrapperTest.java

  Log Message:
  ---
  Merge pull request #32 from jglick/JEP-210-tests

[JENKINS-54133] Encode console notes on master for JEP-210 compatibility


Compare: 
https://github.com/jenkinsci/ant-plugin/compare/350c6da61f7b...d7dd61ea608e
  **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/credentials-binding-plugin] d6a4cd: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: d6a4cd465b8cc0f22ec70b89608e2429fe77dad6
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/d6a4cd465b8cc0f22ec70b89608e2429fe77dad6
  Author: Jesse Glick 
  Date:   2018-10-29 (Mon, 29 Oct 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/credentials-binding-plugin] 880ba2: [maven-release-plugin] prepare release credentials...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: 880ba22ad5fd723fc88c1ee2f188f4385593
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/880ba22ad5fd723fc88c1ee2f188f4385593
  Author: Jesse Glick 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release credentials-binding-1.17



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

2018-10-29 Thread GitHub
  Branch: refs/tags/credentials-binding-1.17
  Home:   https://github.com/jenkinsci/credentials-binding-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/credentials-binding-plugin] afc535: Forgot to override LineTransformationOutputStream....

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: afc535e3ebf317ee430525fe4874315266a831ac
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/afc535e3ebf317ee430525fe4874315266a831ac
  Author: Jesse Glick 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep.java
M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/SecretBuildWrapper.java

  Log Message:
  ---
  Forgot to override LineTransformationOutputStream.flush.


  Commit: a6193efd031d5e0872731564218f7086c770dde8
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/a6193efd031d5e0872731564218f7086c770dde8
  Author: Jesse Glick 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep.java
M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/SecretBuildWrapper.java

  Log Message:
  ---
  Merge pull request #51 from jglick/flush

Forgot to override LineTransformationOutputStream.flush


Compare: 
https://github.com/jenkinsci/credentials-binding-plugin/compare/2a0d796a742e...a6193efd031d
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkins-infra/jenkins-infra] 56b69f: Only allow puppet console from console

2018-10-29 Thread GitHub
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 56b69f95f2a262d360dbdec67ac1905e6c91a8fa
  
https://github.com/jenkins-infra/jenkins-infra/commit/56b69f95f2a262d360dbdec67ac1905e6c91a8fa
  Author: Olblak 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

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

  Log Message:
  ---
  Only allow puppet console from console


  Commit: 6e4729922e6f3ff4f7717b58c8eddcbbdcab1c80
  
https://github.com/jenkins-infra/jenkins-infra/commit/6e4729922e6f3ff4f7717b58c8eddcbbdcab1c80
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

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

  Log Message:
  ---
  Merge pull request #1181 from olblak/hideandseek

Only allow puppet console from localhost


  Commit: 98006939d78d6350b6b807adcc2a444b398f289c
  
https://github.com/jenkins-infra/jenkins-infra/commit/98006939d78d6350b6b807adcc2a444b398f289c
  Author: Baptiste Mathus 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  Bump to evergreen backend 201810291929


  Commit: 39218be0232702873eec24ab075e7187a3681587
  
https://github.com/jenkins-infra/jenkins-infra/commit/39218be0232702873eec24ab075e7187a3681587
  Author: R. Tyler Croy 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  Merge pull request #1183 from batmat/bump-to-evergreen-backend-201810291929

Bump to evergreen backend 201810291929


  Commit: 9c4511f18819c474c9c46abbe98757b28734cc24
  
https://github.com/jenkins-infra/jenkins-infra/commit/9c4511f18819c474c9c46abbe98757b28734cc24
  Author: R. Tyler Croy 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M dist/profile/manifests/puppetmaster.pp
M hieradata/common.yaml

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

Automated deployment to production


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

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

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


[jenkins-infra/jenkins-infra] 980069: Bump to evergreen backend 201810291929

2018-10-29 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 98006939d78d6350b6b807adcc2a444b398f289c
  
https://github.com/jenkins-infra/jenkins-infra/commit/98006939d78d6350b6b807adcc2a444b398f289c
  Author: Baptiste Mathus 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  Bump to evergreen backend 201810291929


  Commit: 39218be0232702873eec24ab075e7187a3681587
  
https://github.com/jenkins-infra/jenkins-infra/commit/39218be0232702873eec24ab075e7187a3681587
  Author: R. Tyler Croy 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M hieradata/common.yaml

  Log Message:
  ---
  Merge pull request #1183 from batmat/bump-to-evergreen-backend-201810291929

Bump to evergreen backend 201810291929


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/6e4729922e6f...39218be02327
  **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/collabnet-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/collabnet-2.0.6
  Home:   https://github.com/jenkinsci/collabnet-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/collabnet-plugin] ca620e: [maven-release-plugin] rollback the release of col...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/collabnet-plugin
  Commit: ca620e8589002cd37e87634a162d7a8cc2fbe25b
  
https://github.com/jenkinsci/collabnet-plugin/commit/ca620e8589002cd37e87634a162d7a8cc2fbe25b
  Author: baybora 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of collabnet-2.0.6



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

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

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


[jenkinsci/collabnet-plugin]

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/collabnet-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/collabnet-plugin] 06b78f: [maven-release-plugin] prepare release collabnet-2...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/collabnet-plugin
  Commit: 06b78f7af41d56c6f8647cb7d2c6cdb4d62f1ea4
  
https://github.com/jenkinsci/collabnet-plugin/commit/06b78f7af41d56c6f8647cb7d2c6cdb4d62f1ea4
  Author: baybora 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release collabnet-2.0.6


  Commit: c3c0d256d6c68e7e0ab76cc1a60ee0793f87cbf4
  
https://github.com/jenkinsci/collabnet-plugin/commit/c3c0d256d6c68e7e0ab76cc1a60ee0793f87cbf4
  Author: baybora 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/collabnet-plugin/compare/cdeadde3bcb2...c3c0d256d6c6
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/snyk-security-scanner-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/1.9.9
  Home:   https://github.com/jenkinsci/snyk-security-scanner-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/collabnet-plugin] c3c0d2: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/collabnet-plugin
  Commit: c3c0d256d6c68e7e0ab76cc1a60ee0793f87cbf4
  
https://github.com/jenkinsci/collabnet-plugin/commit/c3c0d256d6c68e7e0ab76cc1a60ee0793f87cbf4
  Author: baybora 
  Date:   2018-10-29 (Mon, 29 Oct 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/collabnet-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/collabnet-2.0.6
  Home:   https://github.com/jenkinsci/collabnet-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/collabnet-plugin] 06b78f: [maven-release-plugin] prepare release collabnet-2...

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/collabnet-plugin
  Commit: 06b78f7af41d56c6f8647cb7d2c6cdb4d62f1ea4
  
https://github.com/jenkinsci/collabnet-plugin/commit/06b78f7af41d56c6f8647cb7d2c6cdb4d62f1ea4
  Author: baybora 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release collabnet-2.0.6



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

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

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


[jenkinsci/collabnet-plugin] cdeadd: workaround for mvn.bat rename

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/collabnet-plugin
  Commit: cdeadde3bcb2e30850d92c7174505a336be594c3
  
https://github.com/jenkinsci/collabnet-plugin/commit/cdeadde3bcb2e30850d92c7174505a336be594c3
  Author: baybora 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  workaround for mvn.bat rename

see https://issues.apache.org/jira/browse/MRELEASE-902 for details



  **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] f5bd5c: JCasc 1.2 logo

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f5bd5c8d4074750ad3d5bdc48ab2270fff4c55b8
  
https://github.com/jenkins-infra/jenkins.io/commit/f5bd5c8d4074750ad3d5bdc48ab2270fff4c55b8
  Author: Nicolas De Loof 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M content/images/logos/JCasC/256.png
M content/images/logos/JCasC/JCasC.png
M content/images/logos/JCasC/JCasC.svg

  Log Message:
  ---
  JCasc 1.2 logo

Signed-off-by: Nicolas De Loof 


  Commit: a681fadbc913d86783be65f4195e58e6c9641927
  
https://github.com/jenkins-infra/jenkins.io/commit/a681fadbc913d86783be65f4195e58e6c9641927
  Author: Liam Newman 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M content/images/logos/JCasC/256.png
M content/images/logos/JCasC/JCasC.png
M content/images/logos/JCasC/JCasC.svg

  Log Message:
  ---
  Merge pull request #1849 from ndeloof/master

JCasc 1.2 logo


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/95050f1b14f2...a681fadbc913
  **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-api-plugin] 07dc4f: [maven-release-plugin] prepare release analysis-mo...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 07dc4f894365d0233c16dc414f461e1f3819241b
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/07dc4f894365d0233c16dc414f461e1f3819241b
  Author: Ulli Hafner 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release analysis-model-api-1.0.0-beta8



  **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-api-plugin] 031b8b: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 031b8b51114ddc64bcbfd2349f44c6d0268be4ce
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/031b8b51114ddc64bcbfd2349f44c6d0268be4ce
  Author: Ulli Hafner 
  Date:   2018-10-29 (Mon, 29 Oct 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/analysis-model-api-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/analysis-model-api-1.0.0-beta8
  Home:   https://github.com/jenkinsci/analysis-model-api-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/analysis-model-api-plugin] 9a1a50: Upgrade to RC11 of analysis-model.

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 9a1a5023a1beed40586069e19f8c3444e66b59b4
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/9a1a5023a1beed40586069e19f8c3444e66b59b4
  Author: Ulli Hafner 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade to RC11 of analysis-model.



  **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/ircbot] cba8d4: Run ircbot from tini -- /bin/sh

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/ircbot
  Commit: cba8d4d1ba55191836fcbfc67d2ccfebc9060ba2
  
https://github.com/jenkins-infra/ircbot/commit/cba8d4d1ba55191836fcbfc67d2ccfebc9060ba2
  Author: Olblak 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M Dockerfile

  Log Message:
  ---
  Run ircbot from tini -- /bin/sh


  Commit: 2496ce7bef9494167b0d9b9c43213c2d1042ecb2
  
https://github.com/jenkins-infra/ircbot/commit/2496ce7bef9494167b0d9b9c43213c2d1042ecb2
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M Dockerfile

  Log Message:
  ---
  Merge pull request #63 from olblak/master

Run ircbot from tini -- /bin/sh


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

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

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


[jenkinsci/snyk-security-scanner-plugin] 93abd6: Add maven wrapper (version 3.5.4)

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 93abd683f9f819bbfcca0155dcc600b4c8f921cb
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/93abd683f9f819bbfcca0155dcc600b4c8f921cb
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
A .mvn/wrapper/maven-wrapper.jar
A .mvn/wrapper/maven-wrapper.properties
A mvnw
A mvnw.cmd

  Log Message:
  ---
  Add maven wrapper (version 3.5.4)


  Commit: 38bec8fedf1ebf66e2bb34c12139f814b7be281a
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/38bec8fedf1ebf66e2bb34c12139f814b7be281a
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
A .editorconfig

  Log Message:
  ---
  Add editorconfig to keep formatting consistent


  Commit: 9108b0fdb48dc8d62c36390229833b8744933422
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/9108b0fdb48dc8d62c36390229833b8744933422
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Inject project version via property


  Commit: 9471967aac9b31f0dd540ff470a1443d62de095b
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/9471967aac9b31f0dd540ff470a1443d62de095b
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add 'git-commit-id-plugin' to maven build

there is 2 executions of this plugin:
- 'prepare-package' phase with generating git.properties into jar file
- 'verify' phase with validating project version (no SNAPSHOT allowed)


  Commit: 06fce224594ee6670cf1d2636988c7f41570ddcf
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/06fce224594ee6670cf1d2636988c7f41570ddcf
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
A .travis.yml
A .travis/settings.xml

  Log Message:
  ---
  Add .travis.yml configuration file


  Commit: e1454950f75ce2c57f34097b55c59090ea57faab
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/e1454950f75ce2c57f34097b55c59090ea57faab
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M mvnw
M mvnw.cmd

  Log Message:
  ---
  Make mvnw and mvnw.cmd executable


  Commit: 73d47dd53bf0d79448633f133c31fb37473fa1eb
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/73d47dd53bf0d79448633f133c31fb37473fa1eb
  Author: Anton Drukh 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
A .editorconfig
A .mvn/wrapper/maven-wrapper.jar
A .mvn/wrapper/maven-wrapper.properties
A .travis.yml
A .travis/settings.xml
A mvnw
A mvnw.cmd
M pom.xml

  Log Message:
  ---
  Merge pull request #15 from pavel-github/chore/travis-integration

chore/travis integration


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/42e71d5aa106...73d47dd53bf0
  **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] aaf588: [maven-release-plugin] prepare release analysis-mo...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: aaf588e537606fb99dfd9f210dc95a59fe65681a
  
https://github.com/jenkinsci/analysis-model/commit/aaf588e537606fb99dfd9f210dc95a59fe65681a
  Author: Ulli Hafner 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release analysis-model-1.0.0-RC11



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

2018-10-29 Thread GitHub
  Branch: refs/tags/analysis-model-1.0.0-RC11
  Home:   https://github.com/jenkinsci/analysis-model

  **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] 4bc780: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 4bc78097751051a72fbeaabb5668e5786a150536
  
https://github.com/jenkinsci/analysis-model/commit/4bc78097751051a72fbeaabb5668e5786a150536
  Author: Ulli Hafner 
  Date:   2018-10-29 (Mon, 29 Oct 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/collabnet-plugin] 020349: [artf315178] : Jenkins Plugin: Support WEBR - API ...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/collabnet-plugin
  Commit: 020349c655d39508231b7c2b88698009f9adfb7e
  
https://github.com/jenkinsci/collabnet-plugin/commit/020349c655d39508231b7c2b88698009f9adfb7e
  Author: Hariharan 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/hudson/plugins/collabnet/orchestrate/BuildNotifier.java
M src/main/java/hudson/plugins/collabnet/orchestrate/PushNotification.java
M src/main/java/hudson/plugins/collabnet/util/Helper.java
M src/main/java/jenkins/plugins/collabnet/steps/PublishEventQStep.java
M src/main/java/jenkins/plugins/collabnet/steps/PublishWebhookStep.java
M 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/config.jelly
A 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/help-webhookPassword.html
A 
src/main/resources/hudson/plugins/collabnet/orchestrate/BuildNotifier/help-webhookUsername.html
M 
src/main/resources/jenkins/plugins/collabnet/steps/PublishWebhookStep/config.jelly
A 
src/main/resources/jenkins/plugins/collabnet/steps/PublishWebhookStep/help-credentialsId.html

  Log Message:
  ---
  [artf315178] : Jenkins Plugin: Support WEBR - API Authentication (#25)

* [artf315178] : Jenkins Plugin: Support WEBR - API Authentication

1. Added plugin to support - WEBR-API authorization

UI changes:
- added username and password fields for WEBR credentails

Server changes:
- make REST call to get WEBR API token from login end-point
- post build data along with WEBR API token [header]
- fixed it for FreeStyle and Pipeline projects

* [artf315178] : Jenkins Plugin: Support WEBR - API Authentication

- Fixed review comments.



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

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

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


[jenkins-infra/jenkins-infra] 56b69f: Only allow puppet console from console

2018-10-29 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 56b69f95f2a262d360dbdec67ac1905e6c91a8fa
  
https://github.com/jenkins-infra/jenkins-infra/commit/56b69f95f2a262d360dbdec67ac1905e6c91a8fa
  Author: Olblak 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

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

  Log Message:
  ---
  Only allow puppet console from console


  Commit: 6e4729922e6f3ff4f7717b58c8eddcbbdcab1c80
  
https://github.com/jenkins-infra/jenkins-infra/commit/6e4729922e6f3ff4f7717b58c8eddcbbdcab1c80
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

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

  Log Message:
  ---
  Merge pull request #1181 from olblak/hideandseek

Only allow puppet console from localhost


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/2d375c34e058...6e4729922e6f
  **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/pagerduty-plugin] 8a4e48: Merge pull request #22 from jenkinsci/master

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: 8a4e480e577522b60f936d1db02ab124bde82a8c
  
https://github.com/jenkinsci/pagerduty-plugin/commit/8a4e480e577522b60f936d1db02ab124bde82a8c
  Author: Alexander Leibzon 
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/pagerduty/PagerDutyTrigger.java

  Log Message:
  ---
  Merge pull request #22 from jenkinsci/master

v0.2.6 post release mearge


  Commit: d5df827bc0b8e53c8f5865878990db7f2a67c0af
  
https://github.com/jenkinsci/pagerduty-plugin/commit/d5df827bc0b8e53c8f5865878990db7f2a67c0af
  Author: Alexander Leibzon 
  Date:   2017-12-31 (Sun, 31 Dec 2017)

  Changed paths:
M pom.xml
A src/main/java/org/jenkinsci/plugins/pagerduty/PDConstants.java
A src/main/java/org/jenkinsci/plugins/pagerduty/PagerDutyParamHolder.java
M src/main/java/org/jenkinsci/plugins/pagerduty/PagerDutyTrigger.java
A 
src/main/java/org/jenkinsci/plugins/pagerduty/pipeline/PagerDutyTriggerStep.java
A src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  Merge pull request #23 from jenkinsci/master

sync forks


  Commit: e17a181b5a2cc22c19eed7245802614bb29d2dd1
  
https://github.com/jenkinsci/pagerduty-plugin/commit/e17a181b5a2cc22c19eed7245802614bb29d2dd1
  Author: Alexander Leibzon 
  Date:   2017-12-31 (Sun, 31 Dec 2017)

  Log Message:
  ---
  Merge pull request #24 from jenkinsci/master

autoclose issue merge


  Commit: 9beb71c48dc5d0d0d100fa6ce703fc4e2c088208
  
https://github.com/jenkinsci/pagerduty-plugin/commit/9beb71c48dc5d0d0d100fa6ce703fc4e2c088208
  Author: nicholas-brenwald 
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  If the service key is an env variable, get the value from the jenkins 
environment when resolving an incident.


  Commit: 7d2bb54ecde11036fb9f049ce289d6f9656aa96b
  
https://github.com/jenkinsci/pagerduty-plugin/commit/7d2bb54ecde11036fb9f049ce289d6f9656aa96b
  Author: Alexander Leibzon 
  Date:   2018-08-21 (Tue, 21 Aug 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

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

If the service key is an env variable, get the value from the jenkins…


  Commit: 95e0eefa2a65f3d79553f11248dd81c38abf523a
  
https://github.com/jenkinsci/pagerduty-plugin/commit/95e0eefa2a65f3d79553f11248dd81c38abf523a
  Author: Alexander Leibzon 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pagerduty/PagerDutyTrigger.java
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  Merge pull request #31 from jenkinsci/master

fixing issue #26


  Commit: b28c003c169ba8f96e441536c167f2f3b1e02981
  
https://github.com/jenkinsci/pagerduty-plugin/commit/b28c003c169ba8f96e441536c167f2f3b1e02981
  Author: Alexander Leibzon 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  Merge pull request #4 from alexanderlz/master

sync with upstream


Compare: 
https://github.com/jenkinsci/pagerduty-plugin/compare/a8b7b27d2516...b28c003c169b
  **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/protecode-sc-plugin] 1d2a2e: [maven-release-plugin] prepare release protecode-s...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/protecode-sc-plugin
  Commit: 1d2a2eeab00f214257cd7664226aa6915c43048a
  
https://github.com/jenkinsci/protecode-sc-plugin/commit/1d2a2eeab00f214257cd7664226aa6915c43048a
  Author: - <->
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release protecode-sc-0.17.3



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

2018-10-29 Thread GitHub
  Branch: refs/tags/protecode-sc-0.17.3
  Home:   https://github.com/jenkinsci/protecode-sc-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/protecode-sc-plugin] 6828cd: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/protecode-sc-plugin
  Commit: 6828cd50b7fb28e84e5e6f0fa91a6e83670abc19
  
https://github.com/jenkinsci/protecode-sc-plugin/commit/6828cd50b7fb28e84e5e6f0fa91a6e83670abc19
  Author: - <->
  Date:   2018-10-29 (Mon, 29 Oct 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/protecode-sc-plugin] b03d43: [maven-release-plugin] prepare release protecode-s...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/protecode-sc-plugin
  Commit: b03d430c7ebaf495e1fd3e0d9432b7b112915ca0
  
https://github.com/jenkinsci/protecode-sc-plugin/commit/b03d430c7ebaf495e1fd3e0d9432b7b112915ca0
  Author: rukkanen <>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release protecode-sc-0.17.2


  Commit: c6bc1f079e041db6837e8b7c26242fbf6f7336c8
  
https://github.com/jenkinsci/protecode-sc-plugin/commit/c6bc1f079e041db6837e8b7c26242fbf6f7336c8
  Author: rukkanen <>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
M pom.xml

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


  Commit: d1273ab77a55859c1c7a1d9d486ea218cfefacd6
  
https://github.com/jenkinsci/protecode-sc-plugin/commit/d1273ab77a55859c1c7a1d9d486ea218cfefacd6
  Author: - <->
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScConnection.java
M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin.java
M src/main/java/com/synopsys/protecode/sc/jenkins/Scanner.java

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/protecode-sc-plugin


  Commit: 973d6f022d87b08cce5102606bab8d0e03a2cfa5
  
https://github.com/jenkinsci/protecode-sc-plugin/commit/973d6f022d87b08cce5102606bab8d0e03a2cfa5
  Author: - <->
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeEvaluator.java
M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin.java

  Log Message:
  ---
  Fix logic error in build evaluation


Compare: 
https://github.com/jenkinsci/protecode-sc-plugin/compare/aac49e0f6e6e...973d6f022d87
  **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] e9f0a5: Add timezone 'Asia/Shanghai' in calendar

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e9f0a5f21f1a1694fd5d1ced20b0d788179127e5
  
https://github.com/jenkins-infra/jenkins.io/commit/e9f0a5f21f1a1694fd5d1ced20b0d788179127e5
  Author: Zhao Xiaojie 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M content/event-calendar.html.haml

  Log Message:
  ---
  Add timezone 'Asia/Shanghai' in calendar

Signed-off-by: Zhao Xiaojie 


  Commit: 95050f1b14f2924b7146373a1e577df3b7bf712b
  
https://github.com/jenkins-infra/jenkins.io/commit/95050f1b14f2924b7146373a1e577df3b7bf712b
  Author: Liam Newman 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M content/event-calendar.html.haml

  Log Message:
  ---
  Merge pull request #1856 from LinuxSuRen/calendar-timezone

Add timezone 'Asia/Shanghai' in calendar


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

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

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


[jenkins-infra/jenkins-infra] c392b8: Load $NICK_PASSWORD env variable before starting t...

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

  Changed paths:
M 
dist/profile/templates/kubernetes/resources/chatbot_jenkinsadmin/deployment.yaml.erb

  Log Message:
  ---
  Load $NICK_PASSWORD env variable before starting the bot


  Commit: 210cf5c6ba1294c64a9fa9aec86aa35ece5e67e4
  
https://github.com/jenkins-infra/jenkins-infra/commit/210cf5c6ba1294c64a9fa9aec86aa35ece5e67e4
  Author: Olblak 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M dist/profile/manifests/kubernetes/resources/chatbot_jenkinsadmin.pp

  Log Message:
  ---
  Fix jenkinsadmin jira credential file


  Commit: 2d375c34e05841d0186e78ea0d772d7f65bbfb6d
  
https://github.com/jenkins-infra/jenkins-infra/commit/2d375c34e05841d0186e78ea0d772d7f65bbfb6d
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M dist/profile/manifests/kubernetes/resources/chatbot_jenkinsadmin.pp
M 
dist/profile/templates/kubernetes/resources/chatbot_jenkinsadmin/deployment.yaml.erb

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

Load $NICK_PASSWORD env variable before starting the bot


  Commit: 08d73422353e30d4d744e12997b80daae774d828
  
https://github.com/jenkins-infra/jenkins-infra/commit/08d73422353e30d4d744e12997b80daae774d828
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M dist/profile/manifests/kubernetes/resources/chatbot_jenkinsadmin.pp
M 
dist/profile/templates/kubernetes/resources/chatbot_jenkinsadmin/deployment.yaml.erb

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

Automated deployment to production


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

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

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


[jenkins-infra/jenkins-infra] c392b8: Load $NICK_PASSWORD env variable before starting t...

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

  Changed paths:
M 
dist/profile/templates/kubernetes/resources/chatbot_jenkinsadmin/deployment.yaml.erb

  Log Message:
  ---
  Load $NICK_PASSWORD env variable before starting the bot


  Commit: 210cf5c6ba1294c64a9fa9aec86aa35ece5e67e4
  
https://github.com/jenkins-infra/jenkins-infra/commit/210cf5c6ba1294c64a9fa9aec86aa35ece5e67e4
  Author: Olblak 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M dist/profile/manifests/kubernetes/resources/chatbot_jenkinsadmin.pp

  Log Message:
  ---
  Fix jenkinsadmin jira credential file


  Commit: 2d375c34e05841d0186e78ea0d772d7f65bbfb6d
  
https://github.com/jenkins-infra/jenkins-infra/commit/2d375c34e05841d0186e78ea0d772d7f65bbfb6d
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M dist/profile/manifests/kubernetes/resources/chatbot_jenkinsadmin.pp
M 
dist/profile/templates/kubernetes/resources/chatbot_jenkinsadmin/deployment.yaml.erb

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

Load $NICK_PASSWORD env variable before starting the bot


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/87425381ac8f...2d375c34e058
  **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/gerrit-code-review-plugin]

2018-10-29 Thread GitHub
  Branch: refs/heads/lucamilanesio-patch-2
  Home:   https://github.com/jenkinsci/gerrit-code-review-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/gerrit-code-review-plugin] ac1410: Clarify the etiquette for contributions

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-code-review-plugin
  Commit: ac14103af8dda803d526fdc7e5dabeade5100c4b
  
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/ac14103af8dda803d526fdc7e5dabeade5100c4b
  Author: Luca Milanesio 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M CONTRIBUTING.md

  Log Message:
  ---
  Clarify the etiquette for contributions

Amend the contribution document by specifying what are the minimum
conditions for pull-requests to be approved and the "etiquette" for submitting
and reviewing code.



  **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/ec2-plugin] 3c9d56: Consistent pom.xml format

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 3c9d5691d86b2c40120adcb8d97f6a0b36c72999
  
https://github.com/jenkinsci/ec2-plugin/commit/3c9d5691d86b2c40120adcb8d97f6a0b36c72999
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Consistent pom.xml format

Automatic element ordering via `mvn tidy:pom`.
Manual identation fix.


  Commit: 26e004e421dd3410087248e49b16471d1d378807
  
https://github.com/jenkinsci/ec2-plugin/commit/26e004e421dd3410087248e49b16471d1d378807
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS for Jenkins repository


  Commit: 718892e0afe2b478154f9eb63b82229b65ee151b
  
https://github.com/jenkinsci/ec2-plugin/commit/718892e0afe2b478154f9eb63b82229b65ee151b
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java
M src/main/java/hudson/plugins/ec2/ebs/ZPoolMonitor.java

  Log Message:
  ---
  Don't use deprecated TimeUnit2 anymore


  Commit: 25c5fd7bc5be56748a18949c008bf191afb843b0
  
https://github.com/jenkinsci/ec2-plugin/commit/25c5fd7bc5be56748a18949c008bf191afb843b0
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java

  Log Message:
  ---
  Don't use deprecated Slave constructor anymore


  Commit: c1232ddd756f450e11345b4df6c0ac37f1278832
  
https://github.com/jenkinsci/ec2-plugin/commit/c1232ddd756f450e11345b4df6c0ac37f1278832
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M README_ECLIPSE.txt
M src/main/java/hudson/plugins/ec2/EC2Cloud.java
M src/main/java/hudson/plugins/ec2/EC2Tag.java
M src/main/java/hudson/plugins/ec2/win/EC2WindowsLauncher.java
M src/main/java/hudson/plugins/ec2/win/winrm/WinRMClient.java
M src/main/resources/hudson/plugins/ec2/EC2Slave/help-stopOnTerminate.html
M src/main/resources/hudson/plugins/ec2/Messages.properties
M 
src/main/resources/hudson/plugins/ec2/SlaveTemplate/help-stopOnTerminate.html

  Log Message:
  ---
  Fix typos


  Commit: f47c5e3d5ef32f1d02b78c1de9737c26754404b2
  
https://github.com/jenkinsci/ec2-plugin/commit/f47c5e3d5ef32f1d02b78c1de9737c26754404b2
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M src/main/webapp/AMI-Scripts/ubuntu-init.py

  Log Message:
  ---
  Fix trailing spaces/tabs in Python code


  Commit: e16db2a150c386def15363411df68e0473b09aea
  
https://github.com/jenkinsci/ec2-plugin/commit/e16db2a150c386def15363411df68e0473b09aea
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M src/main/resources/hudson/plugins/ec2/EC2Cloud/computerSet.properties

  Log Message:
  ---
  Fix trailing space in .properties file


  Commit: 7199230f8209f229967dff91e131f8758c3488ba
  
https://github.com/jenkinsci/ec2-plugin/commit/7199230f8209f229967dff91e131f8758c3488ba
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M src/main/java/hudson/plugins/ec2/win/winrm/request/WinRMRequest.java

  Log Message:
  ---
  Remove redundant public modifier on interface method

Interface methods are per default public.


  Commit: ae5bb7edd99df20105cbb6385bdae6a641d6f11e
  
https://github.com/jenkinsci/ec2-plugin/commit/ae5bb7edd99df20105cbb6385bdae6a641d6f11e
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2Cloud.java

  Log Message:
  ---
  Reduce unchecked type casts


  Commit: a3bf7a5bc5d64648998d69ea46d8b0a283620b05
  
https://github.com/jenkinsci/ec2-plugin/commit/a3bf7a5bc5d64648998d69ea46d8b0a283620b05
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M src/main/java/hudson/plugins/ec2/AmazonEC2Cloud.java
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java
M src/main/java/hudson/plugins/ec2/EC2Cloud.java
M src/main/java/hudson/plugins/ec2/EC2OndemandSlave.java
M src/main/java/hudson/plugins/ec2/EC2Step.java
M src/test/java/hudson/plugins/ec2/EC2StepTest.java
M src/test/java/hudson/plugins/ec2/util/PluginTestRule.java

  Log Message:
  ---
  Remove unused imports


  Commit: 837bd69b9029eef17f83a5293832f552f09f8882
  
https://github.com/jenkinsci/ec2-plugin/commit/837bd69b9029eef17f83a5293832f552f09f8882
  Author: René Scheibe 
  Date:   2018-10-27 (Sat, 27 Oct 2018)

  Changed paths:
M src/test/java/hudson/plugins/ec2/SlaveTemplateUnitTest.java

  Log Message:
  ---
  Simplify code using a foreach loop


  Commit: 06c5946ff191119962e6dd3d6f199f0d9d0aa5ad
  

[jenkinsci/gerrit-code-review-plugin] 60d1d1: Add Alon in the list of the plugins developers

2018-10-29 Thread GitHub
  Branch: refs/heads/lucamilanesio-patch-2
  Home:   https://github.com/jenkinsci/gerrit-code-review-plugin
  Commit: 60d1d15aec66f3c4651a6d0c5c41b63ed8e71ece
  
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/60d1d15aec66f3c4651a6d0c5c41b63ed8e71ece
  Author: Luca Milanesio 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add Alon in the list of the plugins developers

Alon has made a substantial amount of contributions
and is now the Nr. 2 committer of the project.

He deserves a mention in the list of developers in the pom.xml.


  Commit: a47e835965999f1907af748168a756a8cf21301b
  
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/a47e835965999f1907af748168a756a8cf21301b
  Author: Luca Milanesio 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release gerrit-code-review-0.3


  Commit: 3ee49fc420142283b4abf5581a18f875786937db
  
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/3ee49fc420142283b4abf5581a18f875786937db
  Author: Luca Milanesio 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

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


  Commit: 2638fcbf2d5f8d43340e5e90e3503f145f0064e4
  
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/2638fcbf2d5f8d43340e5e90e3503f145f0064e4
  Author: Alon Bar-Lev 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/jenkins/plugins/gerrit/workflow/GerritReviewStep.java
M src/test/java/jenkins/plugins/gerrit/workflow/GerritReviewStepTest.java

  Log Message:
  ---
  workflow: GerritReview: support multiple labels

remove last remaining usage of the deprecated mode.

Signed-off-by: Alon Bar-Lev 


  Commit: fdda7f3f169e2cf887c34e7fefc3c4667491e064
  
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/fdda7f3f169e2cf887c34e7fefc3c4667491e064
  Author: Luca Milanesio 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release gerrit-code-review-0.3.1


  Commit: 629b34ba318a7a7458cf1259709777c8cc9ef69b
  
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/629b34ba318a7a7458cf1259709777c8cc9ef69b
  Author: Luca Milanesio 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

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


  Commit: eaa5c638d67114f38bab4d4ac15db64b5ffe0c88
  
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/eaa5c638d67114f38bab4d4ac15db64b5ffe0c88
  Author: Sorin Sbarnea 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml
M src/main/java/jenkins/plugins/gerrit/workflow/GerritReviewStep.java
M src/test/java/jenkins/plugins/gerrit/workflow/GerritReviewStepTest.java

  Log Message:
  ---
  Merge branch 'master' into lucamilanesio-patch-2


Compare: 
https://github.com/jenkinsci/gerrit-code-review-plugin/compare/0ff94fbea1fb...eaa5c638d671
  **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/stoplightio-report-plugin] 49c13e: Fixed retrieving files on slave nodes

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stoplightio-report-plugin
  Commit: 49c13e26d473109d7c642201c147f290ba9b4a7f
  
https://github.com/jenkinsci/stoplightio-report-plugin/commit/49c13e26d473109d7c642201c147f290ba9b4a7f
  Author: Killian Hascoët 
  Date:   2018-10-25 (Thu, 25 Oct 2018)

  Changed paths:
M .gitignore
M src/main/java/com/arkea/satd/stoplightio/StoplightReportPublisher.java
M src/main/java/com/arkea/satd/stoplightio/parsers/ConsoleParser.java
M src/main/java/com/arkea/satd/stoplightio/parsers/JsonResultParser.java
M src/test/java/com/arkea/satd/stoplightio/TestConsoleLogParser.java
M src/test/java/com/arkea/satd/stoplightio/TestFull.java
M src/test/java/com/arkea/satd/stoplightio/TestJsonParser.java

  Log Message:
  ---
  Fixed retrieving files on slave nodes


  Commit: 103c8b26f88055e5335302cc4337dc87dde0122c
  
https://github.com/jenkinsci/stoplightio-report-plugin/commit/103c8b26f88055e5335302cc4337dc87dde0122c
  Author: Killian Hascoët 
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
M src/main/java/com/arkea/satd/stoplightio/StoplightReportPublisher.java
M src/main/java/com/arkea/satd/stoplightio/parsers/JsonResultParser.java
M src/test/java/com/arkea/satd/stoplightio/TestConsoleLogParser.java
M src/test/java/com/arkea/satd/stoplightio/TestFull.java
M src/test/java/com/arkea/satd/stoplightio/TestJsonParser.java

  Log Message:
  ---
  Refactoring


  Commit: ab02b5d76339016ab8313668079c4728469abf8e
  
https://github.com/jenkinsci/stoplightio-report-plugin/commit/ab02b5d76339016ab8313668079c4728469abf8e
  Author: Killian Hascoët 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/com/arkea/satd/stoplightio/StoplightReportPublisher.java
M src/main/java/com/arkea/satd/stoplightio/parsers/JsonResultParser.java
M src/test/java/com/arkea/satd/stoplightio/TestConsoleLogParser.java
M src/test/java/com/arkea/satd/stoplightio/TestFull.java
M src/test/java/com/arkea/satd/stoplightio/TestJsonParser.java

  Log Message:
  ---
  Refactoring tests unit and parser


  Commit: 437e56880bbdaf6f61102734ebfe932a6b4c3036
  
https://github.com/jenkinsci/stoplightio-report-plugin/commit/437e56880bbdaf6f61102734ebfe932a6b4c3036
  Author: Killian Hascoët 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/com/arkea/satd/stoplightio/StoplightReportPublisher.java
M src/main/java/com/arkea/satd/stoplightio/parsers/JsonResultParser.java
M src/test/java/com/arkea/satd/stoplightio/TestConsoleLogParser.java
M src/test/java/com/arkea/satd/stoplightio/TestFull.java
M src/test/java/com/arkea/satd/stoplightio/TestJsonParser.java

  Log Message:
  ---
  Revert "Refactoring tests unit and parser"

This reverts commit ab02b5d76339016ab8313668079c4728469abf8e.


  Commit: 99a8b2e81c5bca615a1582bcbda8b0ff336bd9b3
  
https://github.com/jenkinsci/stoplightio-report-plugin/commit/99a8b2e81c5bca615a1582bcbda8b0ff336bd9b3
  Author: Killian Hascoët 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/com/arkea/satd/stoplightio/StoplightReportPublisher.java
M src/main/java/com/arkea/satd/stoplightio/parsers/JsonResultParser.java
M src/test/java/com/arkea/satd/stoplightio/TestConsoleLogParser.java
M src/test/java/com/arkea/satd/stoplightio/TestFull.java
M src/test/java/com/arkea/satd/stoplightio/TestJsonParser.java

  Log Message:
  ---
  Refactoring tests unit and parser


  Commit: 3735798002b8d30311d8a98bde60985e84069cd0
  
https://github.com/jenkinsci/stoplightio-report-plugin/commit/3735798002b8d30311d8a98bde60985e84069cd0
  Author: Nicolas TISSERAND 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M .gitignore
M src/main/java/com/arkea/satd/stoplightio/StoplightReportPublisher.java
M src/main/java/com/arkea/satd/stoplightio/parsers/ConsoleParser.java
M src/main/java/com/arkea/satd/stoplightio/parsers/JsonResultParser.java
M src/test/java/com/arkea/satd/stoplightio/TestConsoleLogParser.java
M src/test/java/com/arkea/satd/stoplightio/TestFull.java
M src/test/java/com/arkea/satd/stoplightio/TestJsonParser.java

  Log Message:
  ---
  Merge pull request #2 from KillianH/master

Fixed retrieving files on slave nodes


Compare: 
https://github.com/jenkinsci/stoplightio-report-plugin/compare/10085897bf4f...3735798002b8
  **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 

[jenkinsci/overops-query-plugin] 84852b: needs snapshot version in pom.xml

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: 84852bda3ce55f1fea2d188ed375cd9fb85f77f6
  
https://github.com/jenkinsci/overops-query-plugin/commit/84852bda3ce55f1fea2d188ed375cd9fb85f77f6
  Author: joeoffenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  needs snapshot version in pom.xml


  Commit: 9359b70f747721f15ab1d109db728195f8644da3
  
https://github.com/jenkinsci/overops-query-plugin/commit/9359b70f747721f15ab1d109db728195f8644da3
  Author: Joe Offenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.15


  Commit: 3e7403a53a159f19d4956b4b7b5ee5a292dfb1a1
  
https://github.com/jenkinsci/overops-query-plugin/commit/3e7403a53a159f19d4956b4b7b5ee5a292dfb1a1
  Author: Joe Offenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of overops-query-1.0.15


  Commit: df0a93575e41b5422dbedd40b4a2e2e60b1d26f4
  
https://github.com/jenkinsci/overops-query-plugin/commit/df0a93575e41b5422dbedd40b4a2e2e60b1d26f4
  Author: joeoffenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updated POM to new release 1.0.16


  Commit: 6ed3c142670d847683b17ea5c245110be0f964b4
  
https://github.com/jenkinsci/overops-query-plugin/commit/6ed3c142670d847683b17ea5c245110be0f964b4
  Author: Joe Offenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.16


  Commit: 7cbc69a973dc430d23a6c02e37126f86e0ac1905
  
https://github.com/jenkinsci/overops-query-plugin/commit/7cbc69a973dc430d23a6c02e37126f86e0ac1905
  Author: Joe Offenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/overops-query-plugin/compare/c30f93988f5a...7cbc69a973dc
  **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]

2018-10-29 Thread GitHub
  Branch: refs/tags/overops-query-1.0.16
  Home:   https://github.com/jenkinsci/overops-query-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/overops-query-plugin] 7cbc69: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: 7cbc69a973dc430d23a6c02e37126f86e0ac1905
  
https://github.com/jenkinsci/overops-query-plugin/commit/7cbc69a973dc430d23a6c02e37126f86e0ac1905
  Author: Joe Offenberg 
  Date:   2018-10-29 (Mon, 29 Oct 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/overops-query-plugin] 6ed3c1: [maven-release-plugin] prepare release overops-que...

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: 6ed3c142670d847683b17ea5c245110be0f964b4
  
https://github.com/jenkinsci/overops-query-plugin/commit/6ed3c142670d847683b17ea5c245110be0f964b4
  Author: Joe Offenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.16



  **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] df0a93: updated POM to new release 1.0.16

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: df0a93575e41b5422dbedd40b4a2e2e60b1d26f4
  
https://github.com/jenkinsci/overops-query-plugin/commit/df0a93575e41b5422dbedd40b4a2e2e60b1d26f4
  Author: joeoffenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updated POM to new release 1.0.16



  **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-10-29 Thread GitHub
  Branch: refs/heads/greenkeeper/css-loader-1.0.1
  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/overops-query-plugin] 3e7403: [maven-release-plugin] rollback the release of ove...

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: 3e7403a53a159f19d4956b4b7b5ee5a292dfb1a1
  
https://github.com/jenkinsci/overops-query-plugin/commit/3e7403a53a159f19d4956b4b7b5ee5a292dfb1a1
  Author: Joe Offenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of overops-query-1.0.15



  **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] 9359b7: [maven-release-plugin] prepare release overops-que...

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: 9359b70f747721f15ab1d109db728195f8644da3
  
https://github.com/jenkinsci/overops-query-plugin/commit/9359b70f747721f15ab1d109db728195f8644da3
  Author: Joe Offenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.15



  **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] 84852b: needs snapshot version in pom.xml

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: 84852bda3ce55f1fea2d188ed375cd9fb85f77f6
  
https://github.com/jenkinsci/overops-query-plugin/commit/84852bda3ce55f1fea2d188ed375cd9fb85f77f6
  Author: joeoffenberg 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  needs snapshot version in pom.xml



  **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] 78d9d3: moved to api-client-util, regression improvements

2018-10-29 Thread GitHub
  Branch: refs/heads/release
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: 78d9d3af05f46b122bb17ac0458733db0908d75c
  
https://github.com/jenkinsci/overops-query-plugin/commit/78d9d3af05f46b122bb17ac0458733db0908d75c
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml
R src/main/java/com/overops/common/api/util/ApiEventUtil.java
R src/main/java/com/overops/common/api/util/ApiLabelUtil.java
R src/main/java/com/overops/common/api/util/ApiViewUtil.java
R src/main/java/com/overops/common/util/MathUtil.java
R src/main/java/com/overops/common/util/RegressionUtil.java
M src/main/java/com/overops/plugins/jenkins/query/DescriptorImpl.java
M src/main/java/com/overops/plugins/jenkins/query/OOReportEvent.java
M 
src/main/java/com/overops/plugins/jenkins/query/OOReportRegressedEvent.java
M src/main/java/com/overops/plugins/jenkins/query/OverOpsBuildAction.java
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/OverOpsBuildAction/index.jelly
M 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/config.jelly
R 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/help-reggressionDelta.html
A 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/help-regressionDelta.html

  Log Message:
  ---
  moved to api-client-util, regression improvements


  Commit: 3ad951cf327d81572a7e1776607ba74b73a784b7
  
https://github.com/jenkinsci/overops-query-plugin/commit/3ad951cf327d81572a7e1776607ba74b73a784b7
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml
R src/main/java/com/overops/common/api/util/ApiEventUtil.java
R src/main/java/com/overops/common/api/util/ApiLabelUtil.java
R src/main/java/com/overops/common/api/util/ApiViewUtil.java
R src/main/java/com/overops/common/util/MathUtil.java
R src/main/java/com/overops/common/util/RegressionUtil.java
M src/main/java/com/overops/plugins/jenkins/query/DescriptorImpl.java
M src/main/java/com/overops/plugins/jenkins/query/OOReportEvent.java
M 
src/main/java/com/overops/plugins/jenkins/query/OOReportRegressedEvent.java
M src/main/java/com/overops/plugins/jenkins/query/OverOpsBuildAction.java
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/OverOpsBuildAction/index.jelly
M 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/config.jelly
R 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/help-reggressionDelta.html
A 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/help-regressionDelta.html

  Log Message:
  ---
  Merge pull request #13 from jenkinsci/more-regression-changes

moved to api-client-util, regression improvements


  Commit: b502b90b0de7c2d096e0a3ecaabc42f390bfa8d9
  
https://github.com/jenkinsci/overops-query-plugin/commit/b502b90b0de7c2d096e0a3ecaabc42f390bfa8d9
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.15


  Commit: bec9a86eb213ff42767311383ec45f78072e787a
  
https://github.com/jenkinsci/overops-query-plugin/commit/bec9a86eb213ff42767311383ec45f78072e787a
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.15


  Commit: c30f93988f5ac9ef88fe84378ebd4abec655f8f1
  
https://github.com/jenkinsci/overops-query-plugin/commit/c30f93988f5ac9ef88fe84378ebd4abec655f8f1
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.15


Compare: 
https://github.com/jenkinsci/overops-query-plugin/compare/ca62f7502366...c30f93988f5a
  **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] 415a83: chore(package): update css-loader to version 1.0.1

2018-10-29 Thread GitHub
  Branch: refs/heads/greenkeeper/css-loader-1.0.1
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: 415a83598ba935a5f516c5919b11322353768ada
  
https://github.com/jenkinsci/calendar-view-plugin/commit/415a83598ba935a5f516c5919b11322353768ada
  Author: greenkeeper[bot] 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update css-loader to version 1.0.1


  Commit: 8da0e85a7899231197d49db511ddfcb59c2103f9
  
https://github.com/jenkinsci/calendar-view-plugin/commit/8da0e85a7899231197d49db511ddfcb59c2103f9
  Author: greenkeeper[bot] 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/415a83598ba9^...8da0e85a7899
  **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/workflow-cps-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/workflow-cps-2.54.2
  Home:   https://github.com/jenkinsci/workflow-cps-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/workflow-cps-plugin] 26f315: Prepare for 2.54.1

2018-10-29 Thread GitHub
  Branch: refs/heads/2.54.x
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 26f315572c998f1a22178334fa4766968dcc9129
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/26f315572c998f1a22178334fa4766968dcc9129
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare for 2.54.1


  Commit: 867952f1d3819c353651503b675f5afd5fd0e52d
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/867952f1d3819c353651503b675f5afd5fd0e52d
  Author: Devin Nusbaum 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java

  Log Message:
  ---
  [SECURITY-1186] Integration tests.

(cherry picked from commit e1c56eb6d85d513cb24dfe188e6f592d0ff84b38)


  Commit: 9d5999d0a6907520454e5d87bcfe9b26e12ec41c
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/9d5999d0a6907520454e5d87bcfe9b26e12ec41c
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-cps-2.54.1


  Commit: 978dbfef134251ae1f2f86488f4c2f5c0859e709
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/978dbfef134251ae1f2f86488f4c2f5c0859e709
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

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


  Commit: 35cdc9957c13e4479f7cab45f3f45d6bb4e07d88
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/35cdc9957c13e4479f7cab45f3f45d6bb4e07d88
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Reincrementalified.


  Commit: 7b2a0a1309eb4bdc47489080867f6a2a66873b8c
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7b2a0a1309eb4bdc47489080867f6a2a66873b8c
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Adjusted script-security version.


  Commit: d6da8759dc758215972048470f83bb11df33958c
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/d6da8759dc758215972048470f83bb11df33958c
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-cps-2.54.2


  Commit: 7394070b4f27033de35868cd8ea113e59f2daffd
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7394070b4f27033de35868cd8ea113e59f2daffd
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

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


  Commit: fe5817e711f702f242e51409699b58a1e0f10e8c
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/fe5817e711f702f242e51409699b58a1e0f10e8c
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Reincrementalified.


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/26f315572c99^...fe5817e711f7
  **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/workflow-cps-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/workflow-cps-2.46.2
  Home:   https://github.com/jenkinsci/workflow-cps-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/workflow-cps-plugin] aa5f7a: Prepare for 2.46.1

2018-10-29 Thread GitHub
  Branch: refs/heads/2.46.x
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: aa5f7a1ae486b79fa10a0530d92afbb04fbb36b5
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/aa5f7a1ae486b79fa10a0530d92afbb04fbb36b5
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare for 2.46.1


  Commit: 047ac31b2b2b4ec65e930782fabecace10806036
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/047ac31b2b2b4ec65e930782fabecace10806036
  Author: Devin Nusbaum 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java

  Log Message:
  ---
  [SECURITY-1186] Integration tests.

(cherry picked from commit e1c56eb6d85d513cb24dfe188e6f592d0ff84b38)


  Commit: dd4c951264c88496e5b00526ac10a927012a41df
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/dd4c951264c88496e5b00526ac10a927012a41df
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-cps-2.46.1


  Commit: a2ffb574aab8ec30bb91355e38fd6ee264d855c5
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/a2ffb574aab8ec30bb91355e38fd6ee264d855c5
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

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


  Commit: bc0867cd87ead78f01a598ceacd241f1021afd1b
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/bc0867cd87ead78f01a598ceacd241f1021afd1b
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Reincrementalified.


  Commit: 5a60a6ea6ffabb224c5ee194ce080963360d1760
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/5a60a6ea6ffabb224c5ee194ce080963360d1760
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Adjusted script-security version.


  Commit: 14a89ea6795bd192763d17af3fcff9297392adb4
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/14a89ea6795bd192763d17af3fcff9297392adb4
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-cps-2.46.2


  Commit: 321dbcae3d198f092e72e6d1db4197279f4cb74f
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/321dbcae3d198f092e72e6d1db4197279f4cb74f
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

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


  Commit: 34262defa08b017a178d3f597dd088b648413661
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/34262defa08b017a178d3f597dd088b648413661
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Reincrementalified.


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/aa5f7a1ae486^...34262defa08b
  **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/script-security-plugin] cf8ff0: Prepare for 1.46.1

2018-10-29 Thread GitHub
  Branch: refs/heads/1.46.x
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: cf8ff0e4684735a2e1446669a94621c7ad6e27f5
  
https://github.com/jenkinsci/script-security-plugin/commit/cf8ff0e4684735a2e1446669a94621c7ad6e27f5
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare for 1.46.1


  Commit: a6804be97692558aec2cb01ce0ffb0ad6842bb8e
  
https://github.com/jenkinsci/script-security-plugin/commit/a6804be97692558aec2cb01ce0ffb0ad6842bb8e
  Author: Devin Nusbaum 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java
M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SecureGroovyScriptTest.java

  Log Message:
  ---
  [SECURITY-1186] Integration tests.

(cherry picked from commit 16c862ae9d4038a3edbd8bdfb0fd1401a509d56b)


  Commit: 213fb824d41c5ae7864f3e6ad0aa39cfeb81034a
  
https://github.com/jenkinsci/script-security-plugin/commit/213fb824d41c5ae7864f3e6ad0aa39cfeb81034a
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release script-security-1.46.1


  Commit: 818009cb28c0350e22fd3893d9b08b12100e99aa
  
https://github.com/jenkinsci/script-security-plugin/commit/818009cb28c0350e22fd3893d9b08b12100e99aa
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/cf8ff0e46847^...818009cb28c0
  **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/script-security-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/script-security-1.46.1
  Home:   https://github.com/jenkinsci/script-security-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/script-security-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/script-security-1.44.1
  Home:   https://github.com/jenkinsci/script-security-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/script-security-plugin] 316cce: Prepare for 1.44.1

2018-10-29 Thread GitHub
  Branch: refs/heads/1.44.x
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 316cce5fcfb8b70d6280e7c5e1df2142ec880ac4
  
https://github.com/jenkinsci/script-security-plugin/commit/316cce5fcfb8b70d6280e7c5e1df2142ec880ac4
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare for 1.44.1


  Commit: 18147054f4f990c84ea4211888d222317f0568a1
  
https://github.com/jenkinsci/script-security-plugin/commit/18147054f4f990c84ea4211888d222317f0568a1
  Author: Devin Nusbaum 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java
M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SecureGroovyScriptTest.java

  Log Message:
  ---
  [SECURITY-1186] Integration tests.

(cherry picked from commit 16c862ae9d4038a3edbd8bdfb0fd1401a509d56b)


  Commit: c7c1b329de93d24bb660417a53457adb8255cae3
  
https://github.com/jenkinsci/script-security-plugin/commit/c7c1b329de93d24bb660417a53457adb8255cae3
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release script-security-1.44.1


  Commit: 55af9968902fedb0352563dace6beb4f5bca0af3
  
https://github.com/jenkinsci/script-security-plugin/commit/55af9968902fedb0352563dace6beb4f5bca0af3
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/316cce5fcfb8^...55af9968902f
  **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/workflow-cps-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/workflow-cps-2.60
  Home:   https://github.com/jenkinsci/workflow-cps-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/saml-plugin] 5ec9ca: Update TROUBLESHOOTING.md

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 5ec9ca5e9918519266048cc79c76456ebf1c5d5d
  
https://github.com/jenkinsci/saml-plugin/commit/5ec9ca5e9918519266048cc79c76456ebf1c5d5d
  Author: Ivan Fernandez Calvo 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M doc/TROUBLESHOOTING.md

  Log Message:
  ---
  Update TROUBLESHOOTING.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/workflow-cps-plugin] e1c56e: [SECURITY-1186] Integration tests.

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: e1c56eb6d85d513cb24dfe188e6f592d0ff84b38
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/e1c56eb6d85d513cb24dfe188e6f592d0ff84b38
  Author: Devin Nusbaum 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java

  Log Message:
  ---
  [SECURITY-1186] Integration tests.


  Commit: ac69a63479a619ebfb848cc0be4702bba880c5ec
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/ac69a63479a619ebfb848cc0be4702bba880c5ec
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-cps-2.60


  Commit: f859444f750904dc34ce2b808ec659b86819085d
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/f859444f750904dc34ce2b808ec659b86819085d
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/b556b7cf1047...f859444f7509
  **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/script-security-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/script-security-1.48
  Home:   https://github.com/jenkinsci/script-security-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/script-security-plugin] 16c862: [SECURITY-1186] Integration tests.

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 16c862ae9d4038a3edbd8bdfb0fd1401a509d56b
  
https://github.com/jenkinsci/script-security-plugin/commit/16c862ae9d4038a3edbd8bdfb0fd1401a509d56b
  Author: Devin Nusbaum 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java
M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SecureGroovyScriptTest.java

  Log Message:
  ---
  [SECURITY-1186] Integration tests.


  Commit: e6109ac91f84c85c041ebddc5663f5abc55e7832
  
https://github.com/jenkinsci/script-security-plugin/commit/e6109ac91f84c85c041ebddc5663f5abc55e7832
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release script-security-1.48


  Commit: 62f783b5645c6d2db82b153c010ce5ebaa9290bd
  
https://github.com/jenkinsci/script-security-plugin/commit/62f783b5645c6d2db82b153c010ce5ebaa9290bd
  Author: Jesse Glick 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/7bc8d0640f1e...62f783b5645c
  **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/cerberus-testing-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/cerberus-testing-1.4
  Home:   https://github.com/jenkinsci/cerberus-testing-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/cerberus-testing-plugin] e4bd05: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cerberus-testing-plugin
  Commit: e4bd05e9f6527f30fea7722f3c9555c936002d91
  
https://github.com/jenkinsci/cerberus-testing-plugin/commit/e4bd05e9f6527f30fea7722f3c9555c936002d91
  Author: Gotier 
  Date:   2018-10-29 (Mon, 29 Oct 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/cerberus-testing-plugin] 579689: [maven-release-plugin] prepare release cerberus-te...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cerberus-testing-plugin
  Commit: 57968902be9e841d3e90063b7180d06b3e4fcb16
  
https://github.com/jenkinsci/cerberus-testing-plugin/commit/57968902be9e841d3e90063b7180d06b3e4fcb16
  Author: Gotier 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cerberus-testing-1.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/cerberus-testing-plugin] 24c62a: Update src/main/java/org/cerberus/jenkinsci/plugin...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cerberus-testing-plugin
  Commit: 24c62add4972164d9a99d8fdf1973b4cf3c805b3
  
https://github.com/jenkinsci/cerberus-testing-plugin/commit/24c62add4972164d9a99d8fdf1973b4cf3c805b3
  Author: Gotier 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
src/main/java/org/cerberus/jenkinsci/plugins/executecerberustest/ExecuteCerberusCampaign.java

  Log Message:
  ---
  Update 
src/main/java/org/cerberus/jenkinsci/plugins/executecerberustest/ExecuteCerberusCampaign.java

Allow "manual host" and "manual context root" to be set from a variable



  **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/update-center2] 29bfee: Add 2018-10-29 security advisory warnings

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 29bfee88c9e452bec7de50300ac80f2ecda00b97
  
https://github.com/jenkins-infra/update-center2/commit/29bfee88c9e452bec7de50300ac80f2ecda00b97
  Author: Daniel Beck 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/resources/warnings.json

  Log Message:
  ---
  Add 2018-10-29 security advisory warnings



  **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] 756103: Add 2018-10-29 security advisory

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 756103c5fc86935d640aeb27e607b56601f92756
  
https://github.com/jenkins-infra/jenkins.io/commit/756103c5fc86935d640aeb27e607b56601f92756
  Author: Daniel Beck 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
A content/security/advisory/2018-10-29.adoc

  Log Message:
  ---
  Add 2018-10-29 security advisory



  **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/cerberus-testing-plugin] b59bfd: Update README.md

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cerberus-testing-plugin
  Commit: b59bfde052cd2572220a9fca46327e87a3e2e71f
  
https://github.com/jenkinsci/cerberus-testing-plugin/commit/b59bfde052cd2572220a9fca46327e87a3e2e71f
  Author: Nicolas Deblock 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md



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

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

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


[jenkinsci/protecode-sc-plugin] c529a7: fix pipeline builds

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/protecode-sc-plugin
  Commit: c529a73d3bd8cccb2a9bf33b403a1729c6737985
  
https://github.com/jenkinsci/protecode-sc-plugin/commit/c529a73d3bd8cccb2a9bf33b403a1729c6737985
  Author: Hans Schulz 
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin.java
M src/main/java/com/synopsys/protecode/sc/jenkins/Scanner.java

  Log Message:
  ---
  fix pipeline builds


  Commit: aac49e0f6e6eb50aa03a2230fe8188ae49bd3c46
  
https://github.com/jenkinsci/protecode-sc-plugin/commit/aac49e0f6e6eb50aa03a2230fe8188ae49bd3c46
  Author: Lapanen <26740898+rukka...@users.noreply.github.com>
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin.java
M src/main/java/com/synopsys/protecode/sc/jenkins/Scanner.java

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

Fix pipeline builds


Compare: 
https://github.com/jenkinsci/protecode-sc-plugin/compare/59b55092a4ca...aac49e0f6e6e
  **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-commons-plugin] ea4663: Fix #29: Typo in PROP_JENKINS_INSTAMCE_ID constant...

2018-10-29 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-commons-plugin
  Commit: ea46630297aa9480791c470ddf3cb29f4b693dd7
  
https://github.com/jenkinsci/azure-commons-plugin/commit/ea46630297aa9480791c470ddf3cb29f4b693dd7
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java
M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

  Log Message:
  ---
  Fix #29: Typo in PROP_JENKINS_INSTAMCE_ID constant in AppInsightsConstants


  Commit: 2fb8ce074ad0d7574aa5a3d87ee1db1be2b0c099
  
https://github.com/jenkinsci/azure-commons-plugin/commit/2fb8ce074ad0d7574aa5a3d87ee1db1be2b0c099
  Author: Jie Shen 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java
M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

  Log Message:
  ---
  Merge pull request #30 from darxriggs/fix-typo-in-public-api

Fix #29: Typo in PROP_JENKINS_INSTAMCE_ID constant in AppInsightsConstants


Compare: 
https://github.com/jenkinsci/azure-commons-plugin/compare/085187342cb2...2fb8ce074ad0
  **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] 501e3c: Add changelog for 2.149

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 501e3c62f4021b7389efcf7ec78faeb29a62e0e2
  
https://github.com/jenkins-infra/jenkins.io/commit/501e3c62f4021b7389efcf7ec78faeb29a62e0e2
  Author: Daniel Beck 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

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

  Log Message:
  ---
  Add changelog for 2.149


  Commit: e2058b12845ebb249ed1334e8e8a48a4f1ddcc6d
  
https://github.com/jenkins-infra/jenkins.io/commit/e2058b12845ebb249ed1334e8e8a48a4f1ddcc6d
  Author: Daniel Beck 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

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

  Log Message:
  ---
  Merge pull request #1857 from daniel-beck/changelog-2.149

Add changelog for 2.149


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/0893a4534359...e2058b12845e
  **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/digitalocean-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/digitalocean-plugin-0.18
  Home:   https://github.com/jenkinsci/digitalocean-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/digitalocean-plugin] 0f8cb1: [maven-release-plugin] prepare release digitalocea...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/digitalocean-plugin
  Commit: 0f8cb1c3b73a4688cc081e6600450b5b70f45946
  
https://github.com/jenkinsci/digitalocean-plugin/commit/0f8cb1c3b73a4688cc081e6600450b5b70f45946
  Author: Andreas Pieber 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release digitalocean-plugin-0.18



  **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/digitalocean-plugin] ab096b: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/digitalocean-plugin
  Commit: ab096bd86101ca6c9373f9a3e6cdbf39aaef7542
  
https://github.com/jenkinsci/digitalocean-plugin/commit/ab096bd86101ca6c9373f9a3e6cdbf39aaef7542
  Author: Andreas Pieber 
  Date:   2018-10-29 (Mon, 29 Oct 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/digitalocean-plugin] a6e04c: Don't use deprecated TimeUnit2 anymore (#45)

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/digitalocean-plugin
  Commit: a6e04cbe32afc9f76d1b3977ce3645d55595d64f
  
https://github.com/jenkinsci/digitalocean-plugin/commit/a6e04cbe32afc9f76d1b3977ce3645d55595d64f
  Author: René Scheibe 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M 
src/main/java/com/dubture/jenkins/digitalocean/DigitalOceanComputerLauncher.java
M src/main/java/com/dubture/jenkins/digitalocean/RetentionStrategy.java

  Log Message:
  ---
  Don't use deprecated TimeUnit2 anymore (#45)

Based on 
https://ci.jenkins.io/job/Infra/job/deprecated-usage-in-plugins/job/master/lastSuccessfulBuild/artifact/output/usage-by-plugin.html



  **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/blazemeter-plugin] 46298c: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blazemeter-plugin
  Commit: 46298c778c22eeacede1fb204734acd9602393a2
  
https://github.com/jenkinsci/blazemeter-plugin/commit/46298c778c22eeacede1fb204734acd9602393a2
  Author: Artem Fedorov 
  Date:   2018-10-29 (Mon, 29 Oct 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/blazemeter-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/BlazeMeterJenkinsPlugin-4.7
  Home:   https://github.com/jenkinsci/blazemeter-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/blazemeter-plugin] 2fdb6a: [maven-release-plugin] prepare release BlazeMeterJ...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blazemeter-plugin
  Commit: 2fdb6a9a081ebca5f226b22e8cda32a5ca9ba6b6
  
https://github.com/jenkinsci/blazemeter-plugin/commit/2fdb6a9a081ebca5f226b22e8cda32a5ca9ba6b6
  Author: Artem Fedorov 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release BlazeMeterJenkinsPlugin-4.7



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

2018-10-29 Thread GitHub
  Branch: refs/tags/overops-query-1.0.15
  Home:   https://github.com/jenkinsci/overops-query-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/overops-query-plugin]

2018-10-29 Thread GitHub
  Branch: refs/tags/query-plugin-1.0.15
  Home:   https://github.com/jenkinsci/overops-query-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/blazemeter-plugin] 809b48: prepare for the next dev iteartion

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blazemeter-plugin
  Commit: 809b485588416d58db8503d107b38f5fdd7ff27a
  
https://github.com/jenkinsci/blazemeter-plugin/commit/809b485588416d58db8503d107b38f5fdd7ff27a
  Author: Artem Fedorov 
  Date:   2018-08-27 (Mon, 27 Aug 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  prepare for the next dev iteartion


  Commit: 697f0264b0812b08377258d2a2e7554a65ad31f2
  
https://github.com/jenkinsci/blazemeter-plugin/commit/697f0264b0812b08377258d2a2e7554a65ad31f2
  Author: Artem Fedorov 
  Date:   2018-09-05 (Wed, 05 Sep 2018)

  Changed paths:
M CHANGELOG.md
M pom.xml
M 
src/main/java/hudson/plugins/blazemeter/BlazeMeterPerformanceBuilderDescriptor.java
M src/main/java/hudson/plugins/blazemeter/PerformanceBuilder.java
M 
src/main/resources/hudson/plugins/blazemeter/PerformanceBuilder/config.jelly

  Log Message:
  ---
  Add update notofications (#81)

* add update notification and downgrage version for check it

* changelog


  Commit: 4be0c2ec001e69208555c83405ad00209f1be22b
  
https://github.com/jenkinsci/blazemeter-plugin/commit/4be0c2ec001e69208555c83405ad00209f1be22b
  Author: Artem Fedorov 
  Date:   2018-09-18 (Tue, 18 Sep 2018)

  Changed paths:
M CHANGELOG.md
M src/main/java/hudson/plugins/blazemeter/PerformanceBuildAction.java
A src/main/webapp/blazemeterLogo.png

  Log Message:
  ---
  add blazemeter logo (#82)


  Commit: 45fc8206788f3903dfc00177e44a555bd598f0a1
  
https://github.com/jenkinsci/blazemeter-plugin/commit/45fc8206788f3903dfc00177e44a555bd598f0a1
  Author: Artem Fedorov 
  Date:   2018-10-10 (Wed, 10 Oct 2018)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/blazemeter/utils/logger/BzmJobLogger.java

  Log Message:
  ---
  Update dependency (#83)

* update logger

* update blazemeter api-dependency


  Commit: 76480d704219f4697fe3f4f2aef6fc9f24cfcc8b
  
https://github.com/jenkinsci/blazemeter-plugin/commit/76480d704219f4697fe3f4f2aef6fc9f24cfcc8b
  Author: Artem Fedorov 
  Date:   2018-10-12 (Fri, 12 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  version ++


  Commit: b78f7e19998cd043b76671dca1bf0a1fbf92c31e
  
https://github.com/jenkinsci/blazemeter-plugin/commit/b78f7e19998cd043b76671dca1bf0a1fbf92c31e
  Author: Artem Fedorov 
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
M 
src/main/resources/hudson/plugins/blazemeter/PerformanceBuilder/config.jelly

  Log Message:
  ---
  fixed min height for tests select


  Commit: 38e28832c8e2bd405090c7978c24105caca37d63
  
https://github.com/jenkinsci/blazemeter-plugin/commit/38e28832c8e2bd405090c7978c24105caca37d63
  Author: Artem Fedorov 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  add release date


  Commit: 5fb49f055897542fa83ea639f32443a52e2f22b5
  
https://github.com/jenkinsci/blazemeter-plugin/commit/5fb49f055897542fa83ea639f32443a52e2f22b5
  Author: Artem Fedorov 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M CHANGELOG.md
M pom.xml
M 
src/main/java/hudson/plugins/blazemeter/BlazeMeterPerformanceBuilderDescriptor.java
M src/main/java/hudson/plugins/blazemeter/PerformanceBuildAction.java
M src/main/java/hudson/plugins/blazemeter/PerformanceBuilder.java
M src/main/java/hudson/plugins/blazemeter/utils/logger/BzmJobLogger.java
M 
src/main/resources/hudson/plugins/blazemeter/PerformanceBuilder/config.jelly
A src/main/webapp/blazemeterLogo.png

  Log Message:
  ---
  Merge github.com:Blazemeter/blazemeter-jenkins-plugin


Compare: 
https://github.com/jenkinsci/blazemeter-plugin/compare/bc6c49d5cc32...5fb49f055897
  **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] b502b9: [maven-release-plugin] prepare release overops-que...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: b502b90b0de7c2d096e0a3ecaabc42f390bfa8d9
  
https://github.com/jenkinsci/overops-query-plugin/commit/b502b90b0de7c2d096e0a3ecaabc42f390bfa8d9
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.15


  Commit: bec9a86eb213ff42767311383ec45f78072e787a
  
https://github.com/jenkinsci/overops-query-plugin/commit/bec9a86eb213ff42767311383ec45f78072e787a
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.15


  Commit: c30f93988f5ac9ef88fe84378ebd4abec655f8f1
  
https://github.com/jenkinsci/overops-query-plugin/commit/c30f93988f5ac9ef88fe84378ebd4abec655f8f1
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release overops-query-1.0.15


Compare: 
https://github.com/jenkinsci/overops-query-plugin/compare/3ad951cf327d...c30f93988f5a
  **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] 53694a: [maven-release-plugin] prepare for next developmen...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 53694a39a7d018ea0b1bf7aa66fcc6f5e291aaa4
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/53694a39a7d018ea0b1bf7aa66fcc6f5e291aaa4
  Author: Cyrille Le Clerc 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

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

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



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

2018-10-29 Thread GitHub
  Branch: refs/tags/pipeline-maven-3.5.15
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin

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

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

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


[jenkinsci/pipeline-maven-plugin] 02e1f0: [maven-release-plugin] prepare release pipeline-ma...

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 02e1f0fbd8f7611f25f87790d20ad43a9673d7cd
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/02e1f0fbd8f7611f25f87790d20ad43a9673d7cd
  Author: Cyrille Le Clerc 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

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

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-maven-3.5.15



  **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] 9b99c8: Merge pull request #3700 from jglick/StaplerDispat...

2018-10-29 Thread GitHub
  Branch: refs/heads/stable-2.138
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 9b99c81c728154c2823ebdffedbdb0800f874554
  
https://github.com/jenkinsci/jenkins/commit/9b99c81c728154c2823ebdffedbdb0800f874554
  Author: Daniel Beck 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M core/src/main/java/jenkins/telemetry/impl/StaplerDispatches.java

  Log Message:
  ---
  Merge pull request #3700 from jglick/StaplerDispatches.traces

Fixing a synchronization bug in StaplerDispatches.traces

(cherry picked from commit 2a272d25a17b974f2ccd00d9cb02042b01767b0d)



  **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] 78d9d3: moved to api-client-util, regression improvements

2018-10-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: 78d9d3af05f46b122bb17ac0458733db0908d75c
  
https://github.com/jenkinsci/overops-query-plugin/commit/78d9d3af05f46b122bb17ac0458733db0908d75c
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml
R src/main/java/com/overops/common/api/util/ApiEventUtil.java
R src/main/java/com/overops/common/api/util/ApiLabelUtil.java
R src/main/java/com/overops/common/api/util/ApiViewUtil.java
R src/main/java/com/overops/common/util/MathUtil.java
R src/main/java/com/overops/common/util/RegressionUtil.java
M src/main/java/com/overops/plugins/jenkins/query/DescriptorImpl.java
M src/main/java/com/overops/plugins/jenkins/query/OOReportEvent.java
M 
src/main/java/com/overops/plugins/jenkins/query/OOReportRegressedEvent.java
M src/main/java/com/overops/plugins/jenkins/query/OverOpsBuildAction.java
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/OverOpsBuildAction/index.jelly
M 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/config.jelly
R 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/help-reggressionDelta.html
A 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/help-regressionDelta.html

  Log Message:
  ---
  moved to api-client-util, regression improvements


  Commit: 3ad951cf327d81572a7e1776607ba74b73a784b7
  
https://github.com/jenkinsci/overops-query-plugin/commit/3ad951cf327d81572a7e1776607ba74b73a784b7
  Author: Chen Harel 
  Date:   2018-10-29 (Mon, 29 Oct 2018)

  Changed paths:
M pom.xml
R src/main/java/com/overops/common/api/util/ApiEventUtil.java
R src/main/java/com/overops/common/api/util/ApiLabelUtil.java
R src/main/java/com/overops/common/api/util/ApiViewUtil.java
R src/main/java/com/overops/common/util/MathUtil.java
R src/main/java/com/overops/common/util/RegressionUtil.java
M src/main/java/com/overops/plugins/jenkins/query/DescriptorImpl.java
M src/main/java/com/overops/plugins/jenkins/query/OOReportEvent.java
M 
src/main/java/com/overops/plugins/jenkins/query/OOReportRegressedEvent.java
M src/main/java/com/overops/plugins/jenkins/query/OverOpsBuildAction.java
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/OverOpsBuildAction/index.jelly
M 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/config.jelly
R 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/help-reggressionDelta.html
A 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/help-regressionDelta.html

  Log Message:
  ---
  Merge pull request #13 from jenkinsci/more-regression-changes

moved to api-client-util, regression improvements


Compare: 
https://github.com/jenkinsci/overops-query-plugin/compare/ca62f7502366...3ad951cf327d
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


  1   2   >