[jenkinsci/jx-resources-plugin]

2019-01-17 Thread GitHub
  Branch: refs/tags/v1.0.29
  Home:   https://github.com/jenkinsci/jx-resources-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/ec2-fleet-plugin] db996a: add the alwaysReconnect option

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: db996a861d79b0ec096191097cafa22bdf9fb24d
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/db996a861d79b0ec096191097cafa22bdf9fb24d
  Author: Jim Cooley 
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly

  Log Message:
  ---
  add the alwaysReconnect option


  Commit: 4a80e4469a608c695e3b21d2f4f70e58a8c2f39d
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/4a80e4469a608c695e3b21d2f4f70e58a8c2f39d
  Author: Jim Cooley 
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/IdleRetentionStrategy.java

  Log Message:
  ---
  no need to pass redundant information to IdleRetentionStrategy


  Commit: 69c3da31b458d95796346ee1e32a01a4ec59bc00
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/69c3da31b458d95796346ee1e32a01a4ec59bc00
  Author: Jim Cooley 
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/IdleRetentionStrategy.java

  Log Message:
  ---
  Always attach the IdleRetentionStrategy to a FleetNode


  Commit: b9f9be57e06728fe808f7069e857bf71d5d3fd69
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/b9f9be57e06728fe808f7069e857bf71d5d3fd69
  Author: Jim Cooley 
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/IdleRetentionStrategy.java

  Log Message:
  ---
  implement alwaysReconnect


  Commit: ac068a421e8969a8b6a184aec28a246cbda00231
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/ac068a421e8969a8b6a184aec28a246cbda00231
  Author: Jim Cooley 
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/IdleRetentionStrategy.java
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly

  Log Message:
  ---
  Require idleMinutes.  idleMintues of 0 means no scaledown


  Commit: 4a3cac8fac0921f1996b91d31e570037d07b4a1d
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/4a3cac8fac0921f1996b91d31e570037d07b4a1d
  Author: Jim Cooley 
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
A 
src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/help-idleMinutes.html

  Log Message:
  ---
  Help tip for using 0 as idleMinutes to prevent scaledown


  Commit: 7595a6b9023192caaa11fa6700f53ac5847b17a2
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/7595a6b9023192caaa11fa6700f53ac5847b17a2
  Author: Jim Cooley 
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/IdleRetentionStrategy.java

  Log Message:
  ---
  For alwaysReconnect: follow the naming convention for jelly config related 
functions


  Commit: 1fc751d9d02d3265e61d902247c6c8aab3bf9f39
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/1fc751d9d02d3265e61d902247c6c8aab3bf9f39
  Author: Jim Cooley 
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/IdleRetentionStrategy.java

  Log Message:
  ---
  alwaysReconnect needs to also work for nodes not terminated due to minSize


  Commit: c6cce2cfe23a1f1e253b1bd9583069d3893eb408
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/c6cce2cfe23a1f1e253b1bd9583069d3893eb408
  Author: Chad Schmutzer 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
M src/main/java/com/amazon/jenkins/ec2fleet/IdleRetentionStrategy.java
M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
A 
src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/help-idleMinutes.html

  Log Message:
  ---
  Merge pull request #46 from jimcooley/always-reconnect-option

Always reconnect option


Compare: 
https://github.com/jenkinsci/ec2-fleet-plugin/compare/d5b20cf04265...c6cce2cfe23a
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For 

[jenkinsci/jenkins] 0290a4: Fix spelling in Lithuanian translation

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 0290a45360395d67766cbad6d5469d01e35f82ef
  
https://github.com/jenkinsci/jenkins/commit/0290a45360395d67766cbad6d5469d01e35f82ef
  Author: Andrius Štikonas 
  Date:   2019-01-14 (Mon, 14 Jan 2019)

  Changed paths:
M core/src/main/resources/lib/layout/layout_lt.properties

  Log Message:
  ---
  Fix spelling in Lithuanian translation


  Commit: df6980c3181cf5db036cccb24f658cf73770623a
  
https://github.com/jenkinsci/jenkins/commit/df6980c3181cf5db036cccb24f658cf73770623a
  Author: Wadeck Follonier 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M core/src/main/resources/lib/layout/layout_lt.properties

  Log Message:
  ---
  Merge pull request #3846 from stikonas/master

Fix spelling in Lithuanian translation


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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 664d15: Bump to executable-war:1.44

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 664d15aba258f005eeb2a71d581d6319d52f678f
  
https://github.com/jenkinsci/jenkins/commit/664d15aba258f005eeb2a71d581d6319d52f678f
  Author: Baptiste Mathus 
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Bump to executable-war:1.44


  Commit: fdb72adf785e0e8852fc5d94ffe71d02f004e7e9
  
https://github.com/jenkinsci/jenkins/commit/fdb72adf785e0e8852fc5d94ffe71d02f004e7e9
  Author: Baptiste Mathus 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Merge pull request #3847 from batmat/update-to-executable-war-1.44

Bump to executable-war:1.44


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

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

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


[jenkinsci/jx-resources-plugin]

2019-01-17 Thread GitHub
  Branch: refs/tags/v1.0.28
  Home:   https://github.com/jenkinsci/jx-resources-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.


[jenkins-infra/jenkins.io] 5f1cb7: Create 2019-02-01-pre-fosdem-jenkins-pipeline-fund...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 5f1cb78b70defca0e3c6188d28577faeefea3b0a
  
https://github.com/jenkins-infra/jenkins.io/commit/5f1cb78b70defca0e3c6188d28577faeefea3b0a
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
A 
content/_data/events/2019-02-01-pre-fosdem-jenkins-pipeline-fundamentals-training.adoc

  Log Message:
  ---
  Create 2019-02-01-pre-fosdem-jenkins-pipeline-fundamentals-training.adoc


  Commit: 45bc1c68fd65753c4fdd94c853346cbc4660f83b
  
https://github.com/jenkins-infra/jenkins.io/commit/45bc1c68fd65753c4fdd94c853346cbc4660f83b
  Author: Liam Newman 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
A 
content/_data/events/2019-02-01-pre-fosdem-jenkins-pipeline-fundamentals-training.adoc

  Log Message:
  ---
  Merge pull request #2036 from svanalstine/patch-3

Create 2019-02-01-pre-fosdem-jenkins-pipeline-fundamentals-training.adoc


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

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

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


[jenkinsci/jep] bd2143: [JEP-4] - Reference JEP-13 with a full YouTube per...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jep
  Commit: bd21430ae7e62c92340e9668e7df4c476e3a021d
  
https://github.com/jenkinsci/jep/commit/bd21430ae7e62c92340e9668e7df4c476e3a021d
  Author: Oleg Nenashev 
  Date:   2019-01-13 (Sun, 13 Jan 2019)

  Changed paths:
M jep/4/README.adoc

  Log Message:
  ---
  [JEP-4] - Reference JEP-13 with a full YouTube permission process


  Commit: 6613aca05e68b3bcb9a98550f47558e11e4b62b1
  
https://github.com/jenkinsci/jep/commit/6613aca05e68b3bcb9a98550f47558e11e4b62b1
  Author: Oleg Nenashev 
  Date:   2019-01-13 (Sun, 13 Jan 2019)

  Changed paths:
M jep/13/README.adoc

  Log Message:
  ---
  [JEP-13] - Explicitly reference Jenkins YouTube account and channel instead 
of a single entity


  Commit: ed0c53f20afdf682b8f00bd84048adf07fcd91aa
  
https://github.com/jenkinsci/jep/commit/ed0c53f20afdf682b8f00bd84048adf07fcd91aa
  Author: Liam Newman 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M jep/13/README.adoc
M jep/4/README.adoc

  Log Message:
  ---
  Merge pull request #235 from oleg-nenashev/jep-4/sigId_remove

[JEP-4,JEP-13] - Clarify YouTube channel management


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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] b1f5e0: Old description was misleading.

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b1f5e0fdc5713d0908d751ed158d2e3c157dd689
  
https://github.com/jenkins-infra/jenkins.io/commit/b1f5e0fdc5713d0908d751ed158d2e3c157dd689
  Author: Michael Neale 
  Date:   2019-01-11 (Fri, 11 Jan 2019)

  Changed paths:
M content/doc/book/pipeline/shared-libraries.adoc

  Log Message:
  ---
  Old description was misleading. 

Variables in those files are not included in the pipeline, only functions. The 
simple example makes it explicit.


  Commit: 2a10870bee2e3eba100f75e8c9d35f903c85a94b
  
