[jenkinsci/docker-build-publish-plugin] a26fd2: Bump bom-2.263.x from 25 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.263.x-27
  Home:   https://github.com/jenkinsci/docker-build-publish-plugin
  Commit: a26fd2f1511cbf572dc8b473fc7dbbb7f0591307
  
https://github.com/jenkinsci/docker-build-publish-plugin/commit/a26fd2f1511cbf572dc8b473fc7dbbb7f0591307
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.263.x from 25 to 27

Bumps [bom-2.263.x](https://github.com/jenkinsci/bom) from 25 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/docker-build-publish-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.263.x-27/00-a26fd2%40github.com.


[jenkinsci/docker-build-publish-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.263.x-26
  Home:   https://github.com/jenkinsci/docker-build-publish-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/docker-build-publish-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.263.x-26/35f091-00%40github.com.


[jenkinsci/jenkins-test-harness] f89e05: Bump actions/setup-java from v1 to v2

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: f89e0597f0205b0abe3d71c028212747995c754f
  
https://github.com/jenkinsci/jenkins-test-harness/commit/f89e0597f0205b0abe3d71c028212747995c754f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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-test-harness/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/00-f89e05%40github.com.


[jenkinsci/ldap-plugin] 57df77: [JENKINS-65117] fix compilation issue with eclipse...

2021-04-06 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: 57df77efeeafb76b88fddb856550a150dda1f9ed
  
https://github.com/jenkinsci/ldap-plugin/commit/57df77efeeafb76b88fddb856550a150dda1f9ed
  Author: James Nord 
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
M src/main/java/jenkins/security/plugins/ldap/LDAPExtendedTemplate.java

  Log Message:
  ---
  [JENKINS-65117] fix compilation issue with eclipse compiler


  Commit: 34e7134d891b94bba8ddef2cd9a0b1860d4010cc
  
https://github.com/jenkinsci/ldap-plugin/commit/34e7134d891b94bba8ddef2cd9a0b1860d4010cc
  Author: James Nord 
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
M src/main/resources/jenkins/security/plugins/ldap/Messages.properties

  Log Message:
  ---
  [JENKINS-65117] DN is DN not Dn (Distinguished Name


  Commit: f79d19b1dd380819ca25a3f1e99412cdda04395c
  
https://github.com/jenkinsci/ldap-plugin/commit/f79d19b1dd380819ca25a3f1e99412cdda04395c
  Author: James Nord 
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
M src/main/java/hudson/security/LDAPSecurityRealm.java
M src/main/resources/jenkins/security/plugins/ldap/Messages.properties

  Log Message:
  ---
  [JENKINS-65117] check a parsed DN not a String

A DN is hierachical and contains attribute names and their values.
an attribute name is case insensitive so when comparing a String
representaion of a DN you will have incorrect results if one side has a
different case for the attribute name than the other.

The solution is to parse the DN and compare the parsed results.

Manually tested with the planet express test DB and with a user that has
some characters that need to be escaped as part of its CN (a comma).


  Commit: c50972036f2c5004439c1d377858181cc5aa6e8c
  
https://github.com/jenkinsci/ldap-plugin/commit/c50972036f2c5004439c1d377858181cc5aa6e8c
  Author: James Nord 
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
M src/main/java/hudson/security/LDAPSecurityRealm.java

  Log Message:
  ---
  Update src/main/java/hudson/security/LDAPSecurityRealm.java


  Commit: de742b360d0824a8a19156ebec947131d4e25418
  
https://github.com/jenkinsci/ldap-plugin/commit/de742b360d0824a8a19156ebec947131d4e25418
  Author: Robert Sandell 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M src/main/java/hudson/security/LDAPSecurityRealm.java
M src/main/java/jenkins/security/plugins/ldap/LDAPExtendedTemplate.java
M src/main/resources/jenkins/security/plugins/ldap/Messages.properties

  Log Message:
  ---
  Merge pull request #81 from jtnord/JENKINS-65117

[JENKINS-65117] fix the case sensitivity in the test method for the DN


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/198699721f5e...de742b360d08

-- 
You received this message because you are subscribed to the Google 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/ldap-plugin/push/refs/heads/master/198699-de742b%40github.com.


[jenkinsci/ldap-plugin] d1d4c0: Migrate into localization-zh-cn-plugin

2021-04-06 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: d1d4c035c5a86ee80409cbc8da3ab69a892a311c
  
https://github.com/jenkinsci/ldap-plugin/commit/d1d4c035c5a86ee80409cbc8da3ab69a892a311c
  Author: suren 
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
R 
src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_CN.properties

  Log Message:
  ---
  Migrate into localization-zh-cn-plugin

See https://github.com/jenkinsci/localization-zh-cn-plugin


  Commit: f7a8110c7879029ad76c7a354f6e7b8498574a36
  
https://github.com/jenkinsci/ldap-plugin/commit/f7a8110c7879029ad76c7a354f6e7b8498574a36
  Author: Robert Sandell 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
R 
src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_CN.properties

  Log Message:
  ---
  Merge pull request #33 from LinuxSuRen/migrate-zh

Migrate into localization-zh-cn-plugin


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/de742b360d08...f7a8110c7879

-- 
You received this message because you are subscribed to the Google 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/ldap-plugin/push/refs/heads/master/de742b-f7a811%40github.com.


[jenkinsci/ldap-plugin] 792ca8: Bump bouncycastle-api from 2.18 to 2.20

2021-04-06 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: 792ca8dd08164e01be0c9376b9af511de7168036
  
https://github.com/jenkinsci/ldap-plugin/commit/792ca8dd08164e01be0c9376b9af511de7168036
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-08 (Mon, 08 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bouncycastle-api from 2.18 to 2.20

Bumps [bouncycastle-api](https://github.com/jenkinsci/bouncycastle-api-plugin) 
from 2.18 to 2.20.
- [Release notes](https://github.com/jenkinsci/bouncycastle-api-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/bouncycastle-api-plugin/blob/master/docs/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/bouncycastle-api-plugin/compare/bouncycastle-api-2.18...bouncycastle-api-2.20)

Signed-off-by: dependabot[bot] 


  Commit: 7ffcdb51038941cceb8b8f9fae1cfb8f9193c4f7
  
https://github.com/jenkinsci/ldap-plugin/commit/7ffcdb51038941cceb8b8f9fae1cfb8f9193c4f7
  Author: Robert Sandell 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #75 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-bouncycastle-api-2.20

Bump bouncycastle-api from 2.18 to 2.20


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/f7a8110c7879...7ffcdb510389

-- 
You received this message because you are subscribed to the Google 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/ldap-plugin/push/refs/heads/master/f7a811-7ffcdb%40github.com.


[jenkinsci/ldap-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-bouncycastle-api-2.20
  Home:   https://github.com/jenkinsci/ldap-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/ldap-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-bouncycastle-api-2.20/792ca8-00%40github.com.


[jenkinsci/ldap-plugin] 786de5: docker-fixtures → testcontainers

2021-04-06 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master

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

  Commit: 786de55ff6856392c0ef295929a0ca35606bbd3f

  
https://github.com/jenkinsci/ldap-plugin/commit/786de55ff6856392c0ef295929a0ca35606bbd3f

  Author: Jesse Glick 

  Date:   2021-03-18 (Thu, 18 Mar 2021)



  Changed paths:

M pom.xml

M src/test/java/hudson/security/docker/MultiServerTest.java

M src/test/java/hudson/security/docker/PlanetExpressTest.java

R 
src/test/resources/hudson/security/docker/PlanetExpressTest/PlanetExpress/Dockerfile



  Log Message:

  ---

  docker-fixtures → testcontainers





  Commit: 377d2e14b583538f07cb2dee03e07a11a64a836c

  
https://github.com/jenkinsci/ldap-plugin/commit/377d2e14b583538f07cb2dee03e07a11a64a836c

  Author: Jesse Glick 

  Date:   2021-03-18 (Thu, 18 Mar 2021)



  Changed paths:

M src/test/java/hudson/security/docker/PlanetExpressTest.java



  Log Message:

  ---

  Use RealJenkinsRule in PlanetExpressTest





  Commit: 79e2404cd378e9b355df95ef5ab8994d7bd60a61

  
https://github.com/jenkinsci/ldap-plugin/commit/79e2404cd378e9b355df95ef5ab8994d7bd60a61

  Author: Jesse Glick 

  Date:   2021-03-18 (Thu, 18 Mar 2021)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Switch baseline to 2.277.1 LTS, and use BOM





  Commit: 904e34cb150791555a6d56402cd70293222a04c4

  
https://github.com/jenkinsci/ldap-plugin/commit/904e34cb150791555a6d56402cd70293222a04c4

  Author: Jesse Glick 

  Date:   2021-03-19 (Fri, 19 Mar 2021)



  Changed paths:

M pom.xml

A src/main/resources/index.jelly



  Log Message:

  ---

  Ensure we have an index.jelly, expected by 
https://github.com/jenkinsci/jenkins-test-harness/pull/286





  Commit: 22e5348b571a645208a2ba10361c97de5964c17f

  
https://github.com/jenkinsci/ldap-plugin/commit/22e5348b571a645208a2ba10361c97de5964c17f

  Author: Robert Sandell 

  Date:   2021-04-06 (Tue, 06 Apr 2021)



  Changed paths:

M pom.xml

A src/main/resources/index.jelly

M src/test/java/hudson/security/docker/MultiServerTest.java

M src/test/java/hudson/security/docker/PlanetExpressTest.java

R 
src/test/resources/hudson/security/docker/PlanetExpressTest/PlanetExpress/Dockerfile



  Log Message:

  ---

  Merge pull request #78 from jglick/live-tests



Freshen up realistic tests





Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/7ffcdb510389...22e5348b571a

-- 
You received this message because you are subscribed to the Google 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/ldap-plugin/push/refs/heads/master/7ffcdb-22e534%40github.com.


[jenkinsci/ldap-plugin] e763b4: Bump time4j-base from 5.7 to 5.8

2021-04-06 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: e763b4a28707fd960b270adde177daafd0cd0afd
  
https://github.com/jenkinsci/ldap-plugin/commit/e763b4a28707fd960b270adde177daafd0cd0afd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump time4j-base from 5.7 to 5.8

Bumps [time4j-base](https://github.com/MenoData/Time4J) from 5.7 to 5.8.
- [Release notes](https://github.com/MenoData/Time4J/releases)
- [Changelog](https://github.com/MenoData/Time4J/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MenoData/Time4J/compare/v5.7...v5.8)

Signed-off-by: dependabot[bot] 


  Commit: d071edd73341ddb530a1dc5a5b759df8e1866153
  
https://github.com/jenkinsci/ldap-plugin/commit/d071edd73341ddb530a1dc5a5b759df8e1866153
  Author: Robert Sandell 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #79 from 
jenkinsci/dependabot/maven/net.time4j-time4j-base-5.8

Bump time4j-base from 5.7 to 5.8


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/22e5348b571a...d071edd73341

-- 
You received this message because you are subscribed to the Google 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/ldap-plugin/push/refs/heads/master/22e534-d071ed%40github.com.


[jenkinsci/ldap-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/net.time4j-time4j-base-5.8
  Home:   https://github.com/jenkinsci/ldap-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/ldap-plugin/push/refs/heads/dependabot/maven/net.time4j-time4j-base-5.8/e763b4-00%40github.com.


[jenkinsci/azure-container-agents-plugin] 9afe94: Bump actions/setup-java from v1 to v2

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-container-agents-plugin
  Commit: 9afe940a2b174c493b838e3b3dfbc1373d1f715c
  
https://github.com/jenkinsci/azure-container-agents-plugin/commit/9afe940a2b174c493b838e3b3dfbc1373d1f715c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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-container-agents-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/00-9afe94%40github.com.


[jenkinsci/ldap-plugin] a79672: Add CODEOWNERS

2021-04-06 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: a796724a6069fc52854d04e45024ec3a78956e2b
  
https://github.com/jenkinsci/ldap-plugin/commit/a796724a6069fc52854d04e45024ec3a78956e2b
  Author: James Nord 
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Add CODEOWNERS


  Commit: acf41609dc1e8add50ca9b3bc0d887f801571a21
  
https://github.com/jenkinsci/ldap-plugin/commit/acf41609dc1e8add50ca9b3bc0d887f801571a21
  Author: Robert Sandell 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/CODEOWNERS

  Log Message:
  ---
  Update .github/CODEOWNERS

use group name instead of individuals

Co-authored-by: Basil Crow 


  Commit: b8085425e40d1b3124190f68f2ee1db96c9fd9c5
  
https://github.com/jenkinsci/ldap-plugin/commit/b8085425e40d1b3124190f68f2ee1db96c9fd9c5
  Author: Robert Sandell 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Merge pull request #82 from jtnord/CODEOWNERS

Add CODEOWNERS


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/d071edd73341...b8085425e40d

-- 
You received this message because you are subscribed to the Google 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/ldap-plugin/push/refs/heads/master/d071ed-b80854%40github.com.


[jenkinsci/azure-vm-agents-plugin] 1cc133: Bump actions/setup-java from v1 to v2

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 1cc13357b4abc7fff666ad22686616ef9d612afd
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/1cc13357b4abc7fff666ad22686616ef9d612afd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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-vm-agents-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/00-1cc133%40github.com.


[jenkinsci/azure-ad-plugin] 8c3aac: Bump actions/setup-java from v1 to v2

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: 8c3aac893c1f8995476e42ed56a1d8679baa324f
  
https://github.com/jenkinsci/azure-ad-plugin/commit/8c3aac893c1f8995476e42ed56a1d8679baa324f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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-ad-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/00-8c3aac%40github.com.


[jenkinsci/azure-credentials-plugin] e46f68: Bump actions/setup-java from v1 to v2

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-credentials-plugin
  Commit: e46f68b2078cea53c6f497a12eef9f4dea9879d5
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/e46f68b2078cea53c6f497a12eef9f4dea9879d5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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-credentials-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/00-e46f68%40github.com.


[jenkinsci/azure-container-agents-plugin] 42fdcb: Bump actions/setup-java from v1 to v2 (#75)

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-container-agents-plugin
  Commit: 42fdcba83b7f4b46e8b8927a788fe47350e20676
  
https://github.com/jenkinsci/azure-container-agents-plugin/commit/42fdcba83b7f4b46e8b8927a788fe47350e20676
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2 (#75)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google 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-container-agents-plugin/push/refs/heads/master/2afdce-42fdcb%40github.com.


[jenkinsci/azure-container-agents-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-container-agents-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/azure-container-agents-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/9afe94-00%40github.com.


[jenkinsci/azure-container-agents-plugin] 920e45: Update cd.yaml

2021-04-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-container-agents-plugin
  Commit: 920e4546d0be9eb8a14775847b8bde01bbc74365
  
https://github.com/jenkinsci/azure-container-agents-plugin/commit/920e4546d0be9eb8a14775847b8bde01bbc74365
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Update cd.yaml


-- 
You received this message because you are subscribed to the Google 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-container-agents-plugin/push/refs/heads/master/42fdcb-920e45%40github.com.


[jenkinsci/azure-vm-agents-plugin] 287164: Update cd.yaml

2021-04-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 287164f7053917b3a9a85c0b9eb9436ba8d29ca7
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/287164f7053917b3a9a85c0b9eb9436ba8d29ca7
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Update cd.yaml


-- 
You received this message because you are subscribed to the Google 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-vm-agents-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/1cc133-287164%40github.com.


[jenkinsci/azure-vm-agents-plugin] a1a978: Bump actions/setup-java from v1 to v2 (#266)

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: a1a978abaeb483b4e0f6b3ab105aa5e822206756
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/a1a978abaeb483b4e0f6b3ab105aa5e822206756
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2 (#266)

* Bump actions/setup-java from v1 to v2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 

* Update cd.yaml

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google 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-vm-agents-plugin/push/refs/heads/master/b8b0d3-a1a978%40github.com.


[jenkinsci/azure-vm-agents-plugin]

2021-04-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-vm-agents-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/azure-vm-agents-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/287164-00%40github.com.


[jenkinsci/ldap-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-mailer-1.34
  Home:   https://github.com/jenkinsci/ldap-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/ldap-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-mailer-1.34/cf1a34-00%40github.com.


[jenkinsci/azure-ad-plugin] c3508c: Update cd.yaml

2021-04-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: c3508cd7083d0d6d4f58d337d84c5dc5be9c1765
  
https://github.com/jenkinsci/azure-ad-plugin/commit/c3508cd7083d0d6d4f58d337d84c5dc5be9c1765
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Update cd.yaml


-- 
You received this message because you are subscribed to the Google 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-ad-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/8c3aac-c3508c%40github.com.


[jenkinsci/azure-ad-plugin] 846852: Bump actions/setup-java from v1 to v2 (#114)

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: 846852f3eb4c3dcefcc9178cfba1de528dc1120d
  
https://github.com/jenkinsci/azure-ad-plugin/commit/846852f3eb4c3dcefcc9178cfba1de528dc1120d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2 (#114)

* Bump actions/setup-java from v1 to v2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 

* Update cd.yaml

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google 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-ad-plugin/push/refs/heads/master/b688d1-846852%40github.com.


[jenkinsci/azure-ad-plugin]

2021-04-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-ad-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/azure-ad-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/c3508c-00%40github.com.


[jenkinsci/azure-credentials-plugin] 687e64: Update cd.yaml

2021-04-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-credentials-plugin
  Commit: 687e647a3ac5926c94ce465b6f7e75bf93120c80
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/687e647a3ac5926c94ce465b6f7e75bf93120c80
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Update cd.yaml


-- 
You received this message because you are subscribed to the Google 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-credentials-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/e46f68-687e64%40github.com.


[jenkinsci/azure-credentials-plugin]

2021-04-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/azure-credentials-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/azure-credentials-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/687e64-00%40github.com.


[jenkinsci/azure-credentials-plugin] d68f81: Bump actions/setup-java from v1 to v2 (#54)

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-credentials-plugin
  Commit: d68f81265833fb79d8006faaa9ae38933d11f635
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/d68f81265833fb79d8006faaa9ae38933d11f635
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2 (#54)

* Bump actions/setup-java from v1 to v2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 

* Update cd.yaml

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google 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-credentials-plugin/push/refs/heads/master/816b81-d68f81%40github.com.


[jenkinsci/azure-vm-agents-plugin] 5ac53c: Bump guava from 24.1.1-jre to 29.0-jre

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.google.guava-guava-29.0-jre
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 5ac53c4d9bf6ab241f6af8e7fb1b8a4e444be851
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/5ac53c4d9bf6ab241f6af8e7fb1b8a4e444be851
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump guava from 24.1.1-jre to 29.0-jre

Bumps [guava](https://github.com/google/guava) from 24.1.1-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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-vm-agents-plugin/push/refs/heads/dependabot/maven/com.google.guava-guava-29.0-jre/2c6944-5ac53c%40github.com.


[jenkinsci/ldap-plugin]

2021-04-06 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/tags/ldap-2.5
  Home:   https://github.com/jenkinsci/ldap-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/ldap-plugin/push/refs/tags/ldap-2.5/00-dbbbfb%40github.com.


[jenkinsci/ldap-plugin] 75bc3b: [maven-release-plugin] prepare release ldap-2.5

2021-04-06 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: 75bc3bdccc9f4df15af7012ccc6ece0068f2e58b
  
https://github.com/jenkinsci/ldap-plugin/commit/75bc3bdccc9f4df15af7012ccc6ece0068f2e58b
  Author: rsandell 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ldap-2.5


-- 
You received this message because you are subscribed to the Google 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/ldap-plugin/push/refs/heads/master/b80854-75bc3b%40github.com.


[jenkinsci/ldap-plugin] 94fe2d: [maven-release-plugin] prepare for next developmen...

2021-04-06 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: 94fe2df805fe7daba02d432581aa2f625bc2e2cb
  
https://github.com/jenkinsci/ldap-plugin/commit/94fe2df805fe7daba02d432581aa2f625bc2e2cb
  Author: rsandell 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  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/ldap-plugin/push/refs/heads/master/75bc3b-94fe2d%40github.com.


[jenkinsci/analysis-model] 05362b: Fix PMD warnings.

2021-04-06 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/sub-reports
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 05362bd6ee2fe5f1dd34ae022ada5f770049f6d1
  
https://github.com/jenkinsci/analysis-model/commit/05362bd6ee2fe5f1dd34ae022ada5f770049f6d1
  Author: Ulli Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

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

  Log Message:
  ---
  Fix PMD warnings.


-- 
You received this message because you are subscribed to the Google 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/analysis-model/push/refs/heads/sub-reports/eb0ecd-05362b%40github.com.


[jenkinsci/analysis-model] 6ff4d1: Make PMD happy about test class.

2021-04-06 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/sub-reports
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 6ff4d1dbf9a7ca734f224f18723d3b6f2652380f
  
https://github.com/jenkinsci/analysis-model/commit/6ff4d1dbf9a7ca734f224f18723d3b6f2652380f
  Author: Ulli Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M src/test/java/edu/hm/hafner/analysis/ReportTest.java

  Log Message:
  ---
  Make PMD happy about test class.


-- 
You received this message because you are subscribed to the Google 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/analysis-model/push/refs/heads/sub-reports/05362b-6ff4d1%40github.com.


[jenkins-infra/jenkins.io] f1d937: Reference channels for newcomer contributors, #jen...

2021-04-06 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/chats-update
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f1d9379d44b12fa0deb6fa2ab91566018d908544
  
https://github.com/jenkins-infra/jenkins.io/commit/f1d9379d44b12fa0deb6fa2ab91566018d908544
  Author: Oleg Nenashev 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/chat.adoc

  Log Message:
  ---
  Reference channels for newcomer contributors, #jenkins-release and Slack in 
the /chat page


-- 
You received this message because you are subscribed to the Google 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/jenkins-infra/jenkins.io/push/refs/heads/chats-update/00-f1d937%40github.com.


[jenkins-infra/jenkins.io] 9342a0: Reference chats from the Jenkins Operator Project ...

2021-04-06 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/jenkins-operator-chat
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 9342a05cf960554b15d5e629cd8e022675e6ab01
  
https://github.com/jenkins-infra/jenkins.io/commit/9342a05cf960554b15d5e629cd8e022675e6ab01
  Author: Oleg Nenashev 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/projects/jenkins-operator/index.adoc

  Log Message:
  ---
  Reference chats from the Jenkins Operator Project page


-- 
You received this message because you are subscribed to the Google 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/jenkins-infra/jenkins.io/push/refs/heads/jenkins-operator-chat/00-9342a0%40github.com.


[jenkinsci/analysis-model] d1fbf0: Bump codecov/codecov-action from v1.3.1 to v1.3.2

2021-04-06 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: d1fbf0c92c521bb821d5ca0711aebc53e569aff9
  
https://github.com/jenkinsci/analysis-model/commit/d1fbf0c92c521bb821d5ca0711aebc53e569aff9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/coverage.yml

  Log Message:
  ---
  Bump codecov/codecov-action from v1.3.1 to v1.3.2

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 
v1.3.1 to v1.3.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- 
[Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/codecov/codecov-action/compare/v1.3.1...9b0b9bbe2c64e9ed41413180dd7398450dfeee14)

Signed-off-by: dependabot[bot] 


  Commit: 86f5dce8bee6ba0913e78668868c757303a6b1e1
  
https://github.com/jenkinsci/analysis-model/commit/86f5dce8bee6ba0913e78668868c757303a6b1e1
  Author: Ullrich Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/coverage.yml

  Log Message:
  ---
  Merge pull request #601 from 
jenkinsci/dependabot/github_actions/codecov/codecov-action-v1.3.2

Bump codecov/codecov-action from v1.3.1 to v1.3.2


Compare: 
https://github.com/jenkinsci/analysis-model/compare/507428c40840...86f5dce8bee6

-- 
You received this message because you are subscribed to the Google 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/analysis-model/push/refs/heads/master/507428-86f5dc%40github.com.


[jenkinsci/analysis-model]

2021-04-06 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/codecov/codecov-action-v1.3.2
  Home:   https://github.com/jenkinsci/analysis-model

-- 
You received this message because you are subscribed to the Google 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/analysis-model/push/refs/heads/dependabot/github_actions/codecov/codecov-action-v1.3.2/d1fbf0-00%40github.com.


[jenkinsci/analysis-model]

2021-04-06 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/net.minidev-json-smart-2.4.2
  Home:   https://github.com/jenkinsci/analysis-model

-- 
You received this message because you are subscribed to the Google 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/analysis-model/push/refs/heads/dependabot/maven/net.minidev-json-smart-2.4.2/d5d76d-00%40github.com.


[jenkinsci/analysis-model] d5d76d: Bump json-smart from 2.3 to 2.4.2

2021-04-06 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: d5d76d520d0dab201fb63e47a590a27862a53db1
  
https://github.com/jenkinsci/analysis-model/commit/d5d76d520d0dab201fb63e47a590a27862a53db1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-05 (Mon, 05 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump json-smart from 2.3 to 2.4.2

Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.3 to 2.4.2.
- [Release notes](https://github.com/netplex/json-smart-v2/releases)
- [Commits](https://github.com/netplex/json-smart-v2/commits)

Signed-off-by: dependabot[bot] 


  Commit: 5482c47e94918a9d7189ccf6a1daeeece7c5743e
  
https://github.com/jenkinsci/analysis-model/commit/5482c47e94918a9d7189ccf6a1daeeece7c5743e
  Author: Ullrich Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #599 from 
jenkinsci/dependabot/maven/net.minidev-json-smart-2.4.2

Bump json-smart from 2.3 to 2.4.2


Compare: 
https://github.com/jenkinsci/analysis-model/compare/86f5dce8bee6...5482c47e9491

-- 
You received this message because you are subscribed to the Google 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/analysis-model/push/refs/heads/master/86f5dc-5482c4%40github.com.


[jenkinsci/analysis-model]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/se.bjurr.violations-violations-lib-1.144.3
  Home:   https://github.com/jenkinsci/analysis-model

-- 
You received this message because you are subscribed to the Google 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/analysis-model/push/refs/heads/dependabot/maven/se.bjurr.violations-violations-lib-1.144.3/3287e3-00%40github.com.


[jenkinsci/analysis-model] f0e61a: Update GitHub Action CI build.

2021-04-06 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: f0e61a727f387a8ed99ad2da30da0c6302d33533
  
https://github.com/jenkinsci/analysis-model/commit/f0e61a727f387a8ed99ad2da30da0c6302d33533
  Author: Ulli Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/ci.yml

  Log Message:
  ---
  Update GitHub Action CI 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/analysis-model/push/refs/heads/master/5482c4-f0e61a%40github.com.


[jenkinsci/analysis-model] f7fa4c: Bump actions/setup-java from v1 to v2

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-v2
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: f7fa4cb6f45208fee353f6207323a9285fb8aca3
  
https://github.com/jenkinsci/analysis-model/commit/f7fa4cb6f45208fee353f6207323a9285fb8aca3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/autograding.yml
M .github/workflows/coverage.yml

  Log Message:
  ---
  Bump actions/setup-java from v1 to v2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases)
- 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/analysis-model/push/refs/heads/dependabot/github_actions/actions/setup-java-v2/38f06f-f7fa4c%40github.com.


[jenkinsci/analysis-model] 9a6be6: JENKINS-65282 Ansible lint parser compatible with 5.*

2021-04-06 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/sub-reports
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 9a6be612258cd3a25714e809c0d285f3849e6c11
  
https://github.com/jenkinsci/analysis-model/commit/9a6be612258cd3a25714e809c0d285f3849e6c11
  Author: Valentin DELAYE 
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
M SUPPORTED-FORMATS.md
M src/main/java/edu/hm/hafner/analysis/parser/AnsibleLintParser.java
M src/test/java/edu/hm/hafner/analysis/parser/AnsibleLintParserTest.java
M src/test/java/edu/hm/hafner/analysis/registry/ParsersTest.java
M src/test/resources/edu/hm/hafner/analysis/parser/ansibleLint.txt

  Log Message:
  ---
  JENKINS-65282 Ansible lint parser compatible with 5.*


  Commit: 507428c408404be83bb3f0f8c9f81112f2a3399e
  
https://github.com/jenkinsci/analysis-model/commit/507428c408404be83bb3f0f8c9f81112f2a3399e
  Author: Ullrich Hafner 
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
M SUPPORTED-FORMATS.md
M src/main/java/edu/hm/hafner/analysis/parser/AnsibleLintParser.java
M src/test/java/edu/hm/hafner/analysis/parser/AnsibleLintParserTest.java
M src/test/java/edu/hm/hafner/analysis/registry/ParsersTest.java
M src/test/resources/edu/hm/hafner/analysis/parser/ansibleLint.txt

  Log Message:
  ---
  Merge pull request #597 from 
jonesbusy/bugfix/JENKINS-65282-ansible-lint-parser

[JENKINS-65282] Make Ansible lint parser compatible with version 5.x


  Commit: d5d76d520d0dab201fb63e47a590a27862a53db1
  
https://github.com/jenkinsci/analysis-model/commit/d5d76d520d0dab201fb63e47a590a27862a53db1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-05 (Mon, 05 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump json-smart from 2.3 to 2.4.2

Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.3 to 2.4.2.
- [Release notes](https://github.com/netplex/json-smart-v2/releases)
- [Commits](https://github.com/netplex/json-smart-v2/commits)

Signed-off-by: dependabot[bot] 


  Commit: d1fbf0c92c521bb821d5ca0711aebc53e569aff9
  
https://github.com/jenkinsci/analysis-model/commit/d1fbf0c92c521bb821d5ca0711aebc53e569aff9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/coverage.yml

  Log Message:
  ---
  Bump codecov/codecov-action from v1.3.1 to v1.3.2

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 
v1.3.1 to v1.3.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- 
[Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/codecov/codecov-action/compare/v1.3.1...9b0b9bbe2c64e9ed41413180dd7398450dfeee14)

Signed-off-by: dependabot[bot] 


  Commit: 86f5dce8bee6ba0913e78668868c757303a6b1e1
  
https://github.com/jenkinsci/analysis-model/commit/86f5dce8bee6ba0913e78668868c757303a6b1e1
  Author: Ullrich Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/coverage.yml

  Log Message:
  ---
  Merge pull request #601 from 
jenkinsci/dependabot/github_actions/codecov/codecov-action-v1.3.2

Bump codecov/codecov-action from v1.3.1 to v1.3.2


  Commit: 5482c47e94918a9d7189ccf6a1daeeece7c5743e
  
https://github.com/jenkinsci/analysis-model/commit/5482c47e94918a9d7189ccf6a1daeeece7c5743e
  Author: Ullrich Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #599 from 
jenkinsci/dependabot/maven/net.minidev-json-smart-2.4.2

Bump json-smart from 2.3 to 2.4.2


  Commit: f0e61a727f387a8ed99ad2da30da0c6302d33533
  
https://github.com/jenkinsci/analysis-model/commit/f0e61a727f387a8ed99ad2da30da0c6302d33533
  Author: Ulli Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/ci.yml

  Log Message:
  ---
  Update GitHub Action CI build.


  Commit: 4cf42a1bc72ac84b4efb1067048a61e2ab998bb7
  
https://github.com/jenkinsci/analysis-model/commit/4cf42a1bc72ac84b4efb1067048a61e2ab998bb7
  Author: Ulli Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/coverage.yml
M SUPPORTED-FORMATS.md
M pom.xml
M src/main/java/edu/hm/hafner/analysis/parser/AnsibleLintParser.java
M src/test/java/edu/hm/hafner/analysis/parser/AnsibleLintParserTest.java
M src/test/java/edu/hm/hafner/analysis/registry/ParsersTest.java
M src/test/resources/edu/hm/hafner/analysis/parser/ansibleLint.txt

  Log Message:
  ---
  Merge branch 'master' into sub-reports


Compare: 
https://github.com/jenkinsci/analysis-model/compare/6ff4d1dbf9a7...4cf42a1bc72a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, se

[jenkins-infra/jenkins.io] 20a31e: Apply suggestions from code review

2021-04-06 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/chats-update
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 20a31e2305851f9925ee6ddbea7f52ad17959f7d
  
https://github.com/jenkins-infra/jenkins.io/commit/20a31e2305851f9925ee6ddbea7f52ad17959f7d
  Author: Oleg Nenashev 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/chat.adoc

  Log Message:
  ---
  Apply suggestions from code review

Co-authored-by: Meg McRoberts 


-- 
You received this message because you are subscribed to the Google 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/jenkins-infra/jenkins.io/push/refs/heads/chats-update/f1d937-20a31e%40github.com.


[jenkinsci/analysis-model-api-plugin] 044b4a: Make reports a hierarchical data structure.

2021-04-06 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/sub-reports
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 044b4a07f8df91842bb24e19095104917dc0f0b9
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/044b4a07f8df91842bb24e19095104917dc0f0b9
  Author: Ulli Hafner 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Make reports a hierarchical data structure.


-- 
You received this message because you are subscribed to the Google 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/analysis-model-api-plugin/push/refs/heads/sub-reports/00-044b4a%40github.com.


[jenkinsci/ansible-plugin] 503be2: [SECURITY-1943]

2021-04-06 Thread 'Emilio Escobar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ansible-plugin
  Commit: 503be2bc90f78a726ca339ce9aaea044f23db14e
  
https://github.com/jenkinsci/ansible-plugin/commit/503be2bc90f78a726ca339ce9aaea044f23db14e
  Author: Emilio Escobar 
  Date:   2020-10-30 (Fri, 30 Oct 2020)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/ansible/AbstractAnsibleBuilderDescriptor.java
M 
src/main/java/org/jenkinsci/plugins/ansible/workflow/AnsiblePlaybookStep.java
M src/main/java/org/jenkinsci/plugins/ansible/workflow/AnsibleVaultStep.java

  Log Message:
  ---
  [SECURITY-1943]


  Commit: 97c0f03e87b8fba929af8582e00e6c38c38a6b15
  
https://github.com/jenkinsci/ansible-plugin/commit/97c0f03e87b8fba929af8582e00e6c38c38a6b15
  Author: Daniel Beck 
  Date:   2020-10-30 (Fri, 30 Oct 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ansible-1.1


  Commit: 38026626b91f9aa95cebcb997f9bc696da7578ec
  
https://github.com/jenkinsci/ansible-plugin/commit/38026626b91f9aa95cebcb997f9bc696da7578ec
  Author: Daniel Beck 
  Date:   2020-10-30 (Fri, 30 Oct 2020)

  Changed paths:
M pom.xml

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


  Commit: b7c0b11d3cd1fa370e155d79eaa7f82fb74ef910
  
https://github.com/jenkinsci/ansible-plugin/commit/b7c0b11d3cd1fa370e155d79eaa7f82fb74ef910
  Author: Emilio Escobar 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/ansible/AbstractAnsibleBuilderDescriptor.java
M 
src/main/java/org/jenkinsci/plugins/ansible/workflow/AnsiblePlaybookStep.java
M src/main/java/org/jenkinsci/plugins/ansible/workflow/AnsibleVaultStep.java

  Log Message:
  ---
  Merge pull request #35 from jenkinsci/v1.x

Merge security fixes from 1.1 back into master


Compare: 
https://github.com/jenkinsci/ansible-plugin/compare/2495e9bfe990...b7c0b11d3cd1

-- 
You received this message because you are subscribed to the Google 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/ansible-plugin/push/refs/heads/master/2495e9-b7c0b1%40github.com.


[jenkinsci/azure-ad-plugin] 7485b3: Cleanup deprecated API usage (#113)

2021-04-06 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-ad-plugin
  Commit: 7485b307df6741ee66a393a403be8b75a5c2ff61
  
https://github.com/jenkinsci/azure-ad-plugin/commit/7485b307df6741ee66a393a403be8b75a5c2ff61
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml
M src/main/java/com/microsoft/jenkins/azuread/AzureAdGroup.java
M 
src/main/java/com/microsoft/jenkins/azuread/AzureAdMatrixAuthorizationStrategy.java
R src/main/java/com/microsoft/jenkins/azuread/AzureAdPlugin.java
M src/main/java/com/microsoft/jenkins/azuread/AzureAdUser.java
M src/main/java/com/microsoft/jenkins/azuread/AzureAuthenticationToken.java
M src/main/java/com/microsoft/jenkins/azuread/AzureSecurityRealm.java
M 
src/test/java/com/microsoft/jenkins/azuread/AzureAdConfigurationSaveTest.java
M src/test/java/com/microsoft/jenkins/azuread/AzureSecurityRealmTest.java

  Log Message:
  ---
  Cleanup deprecated API usage (#113)


-- 
You received this message because you are subscribed to the Google 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-ad-plugin/push/refs/heads/master/846852-7485b3%40github.com.


[jenkinsci/p4-plugin] f74fb3: Substitute missing Axes for Key Name.

2021-04-06 Thread 'Paul Allen' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: f74fb378f0e7ce258aae449dc70f35820a1b11ed
  
https://github.com/jenkinsci/p4-plugin/commit/f74fb378f0e7ce258aae449dc70f35820a1b11ed
  Author: Paul Allen 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/workspace/Expand.java
M src/main/java/org/jenkinsci/plugins/p4/workspace/ManualWorkspaceImpl.java
M src/main/java/org/jenkinsci/plugins/p4/workspace/SpecWorkspaceImpl.java
M src/main/java/org/jenkinsci/plugins/p4/workspace/StreamWorkspaceImpl.java
M src/test/java/org/jenkinsci/plugins/p4/client/CheckoutTest.java
M src/test/java/org/jenkinsci/plugins/p4/client/JenkinsfileTest.java
M src/test/java/org/jenkinsci/plugins/p4/client/WorkspaceSpecTest.java

  Log Message:
  ---
  Substitute missing Axes for Key Name.

Added useKey option to substitute empty keys in client views, depot paths and 
stream paths.  JENKINS-55985


-- 
You received this message because you are subscribed to the Google 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/p4-plugin/push/refs/heads/master/da715c-f74fb3%40github.com.


[jenkinsci/electricflow-plugin] 9fc5e3: BEE-2918: Mark CloudBeesCDPBABuildDetails with Exp...

2021-04-06 Thread 'Dmitriy Shamatrin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/electricflow-plugin
  Commit: 9fc5e38e89691930d2b031bfb6c819c8af1ae435
  
https://github.com/jenkinsci/electricflow-plugin/commit/9fc5e38e89691930d2b031bfb6c819c8af1ae435
  Author: Devin Nusbaum 
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/electricflow/action/CloudBeesCDPBABuildDetails.java

  Log Message:
  ---
  BEE-2918: Mark CloudBeesCDPBABuildDetails with ExportedBean annotation


  Commit: 6866ed35f18b0fb25428d20aefecd4622eb65d1c
  
https://github.com/jenkinsci/electricflow-plugin/commit/6866ed35f18b0fb25428d20aefecd4622eb65d1c
  Author: Devin Nusbaum 
  Date:   2021-03-31 (Wed, 31 Mar 2021)

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

  Log Message:
  ---
  BEE-2918: Add BuildTriggerSource.CI to CloudBeesCDPBABuildDetails created in 
ElectricFlowPipelinePublisher

This matches the behavior of ElectricFlowAssociateBuildToRelease and 
ElectricFlowTriggerRelease.


  Commit: 3355209bb5b5d202442fc14cb27d3f208514dc4b
  
https://github.com/jenkinsci/electricflow-plugin/commit/3355209bb5b5d202442fc14cb27d3f208514dc4b
  Author: Devin Nusbaum 
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/electricflow/event/ElectricFlowBuildWatcher.java

  Log Message:
  ---
  BEE-2918: Add CloudBeesCDPBABuildDetails to builds trigged by CD


  Commit: d0684e53bf944add74796cf056bc63233c865980
  
https://github.com/jenkinsci/electricflow-plugin/commit/d0684e53bf944add74796cf056bc63233c865980
  Author: Devin Nusbaum 
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/electricflow/ArtifactUploadSummaryTextAction.java
M 
src/main/java/org/jenkinsci/plugins/electricflow/extension/ArtifactUploadData.java

  Log Message:
  ---
  BEE-2031: Expose metadata about artifacts uploaded to CD in Jenkins REST API


  Commit: 79d1fd0fb2b4fdf5fae239f5e1971a3446e20fb2
  
https://github.com/jenkinsci/electricflow-plugin/commit/79d1fd0fb2b4fdf5fae239f5e1971a3446e20fb2
  Author: Dmitriy Shamatrin 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/electricflow/ArtifactUploadSummaryTextAction.java
M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowPipelinePublisher.java
M 
src/main/java/org/jenkinsci/plugins/electricflow/action/CloudBeesCDPBABuildDetails.java
M 
src/main/java/org/jenkinsci/plugins/electricflow/event/ElectricFlowBuildWatcher.java
M 
src/main/java/org/jenkinsci/plugins/electricflow/extension/ArtifactUploadData.java

  Log Message:
  ---
  Merge pull request #166 from dwnusbaum/BEE-2918

[BEE-2918] Expose `CloudBeesCDPBABuildDetails` in Jenkins REST API and mirror 
`EFCause` data to `CloudBeesCDPBABuildDetails`


Compare: 
https://github.com/jenkinsci/electricflow-plugin/compare/f16106789748...79d1fd0fb2b4

-- 
You received this message because you are subscribed to the Google 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/electricflow-plugin/push/refs/heads/master/f16106-79d1fd%40github.com.


[jenkinsci/timestamper-plugin] 1f98c5: Bump bom-2.222.x from 26 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 1f98c5153e4742e1926674664294126052ec4ba2
  
https://github.com/jenkinsci/timestamper-plugin/commit/1f98c5153e4742e1926674664294126052ec4ba2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/timestamper-plugin/push/refs/heads/master/410c9c-1f98c5%40github.com.


[jenkinsci/timestamper-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/timestamper-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/timestamper-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/ecd124-00%40github.com.


[jenkinsci/throttle-concurrent-builds-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-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/throttle-concurrent-builds-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/78272b-00%40github.com.


[jenkinsci/throttle-concurrent-builds-plugin] 7c0f9d: Bump bom-2.222.x from 26 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: 7c0f9d3b9e5396b8173a8836466c5283bb813047
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/7c0f9d3b9e5396b8173a8836466c5283bb813047
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/throttle-concurrent-builds-plugin/push/refs/heads/master/670536-7c0f9d%40github.com.


[jenkinsci/email-ext-plugin] c5914a: Bump bom-2.222.x from 26 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: c5914a98487eaaf2ee93fcd0059033a3d5806742
  
https://github.com/jenkinsci/email-ext-plugin/commit/c5914a98487eaaf2ee93fcd0059033a3d5806742
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/email-ext-plugin/push/refs/heads/master/960773-c5914a%40github.com.


[jenkinsci/email-ext-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/email-ext-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/email-ext-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/3a4d6d-00%40github.com.


[jenkinsci/ws-cleanup-plugin] 7d03f8: Bump bom-2.222.x from 26 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ws-cleanup-plugin
  Commit: 7d03f8f3853c64f2744a146360b84c2cb39f7783
  
https://github.com/jenkinsci/ws-cleanup-plugin/commit/7d03f8f3853c64f2744a146360b84c2cb39f7783
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/ws-cleanup-plugin/push/refs/heads/master/c8de48-7d03f8%40github.com.


[jenkinsci/ws-cleanup-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/ws-cleanup-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/ws-cleanup-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/3cf559-00%40github.com.


[jenkinsci/swarm-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/swarm-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/swarm-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/09cd6b-00%40github.com.


[jenkinsci/swarm-plugin] 2b21f7: Bump bom-2.222.x from 26 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/swarm-plugin
  Commit: 2b21f77586ba83c80da4d96bc1010b992c189d4e
  
https://github.com/jenkinsci/swarm-plugin/commit/2b21f77586ba83c80da4d96bc1010b992c189d4e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/848ebe-2b21f7%40github.com.


[jenkinsci/emailext-template-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/emailext-template-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/emailext-template-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/e27774-00%40github.com.


[jenkinsci/emailext-template-plugin] 80a849: Bump bom-2.222.x from 26 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/emailext-template-plugin
  Commit: 80a8498871f329f888fe7dc9d28b73fd0c90284e
  
https://github.com/jenkinsci/emailext-template-plugin/commit/80a8498871f329f888fe7dc9d28b73fd0c90284e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/emailext-template-plugin/push/refs/heads/master/087b26-80a849%40github.com.


[jenkinsci/resource-disposer-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/resource-disposer-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/resource-disposer-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/a871c3-00%40github.com.


[jenkinsci/resource-disposer-plugin] 436a31: Bump bom-2.222.x from 26 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/resource-disposer-plugin
  Commit: 436a31463c28cafd345a8bf37e8c1fd52ffe4c5b
  
https://github.com/jenkinsci/resource-disposer-plugin/commit/436a31463c28cafd345a8bf37e8c1fd52ffe4c5b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/resource-disposer-plugin/push/refs/heads/master/2c2af8-436a31%40github.com.


[jenkinsci/text-finder-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/text-finder-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/text-finder-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/ec42e7-00%40github.com.


[jenkinsci/text-finder-plugin] 4ec338: Bump bom-2.222.x from 26 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/text-finder-plugin
  Commit: 4ec3387d37c55890fbe27f3b51a4eaec22c59321
  
https://github.com/jenkinsci/text-finder-plugin/commit/4ec3387d37c55890fbe27f3b51a4eaec22c59321
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/text-finder-plugin/push/refs/heads/master/57dde7-4ec338%40github.com.


[jenkinsci/docker-plugin] a33c76: Bugfix for Issue #709: Fixes addition of :latest t...

2021-04-06 Thread 'Nils Mahlstaedt' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: a33c764feda6a6ad7c4cf709c04c966610ceab5f
  
https://github.com/jenkinsci/docker-plugin/commit/a33c764feda6a6ad7c4cf709c04c966610ceab5f
  Author: Nils Mahlstaedt 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplateBase.java
M 
src/test/java/com/nirima/jenkins/plugins/docker/DockerTemplateBaseTest.java

  Log Message:
  ---
  Bugfix for Issue #709: Fixes addition of :latest to digests (#832)

* add fix for digest tag mixup
* added tests for the fullImageId function handling of tags, digests, missing 
tags and sha256 sums


-- 
You received this message because you are subscribed to the Google 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/docker-plugin/push/refs/heads/master/7d4658-a33c76%40github.com.


[jenkins-infra/jenkins.io] 91ad45: Tidy up instance info reporting (#4228)

2021-04-06 Thread 'Pierre Beitz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 91ad45c9c5bc4b5835263fae78ed30be4a7bf157
  
https://github.com/jenkins-infra/jenkins.io/commit/91ad45c9c5bc4b5835263fae78ed30be4a7bf157
  Author: Pierre Beitz 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/doc/book/system-administration/diagnosing-errors.adoc

  Log Message:
  ---
  Tidy up instance info reporting (#4228)

Explicitly tell Groovy not to return the last statement

Also harmonize the style throughout the script (that was mixing string 
interpolation and concatenation).


-- 
You received this message because you are subscribed to the Google 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/jenkins-infra/jenkins.io/push/refs/heads/master/fc878a-91ad45%40github.com.


[jenkinsci/dimensionsscm-plugin] bf1274: Fix release

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: bf1274bfef7a51f374c2feb44179b7ce07162c86
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/bf1274bfef7a51f374c2feb44179b7ce07162c86
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix 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/dimensionsscm-plugin/push/refs/heads/master/589fdb-bf1274%40github.com.


[jenkinsci/dimensionsscm-plugin] 4c4c3a: [maven-release-plugin] prepare release dimensionss...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 4c4c3a5b61e7b6fa34e37adddb5ef79cd912d4b7
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/4c4c3a5b61e7b6fa34e37adddb5ef79cd912d4b7
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dimensionsscm-0.8.19


-- 
You received this message because you are subscribed to the Google 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/dimensionsscm-plugin/push/refs/heads/master/bf1274-4c4c3a%40github.com.


[jenkinsci/dimensionsscm-plugin]

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/tags/dimensionsscm-0.8.19
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/tags/dimensionsscm-0.8.19/00-094adf%40github.com.


[jenkinsci/dimensionsscm-plugin] 4187d2: [maven-release-plugin] prepare for next developmen...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 4187d2caec955956d748e6c5cbab7e2517b9a79e
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/4187d2caec955956d748e6c5cbab7e2517b9a79e
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  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/dimensionsscm-plugin/push/refs/heads/master/4c4c3a-4187d2%40github.com.


[jenkinsci/dimensionsscm-plugin] 868cbd: [maven-release-plugin] rollback the release of dim...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 868cbd6b9beb875edad8398bf8b498c1acd950b5
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/868cbd6b9beb875edad8398bf8b498c1acd950b5
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of dimensionsscm-0.8.19


-- 
You received this message because you are subscribed to the Google 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/dimensionsscm-plugin/push/refs/heads/master/4187d2-868cbd%40github.com.


[jenkinsci/dimensionsscm-plugin]

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/tags/dimensionsscm-0.8.19
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/tags/dimensionsscm-0.8.19/094adf-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 5a7c81: Fix javadoc so release works

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 5a7c8107575271f4bc4aa3fe0fdf2056237c0eba
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/5a7c8107575271f4bc4aa3fe0fdf2056237c0eba
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M src/main/java/hudson/plugins/dimensionsscm/DimensionsAPI.java
M src/main/java/hudson/plugins/dimensionsscm/DimensionsChangeLogParser.java

  Log Message:
  ---
  Fix javadoc so release works


-- 
You received this message because you are subscribed to the Google 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/dimensionsscm-plugin/push/refs/heads/master/868cbd-5a7c81%40github.com.


[jenkinsci/dimensionsscm-plugin] 0e8839: [maven-release-plugin] prepare release dimensionss...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 0e883955e53a5a4b78776bbdaf9839473f5a4550
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/0e883955e53a5a4b78776bbdaf9839473f5a4550
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dimensionsscm-0.8.19


-- 
You received this message because you are subscribed to the Google 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/dimensionsscm-plugin/push/refs/heads/master/5a7c81-0e8839%40github.com.


[jenkinsci/dimensionsscm-plugin] 730d49: [maven-release-plugin] rollback the release of dim...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 730d49f3578b1bd8408aff3598da36a7d9425949
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/730d49f3578b1bd8408aff3598da36a7d9425949
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of dimensionsscm-0.8.19


-- 
You received this message because you are subscribed to the Google 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/dimensionsscm-plugin/push/refs/heads/master/0e8839-730d49%40github.com.


[jenkinsci/dimensionsscm-plugin]

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/tags/dimensionsscm-0.8.19
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/tags/dimensionsscm-0.8.19/00-871729%40github.com.


[jenkinsci/dimensionsscm-plugin] c7a78c: [maven-release-plugin] prepare release dimensionss...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: c7a78c44bc48c4bbf05ab71b115d1842f733d264
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/c7a78c44bc48c4bbf05ab71b115d1842f733d264
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dimensionsscm-0.8.19


-- 
You received this message because you are subscribed to the Google 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/dimensionsscm-plugin/push/refs/heads/master/730d49-c7a78c%40github.com.


[jenkinsci/dimensionsscm-plugin] 50fd7d: [maven-release-plugin] prepare for next developmen...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 50fd7d456c8397db24a57eef250eb78d3812acf4
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/50fd7d456c8397db24a57eef250eb78d3812acf4
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  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/dimensionsscm-plugin/push/refs/heads/master/c7a78c-50fd7d%40github.com.


[jenkinsci/token-macro-plugin] dd5f3e: chore: Update setup-java

2021-04-06 Thread 'Alex Earl' via Jenkins Commits
  Branch: refs/heads/slide-patch-1
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: dd5f3e8d8355dcbb42f38afdf6ee1076ed066485
  
https://github.com/jenkinsci/token-macro-plugin/commit/dd5f3e8d8355dcbb42f38afdf6ee1076ed066485
  Author: Alex Earl 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yml

  Log Message:
  ---
  chore: Update setup-java

Updates setup-java to v2


-- 
You received this message because you are subscribed to the Google 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/token-macro-plugin/push/refs/heads/slide-patch-1/00-dd5f3e%40github.com.


[jenkins-infra/jenkins.io]

2021-04-06 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/chats-update
  Home:   https://github.com/jenkins-infra/jenkins.io

-- 
You received this message because you are subscribed to the Google 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/jenkins-infra/jenkins.io/push/refs/heads/chats-update/20a31e-00%40github.com.


[jenkins-infra/jenkins.io] f1d937: Reference channels for newcomer contributors, #jen...

2021-04-06 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f1d9379d44b12fa0deb6fa2ab91566018d908544
  
https://github.com/jenkins-infra/jenkins.io/commit/f1d9379d44b12fa0deb6fa2ab91566018d908544
  Author: Oleg Nenashev 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/chat.adoc

  Log Message:
  ---
  Reference channels for newcomer contributors, #jenkins-release and Slack in 
the /chat page


  Commit: 20a31e2305851f9925ee6ddbea7f52ad17959f7d
  
https://github.com/jenkins-infra/jenkins.io/commit/20a31e2305851f9925ee6ddbea7f52ad17959f7d
  Author: Oleg Nenashev 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/chat.adoc

  Log Message:
  ---
  Apply suggestions from code review

Co-authored-by: Meg McRoberts 


  Commit: b87c230eb93deef27b4f945a7f67ac75219c7e57
  
https://github.com/jenkins-infra/jenkins.io/commit/b87c230eb93deef27b4f945a7f67ac75219c7e57
  Author: Oleg Nenashev 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/chat.adoc

  Log Message:
  ---
  Merge pull request #4226 from jenkins-infra/chats-update

Reference channels for newcomer contributors, #jenkins-release and Slack in the 
/chat page


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/91ad45c9c5bc...b87c230eb93d

-- 
You received this message because you are subscribed to the Google 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/jenkins-infra/jenkins.io/push/refs/heads/master/91ad45-b87c23%40github.com.


[jenkinsci/token-macro-plugin] fc388a: chore: Update setup-java (#82)

2021-04-06 Thread 'Alex Earl' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: fc388a39034a2b27d3ff43d1c4cd86e616e596c3
  
https://github.com/jenkinsci/token-macro-plugin/commit/fc388a39034a2b27d3ff43d1c4cd86e616e596c3
  Author: Alex Earl 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M .github/workflows/cd.yml

  Log Message:
  ---
  chore: Update setup-java (#82)

Updates setup-java to v2


-- 
You received this message because you are subscribed to the Google 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/token-macro-plugin/push/refs/heads/main/5efbe9-fc388a%40github.com.


[jenkinsci/token-macro-plugin]

2021-04-06 Thread 'Alex Earl' via Jenkins Commits
  Branch: refs/heads/slide-patch-1
  Home:   https://github.com/jenkinsci/token-macro-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/token-macro-plugin/push/refs/heads/slide-patch-1/dd5f3e-00%40github.com.


[jenkinsci/dimensionsscm-plugin] 24dba7: [maven-release-plugin] rollback the release of dim...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 24dba7d801375e151c499655f61be8e178b6c99c
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/24dba7d801375e151c499655f61be8e178b6c99c
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of dimensionsscm-0.8.19


-- 
You received this message because you are subscribed to the Google 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/dimensionsscm-plugin/push/refs/heads/master/50fd7d-24dba7%40github.com.


[jenkinsci/dimensionsscm-plugin]

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/tags/dimensionsscm-0.8.19
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/tags/dimensionsscm-0.8.19/871729-00%40github.com.


[jenkinsci/dimensionsscm-plugin] c88a26: [maven-release-plugin] prepare for next developmen...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: c88a2629f6e168ebaebdca5bbb3ca33a595fbaca
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/c88a2629f6e168ebaebdca5bbb3ca33a595fbaca
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  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/dimensionsscm-plugin/push/refs/heads/master/e78606-c88a26%40github.com.


[jenkinsci/dimensionsscm-plugin]

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/tags/dimensionsscm-0.8.19
  Home:   https://github.com/jenkinsci/dimensionsscm-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/dimensionsscm-plugin/push/refs/tags/dimensionsscm-0.8.19/00-86560c%40github.com.


[jenkinsci/dimensionsscm-plugin] e78606: [maven-release-plugin] prepare release dimensionss...

2021-04-06 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: e78606f8e8d4513d71a69bb188eece235f15c9ff
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/e78606f8e8d4513d71a69bb188eece235f15c9ff
  Author: David Conneely 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dimensionsscm-0.8.19


-- 
You received this message because you are subscribed to the Google 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/dimensionsscm-plugin/push/refs/heads/master/24dba7-e78606%40github.com.


[jenkins-infra/jenkins.io] d03b9a: June 2021 contributor summit - prepare landing

2021-04-06 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: d03b9a9201978d73c6b23429a761f45ff9f7d1bb
  
https://github.com/jenkins-infra/jenkins.io/commit/d03b9a9201978d73c6b23429a761f45ff9f7d1bb
  Author: Oleg Nenashev 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/events/contributor-summit/index.adoc
A content/images/conferences/contributor_summit.png

  Log Message:
  ---
  June 2021 contributor summit - prepare landing


  Commit: bdb3818671ae74435d9e65bc1a8682ac9356c371
  
https://github.com/jenkins-infra/jenkins.io/commit/bdb3818671ae74435d9e65bc1a8682ac9356c371
  Author: Mark Waite 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/events/contributor-summit/index.adoc

  Log Message:
  ---
  Correct the date


  Commit: b4fe4bbc605e235c074abd9cae48ea716dbdd80f
  
https://github.com/jenkins-infra/jenkins.io/commit/b4fe4bbc605e235c074abd9cae48ea716dbdd80f
  Author: Oleg Nenashev 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/events/contributor-summit/index.adoc
A content/images/conferences/contributor_summit.png

  Log Message:
  ---
  Merge pull request #4225 from oleg-nenashev/2021-cdcon-contributor-summit

June 2021 contributor summit - prepare landing


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/b87c230eb93d...b4fe4bbc605e

-- 
You received this message because you are subscribed to the Google 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/jenkins-infra/jenkins.io/push/refs/heads/master/b87c23-b4fe4b%40github.com.


[jenkins-infra/jenkins.io]

2021-04-06 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/jenkins-operator-chat
  Home:   https://github.com/jenkins-infra/jenkins.io

-- 
You received this message because you are subscribed to the Google 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/jenkins-infra/jenkins.io/push/refs/heads/jenkins-operator-chat/9342a0-00%40github.com.


[jenkins-infra/jenkins.io] 9342a0: Reference chats from the Jenkins Operator Project ...

2021-04-06 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 9342a05cf960554b15d5e629cd8e022675e6ab01
  
https://github.com/jenkins-infra/jenkins.io/commit/9342a05cf960554b15d5e629cd8e022675e6ab01
  Author: Oleg Nenashev 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/projects/jenkins-operator/index.adoc

  Log Message:
  ---
  Reference chats from the Jenkins Operator Project page


  Commit: e87bee327bdd0f3dbd158d76d705eb8868f00120
  
https://github.com/jenkins-infra/jenkins.io/commit/e87bee327bdd0f3dbd158d76d705eb8868f00120
  Author: Mark Waite 
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M content/projects/jenkins-operator/index.adoc

  Log Message:
  ---
  Merge pull request #4227 from jenkins-infra/jenkins-operator-chat

Reference chats from the Jenkins Operator Project page


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/b4fe4bbc605e...e87bee327bdd

-- 
You received this message because you are subscribed to the Google 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/jenkins-infra/jenkins.io/push/refs/heads/master/b4fe4b-e87bee%40github.com.


[jenkinsci/ec2-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/ec2-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/ec2-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/0cd6e6-00%40github.com.


[jenkinsci/ec2-plugin] 4f54ce: Bump bom-2.222.x from 26 to 27

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 4f54ce9ea53331c7801b3314015d1530b123b642
  
https://github.com/jenkinsci/ec2-plugin/commit/4f54ce9ea53331c7801b3314015d1530b123b642
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/ec2-plugin/push/refs/heads/master/6a7345-4f54ce%40github.com.


[jenkinsci/support-core-plugin] b2ced0: [JENKINS-58979] upgrade to wordnet 1.5 to avoid ra...

2021-04-06 Thread 'Allan Burdajewicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: b2ced0bca60ee637b38b4bdcbadc2c228fb3b13d
  
https://github.com/jenkinsci/support-core-plugin/commit/b2ced0bca60ee637b38b4bdcbadc2c228fb3b13d
  Author: aHenryJard 
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-58979] upgrade to wordnet 1.5 to avoid random offensive words.


  Commit: 1e86852c34fd02dd70315c60acfd3b67fc3263b9
  
https://github.com/jenkinsci/support-core-plugin/commit/1e86852c34fd02dd70315c60acfd3b67fc3263b9
  Author: Allan Burdajewicz 
  Date:   2021-04-07 (Wed, 07 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #273 from aHenryJard/JENKINS-58979_wordnet

[JENKINS-58979] upgrade to wordnet 1.5 to avoid random offensive words.


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/c52d318bcb2c...1e86852c34fd

-- 
You received this message because you are subscribed to the Google 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/support-core-plugin/push/refs/heads/master/c52d31-1e8685%40github.com.


[jenkinsci/support-core-plugin] cf6125: Bump plugin from 4.13 to 4.17

2021-04-06 Thread 'Allan Burdajewicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: cf61252935e221ba7cb8f5c339daf29e868cf086
  
https://github.com/jenkinsci/support-core-plugin/commit/cf61252935e221ba7cb8f5c339daf29e868cf086
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-15 (Mon, 15 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.13 to 4.17

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.13 to 4.17.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.13...plugin-4.17)

Signed-off-by: dependabot[bot] 


  Commit: cb9e04b02fc30a88cec4f8bbbe1aa1898e1c96d7
  
https://github.com/jenkinsci/support-core-plugin/commit/cb9e04b02fc30a88cec4f8bbbe1aa1898e1c96d7
  Author: Allan Burdajewicz 
  Date:   2021-04-07 (Wed, 07 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #272 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.17

Bump plugin from 4.13 to 4.17


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/1e86852c34fd...cb9e04b02fc3

-- 
You received this message because you are subscribed to the Google 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/support-core-plugin/push/refs/heads/master/1e8685-cb9e04%40github.com.


[jenkinsci/support-core-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.17
  Home:   https://github.com/jenkinsci/support-core-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/support-core-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.17/cf6125-00%40github.com.


[jenkinsci/support-core-plugin] e134c6: Bump configuration-as-code.version from 1.36 to 1.47

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/configuration-as-code.version-1.47
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: e134c6427b8764f7c98ead1956088d5ff490cce8
  
https://github.com/jenkinsci/support-core-plugin/commit/e134c6427b8764f7c98ead1956088d5ff490cce8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump configuration-as-code.version from 1.36 to 1.47

Bumps `configuration-as-code.version` from 1.36 to 1.47.

Updates `configuration-as-code` from 1.36 to 1.47
- [Release 
notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/configuration-as-code-plugin/compare/configuration-as-code-1.36...configuration-as-code-1.47)

Updates `test-harness` from 1.36 to 1.47
- [Release 
notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/configuration-as-code-plugin/compare/configuration-as-code-1.36...configuration-as-code-1.47)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google 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/support-core-plugin/push/refs/heads/dependabot/maven/configuration-as-code.version-1.47/00-e134c6%40github.com.


[jenkinsci/support-core-plugin]

2021-04-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/configuration-as-code.version-1.46
  Home:   https://github.com/jenkinsci/support-core-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/support-core-plugin/push/refs/heads/dependabot/maven/configuration-as-code.version-1.46/970706-00%40github.com.


  1   2   >