[jenkinsci/vectorcast-execution-plugin] 22ff62: [maven-release-plugin] prepare for next developmen...

2019-08-13 Thread Richard Keeble
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: 22ff62d9e68e860e638acfdf59659af15b0e67df
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/22ff62d9e68e860e638acfdf59659af15b0e67df
  Author: Richard Keeble 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vectorcast-execution-plugin/push/refs/heads/master/b727c0-22ff62%40github.com.


[jenkinsci/vectorcast-execution-plugin]

2019-08-13 Thread Richard Keeble
  Branch: refs/tags/vectorcast-execution-0.52
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vectorcast-execution-plugin/push/refs/tags/vectorcast-execution-0.52/00-62d944%40github.com.


[jenkinsci/vectorcast-execution-plugin] b727c0: [maven-release-plugin] prepare release vectorcast-...

2019-08-13 Thread Richard Keeble
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: b727c028f44f0a038c9aeb2da533d160a6349a06
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/b727c028f44f0a038c9aeb2da533d160a6349a06
  Author: Richard Keeble 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release vectorcast-execution-0.52


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vectorcast-execution-plugin/push/refs/heads/master/2311e8-b727c0%40github.com.


[jenkinsci/spotinst-plugin] 8a99ec: [src] Support Elastigeoups from multiple Spotinst ...

2019-08-13 Thread Ohad Muchnik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 8a99ecfcc2643b78f76e7391ce1d0c13683b165e
  
https://github.com/jenkinsci/spotinst-plugin/commit/8a99ecfcc2643b78f76e7391ce1d0c13683b165e
  Author: ohadmuchnik 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M src/main/java/hudson/plugins/spotinst/api/SpotinstApi.java
M src/main/java/hudson/plugins/spotinst/cloud/AwsSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/AzureSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/BaseSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/GcpSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/common/AwsInstanceTypeEnum.java
M src/main/java/hudson/plugins/spotinst/repos/AwsGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/AzureGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/GcpGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/IAwsGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/IAzureGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/IGcpGroupRepo.java
M src/main/java/hudson/plugins/spotinst/slave/SpotinstSlave.java
M 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/config.jelly
A 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/help-accountId.html
A 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/help-envVar.html
A 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/help-toolLoc.html
M src/test/java/hudson/plugins/spotinst/SpotinstCloudTest.java

  Log Message:
  ---
  [src] Support Elastigeoups from multiple Spotinst accounts
[src] Add Environment variables and tool locations properties for Elastigroups 
nodes


  Commit: 477e472fc97efc43c8b48a2f715fe9e4268f291f
  
https://github.com/jenkinsci/spotinst-plugin/commit/477e472fc97efc43c8b48a2f715fe9e4268f291f
  Author: Ohad Muchnik 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M src/main/java/hudson/plugins/spotinst/api/SpotinstApi.java
M src/main/java/hudson/plugins/spotinst/cloud/AwsSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/AzureSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/BaseSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/GcpSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/common/AwsInstanceTypeEnum.java
M src/main/java/hudson/plugins/spotinst/repos/AwsGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/AzureGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/GcpGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/IAwsGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/IAzureGroupRepo.java
M src/main/java/hudson/plugins/spotinst/repos/IGcpGroupRepo.java
M src/main/java/hudson/plugins/spotinst/slave/SpotinstSlave.java
M 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/config.jelly
A 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/help-accountId.html
A 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/help-envVar.html
A 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/help-toolLoc.html
M src/test/java/hudson/plugins/spotinst/SpotinstCloudTest.java

  Log Message:
  ---
  Merge pull request #26 from spotinst/master

[src] Support Elastigeoups from multiple Spotinst accounts


Compare: 
https://github.com/jenkinsci/spotinst-plugin/compare/ffec48bded3e...477e472fc97e

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/spotinst-plugin/push/refs/heads/master/ffec48-477e47%40github.com.


[jenkinsci/spotinst-plugin] b0c0ec: [maven-release-plugin] prepare for next developmen...

2019-08-13 Thread Ohad Muchnik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: b0c0ec751c3bf38130b67e8eb46421f32c4b9bf4
  
https://github.com/jenkinsci/spotinst-plugin/commit/b0c0ec751c3bf38130b67e8eb46421f32c4b9bf4
  Author: ohadmuchnik 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/spotinst-plugin/push/refs/heads/master/25ef4a-b0c0ec%40github.com.


[jenkinsci/spotinst-plugin]

2019-08-13 Thread Ohad Muchnik
  Branch: refs/tags/spotinst-2.0.16
  Home:   https://github.com/jenkinsci/spotinst-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/spotinst-plugin/push/refs/tags/spotinst-2.0.16/00-9615da%40github.com.


[jenkinsci/spotinst-plugin] 25ef4a: [maven-release-plugin] prepare release spotinst-2....

2019-08-13 Thread Ohad Muchnik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 25ef4ac906984b0eaf84052474f6ecc766486c2a
  
https://github.com/jenkinsci/spotinst-plugin/commit/25ef4ac906984b0eaf84052474f6ecc766486c2a
  Author: ohadmuchnik 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release spotinst-2.0.16


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/spotinst-plugin/push/refs/heads/master/477e47-25ef4a%40github.com.


[jenkinsci/tricentis-ci-plugin] 5a1a43: [maven-release-plugin] prepare release tricentis-c...

2019-08-13 Thread AgileAOTeam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tricentis-ci-plugin
  Commit: 5a1a431d5152a99c3431fca996b0bbf69ad73741
  
https://github.com/jenkinsci/tricentis-ci-plugin/commit/5a1a431d5152a99c3431fca996b0bbf69ad73741
  Author: pawie 
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release tricentis-ci-1.3


  Commit: 0bc34ff91077bda77031e6cd0b6c7afb6c83a3bc
  
https://github.com/jenkinsci/tricentis-ci-plugin/commit/0bc34ff91077bda77031e6cd0b6c7afb6c83a3bc
  Author: pawie 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of tricentis-ci-1.3


Compare: 
https://github.com/jenkinsci/tricentis-ci-plugin/compare/96ed990598c7...0bc34ff91077

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/tricentis-ci-plugin/push/refs/heads/master/96ed99-0bc34f%40github.com.


[jenkinsci/tricentis-ci-plugin] 2edc11: [maven-release-plugin] prepare release tricentis-c...