https://github.com/jenkins-infra/jenkins.io/commit/2a10870bee2e3eba100f75e8c9d35f903c85a94b
  Author: Liam Newman 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M content/doc/book/pipeline/shared-libraries.adoc

  Log Message:
  ---
  Merge pull request #2024 from michaelneale/patch-1

Old description was misleading of variables


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

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

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


[jenkinsci/whitesource-plugin] f9cc63: WSE - 1261 - update agent's api

2019-01-17 Thread GitHub
  Branch: refs/heads/integration
  Home:   https://github.com/jenkinsci/whitesource-plugin
  Commit: f9cc63bf617ac43917485b9d62f37b6657aa9ab4
  
https://github.com/jenkinsci/whitesource-plugin/commit/f9cc63bf617ac43917485b9d62f37b6657aa9ab4
  Author: philip 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml
M src/main/java/org/whitesource/jenkins/model/WhiteSourceStep.java

  Log Message:
  ---
  WSE - 1261 - update agent's api



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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] c0a212: Create 2019-02-01-pre-fosdem-workshop-continuous-d...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c0a2125672b5a25b08c5dca77352af77b53b2324
  
https://github.com/jenkins-infra/jenkins.io/commit/c0a2125672b5a25b08c5dca77352af77b53b2324
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
A 
content/_data/events/2019-02-01-pre-fosdem-workshop-continuous-deployment-with-jenkins-x-kubernetes-and-friends.adoc

  Log Message:
  ---
  Create 
2019-02-01-pre-fosdem-workshop-continuous-deployment-with-jenkins-x-kubernetes-and-friends.adoc


  Commit: ca039c50a3934e7111b246096d9b1e61924039d7
  
https://github.com/jenkins-infra/jenkins.io/commit/ca039c50a3934e7111b246096d9b1e61924039d7
  Author: Liam Newman 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
A 
content/_data/events/2019-02-01-pre-fosdem-workshop-continuous-deployment-with-jenkins-x-kubernetes-and-friends.adoc

  Log Message:
  ---
  Merge pull request #2037 from svanalstine/patch-4

Create 2019-02-01-pre-fosdem-workshop-continuous-deployment-with-jenk…


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

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

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


[jenkinsci/whitesource-plugin] b4fad6: WSE - 1261 - update agent's api

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/whitesource-plugin
  Commit: b4fad67f523f0abefc6e1ee2a025f52002b7c803
  
https://github.com/jenkinsci/whitesource-plugin/commit/b4fad67f523f0abefc6e1ee2a025f52002b7c803
  Author: philip 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml
M src/main/java/org/whitesource/jenkins/model/WhiteSourceStep.java

  Log Message:
  ---
  WSE - 1261 - update agent's api



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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] 744bf9: Add Advocacy and Outreach SIG

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 744bf99213fb739f7fcbaa07576f64461b195f52
  
https://github.com/jenkins-infra/jenkins.io/commit/744bf99213fb739f7fcbaa07576f64461b195f52
  Author: Liam Newman 
  Date:   2019-01-14 (Mon, 14 Jan 2019)

  Changed paths:
M content/chat.adoc
A content/sigs/advocacy-and-outreach/index.adoc

  Log Message:
  ---
  Add Advocacy and Outreach SIG


  Commit: 31e81268c01a7bc7d21acdde36d1530a8c3988e0
  
https://github.com/jenkins-infra/jenkins.io/commit/31e81268c01a7bc7d21acdde36d1530a8c3988e0
  Author: Oleg Nenashev 
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
M content/sigs/advocacy-and-outreach/index.adoc

  Log Message:
  ---
  [Advocacy and Outreach] - Edit SIG labels


  Commit: 44473052af6deae882892a052e039431797fd7c8
  
https://github.com/jenkins-infra/jenkins.io/commit/44473052af6deae882892a052e039431797fd7c8
  Author: Oleg Nenashev 
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
M content/sigs/advocacy-and-outreach/index.adoc

  Log Message:
  ---
  [Advocacy and Outreach] - Make @markyjackson-taulia as SIG leader


  Commit: d0d88cea15e8b79b4a2a05cd2be3529d7578dcde
  
https://github.com/jenkins-infra/jenkins.io/commit/d0d88cea15e8b79b4a2a05cd2be3529d7578dcde
  Author: Liam Newman 
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
M content/sigs/advocacy-and-outreach/index.adoc

  Log Message:
  ---
  Update index.adoc


  Commit: e30ab97494b57cfc0c3c50a572e23f72e8059fb7
  
https://github.com/jenkins-infra/jenkins.io/commit/e30ab97494b57cfc0c3c50a572e23f72e8059fb7
  Author: Liam Newman 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M content/chat.adoc
A content/sigs/advocacy-and-outreach/index.adoc

  Log Message:
  ---
  Merge pull request #2034 from bitwiseman/advocacy

Add Advocacy and Outreach SIG


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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] 5d4a68: [HW SIG] - Create the SIG page

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 5d4a6802f481a919deeefbd9f6278355d78b42fc
  
https://github.com/jenkins-infra/jenkins.io/commit/5d4a6802f481a919deeefbd9f6278355d78b42fc
  Author: Oleg Nenashev 
  Date:   2019-01-13 (Sun, 13 Jan 2019)

  Changed paths:
A content/sigs/hw-and-eda/index.adoc

  Log Message:
  ---
  [HW SIG] - Create the SIG page


  Commit: 434a028f2096cab4356f2a123009ae636775b7d3
  
https://github.com/jenkins-infra/jenkins.io/commit/434a028f2096cab4356f2a123009ae636775b7d3
  Author: Liam Newman 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
A content/sigs/hw-and-eda/index.adoc

  Log Message:
  ---
  Merge pull request #2030 from oleg-nenashev/hw-and-eda-sig/initial

Create Hardware and EDA SIG


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

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

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


[jenkinsci/tm4j-automation-plugin] 8e34b7: JQA-6941 tests for local file write

2019-01-17 Thread GitHub
  Branch: refs/heads/feature/JQA-6941-support-distributed-jenkins-copy-files
  Home:   https://github.com/jenkinsci/tm4j-automation-plugin
  Commit: 8e34b71e141ab1f359a607eac57e63753498df0f
  
https://github.com/jenkinsci/tm4j-automation-plugin/commit/8e34b71e141ab1f359a607eac57e63753498df0f
  Author: Cleberson Faccin 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
A src/test/java/com/adaptavist/tm4j/jenkins/io/FileWriterTest.java

  Log Message:
  ---
  JQA-6941 tests for local file write



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

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

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


[jenkinsci/windows-slave-installer-module] 8a2a98: [maven-release-plugin] prepare for next developmen...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slave-installer-module
  Commit: 8a2a98ec49ff340d37ea10bbb3b8a9c5411608ba
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/8a2a98ec49ff340d37ea10bbb3b8a9c5411608ba
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  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/windows-slave-installer-module]

2019-01-17 Thread GitHub
  Branch: refs/tags/windows-slave-installer-1.10.0
  Home:   https://github.com/jenkinsci/windows-slave-installer-module

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

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

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


[jenkinsci/windows-slave-installer-module] 55156a: [maven-release-plugin] prepare release windows-sla...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slave-installer-module
  Commit: 55156a2e5e04fbdf24c261e3f1668446a9d16868
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/55156a2e5e04fbdf24c261e3f1668446a9d16868
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release windows-slave-installer-1.10.0



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

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

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


[jenkinsci/codedx-plugin] 3163ac: Potentially fix gson RuntimeException

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codedx-plugin
  Commit: 3163ac7022bf7899c5388abc4c9a58438f3600d3
  
https://github.com/jenkinsci/codedx-plugin/commit/3163ac7022bf7899c5388abc4c9a58438f3600d3
  Author: AVI_DEV\phillipe 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/java/com/secdec/codedx/api/client/CodeDxClient.java

  Log Message:
  ---
  Potentially fix gson RuntimeException



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

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

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


[jenkinsci/cucumber-reports-plugin]

2019-01-17 Thread GitHub
  Branch: refs/heads/pipeline-doc
  Home:   https://github.com/jenkinsci/cucumber-reports-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.


[jenkins-infra/jenkins.io] 0a3006: [GSoC 2019] - GSoC Application patches

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0a3006fa2e5c11ea1fb6b7bfe30a77e0a58c4c81
  
https://github.com/jenkins-infra/jenkins.io/commit/0a3006fa2e5c11ea1fb6b7bfe30a77e0a58c4c81
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M content/projects/gsoc/2019/application.md

  Log Message:
  ---
  [GSoC 2019] - GSoC Application patches


  Commit: 2c5472456316cd27be0862cc481e7d7d43eeacb9
  
