[jenkinsci/code-coverage-api-plugin] f9571f: Speed up copying source files

2019-04-27 Thread Shenyu Zheng
  Branch: refs/heads/feat/multi-thread
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: f9571f96db20715c51c8f71ca4182d49faf5efb5
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/f9571f96db20715c51c8f71ca4182d49faf5efb5
  Author: Shenyu Zheng 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java

  Log Message:
  ---
  Speed up copying source files

Use 'FixedThreadPool' to create five thread to copy files.

See: https://github.com/jenkinsci/code-coverage-api-plugin/issues/77


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


[jenkinsci/code-coverage-api-plugin] 0889bf: Add serialVersionUID to CoverageElement

2019-04-27 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 0889bf4c213ff3b3ed7bff62b37359c90eda0f5e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/0889bf4c213ff3b3ed7bff62b37359c90eda0f5e
  Author: Shenyu Zheng 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageElement.java

  Log Message:
  ---
  Add serialVersionUID to CoverageElement

The auto-generated serialVersionUID is '6722992955158201174L' in old versions,
So I add it to CoverageElement.
It may causes backfowards issuse in different platform, but it cannot be fixed 
easily.
CoverageElement(s) are stored in TreeMap, TreeMap will deserialize object
by calling ObjectInputStream `readObject` method directly. It will throw 
exception when
there are different serialVersionUID between serialized class and current class.
I cannot change this behaviour easily :(


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


[jenkinsci/office-365-connector-plugin] 018eb1: Theme uses same colors as Jenkins (#120)

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 018eb1bfa9212df35299c0f16c3eaf39fd3b9895
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/018eb1bfa9212df35299c0f16c3eaf39fd3b9895
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/CardBuilder.java
M src/test/resources/requests/completed-failure.json
M src/test/resources/requests/completed-success.json

  Log Message:
  ---
  Theme uses same colors as Jenkins (#120)


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


[jenkinsci/office-365-connector-plugin] 7f8873: Theme uses same colors as Jenkins

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/color
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 7f88737094e7d740e42546d7b269bd131a0dd685
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/7f88737094e7d740e42546d7b269bd131a0dd685
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/CardBuilder.java
M src/test/resources/requests/completed-failure.json
M src/test/resources/requests/completed-success.json

  Log Message:
  ---
  Theme uses same colors as Jenkins


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


[jenkinsci/office-365-connector-plugin]

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/completed
  Home:   https://github.com/jenkinsci/office-365-connector-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/office-365-connector-plugin] 8ac379: Remove support for ongoing job for completed statu...

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 8ac379e1e13c3759d51aad8e50a940c37f9f1df6
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/8ac379e1e13c3759d51aad8e50a940c37f9f1df6
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/CardBuilder.java

  Log Message:
  ---
  Remove support for ongoing job for completed status (#121)


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


[jenkinsci/office-365-connector-plugin] 8ba78c: Remove support for ongoing job for completed status

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/completed
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 8ba78c89b9d81706ed3b633d316ada65956e2f49
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/8ba78c89b9d81706ed3b633d316ada65956e2f49
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/CardBuilder.java

  Log Message:
  ---
  Remove support for ongoing job for completed status


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


[jenkinsci/office-365-connector-plugin] beeeeb: Remove support for ongoing job for completed status

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/completed
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: bbbebf4150cea7ed9440fc71ff70e23117ac
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/bbbebf4150cea7ed9440fc71ff70e23117ac
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/CardBuilder.java

  Log Message:
  ---
  Remove support for ongoing job for completed status


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


[jenkinsci/office-365-connector-plugin] 116a0d: Remove support for ongoing job for completed status

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/completed
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 116a0d50d026b4f113c27128300eb3f11942f53f
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/116a0d50d026b4f113c27128300eb3f11942f53f
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/CardBuilder.java

  Log Message:
  ---
  Remove support for ongoing job for completed status


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


[jenkinsci/office-365-connector-plugin]

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/completed
  Home:   https://github.com/jenkinsci/office-365-connector-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/office-365-connector-plugin] 9f88c0: Theme uses same colors as Jenkins

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/color
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 9f88c0a7f11eebc47ef350e7b9f578097c9cfc15
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/9f88c0a7f11eebc47ef350e7b9f578097c9cfc15
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/CardBuilder.java
M src/test/resources/requests/completed-failure.json
M src/test/resources/requests/completed-success.json

  Log Message:
  ---
  Theme uses same colors as Jenkins


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


[jenkinsci/office-365-connector-plugin] 744b39: Remove support for ongoing job for completed status

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/completed
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 744b39f70a0d6964e9d16f6259623495a2c90c00
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/744b39f70a0d6964e9d16f6259623495a2c90c00
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/CardBuilder.java

  Log Message:
  ---
  Remove support for ongoing job for completed status


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


[jenkinsci/office-365-connector-plugin]

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/test
  Home:   https://github.com/jenkinsci/office-365-connector-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/office-365-connector-plugin] fed283: Introduce test with more developers (#118)

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: fed2833c92c578206c89f7d3c64026e938d835c1
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/fed2833c92c578206c89f7d3c64026e938d835c1
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
R 
src/test/java/jenkins/plugins/office365connector/Office365ConnectorWebhookNotifierIntegrationTest.java
A 
src/test/java/jenkins/plugins/office365connector/SampleIntegrationTest.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/AffectedFileBuilder.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/ChangeLogSetBuilder.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/ClassicDisplayURLProviderBuilder.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/WebhookBuilder.java
A 
src/test/java/jenkins/plugins/office365connector/workflow/AbstractIntegrationTest.java
A 
src/test/java/jenkins/plugins/office365connector/workflow/DevelopersIntegrationTest.java
A src/test/resources/requests/started-developers.json

  Log Message:
  ---
  Introduce test with more developers (#118)


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


[jenkinsci/office-365-connector-plugin] bb4956: Introduce test with more developers

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/test
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: bb49568a245ac7424c28effd0be35dc3837a7d15
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/bb49568a245ac7424c28effd0be35dc3837a7d15
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
R 
src/test/java/jenkins/plugins/office365connector/Office365ConnectorWebhookNotifierIntegrationTest.java
A 
src/test/java/jenkins/plugins/office365connector/SampleIntegrationTest.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/AffectedFileBuilder.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/ChangeLogSetBuilder.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/ClassicDisplayURLProviderBuilder.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/WebhookBuilder.java
A 
src/test/java/jenkins/plugins/office365connector/workflow/AbstractIntegrationTest.java
A 
src/test/java/jenkins/plugins/office365connector/workflow/DevelopersIntegrationTest.java
A src/test/resources/requests/started-developers.json

  Log Message:
  ---
  Introduce test with more developers


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


[jenkinsci/matrix-auth-plugin] 23529e: Add readme

2019-04-27 Thread Daniel Beck
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 23529e21d1f66310b22e0ebb13e20678022f203b
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/23529e21d1f66310b22e0ebb13e20678022f203b
  Author: Daniel Beck 
  Date:   2019-04-27 (Sat, 27 Apr 2019)

  Changed paths:
A README.md

  Log Message:
  ---
  Add readme


  Commit: 2917d4cf2539aab32ade183a5b9e2453460d59d0
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/2917d4cf2539aab32ade183a5b9e2453460d59d0
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
A README.md

  Log Message:
  ---
  Merge pull request #61 from daniel-beck/readme

Add readme


Compare: 
https://github.com/jenkinsci/matrix-auth-plugin/compare/eb4f4e40e50b...2917d4cf2539

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


[jenkinsci/office-365-connector-plugin] cecae3: Introduce test with more developers

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/test
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: cecae3dc21799e6773e1c790a6910f4aeee7d3f8
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/cecae3dc21799e6773e1c790a6910f4aeee7d3f8
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
R 
src/test/java/jenkins/plugins/office365connector/Office365ConnectorWebhookNotifierIntegrationTest.java
A 
src/test/java/jenkins/plugins/office365connector/SampleIntegrationTest.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/AffectedFileBuilder.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/ChangeLogSetBuilder.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/ClassicDisplayURLProviderBuilder.java
M 
src/test/java/jenkins/plugins/office365connector/helpers/WebhookBuilder.java
A 
src/test/java/jenkins/plugins/office365connector/workflow/AbstractIntegrationTest.java
A 
src/test/java/jenkins/plugins/office365connector/workflow/DevelopersIntegrationTest.java
A src/test/resources/requests/started-developers.json

  Log Message:
  ---
  Introduce test with more developers


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


[jenkinsci/office-365-connector-plugin]

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/authors
  Home:   https://github.com/jenkinsci/office-365-connector-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/office-365-connector-plugin] f2aa04: Order of listed authors is not changed (#117)

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: f2aa0498276e77e92b83a7ca2adb126292dbb081
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/f2aa0498276e77e92b83a7ca2adb126292dbb081
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/FactsBuilder.java

  Log Message:
  ---
  Order of listed authors is not changed (#117)


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


[jenkinsci/office-365-connector-plugin] 87dcc6: Order of listed authors is not changed

2019-04-27 Thread Damian Szczepanik
  Branch: refs/heads/authors
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 87dcc6f1ee85a880494fd821f4507a5fb99e8b83
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/87dcc6f1ee85a880494fd821f4507a5fb99e8b83
  Author: Damian Szczepanik 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M src/main/java/jenkins/plugins/office365connector/FactsBuilder.java

  Log Message:
  ---
  Order of listed authors is not changed


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


[jenkinsci/changes-since-last-success-plugin] ea0c8d: Updating distributionManagement section for new re...

2019-04-27 Thread Tony Noble
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/changes-since-last-success-plugin
  Commit: ea0c8d75652678e3b5963a44c64b533ba0358a56
  
https://github.com/jenkinsci/changes-since-last-success-plugin/commit/ea0c8d75652678e3b5963a44c64b533ba0358a56
  Author: Tony Noble 
  Date:   2019-04-27 (Sat, 27 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating distributionManagement section for new repo locations


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


[jenkinsci/git-plugin] fe2136: Add JENKINS-51638 test from jglick

2019-04-27 Thread Mark Waite
  Branch: refs/heads/stable-3.10
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: fe213697f0e1b7abe6d4a04925e5f344d38451a5
  
https://github.com/jenkinsci/git-plugin/commit/fe213697f0e1b7abe6d4a04925e5f344d38451a5
  Author: Mark Waite 
  Date:   2019-04-26 (Fri, 26 Apr 2019)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/git/UserMergeOptionsTest.java

  Log Message:
  ---
  Add JENKINS-51638 test from jglick


  Commit: 8fa4089829b89b68c386225aa76db22b91373e2c
  
https://github.com/jenkinsci/git-plugin/commit/8fa4089829b89b68c386225aa76db22b91373e2c
  Author: Mark Waite 
  Date:   2019-04-26 (Fri, 26 Apr 2019)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/git/UserMergeOptions.java

  Log Message:
  ---
  Fix JENKINS-56138 - MergeStrategy 'default'

The API in JENKINS-44892 can be used to solve JENKINS-51638.

Backport of Jesse Glick's original implementation.
See https://github.com/jenkinsci/git-plugin/pull/699


  Commit: 00b86c1d2ec9231d4376964b48c49afb8b5c09cb
  
https://github.com/jenkinsci/git-plugin/commit/00b86c1d2ec9231d4376964b48c49afb8b5c09cb
  Author: Mark Waite 
  Date:   2019-04-27 (Sat, 27 Apr 2019)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/git/UserMergeOptions.java
M src/test/java/hudson/plugins/git/UserMergeOptionsTest.java

  Log Message:
  ---
  Merge pull request #711 from MarkEWaite/stable-3.10-JENKINS-51638

Fix JENKINS-51638 - allow lower case 'default' UserMergeStrategy


Compare: 
https://github.com/jenkinsci/git-plugin/compare/06f8b1725b16...00b86c1d2ec9

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


[jenkinsci/matrix-auth-plugin] eb4f4e: [maven-release-plugin] prepare for next developmen...

2019-04-27 Thread Daniel Beck
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: eb4f4e40e50bfd6e9178d84ebf4b64af438078eb
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/eb4f4e40e50bfd6e9178d84ebf4b64af438078eb
  Author: Daniel Beck 
  Date:   2019-04-27 (Sat, 27 Apr 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/matrix-auth-plugin] 56dd39: [maven-release-plugin] prepare release matrix-auth...

2019-04-27 Thread Daniel Beck
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 56dd39f3cce8d1ab5a70eaf2f3b752535b6c2f15
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/56dd39f3cce8d1ab5a70eaf2f3b752535b6c2f15
  Author: Daniel Beck 
  Date:   2019-04-27 (Sat, 27 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release matrix-auth-2.4.1


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


[jenkinsci/matrix-auth-plugin]

2019-04-27 Thread Daniel Beck
  Branch: refs/tags/matrix-auth-2.4.1
  Home:   https://github.com/jenkinsci/matrix-auth-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/matrix-auth-plugin] 17bb81: Properly work with optional dependency

2019-04-27 Thread Daniel Beck
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 17bb81219b7826f1e487c4a7737526282d531456
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/17bb81219b7826f1e487c4a7737526282d531456
  Author: Daniel Beck 
  Date:   2019-04-27 (Sat, 27 Apr 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/matrixauth/AuthorizationMatrixNodeProperty.java
A 
src/main/java/org/jenkinsci/plugins/matrixauth/integrations/casc/AuthorizationMatrixNodePropertyConfigurator.java

  Log Message:
  ---
  Properly work with optional dependency


  Commit: 45c8d8b6bacb42b77a86366c788dbdac24b2e82e
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/45c8d8b6bacb42b77a86366c788dbdac24b2e82e
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2019-04-27 (Sat, 27 Apr 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/matrixauth/AuthorizationMatrixNodeProperty.java
A 
src/main/java/org/jenkinsci/plugins/matrixauth/integrations/casc/AuthorizationMatrixNodePropertyConfigurator.java

  Log Message:
  ---
  Merge pull request #62 from daniel-beck/casc-fail-node-descriptor

Properly work with optional dependency


Compare: 
https://github.com/jenkinsci/matrix-auth-plugin/compare/3fdc5991913d...45c8d8b6bacb

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


[jenkinsci/stash-pullrequest-builder-plugin] b5fc46: pom.xml: Replace unneeded dependency on git with d...

2019-04-27 Thread Pavel Roskin
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: b5fc46ad61c4261b5dcee1004c18df0bbeddfa66
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/b5fc46ad61c4261b5dcee1004c18df0bbeddfa66
  Author: Pavel Roskin 
  Date:   2019-04-27 (Sat, 27 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  pom.xml: Replace unneeded dependency on git with direct dependencies

org.apache.http.params.CoreConnectionPNames needs httpclient 4.5.2.

Junit is used in unit tests.


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


[jenkinsci/sitemonitor-plugin] bd3d29: Merge pull request #2 from jenkinsci/master

2019-04-27 Thread Francisco Hernández Suárez
  Branch: refs/heads/master

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

  Commit: bd3d2944ae654bbce2d4c198eee9c071b762bb83

  
https://github.com/jenkinsci/sitemonitor-plugin/commit/bd3d2944ae654bbce2d4c198eee9c071b762bb83

  Author: Francisco Hernández Suárez 

  Date:   2019-04-26 (Fri, 26 Apr 2019)



  Changed paths:

M .gitignore

A README.md

M pom.xml

A run.sh

M src/main/java/hudson/plugins/sitemonitor/SiteMonitorRecorder.java

M src/main/java/hudson/plugins/sitemonitor/SiteMonitorValidator.java

M src/main/java/hudson/plugins/sitemonitor/mapper/JsonToSiteMapper.java

M 
src/main/java/hudson/plugins/sitemonitor/mapper/SuccessCodeListToCvString.java

M src/main/webapp/url.html

A 
src/test/java/hudson/plugins/sitemonitor/mapper/SuccessCodeListToCvStringTest.java



  Log Message:

  ---

  Merge pull request #2 from jenkinsci/master



Sync jenkins master





  Commit: 1779c8a07da99a1db199c87359c1f1f23b6defb6

  
https://github.com/jenkinsci/sitemonitor-plugin/commit/1779c8a07da99a1db199c87359c1f1f23b6defb6

  Author: onuba - Francisco Hernandez 

  Date:   2019-04-27 (Sat, 27 Apr 2019)



  Changed paths:

A maven-hpi-plugin-2.0.jar

M pom.xml

M run.sh

M src/main/java/hudson/plugins/sitemonitor/SiteMonitorRecorder.java

M src/main/java/hudson/plugins/sitemonitor/SiteMonitorRootAction.java

M 
src/main/java/hudson/plugins/sitemonitor/mapper/SuccessCodeListToCvString.java



  Log Message:

  ---

  Updated plugin dependencies and parent versions





  Commit: 5fc922eb8e49ab28c229d2282af501f7c6d2b6e2

  
https://github.com/jenkinsci/sitemonitor-plugin/commit/5fc922eb8e49ab28c229d2282af501f7c6d2b6e2

  Author: onuba - Francisco Hernandez 

  Date:   2019-04-27 (Sat, 27 Apr 2019)



  Changed paths:

R maven-hpi-plugin-2.0.jar



  Log Message:

  ---

  Updated plugin dependencies and parent versions





  Commit: 823aef31267295477866aabb3b7c4ee516ecf1c1

  
https://github.com/jenkinsci/sitemonitor-plugin/commit/823aef31267295477866aabb3b7c4ee516ecf1c1

  Author: Francisco Hernández Suárez 

  Date:   2019-04-27 (Sat, 27 Apr 2019)



  Changed paths:

M pom.xml

M run.sh

M src/main/java/hudson/plugins/sitemonitor/SiteMonitorRecorder.java

M src/main/java/hudson/plugins/sitemonitor/SiteMonitorRootAction.java

M 
src/main/java/hudson/plugins/sitemonitor/mapper/SuccessCodeListToCvString.java



  Log Message:

  ---

  Merge pull request #18 from onuba/master



Updated dependencies





Compare: 
https://github.com/jenkinsci/sitemonitor-plugin/compare/be0c46c042bd...823aef312672

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