2019-08-13 Thread AgileAOTeam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tricentis-ci-plugin
  Commit: 2edc119e08e8d8429f5b09eb47b51047d5bd1598
  
https://github.com/jenkinsci/tricentis-ci-plugin/commit/2edc119e08e8d8429f5b09eb47b51047d5bd1598
  Author: pawie 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release tricentis-ci-1.3


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/tricentis-ci-plugin/push/refs/heads/master/0bc34f-2edc11%40github.com.


[jenkinsci/kiuwan-plugin] a06c2a: SAS-4128 Kiuwan-CI: Modificación del plugin de jen...

2019-08-13 Thread Kiuwan
  Branch: refs/heads/kiuwanCI

  Home:   https://github.com/jenkinsci/kiuwan-plugin

  Commit: a06c2a1db3c1ba1d167a9aa5fc83d962e7a2c01e

  
https://github.com/jenkinsci/kiuwan-plugin/commit/a06c2a1db3c1ba1d167a9aa5fc83d962e7a2c01e

  Author: Guillermo 

  Date:   2019-08-13 (Tue, 13 Aug 2019)



  Changed paths:

M 
src/main/java/com/kiuwan/plugins/kiuwanJenkinsPlugin/runnable/KiuwanRunnable.java



  Log Message:

  ---

  SAS-4128 Kiuwan-CI: Modificación del plugin de jenkins - support for empty 
changesets





-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/kiuwan-plugin/push/refs/heads/kiuwanCI/ddb23d-a06c2a%40github.com.


[jenkinsci/tricentis-ci-plugin] e56cc1: [maven-release-plugin] rollback the release of tri...

2019-08-13 Thread AgileAOTeam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tricentis-ci-plugin
  Commit: e56cc17d2eecc65327f043d9bd39577faf63d817
  
https://github.com/jenkinsci/tricentis-ci-plugin/commit/e56cc17d2eecc65327f043d9bd39577faf63d817
  Author: pawie 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of tricentis-ci-1.3


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/tricentis-ci-plugin/push/refs/heads/master/2edc11-e56cc1%40github.com.


[jenkinsci/tricentis-ci-plugin] e3ca88: [maven-release-plugin] prepare release tricentis-c...

2019-08-13 Thread AgileAOTeam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tricentis-ci-plugin
  Commit: e3ca88cabedd740805e08c488cdaf57f677109d2
  
https://github.com/jenkinsci/tricentis-ci-plugin/commit/e3ca88cabedd740805e08c488cdaf57f677109d2
  Author: pawie 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release tricentis-ci-1.3


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/tricentis-ci-plugin/push/refs/heads/master/e56cc1-e3ca88%40github.com.


[jenkinsci/tricentis-ci-plugin]

2019-08-13 Thread AgileAOTeam
  Branch: refs/tags/tricentis-ci-1.3
  Home:   https://github.com/jenkinsci/tricentis-ci-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/tricentis-ci-plugin/push/refs/tags/tricentis-ci-1.3/00-c071ac%40github.com.


[jenkinsci/tricentis-ci-plugin] 39f841: [maven-release-plugin] prepare for next developmen...

2019-08-13 Thread AgileAOTeam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tricentis-ci-plugin
  Commit: 39f841794d4dcf06ed3066a51b9b40a8606fb218
  
https://github.com/jenkinsci/tricentis-ci-plugin/commit/39f841794d4dcf06ed3066a51b9b40a8606fb218
  Author: pawie 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/tricentis-ci-plugin/push/refs/heads/master/e3ca88-39f841%40github.com.


[jenkinsci/jenkins] 6ae322: [JENKINS-58595] Add missing ${h} in rss and atom v...

2019-08-13 Thread Matt Sicker
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6ae32202576a24a7272ed29a4c7c59ac4551d5a7
  
https://github.com/jenkinsci/jenkins/commit/6ae32202576a24a7272ed29a4c7c59ac4551d5a7
  Author: Matt Sicker 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M core/src/main/resources/hudson/atom.jelly