https://github.com/jenkins-infra/jenkins.io/commit/2c5472456316cd27be0862cc481e7d7d43eeacb9
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M content/projects/gsoc/2019/application.md

  Log Message:
  ---
  Merge pull request #2038 from oleg-nenashev/gsoc2019/application-updates

[GSoC 2019] - GSoC Application patches


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

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

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


[jenkinsci/compuware-ispw-operations-plugin]

2019-01-17 Thread GitHub
  Branch: 
refs/heads/CWE-141522---Jenkins-Operations-Plugin---Assignment-Operations---Add-task-with-optional-checkout-to-Assignment
  Home:   https://github.com/jenkinsci/compuware-ispw-operations-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/windows-slave-installer-module] 9c459c: Update Plugin POM to the recent version, require J...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slave-installer-module
  Commit: 9c459c9b4f9d9fb374df956063c9fb10bc3bd948
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/9c459c9b4f9d9fb374df956063c9fb10bc3bd948
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update Plugin POM to the recent version, require Java 8 core as a minimum 
baseline


  Commit: 3dd8a0cdbb05030ea534b27b9d02de495dc7907f
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/3dd8a0cdbb05030ea534b27b9d02de495dc7907f
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update WinSW to 2.2.0


  Commit: 2e324f39a693ad3fe61fc07386cb0794e64e8698
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/2e324f39a693ad3fe61fc07386cb0794e64e8698
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Start building the project on Windows again


  Commit: 80e8814922267d260abdbb4fbf7073faf872e9b6
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/80e8814922267d260abdbb4fbf7073faf872e9b6
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Merge pull request #22 from oleg-nenashev/winsw/2.2.0

Update to WinSW 2.2.0


Compare: 
https://github.com/jenkinsci/windows-slave-installer-module/compare/8a348c45d0fa...80e881492226
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/compuware-ispw-operations-plugin] 6104a3: CWE-141521 - Jenkins Operations Plugin - Set Opera...

2019-01-17 Thread GitHub
  Branch: 
refs/heads/CWE-141521---Jenkins-Operations-Plugin---Set-Operations-Cancel-Deploy-Request
  Home:   https://github.com/jenkinsci/compuware-ispw-operations-plugin
  Commit: 6104a36de983f801de2658ab2312116596b5de7e
  
https://github.com/jenkinsci/compuware-ispw-operations-plugin/commit/6104a36de983f801de2658ab2312116596b5de7e
  Author: Sam Zhou 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
A src/main/java/com/compuware/ispw/model/rest/DeploymentResponse.java
M src/main/java/com/compuware/ispw/restapi/IspwContextPathBean.java
A src/main/java/com/compuware/ispw/restapi/action/CancelDeployment.java
M src/main/java/com/compuware/ispw/restapi/action/IAction.java
M src/main/java/com/compuware/ispw/restapi/action/IspwCommand.java
M src/main/java/com/compuware/ispw/restapi/action/SetInfoPostAction.java

  Log Message:
  ---
  CWE-141521 - Jenkins Operations Plugin - Set Operations Cancel Deploy
Request



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

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

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


[jenkinsci/compuware-ispw-operations-plugin] 521af5: CWE-141521 - Jenkins Operations Plugin - Set Opera...

2019-01-17 Thread GitHub
  Branch: 
refs/heads/CWE-141521---Jenkins-Operations-Plugin---Set-Operations-Cancel-Deploy-Request
  Home:   https://github.com/jenkinsci/compuware-ispw-operations-plugin
  Commit: 521af54e39f212dd68c99843616235b9ff582d11
  
https://github.com/jenkinsci/compuware-ispw-operations-plugin/commit/521af54e39f212dd68c99843616235b9ff582d11
  Author: Sam Zhou 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/webapp/help-ispwRequestBody.html

  Log Message:
  ---
  CWE-141521 - Jenkins Operations Plugin - Set Operations Cancel Deploy
Request



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

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

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


[jenkinsci/cucumber-reports-plugin] a82f5e: Adds documentation how to use plugin using pipelin...

2019-01-17 Thread GitHub
  Branch: refs/heads/pipeline-doc
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: a82f5e7d68c39f3db7ac543e48f29e14c4392b4e
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/a82f5e7d68c39f3db7ac543e48f29e14c4392b4e
  Author: Damian Szczepanik 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Adds documentation how to use plugin using pipeline approach



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

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

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


[jenkinsci/cucumber-reports-plugin] e093e2: Adds documentation how to use plugin using pipelin...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: e093e2f1122bf4a300fc4b17dcf12305b07886ad
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/e093e2f1122bf4a300fc4b17dcf12305b07886ad
  Author: Damian Szczepanik 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Adds documentation how to use plugin using pipeline approach (#288)



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

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

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


[jenkinsci/compuware-ispw-operations-plugin] 76b788: CWE-141522 - Jenkins Operations Plugin - Assignmen...

2019-01-17 Thread GitHub
  Branch: 
refs/heads/CWE-141522---Jenkins-Operations-Plugin---Assignment-Operations---Add-task-with-optional-checkout-to-Assignment
  Home:   https://github.com/jenkinsci/compuware-ispw-operations-plugin
  Commit: 76b78819a52cb98f34ed3b68f19e0fe90317b7dc
  
https://github.com/jenkinsci/compuware-ispw-operations-plugin/commit/76b78819a52cb98f34ed3b68f19e0fe90317b7dc
  Author: Sam Zhou 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
A src/main/java/com/compuware/ispw/restapi/action/GenericPostAction.java
M src/main/java/com/compuware/ispw/restapi/util/ReflectUtils.java

  Log Message:
  ---
  CWE-141522 - Jenkins Operations Plugin - Assignment Operations - Add
task with optional checkout to Assignment; create a generic type post
action 



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

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

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


[jenkinsci/codedx-plugin] b8ca0c: Fix failed test when attempting to package the plu...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codedx-plugin
  Commit: b8ca0c85402bc4136958a9dbb7fe07ce00b61584
  
https://github.com/jenkinsci/codedx-plugin/commit/b8ca0c85402bc4136958a9dbb7fe07ce00b61584
  Author: Phillip Elliott 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/codedx/CodeDxBuildAction/statistics.jelly
M 
src/main/resources/org/jenkinsci/plugins/codedx/CodeDxBuildAction/summary.jelly
M 
src/main/resources/org/jenkinsci/plugins/codedx/CodeDxProjectAction/floatingBox.jelly
M 
src/main/resources/org/jenkinsci/plugins/codedx/CodeDxProjectAction/jobMain.jelly
M 
src/main/resources/org/jenkinsci/plugins/codedx/CodeDxPublisher/config.jelly

  Log Message:
  ---
  Fix failed test when attempting to package the 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/git-client-plugin] a11c7e: Use parent pom 3.33

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: a11c7ef4ac0ed549705fe4bb01b57676cfc437ac
  
https://github.com/jenkinsci/git-client-plugin/commit/a11c7ef4ac0ed549705fe4bb01b57676cfc437ac
  Author: Mark Waite 
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 3.33


  Commit: e1fdef912373cbae651dd0a7da5520ba13d8fcd7
  
https://github.com/jenkinsci/git-client-plugin/commit/e1fdef912373cbae651dd0a7da5520ba13d8fcd7
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #396 from MarkEWaite/update-parent-pom

Use parent pom 3.33


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

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

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


[jenkinsci/sysdig-secure-plugin] f9a23c: update dependencies

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sysdig-secure-plugin
  Commit: f9a23c1853ae5931dcf2f3a60015272749d4d038
  
https://github.com/jenkinsci/sysdig-secure-plugin/commit/f9a23c1853ae5931dcf2f3a60015272749d4d038
  Author: Alfred Landrum 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update dependencies



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

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

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


[jenkinsci/codedx-plugin] 692065: Set version to 2.4.5

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codedx-plugin
  Commit: 692065840fe0a383f528a6b928f227536437c67e
  
https://github.com/jenkinsci/codedx-plugin/commit/692065840fe0a383f528a6b928f227536437c67e
  Author: Phillip Elliott 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Set version to 2.4.5



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

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

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

2019-01-17 Thread GitHub
  Branch: refs/heads/JENKINS-41196
  Home:   https://github.com/jenkinsci/jenkins

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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] 63cb92: Shorter event description

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 63cb92d5c67f6bd105068cb9b4a1b3d0fe9cb9d5
  
https://github.com/jenkins-infra/jenkins.io/commit/63cb92d5c67f6bd105068cb9b4a1b3d0fe9cb9d5
  Author: Liam Newman 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M 
content/_data/events/2019-02-01-pre-fosdem-jenkins-pipeline-fundamentals-training.adoc
M 
content/_data/events/2019-02-01-pre-fosdem-workshop-continuous-deployment-with-jenkins-x-kubernetes-and-friends.adoc

  Log Message:
  ---
  Shorter event description

When these are longer the events page become unreadable.


  Commit: ca2ed4e77a41d20531f1f5df6eef4d73818eea95
  
https://github.com/jenkins-infra/jenkins.io/commit/ca2ed4e77a41d20531f1f5df6eef4d73818eea95
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M 
content/_data/events/2019-02-01-pre-fosdem-jenkins-pipeline-fundamentals-training.adoc
M 
content/_data/events/2019-02-01-pre-fosdem-workshop-continuous-deployment-with-jenkins-x-kubernetes-and-friends.adoc

  Log Message:
  ---
  Merge pull request #2040 from bitwiseman/master

Shorter event description


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

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

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


[jenkinsci/windows-slave-installer-module] b13115: Changelog: noting 1.10.0

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slave-installer-module
  Commit: b13115302a57d20f2b2cbaac52c57b858ca4bd0a
  
https://github.com/jenkinsci/windows-slave-installer-module/commit/b13115302a57d20f2b2cbaac52c57b858ca4bd0a
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Changelog: noting 1.10.0



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

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

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


[jenkinsci/platformlabeler-plugin] 17edf8: Bump plugin from 3.32 to 3.33

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 17edf8eaa18cc47e0991435295beaf5263dddee6
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/17edf8eaa18cc47e0991435295beaf5263dddee6
  Author: dependabot[bot] 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 3.32 to 3.33

Bumps plugin from 3.32 to 3.33.

Signed-off-by: dependabot[bot] 


  Commit: 2666f902d8306fa14d16912652f4d8b3e358213b
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/2666f902d8306fa14d16912652f4d8b3e358213b
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #2 from 
MarkEWaite/dependabot/maven/org.jenkins-ci.plugins-plugin-3.33

Bump plugin from 3.32 to 3.33


  Commit: c7bc7226da675eb342774091eba64aa0cc8fd02d
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/c7bc7226da675eb342774091eba64aa0cc8fd02d
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 3.33


  Commit: 9d2901e54f438faef51071673a514caf6ec7e280
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/9d2901e54f438faef51071673a514caf6ec7e280
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

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


  Commit: c7cfbb77fa7f190f820b2f661ee613d300ac3f22
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/c7cfbb77fa7f190f820b2f661ee613d300ac3f22
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

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


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/6dc3d900f285...c7cfbb77fa7f
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/jenkins-test-harness]