M core/src/main/resources/hudson/rss20.jelly

  Log Message:
  ---
  [JENKINS-58595] Add missing ${h} in rss and atom views (#4148)

* [JENKINS-58595] Add missing ${h} in rss and atom views

Now that l:view was fixed not to output whitespace, these views can be
updated to directly use l:view. Otherwise, they needed to initialize
the ${h} Jelly variable which is done via l:view normally.

This fixes a regression introduced in SECURITY-534.

Signed-off-by: Matt Sicker 

* Fix the fix

Signed-off-by: Matt Sicker 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/17d45f-6ae322%40github.com.


[jenkinsci/plasticscm-plugin] 0d8405: Fix link to changeset details

2019-08-13 Thread Miguel
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plasticscm-plugin
  Commit: 0d8405c5cb073e5a6bb0e9e407717cb0e6cb6b99
  
https://github.com/jenkinsci/plasticscm-plugin/commit/0d8405c5cb073e5a6bb0e9e407717cb0e6cb6b99
  Author: Krzysztof Knapik 
  Date:   2019-07-22 (Mon, 22 Jul 2019)

  Changed paths:
M 
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/index.jelly

  Log Message:
  ---
  Fix link to changeset details


  Commit: e48c39cbb83a1aafd77f34af6f6c7a1aae61b6b7
  
https://github.com/jenkinsci/plasticscm-plugin/commit/e48c39cbb83a1aafd77f34af6f6c7a1aae61b6b7
  Author: Krzysztof Knapik 
  Date:   2019-07-22 (Mon, 22 Jul 2019)

  Changed paths:
M README.md
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java

  Log Message:
  ---
  Documentation improvements


  Commit: f3c409a8a7a1ce6606a5f624ed518e127aef8485
  
https://github.com/jenkinsci/plasticscm-plugin/commit/f3c409a8a7a1ce6606a5f624ed518e127aef8485
  Author: Krzysztof Knapik 
  Date:   2019-07-23 (Tue, 23 Jul 2019)

  Changed paths:
M pom.xml
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java

  Log Message:
  ---
  Fix job configuration not loading properly


  Commit: 99b529a0962913e6bdcfd039f9e176379633d66a
  
https://github.com/jenkinsci/plasticscm-plugin/commit/99b529a0962913e6bdcfd039f9e176379633d66a
  Author: Krzysztof Knapik 
  Date:   2019-07-23 (Tue, 23 Jul 2019)

  Changed paths:
M 
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/WorkspaceInfo/config.jelly
M 
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/config.jelly
M 
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/global.jelly
M src/main/webapp/selector.html

  Log Message:
  ---
  Translation support


  Commit: 6f47a32f046cd172af9737871bfb9989c4334ac1
  
https://github.com/jenkinsci/plasticscm-plugin/commit/6f47a32f046cd172af9737871bfb9989c4334ac1
  Author: Krzysztof Knapik 
  Date:   2019-07-23 (Tue, 23 Jul 2019)

  Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java

  Log Message:
  ---
  Properly expose fields for Stapler


  Commit: 500e3db54922b1420597c26a3de2ed2e80e360ca
  
https://github.com/jenkinsci/plasticscm-plugin/commit/500e3db54922b1420597c26a3de2ed2e80e360ca
  Author: Krzysztof Knapik 
  Date:   2019-07-24 (Wed, 24 Jul 2019)

  Changed paths:
M README.md
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java

  Log Message:
  ---
  Various fixes

- more readable SCM identifier
- add link to plugin configuration


  Commit: 1cd27776490210196a7946e89bceaf9a3cdd48b6
  
https://github.com/jenkinsci/plasticscm-plugin/commit/1cd27776490210196a7946e89bceaf9a3cdd48b6
  Author: Krzysztof Knapik 
  Date:   2019-07-24 (Wed, 24 Jul 2019)

  Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
M src/main/java/com/codicesoftware/plugins/hudson/model/Workspace.java
M src/main/java/com/codicesoftware/plugins/hudson/util/DateUtil.java
M 
src/main/resources/com/codicesoftware/plugins/hudson/model/BuildData/index.jelly
M 
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/index.jelly

  Log Message:
  ---
  Date field fixes

- replace ZonedDateTime with OffsetDateTime
- fix date deserialization problem
- print date using system locale
- preetify change details view


  Commit: 3221362fbc353b0a668f938c10e2d0b1efb939b6
  
https://github.com/jenkinsci/plasticscm-plugin/commit/3221362fbc353b0a668f938c10e2d0b1efb939b6
  Author: Krzysztof Knapik 
  Date:   2019-07-24 (Wed, 24 Jul 2019)

  Changed paths:
M checkstyle.xml

  Log Message:
  ---
  Merge 'master' into 'housemarque'


  Commit: f0d30035b3b2527e52cbb0ef163b848961e21fed
  
https://github.com/jenkinsci/plasticscm-plugin/commit/f0d30035b3b2527e52cbb0ef163b848961e21fed
  Author: Miguel 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M README.md
M pom.xml
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
M src/main/java/com/codicesoftware/plugins/hudson/model/Workspace.java
M src/main/java/com/codicesoftware/plugins/hudson/util/DateUtil.java
M 
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/WorkspaceInfo/config.jelly
M 
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/config.jelly
M 
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/global.jelly
M 
src/main/resources/com/codicesoftware/plugins/hudson/model/BuildData/index.jelly
M 
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/index.jelly
M src/main/webapp/selector.html

  Log Message:
  ---
  Merge pull request #19 from jenkinsci/housemarque

Housemarque


Compare: 
https://github

[jenkinsci/jenkins] 8fcce3: [JENKINS-58548] Remove extra whitespace from scrip...

2019-08-13 Thread Matt Sicker
  Branch: refs/heads/stable-2.176
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8fcce3c8505313384a337b42444f9dfbccda6ced
  
https://github.com/jenkinsci/jenkins/commit/8fcce3c8505313384a337b42444f9dfbccda6ced
  Author: Matt Sicker 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M core/src/main/resources/jenkins/model/Jenkins/_scriptText.jelly
M core/src/main/resources/lib/layout/view.jelly
M test/src/test/java/jenkins/model/JenkinsTest.java

  Log Message:
  ---
  [JENKINS-58548] Remove extra whitespace from scriptText (#4133)

* [JENKINS-58548] Remove extra whitespace from scriptText

This removes the unnecessary whitespace being output in scriptText
and anywhere else that has non-XML whitespace semantics in its output
when using .

Signed-off-by: Matt Sicker 

* Fix test name

Co-Authored-By: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
(cherry picked from commit dae53088b71d78346d235b8c3bb783c583dd4d52)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/stable-2.176/ae1052-8fcce3%40github.com.


[jenkinsci/acceptance-test-harness] 30724c: Add contributing guidelines

2019-08-13 Thread Oliver Gondža
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/acceptance-test-harness

  Commit: 30724cec6e1d4007cb9550c0af095915be48af32

  
https://github.com/jenkinsci/acceptance-test-harness/commit/30724cec6e1d4007cb9550c0af095915be48af32

  Author: Oliver Gondža 

  Date:   2019-08-02 (Fri, 02 Aug 2019)



  Changed paths:

A docs/CONTRIBUTING.md



  Log Message:

  ---

  Add contributing guidelines





  Commit: 3f6e316fff2630d0479fddeea727d4c14dbafac9

  
https://github.com/jenkinsci/acceptance-test-harness/commit/3f6e316fff2630d0479fddeea727d4c14dbafac9

  Author: Oliver Gondža 

  Date:   2019-08-05 (Mon, 05 Aug 2019)



  Changed paths:

M docs/CONTRIBUTING.md



  Log Message:

  ---

  Add contributing guidelines





  Commit: 43acdf594f143c2ab2e412950bdc9119598c32d2

  
https://github.com/jenkinsci/acceptance-test-harness/commit/43acdf594f143c2ab2e412950bdc9119598c32d2

  Author: Oliver Gondža 

  Date:   2019-08-05 (Mon, 05 Aug 2019)



  Changed paths:

M docs/CONTRIBUTING.md



  Log Message:

  ---

  Adjust wording





  Commit: 4a6896ed10454cfa8de8e73f7f51e08ec5c039c8

  
https://github.com/jenkinsci/acceptance-test-harness/commit/4a6896ed10454cfa8de8e73f7f51e08ec5c039c8

  Author: Oliver Gondža 

  Date:   2019-08-07 (Wed, 07 Aug 2019)



  Changed paths:

M docs/CONTRIBUTING.md



  Log Message:

  ---

  Apply suggestions from code review



Co-Authored-By: Maria Isabel Vilacides 





  Commit: 6e27908d30c06705b658dbc0bf48e423b4ce89c2

  
https://github.com/jenkinsci/acceptance-test-harness/commit/6e27908d30c06705b658dbc0bf48e423b4ce89c2

  Author: Oliver Gondža 

  Date:   2019-08-07 (Wed, 07 Aug 2019)



  Changed paths:

M docs/CONTRIBUTING.md



  Log Message:

  ---

  Update docs/CONTRIBUTING.md



Co-Authored-By: Maria Isabel Vilacides 





  Commit: 799693030ea29684afd5daa27717f6dad3691224

  
https://github.com/jenkinsci/acceptance-test-harness/commit/799693030ea29684afd5daa27717f6dad3691224

  Author: Oliver Gondža 

  Date:   2019-08-13 (Tue, 13 Aug 2019)



  Changed paths:

A docs/CONTRIBUTING.md



  Log Message:

  ---

  Merge pull request #520 from jenkinsci/add-contributing-guidelines



Add contributing guidelines





Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/05388fe53811...799693030ea2

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/heads/master/05388f-799693%40github.com.


[jenkinsci/tfs-plugin] bb3fb4: Clear out Release Notes for next release.

2019-08-13 Thread keljos
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: bb3fb4e401f2a6b234a98f7f16cb1a0996d113cb
  
https://github.com/jenkinsci/tfs-plugin/commit/bb3fb4e401f2a6b234a98f7f16cb1a0996d113cb
  Author: keljos <31480321+kel...@users.noreply.github.com>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M ReleaseNotes.md

  Log Message:
  ---
  Clear out Release Notes for next release.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/tfs-plugin/push/refs/heads/master/fccd8b-bb3fb4%40github.com.


[jenkinsci/logstash-plugin] ad2d2d: Update Jenkinsfile

2019-08-13 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-5
  Home:   https://github.com/jenkinsci/logstash-plugin
  Commit: ad2d2d33c45103d183b7192ead0662164aa64cd1
  
https://github.com/jenkinsci/logstash-plugin/commit/ad2d2d33c45103d183b7192ead0662164aa64cd1
  Author: jakub-bochenski 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/logstash-plugin/push/refs/heads/jakub-bochenski-patch-5/4e56fc-ad2d2d%40github.com.


[jenkinsci/compuware-topaz-for-total-test-plugin]

2019-08-13 Thread Ron Vorndam
  Branch: 
refs/heads/CWE-148206-Functional-Test-Jenkins-plugin-must-allow-accounting-info-parameter
  Home:   https://github.com/jenkinsci/compuware-topaz-for-total-test-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/compuware-topaz-for-total-test-plugin/push/refs/heads/CWE-148206-Functional-Test-Jenkins-plugin-must-allow-accounting-info-parameter/7d37b0-00%40github.com.


[jenkinsci/urltrigger-plugin] 258a43: Updated to use full 0.34 release of XTrigger-Lib

2019-08-13 Thread Tony Noble
  Branch: refs/heads/pipeline-devel
  Home:   https://github.com/jenkinsci/urltrigger-plugin
  Commit: 258a4380230f922039cf458259a0386adfb98129
  
https://github.com/jenkinsci/urltrigger-plugin/commit/258a4380230f922039cf458259a0386adfb98129
  Author: Tony Noble 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated to use full 0.34 release of XTrigger-Lib


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/urltrigger-plugin/push/refs/heads/pipeline-devel/8e090b-258a43%40github.com.


[jenkinsci/compuware-topaz-for-total-test-plugin]

2019-08-13 Thread Ron Vorndam
  Branch: refs/heads/CWE-151589
  Home:   https://github.com/jenkinsci/compuware-topaz-for-total-test-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/compuware-topaz-for-total-test-plugin/push/refs/heads/CWE-151589/00-4993ca%40github.com.


[jenkinsci/compuware-topaz-for-total-test-plugin]

2019-08-13 Thread Ron Vorndam
  Branch: refs/heads/CWE-151589
  Home:   https://github.com/jenkinsci/compuware-topaz-for-total-test-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/compuware-topaz-for-total-test-plugin/push/refs/heads/CWE-151589/4993ca-00%40github.com.


[jenkinsci/calendar-view-plugin] 154db8: chore(package): update webpack to version 4.39.2

2019-08-13 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/webpack-4.39.2
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: 154db84a6dc546a4ef83216fc7bc5cc1ee51de59
  
https://github.com/jenkinsci/calendar-view-plugin/commit/154db84a6dc546a4ef83216fc7bc5cc1ee51de59
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M package.json

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


  Commit: 68074b7cdd0a21fce4cb2d611b4ad1e3955836ab
  
https://github.com/jenkinsci/calendar-view-plugin/commit/68074b7cdd0a21fce4cb2d611b4ad1e3955836ab
  Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M package-lock.json

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


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/154db84a6dc5%5E...68074b7cdd0a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/calendar-view-plugin/push/refs/heads/greenkeeper/webpack-4.39.2/00-68074b%40github.com.


[jenkinsci/compuware-topaz-for-total-test-plugin]

2019-08-13 Thread Ron Vorndam
  Branch: refs/heads/CWE-151527
  Home:   https://github.com/jenkinsci/compuware-topaz-for-total-test-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/compuware-topaz-for-total-test-plugin/push/refs/heads/CWE-151527/00-4993ca%40github.com.


[jenkinsci/remoting] 6e577f: Update no_proxy.md

2019-08-13 Thread Jeff Thompson
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 6e577f71fc995a3c33bc1f8e14475e2782c92708
  
https://github.com/jenkinsci/remoting/commit/6e577f71fc995a3c33bc1f8e14475e2782c92708
  Author: Jeff Thompson <37345299+jeffre...@users.noreply.github.com>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M docs/no_proxy.md

  Log Message:
  ---
  Update no_proxy.md

Fix list formatting.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/remoting/push/refs/heads/master/256d28-6e577f%40github.com.


[jenkinsci/slack-plugin] 63274b: Add bom and cleanup pom (#603)

2019-08-13 Thread Tim Jacomb
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 63274b4e998e5c7771c1c424bc1ab4d9e076048c
  
https://github.com/jenkinsci/slack-plugin/commit/63274b4e998e5c7771c1c424bc1ab4d9e076048c
  Author: Tim Jacomb 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml
R src/test/java/jenkins/plugins/slack/ActiveNotifierTest.java
M src/test/java/jenkins/plugins/slack/MessageBuilderEscapeTest.java
M src/test/java/jenkins/plugins/slack/webhook/WebhookEndpointTest.java
M src/test/java/jenkins/plugins/slack/workflow/MessageBuilderTest.java
M src/test/java/jenkins/plugins/slack/workflow/SlackSendStepTest.java

  Log Message:
  ---
  Add bom and cleanup pom (#603)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/slack-plugin/push/refs/heads/master/bfa37f-63274b%40github.com.


[jenkinsci/pipeline-model-definition-plugin] 1b7002: incrementals

2019-08-13 Thread Liam Newman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-model-definition-plugin
  Commit: 1b700260dfa1bfa8f8c1ea874eb17c04443e7cc8
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/1b700260dfa1bfa8f8c1ea874eb17c04443e7cc8
  Author: Liam Newman 
  Date:   2019-08-12 (Mon, 12 Aug 2019)

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

  Log Message:
  ---
  incrementals


  Commit: 4baa932fd413a750a44320e7fbac01eb4862809e
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/4baa932fd413a750a44320e7fbac01eb4862809e
  Author: Liam Newman 
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  UseAci


  Commit: 367740a4e45345fa59493b8443d39f0c4b35211a
  
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/367740a4e45345fa59493b8443d39f0c4b35211a
  Author: Liam Newman 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M Jenkinsfile
M pipeline-model-api/pom.xml
M pipeline-model-definition/pom.xml
M pipeline-model-extensions/pom.xml
M pipeline-stage-tags-metadata/pom.xml
M pom.xml

  Log Message:
  ---
  Merge pull request #349 from bitwiseman/incrementals

incrementals


Compare: 
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/94fa840c38a4...367740a4e453

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-model-definition-plugin/push/refs/heads/master/94fa84-367740%40github.com.


[jenkinsci/urbancode-velocity-plugin] 187d36: Better Upload Metric Failure Logging

2019-08-13 Thread Adam Boe
  Branch: refs/heads/better-upload-metric-failure-logging
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin
  Commit: 187d36594b533960bc9c8c7266c40e4087a0b5e0
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/187d36594b533960bc9c8c7266c40e4087a0b5e0
  Author: Adam Boe 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M src/main/java/com/ibm/devops/connect/CRPipeline/UploadMetricsFile.java
M src/main/java/com/ibm/devops/connect/CloudPublisher.java

  Log Message:
  ---
  Better Upload Metric Failure Logging


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/urbancode-velocity-plugin/push/refs/heads/better-upload-metric-failure-logging/00-187d36%40github.com.


[jenkinsci/swarm-plugin] 6447e1: Avoid swarm agent description ending with ": null"

2019-08-13 Thread Basil Crow
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/swarm-plugin
  Commit: 6447e1edf6876e066a9f27e70fe72a83e2ba5307
  
https://github.com/jenkinsci/swarm-plugin/commit/6447e1edf6876e066a9f27e70fe72a83e2ba5307
  Author: Jim Klimov 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M plugin/src/main/java/hudson/plugins/swarm/PluginImpl.java

  Log Message:
  ---
  Avoid swarm agent description ending with ": null"

Only append a description if there is any, to the default prefix.


  Commit: 3132d1e0c7768342b2c9072ab39534f9c1b6c8e6
  
https://github.com/jenkinsci/swarm-plugin/commit/3132d1e0c7768342b2c9072ab39534f9c1b6c8e6
  Author: Basil Crow 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M plugin/src/test/java/hudson/plugins/swarm/SwarmClientIntegrationTest.java

  Log Message:
  ---
  Add integration test


  Commit: 38000e1c4ed78ce82466278d59f8ac50998f0476
  
https://github.com/jenkinsci/swarm-plugin/commit/38000e1c4ed78ce82466278d59f8ac50998f0476
  Author: Basil Crow 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M plugin/src/main/java/hudson/plugins/swarm/PluginImpl.java

  Log Message:
  ---
  Reformat


  Commit: 066841c9e0a0304b1ec03d0efb75c199057c2790
  
https://github.com/jenkinsci/swarm-plugin/commit/066841c9e0a0304b1ec03d0efb75c199057c2790
  Author: Basil Crow 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M plugin/src/main/java/hudson/plugins/swarm/PluginImpl.java
M plugin/src/test/java/hudson/plugins/swarm/SwarmClientIntegrationTest.java

  Log Message:
  ---
  Remove unnecessary space when description is set


  Commit: c548331bc6af4834a2e2641f0dd82cc530aa5cba
  
https://github.com/jenkinsci/swarm-plugin/commit/c548331bc6af4834a2e2641f0dd82cc530aa5cba
  Author: Basil Crow 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M plugin/src/main/java/hudson/plugins/swarm/PluginImpl.java
M plugin/src/test/java/hudson/plugins/swarm/SwarmClientIntegrationTest.java

  Log Message:
  ---
  Merge pull request #146 from jimklimov/patch-1

Avoid swarm agent description ending with ": null"


Compare: 
https://github.com/jenkinsci/swarm-plugin/compare/d1ecb5de241b...c548331bc6af

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/swarm-plugin/push/refs/heads/master/d1ecb5-c54833%40github.com.


[jenkinsci/swarm-plugin] 2c40b5: Update dependency management section

2019-08-13 Thread Basil Crow
  Branch: refs/heads/dependabot/maven/com.github.oshi-oshi-core-4.0.0
  Home:   https://github.com/jenkinsci/swarm-plugin
  Commit: 2c40b5d3a9ca5baa68e88ba88780bd30d89cf637
  
https://github.com/jenkinsci/swarm-plugin/commit/2c40b5d3a9ca5baa68e88ba88780bd30d89cf637
  Author: Basil Crow 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Update dependency management section


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/swarm-plugin/push/refs/heads/dependabot/maven/com.github.oshi-oshi-core-4.0.0/115d59-2c40b5%40github.com.


[jenkinsci/credentials-plugin] ccebb3: Replace deprecated API use of Jenkins' getInstance...

2019-08-13 Thread Matt Sicker
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/credentials-plugin

  Commit: ccebb350ed66b0b6254dc6714f32a1262a376e20

  
https://github.com/jenkinsci/credentials-plugin/commit/ccebb350ed66b0b6254dc6714f32a1262a376e20

  Author: René Scheibe 

  Date:   2019-08-13 (Tue, 13 Aug 2019)



  Changed paths:

M docs/consumer.adoc

M src/main/java/com/cloudbees/plugins/credentials/BaseCredentials.java

M src/main/java/com/cloudbees/plugins/credentials/CredentialsDescriptor.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsParameterDefinition.java

M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsProviderManager.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsSelectHelper.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsStoreAction.java

M 
src/main/java/com/cloudbees/plugins/credentials/GlobalCredentialsConfiguration.java

M 
src/main/java/com/cloudbees/plugins/credentials/SystemCredentialsProvider.java

M 
src/main/java/com/cloudbees/plugins/credentials/UserCredentialsProvider.java

M src/main/java/com/cloudbees/plugins/credentials/ViewCredentialsAction.java

M 
src/main/java/com/cloudbees/plugins/credentials/common/AbstractIdCredentialsListBoxModel.java

M 
src/main/java/com/cloudbees/plugins/credentials/fingerprints/ItemCredentialsFingerprintFacet.java

M 
src/main/java/com/cloudbees/plugins/credentials/fingerprints/NodeCredentialsFingerprintFacet.java

M 
src/main/java/com/cloudbees/plugins/credentials/impl/BaseStandardCredentials.java

M 
src/main/java/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl.java

M 
src/test/java/com/cloudbees/plugins/credentials/CredentialsParameterDefinitionTest.java

M 
src/test/java/com/cloudbees/plugins/credentials/CredentialsProviderTest.java

M 
src/test/java/com/cloudbees/plugins/credentials/casc/SystemCredentialsTest.java

M src/test/java/com/cloudbees/plugins/credentials/cli/CLICommandsTest.java

M 
src/test/java/com/cloudbees/plugins/credentials/domains/DomainRestrictedCredentialsTest.java

M src/test/java/com/cloudbees/plugins/credentials/domains/DomainTest.java

M 
src/test/java/com/cloudbees/plugins/credentials/fingerpints/FingerprintTest.java



  Log Message:

  ---

  Replace deprecated API use of Jenkins' getInstance() and getActiveInstance()





  Commit: 3cfa932bcaffdf7e9f9aa2a81a812000958ba45b

  
https://github.com/jenkinsci/credentials-plugin/commit/3cfa932bcaffdf7e9f9aa2a81a812000958ba45b

  Author: Matt Sicker 

  Date:   2019-08-13 (Tue, 13 Aug 2019)



  Changed paths:

M docs/consumer.adoc

M src/main/java/com/cloudbees/plugins/credentials/BaseCredentials.java

M src/main/java/com/cloudbees/plugins/credentials/CredentialsDescriptor.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsParameterDefinition.java

M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsProviderManager.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsSelectHelper.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsStoreAction.java

M 
src/main/java/com/cloudbees/plugins/credentials/GlobalCredentialsConfiguration.java

M 
src/main/java/com/cloudbees/plugins/credentials/SystemCredentialsProvider.java

M 
src/main/java/com/cloudbees/plugins/credentials/UserCredentialsProvider.java

M src/main/java/com/cloudbees/plugins/credentials/ViewCredentialsAction.java

M 
src/main/java/com/cloudbees/plugins/credentials/common/AbstractIdCredentialsListBoxModel.java

M 
src/main/java/com/cloudbees/plugins/credentials/fingerprints/ItemCredentialsFingerprintFacet.java

M 
src/main/java/com/cloudbees/plugins/credentials/fingerprints/NodeCredentialsFingerprintFacet.java

M 
src/main/java/com/cloudbees/plugins/credentials/impl/BaseStandardCredentials.java

M 
src/main/java/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl.java

M 
src/test/java/com/cloudbees/plugins/credentials/CredentialsParameterDefinitionTest.java

M 
src/test/java/com/cloudbees/plugins/credentials/CredentialsProviderTest.java

M 
src/test/java/com/cloudbees/plugins/credentials/casc/SystemCredentialsTest.java

M src/test/java/com/cloudbees/plugins/credentials/cli/CLICommandsTest.java

M 
src/test/java/com/cloudbees/plugins/credentials/domains/DomainRestrictedCredentialsTest.java

M src/test/java/com/cloudbees/plugins/credentials/domains/DomainTest.java

M 
src/test/java/com/cloudbees/plugins/credentials/fingerpints/FingerprintTest.java



  Log Message:

  ---

  Merge pull request #123 from darxriggs/replace-deprecated-jenkins-api



Replace deprecated API use of Jenkins' getInstance() an

[jenkinsci/credentials-plugin] 10dfbb: Fix typos

2019-08-13 Thread Matt Sicker
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/credentials-plugin

  Commit: 10dfbb01717917f44ee3a35ec2469f4437511532

  
https://github.com/jenkinsci/credentials-plugin/commit/10dfbb01717917f44ee3a35ec2469f4437511532

  Author: René Scheibe 

  Date:   2019-08-13 (Tue, 13 Aug 2019)



  Changed paths:

M CONTRIBUTING.md

M README.md

M docs/consumer.adoc

M src/main/java/com/cloudbees/plugins/credentials/CredentialsMatchers.java

M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsProviderFilter.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsProviderManager.java

M src/main/java/com/cloudbees/plugins/credentials/CredentialsTypeFilter.java

M 
src/main/java/com/cloudbees/plugins/credentials/UserCredentialsProvider.java

M 
src/test/java/com/cloudbees/plugins/credentials/CredentialsProviderTest.java

M src/test/java/com/cloudbees/plugins/credentials/cli/CLICommandsTest.java

M 
src/test/resources/com/cloudbees/plugins/credentials/cli/credentials-input.xml



  Log Message:

  ---

  Fix typos





  Commit: 1371e42759cb11dade2633368ee8203276fef1a4

  
https://github.com/jenkinsci/credentials-plugin/commit/1371e42759cb11dade2633368ee8203276fef1a4

  Author: Matt Sicker 

  Date:   2019-08-13 (Tue, 13 Aug 2019)



  Changed paths:

M CONTRIBUTING.md

M README.md

M docs/consumer.adoc

M src/main/java/com/cloudbees/plugins/credentials/CredentialsMatchers.java

M src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsProviderFilter.java

M 
src/main/java/com/cloudbees/plugins/credentials/CredentialsProviderManager.java

M src/main/java/com/cloudbees/plugins/credentials/CredentialsTypeFilter.java

M 
src/main/java/com/cloudbees/plugins/credentials/UserCredentialsProvider.java

M 
src/test/java/com/cloudbees/plugins/credentials/CredentialsProviderTest.java

M src/test/java/com/cloudbees/plugins/credentials/cli/CLICommandsTest.java

M 
src/test/resources/com/cloudbees/plugins/credentials/cli/credentials-input.xml



  Log Message:

  ---

  Merge pull request #124 from darxriggs/fix-typos



Fix typos





Compare: 
https://github.com/jenkinsci/credentials-plugin/compare/3cfa932bcaff...1371e42759cb

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/credentials-plugin/push/refs/heads/master/3cfa93-1371e4%40github.com.


[jenkinsci/urbancode-velocity-plugin] c00f6b: re-run build

2019-08-13 Thread Adam Boe
  Branch: refs/heads/better-upload-metric-failure-logging
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin
  Commit: c00f6b7aebe3b9d93014d605c8b742e81f684b9e
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/c00f6b7aebe3b9d93014d605c8b742e81f684b9e
  Author: Adam Boe 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M src/main/java/com/ibm/devops/connect/CRPipeline/UploadMetricsFile.java

  Log Message:
  ---
  re-run build


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/urbancode-velocity-plugin/push/refs/heads/better-upload-metric-failure-logging/187d36-c00f6b%40github.com.


[jenkinsci/hashicorp-vault-plugin] d7dc13: Rerun CI

2019-08-13 Thread Joseph Petersen
  Branch: refs/heads/jcasc-vault-secrets
  Home:   https://github.com/jenkinsci/hashicorp-vault-plugin
  Commit: d7dc13f66ada0f784c57a25a9fb104b23853f57f
  
https://github.com/jenkinsci/hashicorp-vault-plugin/commit/d7dc13f66ada0f784c57a25a9fb104b23853f57f
  Author: Joseph Petersen 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:

  Log Message:
  ---
  Rerun CI


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/jcasc-vault-secrets/966447-d7dc13%40github.com.


[jenkinsci/hashicorp-vault-plugin] 510a8a: Rerun CI

2019-08-13 Thread Joseph Petersen
  Branch: refs/heads/vault-agent
  Home:   https://github.com/jenkinsci/hashicorp-vault-plugin
  Commit: 510a8a36c5dafee75d7e5bb8699ca5967fa1109c
  
https://github.com/jenkinsci/hashicorp-vault-plugin/commit/510a8a36c5dafee75d7e5bb8699ca5967fa1109c
  Author: Joseph Petersen 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:

  Log Message:
  ---
  Rerun CI


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/vault-agent/fd22b8-510a8a%40github.com.


[jenkinsci/hashicorp-vault-plugin] 73b0fc: Rerun CI

2019-08-13 Thread Joseph Petersen
  Branch: refs/heads/vault-agent
  Home:   https://github.com/jenkinsci/hashicorp-vault-plugin
  Commit: 73b0fc713f3bd75eaffbcd03cc53c3054ae94b71
  
https://github.com/jenkinsci/hashicorp-vault-plugin/commit/73b0fc713f3bd75eaffbcd03cc53c3054ae94b71
  Author: Joseph Petersen 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:

  Log Message:
  ---
  Rerun CI


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/vault-agent/510a8a-73b0fc%40github.com.


[jenkinsci/splunk-devops-plugin]

2019-08-13 Thread Ted
  Branch: refs/tags/1.8.0
  Home:   https://github.com/jenkinsci/splunk-devops-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/splunk-devops-plugin/push/refs/tags/1.8.0/00-bc60ed%40github.com.


[jenkinsci/splunk-devops-plugin] 673b7c: [maven-release-plugin] prepare for next developmen...

2019-08-13 Thread Ted
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/splunk-devops-plugin
  Commit: 673b7c45113e9b1dc677e77d012027941b79c03a
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/673b7c45113e9b1dc677e77d012027941b79c03a
  Author: Ted Xiao 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

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

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/splunk-devops-plugin/push/refs/heads/master/e3c8cd-673b7c%40github.com.


[jenkinsci/splunk-devops-plugin] 40c368: bump to 1.8.0-SNAPSHOT, change jenkins dependency ...

2019-08-13 Thread Ted
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/splunk-devops-plugin
  Commit: 40c3681c58e1f542dc9f36af07fbdc26934e6d1f
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/40c3681c58e1f542dc9f36af07fbdc26934e6d1f
  Author: Ted Xiao 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M pom.xml
M splunk-devops-extend/pom.xml
M splunk-devops-shaded/pom.xml
M splunk-devops/pom.xml
M 
splunk-devops/src/main/java/com/splunk/splunkjenkins/utils/LogEventHelper.java

  Log Message:
  ---
  bump to 1.8.0-SNAPSHOT, change jenkins dependency to 2.60.3 and 
script-security to 1.61


  Commit: 58db2878a7faa4c34f73774f28740e5ac8041928
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/58db2878a7faa4c34f73774f28740e5ac8041928
  Author: Ted Xiao 
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
M 
splunk-devops/src/main/java/com/splunk/splunkjenkins/SplunkJenkinsInstallation.java
M 
splunk-devops/src/main/java/com/splunk/splunkjenkins/utils/LogEventHelper.java
M 
splunk-devops/src/main/resources/com/splunk/splunkjenkins/SplunkJenkinsInstallation/config.jelly

  Log Message:
  ---
  fix SECURITY-1294 form check security issue


  Commit: e3c8cda7e5eda3da6fb4af36ce696d1e38748171
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/e3c8cda7e5eda3da6fb4af36ce696d1e38748171
  Author: Ted Xiao 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

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

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


Compare: 
https://github.com/jenkinsci/splunk-devops-plugin/compare/ff5084eb6cc3...e3c8cda7e5ed

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/splunk-devops-plugin/push/refs/heads/master/ff5084-e3c8cd%40github.com.


[jenkinsci/influxdb-plugin] c95a63: Upgrade parent pom

2019-08-13 Thread Aleksi Simell
  Branch: refs/heads/development

  Home:   https://github.com/jenkinsci/influxdb-plugin

  Commit: c95a634b9eec22711270c3590d0932ad81ee756e

  
https://github.com/jenkinsci/influxdb-plugin/commit/c95a634b9eec22711270c3590d0932ad81ee756e

  Author: René Scheibe 

  Date:   2019-08-12 (Mon, 12 Aug 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade parent pom





  Commit: 8786b06a8e44c4c896b53e116ef734017daa0962

  
https://github.com/jenkinsci/influxdb-plugin/commit/8786b06a8e44c4c896b53e116ef734017daa0962

  Author: René Scheibe 

  Date:   2019-08-12 (Mon, 12 Aug 2019)



  Changed paths:

M README.md

M pom.xml

M src/main/java/jenkinsci/plugins/influxdb/InfluxDbPublicationService.java

M 
src/main/java/jenkinsci/plugins/influxdb/generators/AbstractPointGenerator.java

M src/main/java/jenkinsci/plugins/influxdb/renderer/ProjectNameRenderer.java



  Log Message:

  ---

  Improve wording & formatting





  Commit: 948ef13988eeae75528ea53847400d1e3e0cdb2c

  
https://github.com/jenkinsci/influxdb-plugin/commit/948ef13988eeae75528ea53847400d1e3e0cdb2c

  Author: René Scheibe 

  Date:   2019-08-12 (Mon, 12 Aug 2019)



  Changed paths:

M src/main/java/jenkinsci/plugins/influxdb/DescriptorImpl.java

M src/main/java/jenkinsci/plugins/influxdb/InfluxDbPublisher.java

M src/main/java/jenkinsci/plugins/influxdb/global/GlobalRunListener.java



  Log Message:

  ---

  Simplify target list handling



No explicit null check required (as in other places).



Annotate method with `@Nonnull` to clearly describe this.





  Commit: 7fc246e9037e3b6a87384722e25dc3e8a73df3a8

  
https://github.com/jenkinsci/influxdb-plugin/commit/7fc246e9037e3b6a87384722e25dc3e8a73df3a8

  Author: René Scheibe 

  Date:   2019-08-12 (Mon, 12 Aug 2019)



  Changed paths:

M src/main/java/jenkinsci/plugins/influxdb/InfluxDbPublisher.java

M 
src/main/java/jenkinsci/plugins/influxdb/generators/AbstractPointGenerator.java

M 
src/main/java/jenkinsci/plugins/influxdb/generators/JenkinsBasePointGenerator.java



  Log Message:

  ---

  Remove extra final occurrences



They have been littered in the code in only rare places.





  Commit: 3baa419934962914be55592887597210a1a31085

  
https://github.com/jenkinsci/influxdb-plugin/commit/3baa419934962914be55592887597210a1a31085

  Author: René Scheibe 

  Date:   2019-08-12 (Mon, 12 Aug 2019)



  Changed paths:

M 
src/main/java/jenkinsci/plugins/influxdb/generators/JenkinsBasePointGenerator.java



  Log Message:

  ---

  Reduce code duplication





  Commit: 9abe55b19e3f1162015335fbf0dec2ecd7542263

  
https://github.com/jenkinsci/influxdb-plugin/commit/9abe55b19e3f1162015335fbf0dec2ecd7542263

  Author: René Scheibe 

  Date:   2019-08-12 (Mon, 12 Aug 2019)



  Changed paths:

M src/main/java/jenkinsci/plugins/influxdb/renderer/ProjectNameRenderer.java



  Log Message:

  ---

  Reduce visibility of internal methods in ProjectNameRenderer





  Commit: d98c7cc715ec724dab20a0286faaea936de97a9a

  
https://github.com/jenkinsci/influxdb-plugin/commit/d98c7cc715ec724dab20a0286faaea936de97a9a

  Author: René Scheibe 

  Date:   2019-08-12 (Mon, 12 Aug 2019)



  Changed paths:

M 
src/main/java/jenkinsci/plugins/influxdb/generators/RobotFrameworkPointGenerator.java



  Log Message:

  ---

  Reduce inner class visibility





  Commit: f7d4ce13f15db8177cb5f5cba2b069a343be1f49

  
https://github.com/jenkinsci/influxdb-plugin/commit/f7d4ce13f15db8177cb5f5cba2b069a343be1f49

  Author: René Scheibe 

  Date:   2019-08-12 (Mon, 12 Aug 2019)



  Changed paths:

M 
src/main/java/jenkinsci/plugins/influxdb/generators/AbstractPointGenerator.java

M src/main/java/jenkinsci/plugins/influxdb/renderer/ProjectNameRenderer.java



  Log Message:

  ---

  Simplify/Optimize replacement of dashes



Use the method that takes a char instead of a regex.





  Commit: 8dc4a2a0b2e8d16d6bef8d9d646f405800f0f7a0

  
https://github.com/jenkinsci/influxdb-plugin/commit/8dc4a2a0b2e8d16d6bef8d9d646f405800f0f7a0

  Author: Aleksi Simell 

  Date:   2019-08-14 (Wed, 14 Aug 2019)



  Changed paths:

M README.md

M pom.xml

M src/main/java/jenkinsci/plugins/influxdb/DescriptorImpl.java

M src/main/java/jenkinsci/plugins/influxdb/InfluxDbPublicationService.java

M src/main/java/jenkinsci/plugins/influxdb/InfluxDbPublisher.java

M 
src/main/java/jenkinsci/plugins/influxdb/generators/AbstractPointGenerator.java

M 
src/main/java/jenkinsci/plugins/influxdb/generators/JenkinsBasePointGenerator.java

M 
src/main/java/jenkinsci/plugins/influxdb/generators/RobotFrameworkPointGenerator.java

M src/main/java/jenkinsci/plugins/influxdb/global/GlobalRunListener.java

M src/main/java/jenkinsci/plugins/influxdb/renderer/ProjectNameRenderer.java



  Log Message:

  ---

  Merge pull request 

[jenkinsci/azure-acs-plugin] b1a95b: Bump Jenkins version to 2.60.3

2019-08-13 Thread Jie Shen
  Branch: refs/heads/jks2603
  Home:   https://github.com/jenkinsci/azure-acs-plugin
  Commit: b1a95b85736e6000ab52fb7d7c0ba8dfc38c35ad
  
https://github.com/jenkinsci/azure-acs-plugin/commit/b1a95b85736e6000ab52fb7d7c0ba8dfc38c35ad
  Author: Jie Shen 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
M pom.xml
M 
src/main/java/com/microsoft/jenkins/acs/orchestrators/DeploymentConfig.java
M 
src/main/java/com/microsoft/jenkins/acs/orchestrators/MarathonDeploymentConfig.java
M src/main/java/com/microsoft/jenkins/acs/util/Constants.java
M src/main/java/com/microsoft/jenkins/acs/util/DeployHelper.java

  Log Message:
  ---
  Bump Jenkins version to 2.60.3


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/azure-acs-plugin/push/refs/heads/jks2603/00-b1a95b%40github.com.