2019-01-17 Thread GitHub
  Branch: refs/heads/JENKINS-41196
  Home:   https://github.com/jenkinsci/jenkins-test-harness

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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] f35ceb: [GSoC 2019] - Update the application (reflect chan...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f35cebc604c5cd22e460312531dfbf7dd15046b1
  
https://github.com/jenkins-infra/jenkins.io/commit/f35cebc604c5cd22e460312531dfbf7dd15046b1
  Author: Oleg Nenashev 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M content/projects/gsoc/2019/application.md

  Log Message:
  ---
  [GSoC 2019] - Update the application (reflect changes during the submission)


  Commit: 7cb9821435be6afbce1c36093a53c58df87d3690
  
https://github.com/jenkins-infra/jenkins.io/commit/7cb9821435be6afbce1c36093a53c58df87d3690
  Author: Martin d'Anjou 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M content/projects/gsoc/2019/application.md

  Log Message:
  ---
  Merge pull request #2039 from oleg-nenashev/gsoc2019/application-patches-2

[GSoC 2019] - Update the application (reflect changes during the submission)


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

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

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


[jenkinsci/compuware-ispw-operations-plugin]

2019-01-17 Thread GitHub
  Branch: 
refs/heads/CWE-141521---Jenkins-Operations-Plugin---Set-Operations-Cancel-Deploy-Request
  Home:   https://github.com/jenkinsci/compuware-ispw-operations-plugin

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

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

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


[jenkinsci/jenkins] 6dc372: Makes 'Config ' translatable and configurabl...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6dc3722f1fb8a5984bd0234dfc35907389f92ad1
  
https://github.com/jenkinsci/jenkins/commit/6dc3722f1fb8a5984bd0234dfc35907389f92ad1
  Author: Damian Szczepanik 
  Date:   2019-01-12 (Sat, 12 Jan 2019)

  Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/hudson/model/Job/configure.properties
M core/src/main/resources/hudson/model/Job/configure_pl.properties

  Log Message:
  ---
  Makes 'Config ' translatable and configurable

 - title is now translatable with name of the item as argument
 - uses previous translation as default, adds Polish translation


  Commit: 1165b1ce08bf009c5bc44c893a24b4b84eae6b1e
  
https://github.com/jenkinsci/jenkins/commit/1165b1ce08bf009c5bc44c893a24b4b84eae6b1e
  Author: Wadeck Follonier 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M core/src/main/resources/hudson/model/Job/configure.properties

  Log Message:
  ---
  Add trailing blank line to avoid merge conflict


  Commit: c22edc93e3922c4683a4ad1c757121526d11a652
  
https://github.com/jenkinsci/jenkins/commit/c22edc93e3922c4683a4ad1c757121526d11a652
  Author: Wadeck Follonier 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/hudson/model/Job/configure.properties
M core/src/main/resources/hudson/model/Job/configure_pl.properties

  Log Message:
  ---
  Merge pull request #3843 from damianszczepanik/translation

Makes 'Config ' translatable and configurable


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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 0a6f0b: [JENKINS-55428]: Support API creation with a hashe...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 0a6f0bb0febbfccb5526c48ad2dd74646e039c33
  
https://github.com/jenkinsci/jenkins/commit/0a6f0bb0febbfccb5526c48ad2dd74646e039c33
  Author: Mike Glazer 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java

  Log Message:
  ---
  [JENKINS-55428]: Support API creation with a hashed password (#3817)

* Support API creation with a hashed password

The purpose of this commit is to enable Jenkins Configuration
as Code to construct users via configuration, without the
need to store their passwords in plain text on disk.

* Fix test error

* PR Updates

* Create new method for creating account with a hashed password
* Add method for determining if a password is hashed or not.

* CR Updates

* Add check for hash validity

* Whitespace fix

* Fixup compile errors because PasswordEncoder doesn't have new methods

* Fix whitespace issue

* Add back whitespace

* Improve regex to check the log number of rounds / better version check
- add more tests for versions support to keep aligned with the library



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

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

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


[jenkinsci/sysdig-secure-plugin] 034048: prep for public release

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sysdig-secure-plugin
  Commit: 034048b1a1f306f23ade9dd0f82125c8eef1e98d
  
https://github.com/jenkinsci/sysdig-secure-plugin/commit/034048b1a1f306f23ade9dd0f82125c8eef1e98d
  Author: Alfred Landrum 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  prep for public release



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

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

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


[jenkinsci/maven-hpi-plugin]

2019-01-17 Thread GitHub
  Branch: refs/heads/JENKINS-41196
  Home:   https://github.com/jenkinsci/maven-hpi-plugin

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

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

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


[jenkinsci/configuration-as-code-plugin] 0dace8: Improve Documentation (#705)

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 0dace8f8e5f5e85395c6e914dd5b321a26c61362
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/0dace8f8e5f5e85395c6e914dd5b321a26c61362
  Author: Springjunky 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Improve Documentation (#705)

* Improve Documentation

If you want to use one of this plugins 
 Configuration as Code v.1.4 (required)
Credentials v.2.1.16 (optional)
Job DSL v.1.66 (optional)
Matrix Authorization Strategy v.2.3 (optional)
Role-based Authorization Strategy v.2.7.0 (optional)
SSH Credentials v.1.13 (optional)
Command Agent Launcher v.1.0 (implied) (what's this?)
JDK Tool v.1.0 (implied) (what's this?)

* Update README.md

* Update README.md

Changed optional to optionally and added "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/nexus-platform-plugin] d0d30c: [maven-release-plugin] prepare release nexus-jenki...

2019-01-17 Thread GitHub
  Branch: refs/tags/nexus-jenkins-plugin-3.4.20190116-104331.e820fec
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: d0d30c076094680e6377cd322f5f15a385396b5f
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/d0d30c076094680e6377cd322f5f15a385396b5f
  Author: Sonatype 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 
nexus-jenkins-plugin-3.4.20190116-104331.e820fec



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

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

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


[jenkinsci/whitesource-plugin] 6ef3a1: change version to 19.1.1

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/whitesource-plugin
  Commit: 6ef3a177820ea6c673fba162686dfbe463e21611
  
https://github.com/jenkinsci/whitesource-plugin/commit/6ef3a177820ea6c673fba162686dfbe463e21611
  Author: annarozin 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  change version to 19.1.1


  Commit: 611b0f8a75fcc2d550bf662bc9b77d09a8f1d98e
  
https://github.com/jenkinsci/whitesource-plugin/commit/611b0f8a75fcc2d550bf662bc9b77d09a8f1d98e
  Author: annarozin 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/java/org/whitesource/jenkins/model/WhiteSourceStep.java

  Log Message:
  ---
  update logs pramas


  Commit: 10d3c62ab6b9e19b12384e68507bf65e1b97541d
  
https://github.com/jenkinsci/whitesource-plugin/commit/10d3c62ab6b9e19b12384e68507bf65e1b97541d
  Author: annarozin 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml
M src/main/java/org/whitesource/jenkins/model/WhiteSourceStep.java

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

# Conflicts:
#   src/main/java/org/whitesource/jenkins/model/WhiteSourceStep.java


Compare: 
https://github.com/jenkinsci/whitesource-plugin/compare/b4fad67f523f...10d3c62ab6b9
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/configuration-as-code-plugin] e1c506: Improve vault explanation (#691)

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: e1c50623388bc2f659a91815421f300ec38c8ceb
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/e1c50623388bc2f659a91815421f300ec38c8ceb
  Author: Jon Brohauge 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M CHANGELOG.md
M README.md

  Log Message:
  ---
  Improve vault explanation (#691)

* Improve explanation of VAULT + minor syntax-linting

* syntax linting

* Add entry to CHANGELOG



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

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

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


[jenkinsci/gitea-plugin]

2019-01-17 Thread GitHub
  Branch: refs/tags/gitea-1.1.0
  Home:   https://github.com/jenkinsci/gitea-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/gitea-plugin] d3056e: [maven-release-plugin] prepare release gitea-1.1.0

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: d3056efb9deea86e557d86e4de8f34b4037e8ede
  
https://github.com/jenkinsci/gitea-plugin/commit/d3056efb9deea86e557d86e4de8f34b4037e8ede
  Author: Stephen Connolly 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release gitea-1.1.0



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

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

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


[jenkinsci/gitea-plugin] cf8f4c: [maven-release-plugin] prepare for next developmen...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: cf8f4c9cdfdbe9195c7ca535a0a3cff12d0e5a55
  
https://github.com/jenkinsci/gitea-plugin/commit/cf8f4c9cdfdbe9195c7ca535a0a3cff12d0e5a55
  Author: Stephen Connolly 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  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/configuration-as-code-plugin] f1561a: ISSUE-697: proper string interpolation for secrets...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: f1561a535a20c1b52e5c54522fb81abb1239ebfc
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/f1561a535a20c1b52e5c54522fb81abb1239ebfc
  Author: Daniel Garzon 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M CHANGELOG.md
M plugin/pom.xml
M plugin/src/main/java/io/jenkins/plugins/casc/SecretSource.java
A plugin/src/main/java/io/jenkins/plugins/casc/SecretSourceResolver.java
M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/configurators/PrimitiveConfigurator.java
A plugin/src/test/java/io/jenkins/plugins/casc/SecretSourceResolverTest.java
R plugin/src/test/java/io/jenkins/plugins/casc/SecretSourceTest.java

  Log Message:
  ---
  ISSUE-697: proper string interpolation for secrets. (#699)

* ISSUE-697: proper string interpolation for secrets.

* ISSUE-697: safer handling of default values.



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

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

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


[jenkinsci/sloccount-plugin] 7751ab: Update to latest parent pom 2.33

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sloccount-plugin
  Commit: 7751ab63bd01e899dab2789a38fb05529a3a9763
  
https://github.com/jenkinsci/sloccount-plugin/commit/7751ab63bd01e899dab2789a38fb05529a3a9763
  Author: Baptiste Mathus 
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to latest parent pom 2.33


  Commit: 53606a1d084c459223da9b0d6dd6dcc702f3c9e3
  
https://github.com/jenkinsci/sloccount-plugin/commit/53606a1d084c459223da9b0d6dd6dcc702f3c9e3
  Author: Baptiste Mathus 
  Date:   2019-01-16 (Wed, 16 Jan 2019)

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

  Log Message:
  ---
  [JEP-305] Incrementalify

see https://jenkins.io/blog/2018/05/15/incremental-deployment/


  Commit: 194d3c5926a306ae2749b7998cbaabf5d081aa37
  
https://github.com/jenkinsci/sloccount-plugin/commit/194d3c5926a306ae2749b7998cbaabf5d081aa37
  Author: Ivo Marinkov 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

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

  Log Message:
  ---
  Merge pull request #52 from batmat/update-parent-pom-and-incrementalify

Update to latest parent pom 2.33 & Incrementalify


Compare: 
https://github.com/jenkinsci/sloccount-plugin/compare/e446e0f8628e...194d3c5926a3
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/gitea-plugin] 7e424b: Use handy uri dependency from jenkins repo

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: 7e424b08db1cb7df0502f8c7884885ea01b1d498
  
https://github.com/jenkinsci/gitea-plugin/commit/7e424b08db1cb7df0502f8c7884885ea01b1d498
  Author: Joseph Petersen 
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use handy uri dependency from jenkins repo


  Commit: f073ebc38ed78c3f5300caa5af956df940d037ff
  
https://github.com/jenkinsci/gitea-plugin/commit/f073ebc38ed78c3f5300caa5af956df940d037ff
  Author: Stephen Connolly 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #7 from casz/patch-1

Use handy uri dependency from jenkins repo


Compare: 
https://github.com/jenkinsci/gitea-plugin/compare/37ebdb74e4f8...f073ebc38ed7
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/gitea-plugin] 67b278: Fix PR and branch links

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: 67b278a2d15d339677788bb2475bf6c07e838436
  
https://github.com/jenkinsci/gitea-plugin/commit/67b278a2d15d339677788bb2475bf6c07e838436
  Author: Andrzej Ressel 
  Date:   2019-01-13 (Sun, 13 Jan 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMSource.java

  Log Message:
  ---
  Fix PR and branch links


  Commit: 7b7ded082a730af8045118f852983ef3e3efcf3f
  
https://github.com/jenkinsci/gitea-plugin/commit/7b7ded082a730af8045118f852983ef3e3efcf3f
  Author: Stephen Connolly 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMSource.java

  Log Message:
  ---
  Merge pull request #10 from jereksel/feature/gitea_web_url

[JENKINS-54517] Fix PR and branch links


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

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

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


[jenkinsci/node-sharing-plugin] a46733: rebuild please

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/node-sharing-plugin
  Commit: a46733a41d11905ad1106cc08ea87c5b004d8762
  
https://github.com/jenkinsci/node-sharing-plugin/commit/a46733a41d11905ad1106cc08ea87c5b004d8762
  Author: Oliver Gondža 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Log Message:
  ---
  rebuild please



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

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

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


[jenkinsci/ontrack-plugin] fda177: #51 Test summary as validation data

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: fda1771cdee5f6c1df415bc740af183d9939f03c
  
https://github.com/jenkinsci/ontrack-plugin/commit/fda1771cdee5f6c1df415bc740af183d9939f03c
  Author: Damien Coraboeuf 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml
M src/main/java/net/nemerosa/ontrack/jenkins/steps/OntrackValidateStep.java

  Log Message:
  ---
  #51 Test summary as validation data



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

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

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


[jenkinsci/ontrack-plugin] fda177: #51 Test summary as validation data

2019-01-17 Thread GitHub
  Branch: refs/heads/feature/51-validation-test-summary
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: fda1771cdee5f6c1df415bc740af183d9939f03c
  
https://github.com/jenkinsci/ontrack-plugin/commit/fda1771cdee5f6c1df415bc740af183d9939f03c
  Author: Damien Coraboeuf 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml
M src/main/java/net/nemerosa/ontrack/jenkins/steps/OntrackValidateStep.java

  Log Message:
  ---
  #51 Test summary as validation data



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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] dbdac3: Fix parsing Ansible Lint output

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: dbdac3bac5506b4f98598e40b065edad3ff143d2
  
https://github.com/jenkinsci/analysis-model/commit/dbdac3bac5506b4f98598e40b065edad3ff143d2
  Author: Roland Moers 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/AnsibleLintParser.java
A src/test/java/edu/hm/hafner/analysis/parser/AnsibleLintParserTest.java
R src/test/java/edu/hm/hafner/analysis/parser/AnsibleLintTest.java
M src/test/resources/edu/hm/hafner/analysis/parser/ansibleLint.txt

  Log Message:
  ---
  Fix parsing Ansible Lint output

According to https://docs.ansible.com/ansible-lint/rules/default_rules.html, 
the rule category is not prefixed with `ANSIBLE` anymore but instead with an 
`E`. This updates the Ansible Lint parser to parse everything inside the 
squared brackets as category.


  Commit: a065828352ee3ff8648f3358b8dbf005e73833b9
  
https://github.com/jenkinsci/analysis-model/commit/a065828352ee3ff8648f3358b8dbf005e73833b9
  Author: Ullrich Hafner 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/AnsibleLintParser.java
A src/test/java/edu/hm/hafner/analysis/parser/AnsibleLintParserTest.java
R src/test/java/edu/hm/hafner/analysis/parser/AnsibleLintTest.java
M src/test/resources/edu/hm/hafner/analysis/parser/ansibleLint.txt

  Log Message:
  ---
  Merge pull request #79 from CooperRS/patch-1

Fix parsing Ansible Lint output


Compare: 
https://github.com/jenkinsci/analysis-model/compare/176283bfcb1d...a065828352ee
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/versioncolumn-plugin] 8723ef: [JEP-305] Incrementalify

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/versioncolumn-plugin
  Commit: 8723ef677f4c8c1ecadbc5010d16d02fb85b7c9c
  
https://github.com/jenkinsci/versioncolumn-plugin/commit/8723ef677f4c8c1ecadbc5010d16d02fb85b7c9c
  Author: Baptiste Mathus 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

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

  Log Message:
  ---
  [JEP-305] Incrementalify

See https://github.com/jenkinsci/incrementals-tools


  Commit: 73741dac2ff7a3b1396015cd89895b3c39413285
  
https://github.com/jenkinsci/versioncolumn-plugin/commit/73741dac2ff7a3b1396015cd89895b3c39413285
  Author: Baptiste Mathus 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

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

  Log Message:
  ---
  Merge pull request #3 from batmat/incrementalify

[JEP-305] Incrementalify


Compare: 
https://github.com/jenkinsci/versioncolumn-plugin/compare/249b354493eb...73741dac2ff7
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/gitea-plugin] 23aa31: Bump to 1.1.0 due to dependency changes

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: 23aa31f097de5cc43d1ba357c5d942a03bd0a704
  
https://github.com/jenkinsci/gitea-plugin/commit/23aa31f097de5cc43d1ba357c5d942a03bd0a704
  Author: Stephen Connolly 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump to 1.1.0 due to dependency changes


  Commit: 3ff33bcf6fe5776af8f6a9c569687cee5e76b55f
  
https://github.com/jenkinsci/gitea-plugin/commit/3ff33bcf6fe5776af8f6a9c569687cee5e76b55f
  Author: Stephen Connolly 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M CHANGES.md

  Log Message:
  ---
  Update changes


Compare: 
https://github.com/jenkinsci/gitea-plugin/compare/7b7ded082a73...3ff33bcf6fe5
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 8bb2e3: steps: isolate environment variables during tests

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-code-review-plugin
  Commit: 8bb2e3a454248745ffc6998d10de4143071b9959
  
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/8bb2e3a454248745ffc6998d10de4143071b9959
  Author: Alon Bar-Lev 
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
M pom.xml
M src/main/java/jenkins/plugins/gerrit/GerritApiBuilder.java
M src/main/java/jenkins/plugins/gerrit/GerritChange.java

  Log Message:
  ---
  steps: isolate environment variables during tests

unset the environment variables we use during build to isolate us from the
build environment.

Change-Id: I4484fcfe053e99ed94063152b4b550f5eb4c0ef7
Signed-off-by: Alon Bar-Lev 



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

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

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


[jenkinsci/ontrack-plugin] 826a9b: [maven-release-plugin] prepare release 3.1

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 826a9bfb9eb38459f1621fc58a2717f13d7b8bf1
  
https://github.com/jenkinsci/ontrack-plugin/commit/826a9bfb9eb38459f1621fc58a2717f13d7b8bf1
  Author: Damien Coraboeuf 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

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



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

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

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


[jenkinsci/ontrack-plugin] 4c5ba6: [maven-release-plugin] prepare for next developmen...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 4c5ba6c84d1dbb1f955fcad90a649e957c5bce9e
  
https://github.com/jenkinsci/ontrack-plugin/commit/4c5ba6c84d1dbb1f955fcad90a649e957c5bce9e
  Author: Damien Coraboeuf 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  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/ontrack-plugin]

2019-01-17 Thread GitHub
  Branch: refs/tags/3.1
  Home:   https://github.com/jenkinsci/ontrack-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/applitools-eyes-plugin] 8c7936: getDisplayName() instead of getName()

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/applitools-eyes-plugin
  Commit: 8c79362aa34ec7663637e1e9dddf3166b4e566ea
  
https://github.com/jenkinsci/applitools-eyes-plugin/commit/8c79362aa34ec7663637e1e9dddf3166b4e566ea
  Author: Nikita Andreyev 
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
M src/main/java/com/applitools/jenkins/ApplitoolsStatusDisplayAction.java

  Log Message:
  ---
  getDisplayName() instead of getName()


  Commit: 3071d929ddd874be888ff7b9e62c67ba12e55237
  
https://github.com/jenkinsci/applitools-eyes-plugin/commit/3071d929ddd874be888ff7b9e62c67ba12e55237
  Author: danielputerman 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/java/com/applitools/jenkins/ApplitoolsStatusDisplayAction.java

  Log Message:
  ---
  Merge pull request #2 from nikita-andreev/185-jenkins-bug

bugfix: invalid URL creation when working with matrix config


Compare: 
https://github.com/jenkinsci/applitools-eyes-plugin/compare/81e18a032213...3071d929ddd8
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/bitbucket-oauth-plugin] f7ba72: Fixed: redirect loop on newer Jenkins refs #18

2019-01-17 Thread GitHub
  Branch: refs/heads/fix-redirect-loop
  Home:   https://github.com/jenkinsci/bitbucket-oauth-plugin
  Commit: f7ba72f6285f95b6ee0cd4d1aad88d623e90ca0e
  
https://github.com/jenkinsci/bitbucket-oauth-plugin/commit/f7ba72f6285f95b6ee0cd4d1aad88d623e90ca0e
  Author: mallowlabs 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

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

  Log Message:
  ---
  Fixed: redirect loop on newer Jenkins refs #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/applitools-eyes-plugin] b86b1a: inline documentation

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/applitools-eyes-plugin
  Commit: b86b1a2535c0fca9114e306f403364db9cb7394d
  
https://github.com/jenkinsci/applitools-eyes-plugin/commit/b86b1a2535c0fca9114e306f403364db9cb7394d
  Author: Daniel Puterman 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/java/com/applitools/jenkins/ApplitoolsCommon.java

  Log Message:
  ---
  inline documentation



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

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

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


[jenkinsci/pipeline-aws-plugin] 3a329e: add `parent` argument to `listAWSAccounts`

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 3a329e3fb2720939b3add765af10f9cb0c8e24d8
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/3a329e3fb2720939b3add765af10f9cb0c8e24d8
  Author: Thorsten Hoeger 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/ListAWSAccountsStep.java

  Log Message:
  ---
  add `parent` argument to `listAWSAccounts`



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

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

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


[jenkinsci/jx-resources-plugin] 226fba: feat: let's expand all environment variables, not ...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jx-resources-plugin
  Commit: 226fba6a507264975b2d88d51c72f492710a1a08
  
https://github.com/jenkinsci/jx-resources-plugin/commit/226fba6a507264975b2d88d51c72f492710a1a08
  Author: Steve Arch 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java
A 
src/main/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpander.java
A 
src/test/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpanderTest.java
R src/test/java/org/jenkinsci/plugins/jx/resources/ExpandVarsTest.java

  Log Message:
  ---
  feat: let's expand all environment variables, not just one of them.


  Commit: cfddf47605388d11bae8f4aebc37ce50103784b9
  
https://github.com/jenkinsci/jx-resources-plugin/commit/cfddf47605388d11bae8f4aebc37ce50103784b9
  Author: Steve Arch 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpander.java

  Log Message:
  ---
  Belt-and-braces


  Commit: 963636171d1383cd011f06bc3ebffdbd1f30a4c9
  
https://github.com/jenkinsci/jx-resources-plugin/commit/963636171d1383cd011f06bc3ebffdbd1f30a4c9
  Author: James Strachan 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java
A 
src/main/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpander.java
A 
src/test/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpanderTest.java
R src/test/java/org/jenkinsci/plugins/jx/resources/ExpandVarsTest.java

  Log Message:
  ---
  Merge pull request #20 from agentgonzo/envvars

feat: let's expand all environment variables, not just one of them.


Compare: 
https://github.com/jenkinsci/jx-resources-plugin/compare/b1087743bc6c...963636171d13
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] bd9a41: Give more details about the expected Java version ...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: bd9a414f68a5dfa579fd665cc8fdb3cf31a9f181
  
https://github.com/jenkinsci/jenkins/commit/bd9a414f68a5dfa579fd665cc8fdb3cf31a9f181
  Author: Baptiste Mathus 
  Date:   2019-01-11 (Fri, 11 Jan 2019)

  Changed paths:
M core/src/main/java/jenkins/util/java/JavaUtils.java

  Log Message:
  ---
  Give more details about the expected Java version format


  Commit: 249c19c177d22bcb83f4d10f227e9eeecc7b1745
  
https://github.com/jenkinsci/jenkins/commit/249c19c177d22bcb83f4d10f227e9eeecc7b1745
  Author: Baptiste Mathus 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M core/src/main/java/jenkins/util/java/JavaUtils.java

  Log Message:
  ---
  Merge pull request #3842 from batmat/document-java-version

Give more details about the expected Java version format


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

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

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


[jenkinsci/platformlabeler-plugin] d8e7d4: Use parent pom 3.33 on stable-2.1

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: d8e7d4f502fb37bf2a12552f4b4d4149da3a8fe0
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/d8e7d4f502fb37bf2a12552f4b4d4149da3a8fe0
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 3.33 on stable-2.1


  Commit: 6dc3d900f285490ca3af3d4f9ecaa9b6b8eaaaed
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/6dc3d900f285490ca3af3d4f9ecaa9b6b8eaaaed
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #41 from MarkEWaite/stable-2.1-update-parent

Use parent pom 3.33 on stable-2.1


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/f941c10c17df...6dc3d900f285
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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


[jenkinsci/platformlabeler-plugin] c7bc72: Use parent pom 3.33

2019-01-17 Thread GitHub
  Branch: refs/heads/stable-2.1
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: c7bc7226da675eb342774091eba64aa0cc8fd02d
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/c7bc7226da675eb342774091eba64aa0cc8fd02d
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 3.33



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

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

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


[jenkinsci/platformlabeler-plugin] e96985: Add Amazon Linux to README, fix README errors

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: e96985dd25a10a764c35e24aa15c28b5823ff712
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/e96985dd25a10a764c35e24aa15c28b5823ff712
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Add Amazon Linux to README, fix README errors

Label examples incorrectly presented a simplified version 
number which is not provided by the plugin.  If simplified
version numbers are needed, refer to the Implied Labels
plugin to infer simpler labels from the more precise
labels provided by this plugin


  Commit: 844a56330da792fc5df3b21676d9bb282a1a5b37
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/844a56330da792fc5df3b21676d9bb282a1a5b37
  Author: Mark Waite 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M README.md

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


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/c7cfbb77fa7f...844a56330da7
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-ad-plugin] d9a108: Fix inconsistent users issue

2019-01-17 Thread GitHub
  Branch: refs/heads/endless_authorization
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: d9a108ddd5c6d2c3b6d03908ba79a93f03c853de
  
https://github.com/jenkinsci/azure-ad-plugin/commit/d9a108ddd5c6d2c3b6d03908ba79a93f03c853de
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAdUser.java
M src/main/java/com/microsoft/jenkins/azuread/AzureSecurityRealm.java

  Log Message:
  ---
  Fix inconsistent users issue



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

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

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


[jenkinsci/platformlabeler-plugin] e96985: Add Amazon Linux to README, fix README errors

2019-01-17 Thread GitHub
  Branch: refs/heads/stable-2.1
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: e96985dd25a10a764c35e24aa15c28b5823ff712
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/e96985dd25a10a764c35e24aa15c28b5823ff712
  Author: Mark Waite 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Add Amazon Linux to README, fix README errors

Label examples incorrectly presented a simplified version 
number which is not provided by the plugin.  If simplified
version numbers are needed, refer to the Implied Labels
plugin to infer simpler labels from the more precise
labels provided by this 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/sysdig-secure-plugin] 8167ce: remove annotations and policy id config

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sysdig-secure-plugin
  Commit: 8167ce431773d466a21dc0a14177baefb8580ba8
  
https://github.com/jenkinsci/sysdig-secure-plugin/commit/8167ce431773d466a21dc0a14177baefb8580ba8
  Author: Alfred Landrum 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M 
src/main/resources/com/sysdig/jenkins/plugins/sysdig/AnchoreBuilder/config.jelly

  Log Message:
  ---
  remove annotations and policy id config



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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-fleet-plugin] 4499a6: [maven-release-plugin] prepare release ec2-fleet-1...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: 4499a69bada965d8cb7da7b9f3504b49a0a73711
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/4499a69bada965d8cb7da7b9f3504b49a0a73711
  Author: Chad Schmutzer (schmutze@) 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-fleet-1.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/ec2-fleet-plugin] b16912: [maven-release-plugin] prepare for next developmen...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: b169126b591cfc2983dc133ce97751740de1
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/b169126b591cfc2983dc133ce97751740de1
  Author: Chad Schmutzer (schmutze@) 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  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/ec2-fleet-plugin]

2019-01-17 Thread GitHub
  Branch: refs/tags/ec2-fleet-1.1.9
  Home:   https://github.com/jenkinsci/ec2-fleet-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/sysdig-secure-plugin]

2019-01-17 Thread GitHub
  Branch: refs/tags/sysdig-secure-1.0.19.3
  Home:   https://github.com/jenkinsci/sysdig-secure-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/sysdig-secure-plugin] 3a457c: [maven-release-plugin] prepare for next developmen...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sysdig-secure-plugin
  Commit: 3a457c7256a63137bd3e224be3991c7350980007
  
https://github.com/jenkinsci/sysdig-secure-plugin/commit/3a457c7256a63137bd3e224be3991c7350980007
  Author: Alfred Landrum 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  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/sysdig-secure-plugin] 841ac0: [maven-release-plugin] prepare release sysdig-secu...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sysdig-secure-plugin
  Commit: 841ac0dd86432643d339b600fb627942973abe2e
  
https://github.com/jenkinsci/sysdig-secure-plugin/commit/841ac0dd86432643d339b600fb627942973abe2e
  Author: Alfred Landrum 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release sysdig-secure-1.0.19.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/jenkins] 379ab3: Deprecating ParserConfigurator.

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 379ab35dedecb3dc0c2cd8fd3a3e60e253a7d833
  
https://github.com/jenkinsci/jenkins/commit/379ab35dedecb3dc0c2cd8fd3a3e60e253a7d833
  Author: Jesse Glick 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M core/src/main/java/hudson/util/io/ParserConfigurator.java

  Log Message:
  ---
  Deprecating ParserConfigurator.


  Commit: b58e833a5666b8c15867666b0af4a9866f29ea49
  
https://github.com/jenkinsci/jenkins/commit/b58e833a5666b8c15867666b0af4a9866f29ea49
  Author: Jesse Glick 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M core/src/main/java/hudson/util/io/ParserConfigurator.java

  Log Message:
  ---
  Merge pull request #3852 from jglick/ParserConfigurator

Deprecating ParserConfigurator


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

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

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


[jenkinsci/acceptance-test-harness]

2019-01-17 Thread GitHub
  Branch: refs/heads/JENKINS-4119
  Home:   https://github.com/jenkinsci/acceptance-test-harness

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

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

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


[jenkinsci/jenkins-test-harness] 7b7ed3: @batmat forgot to note #89 in release notes.

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 7b7ed35ebb97c29c4c21782798d3d28ef7a72a6b
  
https://github.com/jenkinsci/jenkins-test-harness/commit/7b7ed35ebb97c29c4c21782798d3d28ef7a72a6b
  Author: Jesse Glick 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  @batmat forgot to note #89 in release notes.



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

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

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


[jenkinsci/azure-vmss-plugin] d8be89: Add instructions for reporting issues

2019-01-17 Thread GitHub
  Branch: refs/heads/jira
  Home:   https://github.com/jenkinsci/azure-vmss-plugin
  Commit: d8be892432e5b2c886b2fc73fe3689b661a80f80
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/d8be892432e5b2c886b2fc73fe3689b661a80f80
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Add instructions for reporting issues



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

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

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


[jenkinsci/azure-vmss-plugin]

2019-01-17 Thread GitHub
  Branch: refs/heads/jira
  Home:   https://github.com/jenkinsci/azure-vmss-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/azure-vmss-plugin] d8be89: Add instructions for reporting issues

2019-01-17 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-vmss-plugin
  Commit: d8be892432e5b2c886b2fc73fe3689b661a80f80
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/d8be892432e5b2c886b2fc73fe3689b661a80f80
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Add instructions for reporting issues


  Commit: e5f984fbfc1b69f933ffdee4d3e05def653324a2
  
https://github.com/jenkinsci/azure-vmss-plugin/commit/e5f984fbfc1b69f933ffdee4d3e05def653324a2
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #5 from jenkinsci/jira

Add instructions for reporting issues


Compare: 
https://github.com/jenkinsci/azure-vmss-plugin/compare/3a58fcaa8928...e5f984fbfc1b
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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

2019-01-17 Thread GitHub
  Branch: refs/heads/endless_authorization
  Home:   https://github.com/jenkinsci/azure-ad-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/azure-ad-plugin]

2019-01-17 Thread GitHub
  Branch: refs/heads/revert
  Home:   https://github.com/jenkinsci/azure-ad-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/azure-ad-plugin] 383215: Revert "Only expose UPN instead of Object ID"

2019-01-17 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: 383215fdbb8e1a3cc39003e38f06fd6e2afeac30
  
https://github.com/jenkinsci/azure-ad-plugin/commit/383215fdbb8e1a3cc39003e38f06fd6e2afeac30
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAuthenticationToken.java

  Log Message:
  ---
  Revert "Only expose UPN instead of Object ID"

This reverts commit 8c63c2a76c5684b2bae88cf8fb5aed37b6275e90.


  Commit: 7b1de9d8b8f5a3b78134077f0431f9a6e46d88e8
  
https://github.com/jenkinsci/azure-ad-plugin/commit/7b1de9d8b8f5a3b78134077f0431f9a6e46d88e8
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAuthenticationToken.java

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

Revert "Only expose UPN instead of Object ID"


Compare: 
https://github.com/jenkinsci/azure-ad-plugin/compare/e5c1cb17a7d5...7b1de9d8b8f5
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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

2019-01-17 Thread GitHub
  Branch: refs/tags/azure-ad-0.3.2
  Home:   https://github.com/jenkinsci/azure-ad-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/azure-ad-plugin] d9a108: Fix inconsistent users issue

2019-01-17 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: d9a108ddd5c6d2c3b6d03908ba79a93f03c853de
  
https://github.com/jenkinsci/azure-ad-plugin/commit/d9a108ddd5c6d2c3b6d03908ba79a93f03c853de
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAdUser.java
M src/main/java/com/microsoft/jenkins/azuread/AzureSecurityRealm.java

  Log Message:
  ---
  Fix inconsistent users issue


  Commit: e5c1cb17a7d57c5aa11b5894fe0b8ded32d63cb6
  
https://github.com/jenkinsci/azure-ad-plugin/commit/e5c1cb17a7d57c5aa11b5894fe0b8ded32d63cb6
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAdUser.java
M src/main/java/com/microsoft/jenkins/azuread/AzureSecurityRealm.java

  Log Message:
  ---
  Merge pull request #35 from jenkinsci/endless_authorization

Fix inconsistent users issue


Compare: 
https://github.com/jenkinsci/azure-ad-plugin/compare/f8ef95f12ab5...e5c1cb17a7d5
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-ad-plugin] 383215: Revert "Only expose UPN instead of Object ID"

2019-01-17 Thread GitHub
  Branch: refs/heads/revert
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: 383215fdbb8e1a3cc39003e38f06fd6e2afeac30
  
https://github.com/jenkinsci/azure-ad-plugin/commit/383215fdbb8e1a3cc39003e38f06fd6e2afeac30
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAuthenticationToken.java

  Log Message:
  ---
  Revert "Only expose UPN instead of Object ID"

This reverts commit 8c63c2a76c5684b2bae88cf8fb5aed37b6275e90.



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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-ad-plugin] 8c63c2: Only expose UPN instead of Object ID

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: 8c63c2a76c5684b2bae88cf8fb5aed37b6275e90
  
https://github.com/jenkinsci/azure-ad-plugin/commit/8c63c2a76c5684b2bae88cf8fb5aed37b6275e90
  Author: Lennart Espe 
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAuthenticationToken.java

  Log Message:
  ---
  Only expose UPN instead of Object ID


  Commit: 33d3ccf2c019dd7f0489fc17243f2e2852c94740
  
https://github.com/jenkinsci/azure-ad-plugin/commit/33d3ccf2c019dd7f0489fc17243f2e2852c94740
  Author: Jie Shen 
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAuthenticationToken.java

  Log Message:
  ---
  Merge pull request #26 from lnsp/dev

Only expose UPN instead of Object ID


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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS for Jenkins repository


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

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/Utils.java

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


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

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureCachePool.java

  Log Message:
  ---
  Fix typo


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

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAdPlugin.java

  Log Message:
  ---
  Fix dangling Javadoc


  Commit: f8ef95f12ab579e43b232d4829c946847ddcf195
  
https://github.com/jenkinsci/azure-ad-plugin/commit/f8ef95f12ab579e43b232d4829c946847ddcf195
  Author: Jie Shen 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M pom.xml
M src/main/java/com/microsoft/jenkins/azuread/AzureAdPlugin.java
M src/main/java/com/microsoft/jenkins/azuread/AzureCachePool.java
M src/main/java/com/microsoft/jenkins/azuread/Utils.java

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

Code Improvements


  Commit: d9a108ddd5c6d2c3b6d03908ba79a93f03c853de
  
https://github.com/jenkinsci/azure-ad-plugin/commit/d9a108ddd5c6d2c3b6d03908ba79a93f03c853de
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAdUser.java
M src/main/java/com/microsoft/jenkins/azuread/AzureSecurityRealm.java

  Log Message:
  ---
  Fix inconsistent users issue


  Commit: e5c1cb17a7d57c5aa11b5894fe0b8ded32d63cb6
  
https://github.com/jenkinsci/azure-ad-plugin/commit/e5c1cb17a7d57c5aa11b5894fe0b8ded32d63cb6
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAdUser.java
M src/main/java/com/microsoft/jenkins/azuread/AzureSecurityRealm.java

  Log Message:
  ---
  Merge pull request #35 from jenkinsci/endless_authorization

Fix inconsistent users issue


  Commit: 383215fdbb8e1a3cc39003e38f06fd6e2afeac30
  
https://github.com/jenkinsci/azure-ad-plugin/commit/383215fdbb8e1a3cc39003e38f06fd6e2afeac30
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAuthenticationToken.java

  Log Message:
  ---
  Revert "Only expose UPN instead of Object ID"

This reverts commit 8c63c2a76c5684b2bae88cf8fb5aed37b6275e90.


  Commit: 7b1de9d8b8f5a3b78134077f0431f9a6e46d88e8
  
https://github.com/jenkinsci/azure-ad-plugin/commit/7b1de9d8b8f5a3b78134077f0431f9a6e46d88e8
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M src/main/java/com/microsoft/jenkins/azuread/AzureAuthenticationToken.java

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

Revert "Only expose UPN instead of Object ID"


  Commit: d5852aa73738db1a0d600d114be4b6a12781a77b
  
https://github.com/jenkinsci/azure-ad-plugin/commit/d5852aa73738db1a0d600d114be4b6a12781a77b
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Add changelog for version 0.3.2


  Commit: 41f13bab5aa491f69fca0f8bb8356b2737cc45e3

[jenkinsci/azure-ad-plugin] 15c5d1: [maven-release-plugin] prepare for next developmen...

2019-01-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: 15c5d16c1b53ff5307b632bc1013e9d142d53507
  
https://github.com/jenkinsci/azure-ad-plugin/commit/15c5d16c1b53ff5307b632bc1013e9d142d53507
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  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/azure-ad-plugin] d5852a: Add changelog for version 0.3.2

2019-01-17 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: d5852aa73738db1a0d600d114be4b6a12781a77b
  
https://github.com/jenkinsci/azure-ad-plugin/commit/d5852aa73738db1a0d600d114be4b6a12781a77b
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Add changelog for version 0.3.2


  Commit: 41f13bab5aa491f69fca0f8bb8356b2737cc45e3
  
https://github.com/jenkinsci/azure-ad-plugin/commit/41f13bab5aa491f69fca0f8bb8356b2737cc45e3
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release azure-ad-0.3.2


  Commit: 15c5d16c1b53ff5307b632bc1013e9d142d53507
  
https://github.com/jenkinsci/azure-ad-plugin/commit/15c5d16c1b53ff5307b632bc1013e9d142d53507
  Author: Jie Shen 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/azure-ad-plugin/compare/7b1de9d8b8f5...15c5d16c1b53
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

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

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