[jenkinsci/sonar-gerrit-plugin]

2022-01-08 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/353.v20e9cff705d1
  Home:   https://github.com/jenkinsci/sonar-gerrit-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/sonar-gerrit-plugin/push/refs/tags/353.v20e9cff705d1/00-20e9cf%40github.com.


[jenkinsci/sonar-gerrit-plugin] 20e9cf: Use credentials plugin

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: 20e9cff705d15708824f6d7897c372ee1467f5d3

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/20e9cff705d15708824f6d7897c372ee1467f5d3

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M README.md

M doc/credentials-settings.png

M pom.xml

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

A 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentials.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

M src/main/resources/messages.properties

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.properties

M src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

A 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentialsTest.java

A 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/NonDefaultValuesTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/SonarqubeServerUrlMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfoTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/ReviewResultTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/UnexpectedMethodSignatureChangeTest.java

A 
src/test/resources/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest/legacy-job-config.xml



  Log Message:

  ---

  Use 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/sonar-gerrit-plugin/push/refs/heads/master/905786-20e9cf%40github.com.


[jenkinsci/sonar-gerrit-plugin]

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/use-credentials-plugin
  Home:   https://github.com/jenkinsci/sonar-gerrit-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/sonar-gerrit-plugin/push/refs/heads/use-credentials-plugin/fe8b16-00%40github.com.


[jenkinsci/sonar-gerrit-plugin] fe8b16: Use credentials plugin

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/use-credentials-plugin

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: fe8b1671718133854a562a4d70b7e4e0721090ab

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/fe8b1671718133854a562a4d70b7e4e0721090ab

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M README.md

M doc/credentials-settings.png

M pom.xml

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

A 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentials.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

M src/main/resources/messages.properties

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.properties

M src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

A 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentialsTest.java

A 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/NonDefaultValuesTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/SonarqubeServerUrlMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfoTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/ReviewResultTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/UnexpectedMethodSignatureChangeTest.java

A 
src/test/resources/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest/legacy-job-config.xml



  Log Message:

  ---

  Use 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/sonar-gerrit-plugin/push/refs/heads/use-credentials-plugin/23075d-fe8b16%40github.com.


[jenkinsci/sonar-gerrit-plugin] 23075d: Use credentials plugin

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/use-credentials-plugin

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: 23075d64ec4ab86de267006b293c71f1b576fccf

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/23075d64ec4ab86de267006b293c71f1b576fccf

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M pom.xml

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

A 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentials.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

M src/main/resources/messages.properties

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.properties

M src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

A 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentialsTest.java

A 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/NonDefaultValuesTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/SonarqubeServerUrlMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfoTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/ReviewResultTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/UnexpectedMethodSignatureChangeTest.java

A 
src/test/resources/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest/legacy-job-config.xml



  Log Message:

  ---

  Use 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/sonar-gerrit-plugin/push/refs/heads/use-credentials-plugin/9aaee7-23075d%40github.com.


[jenkinsci/sonar-gerrit-plugin] 9aaee7: Use credentials plugin

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/use-credentials-plugin

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: 9aaee761eff2946bff4508fcd3a75dcd56eb2a59

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/9aaee761eff2946bff4508fcd3a75dcd56eb2a59

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M pom.xml

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

A 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentials.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

M src/main/resources/messages.properties

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.properties

M src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

A 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentialsTest.java

A 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/NonDefaultValuesTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/SonarqubeServerUrlMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfoTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/ReviewResultTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/UnexpectedMethodSignatureChangeTest.java

A 
src/test/resources/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest/legacy-job-config.xml



  Log Message:

  ---

  Use 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/sonar-gerrit-plugin/push/refs/heads/use-credentials-plugin/6db4f8-9aaee7%40github.com.


[jenkinsci/sonar-gerrit-plugin] 6db4f8: Use credentials plugin

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/use-credentials-plugin

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: 6db4f86719791cf18be68e2129e528d31d496f0f

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/6db4f86719791cf18be68e2129e528d31d496f0f

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M pom.xml

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

A 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentials.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

M src/main/resources/messages.properties

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.properties

M src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

A 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/NonDefaultValuesTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/SonarqubeServerUrlMigrationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfoTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/ReviewResultTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/UnexpectedMethodSignatureChangeTest.java

A 
src/test/resources/org/jenkinsci/plugins/sonargerrit/config/HttpUsernamePasswordMigrationTest/legacy-job-config.xml



  Log Message:

  ---

  Use 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/sonar-gerrit-plugin/push/refs/heads/use-credentials-plugin/069d37-6db4f8%40github.com.


[jenkinsci/sonar-gerrit-plugin] 069d37: Use credentials plugin

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/use-credentials-plugin

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: 069d3748850f5239e627bd6da28f0ac565b451e6

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/069d3748850f5239e627bd6da28f0ac565b451e6

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M pom.xml

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

A 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentials.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

M src/main/resources/messages.properties

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.properties

M src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/NonDefaultValuesTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfoTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/ReviewResultTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/UnexpectedMethodSignatureChangeTest.java



  Log Message:

  ---

  Use 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/sonar-gerrit-plugin/push/refs/heads/use-credentials-plugin/64f229-069d37%40github.com.


[jenkinsci/sonar-gerrit-plugin] 64f229: Use credentials plugin

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/use-credentials-plugin

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: 64f22944b281a93c81eedd365b3c9fdba6d89486

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/64f22944b281a93c81eedd365b3c9fdba6d89486

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M pom.xml

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

A 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritHttpCredentials.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

M src/main/resources/messages.properties

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig/config.properties

M src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/NonDefaultValuesTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfoTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/review/ReviewResultTest.java

M 
src/test/java/org/jenkinsci/plugins/sonargerrit/signature/BackCompatibilityConfigurationTest.java



  Log Message:

  ---

  Use 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/sonar-gerrit-plugin/push/refs/heads/use-credentials-plugin/00-64f229%40github.com.


[jenkinsci/envinject-plugin]

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/8528dependabot/maven/org.jenkins-ci.plugins-ivy-2.1
  Home:   https://github.com/jenkinsci/envinject-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/envinject-plugin/push/refs/heads/8528dependabot/maven/org.jenkins-ci.plugins-ivy-2.1/b363b3-00%40github.com.


[jenkinsci/envinject-plugin] b363b3: Bump ivy from 1.21 to 2.1

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: b363b3c8976168cab8719aeffccfeeaba2bacce4
  
https://github.com/jenkinsci/envinject-plugin/commit/b363b3c8976168cab8719aeffccfeeaba2bacce4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump ivy from 1.21 to 2.1

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

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:ivy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


  Commit: e41e0ac34ea4261a82b12c3e86929bd1aa548447
  
https://github.com/jenkinsci/envinject-plugin/commit/e41e0ac34ea4261a82b12c3e86929bd1aa548447
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #161 from 
jenkinsci/8528dependabot/maven/org.jenkins-ci.plugins-ivy-2.1

Bump ivy from 1.21 to 2.1


Compare: 
https://github.com/jenkinsci/envinject-plugin/compare/aca7259ddefe...e41e0ac34ea4

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


[jenkinsci/role-strategy-plugin] 118e59: chore: Prepare for sunset icon removal from core (...

2022-01-08 Thread 'Alex' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 118e59aa4134bdd3f11b39c6bad36c81a2c35429
  
https://github.com/jenkinsci/role-strategy-plugin/commit/118e59aa4134bdd3f11b39c6bad36c81a2c35429
  Author: Alex 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M 
src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig.java
M 
src/main/resources/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig/assign-roles.jelly
M 
src/main/resources/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig/index.jelly
M 
src/main/resources/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig/list-macros.jelly
M 
src/main/resources/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig/manage-roles.jelly

  Log Message:
  ---
  chore: Prepare for sunset icon removal from core (#168)


-- 
You received this message because you are subscribed to the Google 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/role-strategy-plugin/push/refs/heads/master/572ea2-118e59%40github.com.


[jenkinsci/envinject-plugin] 6fc666: Bump plugin from 4.7 to 4.33

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/af98dependabot/maven/org.jenkins-ci.plugins-plugin-4.33
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 6fc666537c394d52f10d034c3c751437ff35d071
  
https://github.com/jenkinsci/envinject-plugin/commit/6fc666537c394d52f10d034c3c751437ff35d071
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.7 to 4.33

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.7 to 4.33.
- [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.7...plugin-4.33)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/envinject-plugin/push/refs/heads/af98dependabot/maven/org.jenkins-ci.plugins-plugin-4.33/751eed-6fc666%40github.com.


[jenkins-infra/jenkins.io] c7eee6: Add overview of pages in Managing Jenkins chapter

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c7eee6e0919a59b3f342e6c55d9888140544bc32
  
https://github.com/jenkins-infra/jenkins.io/commit/c7eee6e0919a59b3f342e6c55d9888140544bc32
  Author: Meg McRoberts 
  Date:   2021-12-16 (Thu, 16 Dec 2021)

  Changed paths:
M content/doc/book/managing/_chapter.yml
A content/doc/book/managing/about-jenkins.adoc
M content/doc/book/managing/index.adoc
M content/doc/book/managing/script-approval.adoc
A content/doc/book/managing/system-info.adoc
M content/doc/book/managing/users.adoc

  Log Message:
  ---
  Add overview of pages in Managing Jenkins chapter


  Commit: bbee60b6eddac5f7053c84265c7cad547aac7faf
  
https://github.com/jenkins-infra/jenkins.io/commit/bbee60b6eddac5f7053c84265c7cad547aac7faf
  Author: Meg McRoberts 
  Date:   2021-12-20 (Mon, 20 Dec 2021)

  Changed paths:
M content/doc/book/managing/index.adoc

  Log Message:
  ---
  Complete description of items on "Manage Jenkins" page


  Commit: 107b4ab841392043484bce38f7c7813aac11e041
  
https://github.com/jenkins-infra/jenkins.io/commit/107b4ab841392043484bce38f7c7813aac11e041
  Author: Mark Waite 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M content/doc/book/managing/about-jenkins.adoc
M content/doc/book/managing/index.adoc
M content/doc/book/managing/script-approval.adoc
M content/doc/book/managing/system-info.adoc

  Log Message:
  ---
  Apply suggestions from code review

Minor changes


  Commit: 706bf0b3d7391938aaf2e0be0561c417b0e348b0
  
https://github.com/jenkins-infra/jenkins.io/commit/706bf0b3d7391938aaf2e0be0561c417b0e348b0
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M content/doc/book/managing/_chapter.yml
A content/doc/book/managing/about-jenkins.adoc
M content/doc/book/managing/index.adoc
M content/doc/book/managing/script-approval.adoc
A content/doc/book/managing/system-info.adoc
M content/doc/book/managing/users.adoc

  Log Message:
  ---
  Merge pull request #4773 from StackScribe/1213-manage

Add overview of pages in Managing Jenkins chapter


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/6d25975baaad...706bf0b3d739

-- 
You received this message because you are subscribed to the Google 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/6d2597-706bf0%40github.com.


[jenkinsci/envinject-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/6497dependabot/maven/org.jenkins-ci.plugins-matrix-project-1.19
  Home:   https://github.com/jenkinsci/envinject-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/envinject-plugin/push/refs/heads/6497dependabot/maven/org.jenkins-ci.plugins-matrix-project-1.19/099aa5-00%40github.com.


[jenkinsci/envinject-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/ec27dependabot/maven/org.jenkins-ci.plugins-script-security-1131.v8b_b_5eda_c328e
  Home:   https://github.com/jenkinsci/envinject-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/envinject-plugin/push/refs/heads/ec27dependabot/maven/org.jenkins-ci.plugins-script-security-1131.v8b_b_5eda_c328e/4e97a2-00%40github.com.


[jenkinsci/envinject-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/8095dependabot/maven/org.jenkins-ci.plugins-ant-1.13
  Home:   https://github.com/jenkinsci/envinject-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/envinject-plugin/push/refs/heads/8095dependabot/maven/org.jenkins-ci.plugins-ant-1.13/35414b-00%40github.com.


[jenkinsci/envinject-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/d802dependabot/maven/org.jenkins-ci.plugins-matrix-auth-3.0
  Home:   https://github.com/jenkinsci/envinject-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/envinject-plugin/push/refs/heads/d802dependabot/maven/org.jenkins-ci.plugins-matrix-auth-3.0/05797c-00%40github.com.


[jenkinsci/envinject-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/b5a1dependabot/maven/io.jenkins-configuration-as-code-1.55
  Home:   https://github.com/jenkinsci/envinject-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/envinject-plugin/push/refs/heads/b5a1dependabot/maven/io.jenkins-configuration-as-code-1.55/dfcdd0-00%40github.com.


[jenkinsci/envinject-plugin] b363b3: Bump ivy from 1.21 to 2.1

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/8528dependabot/maven/org.jenkins-ci.plugins-ivy-2.1
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: b363b3c8976168cab8719aeffccfeeaba2bacce4
  
https://github.com/jenkinsci/envinject-plugin/commit/b363b3c8976168cab8719aeffccfeeaba2bacce4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump ivy from 1.21 to 2.1

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

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:ivy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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/envinject-plugin/push/refs/heads/8528dependabot/maven/org.jenkins-ci.plugins-ivy-2.1/10b437-b363b3%40github.com.


[jenkinsci/email-ext-plugin] 3215af: Bump `mock-javamail` from 1.9 to 1.12 (#335)

2022-01-08 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 3215af2453a6b71b4bdedf192dcdf19c94366a6e
  
https://github.com/jenkinsci/email-ext-plugin/commit/3215af2453a6b71b4bdedf192dcdf19c94366a6e
  Author: Basil Crow 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump `mock-javamail` from 1.9 to 1.12 (#335)


-- 
You received this message because you are subscribed to the Google 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/76dc46-3215af%40github.com.


[jenkinsci/envinject-plugin] 139b2f: Use Plugin BOM as a dependencies source + Update t...

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 139b2fe0f25fdbc8c394bf5a45d301d2d6c9f737
  
https://github.com/jenkinsci/envinject-plugin/commit/139b2fe0f25fdbc8c394bf5a45d301d2d6c9f737
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use Plugin BOM as a dependencies source + Update to Jenkins 2.303.x


  Commit: aca7259ddefe0923cc5333d8df3c2a1ebe0194ef
  
https://github.com/jenkinsci/envinject-plugin/commit/aca7259ddefe0923cc5333d8df3c2a1ebe0194ef
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #167 from oleg-nenashev/bom

Use Plugin BOM as a dependencies source + Update to Jenkins 2.303.x


Compare: 
https://github.com/jenkinsci/envinject-plugin/compare/002859a55f4d...aca7259ddefe

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


[jenkinsci/mailer-plugin] bbcc05: Bump `mock-javamail` from 1.9 to 1.12

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mailer-plugin
  Commit: bbcc05f9f5d3248aa7fc3a1483f3ccee7c8c7504
  
https://github.com/jenkinsci/mailer-plugin/commit/bbcc05f9f5d3248aa7fc3a1483f3ccee7c8c7504
  Author: Basil Crow 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump `mock-javamail` from 1.9 to 1.12


  Commit: cbda5ed9f567e1a5793f0e8be50c6a960a9ca597
  
https://github.com/jenkinsci/mailer-plugin/commit/cbda5ed9f567e1a5793f0e8be50c6a960a9ca597
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #142 from basil/javamail-prep

Bump `mock-javamail` from 1.9 to 1.12


Compare: 
https://github.com/jenkinsci/mailer-plugin/compare/b9b6cc132bab...cbda5ed9f567

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


[jenkinsci/mailer-plugin] 8c0d42: Merge pull request #1 from jenkinsci/master

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mailer-plugin
  Commit: 8c0d426b86bef5a1ce37606f68b2545502b04b91
  
https://github.com/jenkinsci/mailer-plugin/commit/8c0d426b86bef5a1ce37606f68b2545502b04b91
  Author: Andres Salcedo 
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M README.adoc
M pom.xml
M src/main/java/hudson/tasks/Mailer.java
M src/main/resources/hudson/tasks/Mailer/global.jelly
M src/main/resources/hudson/tasks/Mailer/global_es.properties
M src/test/java/jenkins/plugins/mailer/MailerJCasCCompatibilityTest.java
M src/test/resources/jenkins/plugins/mailer/configuration-as-code.yaml

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

Bring changes from master


  Commit: fca38ea8f42f29c81bc61ab5691ec676297a280a
  
https://github.com/jenkinsci/mailer-plugin/commit/fca38ea8f42f29c81bc61ab5691ec676297a280a
  Author: Nelson Alvarez 
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
M README.adoc
M src/main/java/hudson/tasks/Mailer.java
M src/main/java/jenkins/plugins/mailer/tasks/MimeMessageBuilder.java
M src/test/java/hudson/tasks/MailerTest.java
M src/test/java/jenkins/plugins/mailer/MailerJCasCCompatibilityTest.java

  Log Message:
  ---
  Solving TODOs, fixing info and addressing some SonarLint warnings

* README.adoc
 +Info about TLS port was incorrect.
 +Port number default did not include TLS
* Mailer:
 +TODOs about old getInstance solved by using method recommended in docs
 +Occurrences of @deprecated above javadoc block were misplaced. Moved
on top of declarations.
 +TODO about use of SocketFactory solved. Using mail.ssl.enable instead
 +Included prop to enable checkserveridentity so no MITM when SSL'ing
 +Usage of BulkChange moved to try-with-resources so it's always closed
* MailerTest:
 +assertTrue over not null validations changed to assertNotNull
* MailerJCasCCompatibilityTest:
 +assertTrue over not null validations changed to assertNotNull
*MimeMessageBuilder:
 + Moved repeating string into a FINAL to be reused


  Commit: 34baf2346ed004fb8f9cc26fdebd2b167efdea13
  
https://github.com/jenkinsci/mailer-plugin/commit/34baf2346ed004fb8f9cc26fdebd2b167efdea13
  Author: Andres Salcedo 
  Date:   2020-07-21 (Tue, 21 Jul 2020)

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

  Log Message:
  ---
  Update src/main/java/hudson/tasks/Mailer.java

Undoing unnecessary changes.

Co-authored-by: Adrien Lecharpentier 


  Commit: c07436c57e972353691ad8f428ca2c2aab124bbb
  
https://github.com/jenkinsci/mailer-plugin/commit/c07436c57e972353691ad8f428ca2c2aab124bbb
  Author: Andres Salcedo 
  Date:   2020-09-29 (Tue, 29 Sep 2020)

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

  Log Message:
  ---
  Update src/main/java/hudson/tasks/Mailer.java

Standard spacing applied

Co-authored-by: Adrien Lecharpentier 


  Commit: af10f26cd04ae993bc55dd58f0856392a19843ec
  
https://github.com/jenkinsci/mailer-plugin/commit/af10f26cd04ae993bc55dd58f0856392a19843ec
  Author: Andres Salcedo 
  Date:   2020-09-29 (Tue, 29 Sep 2020)

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

  Log Message:
  ---
  Update src/main/java/hudson/tasks/Mailer.java

Standard spacing around operators is required.

Co-authored-by: Adrien Lecharpentier 


  Commit: f1cfd477b8ddeb8a114b45f7401f42cc49aa978f
  
https://github.com/jenkinsci/mailer-plugin/commit/f1cfd477b8ddeb8a114b45f7401f42cc49aa978f
  Author: Oleg Nenashev 
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/hudson/cli/MailCommand.java
M src/main/java/hudson/tasks/MailAddressResolver.java
M src/main/java/hudson/tasks/MailMessageIdAction.java
M src/main/java/hudson/tasks/MailSender.java
M src/main/java/hudson/tasks/Mailer.java
M src/main/java/hudson/tasks/SMTPAuthentication.java
M src/main/java/jenkins/plugins/mailer/tasks/MailAddressFilter.java
M src/main/java/jenkins/plugins/mailer/tasks/MimeMessageBuilder.java
M src/main/resources/hudson/tasks/Mailer/UserProperty/config_fr.properties
M src/main/resources/hudson/tasks/Mailer/UserProperty/config_it.properties
A src/main/resources/hudson/tasks/Mailer/config_it.properties
M src/main/resources/hudson/tasks/Mailer/global.jelly
A src/main/resources/hudson/tasks/Mailer/global_it.properties
A src/main/resources/hudson/tasks/Mailer/help-authentication_it.html
A src/main/resources/hudson/tasks/Mailer/help-defaultSuffix_it.html
A src/main/resources/hudson/tasks/Mailer/help-sendToIndividuals_it.html
A src/main/resources/hudson/tasks/Mailer/help-smtpPort_it.html
A src/main/resources/hudson/tasks/Mailer/help-smtpServer_it.html
A src/main/resources/hudson/tasks/Mailer/help-useSsl_it.html
A src/main/resources/hudson/tasks/Mailer/help_it.html
  

[jenkinsci/jenkins]

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/stop-log-spam
  Home:   https://github.com/jenkinsci/jenkins

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


[jenkinsci/envinject-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/755edependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.3
  Home:   https://github.com/jenkinsci/envinject-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/envinject-plugin/push/refs/heads/755edependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.3/491d5a-00%40github.com.


[jenkinsci/envinject-plugin] 491d5a: Bump git-changelist-maven-extension from 1.0-beta-...

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 491d5aab5db5f95b16536b073fe0e716c62fe1db
  
https://github.com/jenkinsci/envinject-plugin/commit/491d5aab5db5f95b16536b073fe0e716c62fe1db
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump git-changelist-maven-extension from 1.0-beta-7 to 1.3

Bumps 
[git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools)
 from 1.0-beta-7 to 1.3.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- [Commits](https://github.com/jenkinsci/incrementals-tools/commits/parent-1.3)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 002859a55f4d226d21ce69eaa85b2879f124047c
  
https://github.com/jenkinsci/envinject-plugin/commit/002859a55f4d226d21ce69eaa85b2879f124047c
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Merge pull request #164 from 
jenkinsci/755edependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.3

Bump git-changelist-maven-extension from 1.0-beta-7 to 1.3


Compare: 
https://github.com/jenkinsci/envinject-plugin/compare/61ea0244d1b2...002859a55f4d

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


[jenkins-infra/jenkins.io] bb2a07: Automated changelog for 2.329

2022-01-08 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.329
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: bb2a07d1f06fb1bdde9004b378fd98b33e1b63b6
  
https://github.com/jenkins-infra/jenkins.io/commit/bb2a07d1f06fb1bdde9004b378fd98b33e1b63b6
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

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

  Log Message:
  ---
  Automated changelog for 2.329


-- 
You received this message because you are subscribed to the Google 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/automated-weekly-changelog/2.329/d75615-bb2a07%40github.com.


[jenkins-infra/jenkins.io] d75615: Automated changelog for 2.329

2022-01-08 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.329
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: d75615a4d5656701ab942568943cbe8913605aac
  
https://github.com/jenkins-infra/jenkins.io/commit/d75615a4d5656701ab942568943cbe8913605aac
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

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

  Log Message:
  ---
  Automated changelog for 2.329


-- 
You received this message because you are subscribed to the Google 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/automated-weekly-changelog/2.329/2fce79-d75615%40github.com.


[jenkins-infra/jenkins.io] 2fce79: Automated changelog for 2.329

2022-01-08 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.329
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 2fce7902ddbc3a63e69206acc8c740df86b47576
  
https://github.com/jenkins-infra/jenkins.io/commit/2fce7902ddbc3a63e69206acc8c740df86b47576
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

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

  Log Message:
  ---
  Automated changelog for 2.329


-- 
You received this message because you are subscribed to the Google 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/automated-weekly-changelog/2.329/93f849-2fce79%40github.com.


[jenkinsci/jenkins] 64d0f1: Stop spamming logs when retrieving `AdminWhitelist...

2022-01-08 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 64d0f15ee577f8bf4c69641c4d135cc15fb971d7
  
https://github.com/jenkinsci/jenkins/commit/64d0f15ee577f8bf4c69641c4d135cc15fb971d7
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M core/src/main/java/jenkins/security/s2m/AdminWhitelistRule.java

  Log Message:
  ---
  Stop spamming logs when retrieving `AdminWhitelistRule` (#6128)


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


[jenkinsci/jenkins]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.19.1
  Home:   https://github.com/jenkinsci/jenkins

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


[jenkinsci/jenkins] bf81c2: Bump `spotless-maven-plugin` from 2.19.0 to 2.19.1...

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: bf81c201fbb71791ec9bbdf7d994d3c1abb51f36
  
https://github.com/jenkinsci/jenkins/commit/bf81c201fbb71791ec9bbdf7d994d3c1abb51f36
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump `spotless-maven-plugin` from 2.19.0 to 2.19.1 (#6169)

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/jenkins/push/refs/heads/master/936849-bf81c2%40github.com.


[jenkinsci/jenkins] 936849: Bump `script-security` from 1118.vba21ca2e3286 to ...

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 936849e07d64a3783c4b7bfb75637d30588b2002
  
https://github.com/jenkinsci/jenkins/commit/936849e07d64a3783c4b7bfb75637d30588b2002
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M test/pom.xml

  Log Message:
  ---
  Bump `script-security` from 1118.vba21ca2e3286 to 1131.v8b_b_5eda_c328e 
(#6170)

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/jenkins/push/refs/heads/master/3b29e9-936849%40github.com.


[jenkinsci/jenkins]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-script-security-1131.v8b_b_5eda_c328e
  Home:   https://github.com/jenkinsci/jenkins

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-script-security-1131.v8b_b_5eda_c328e/efde92-00%40github.com.


[jenkinsci/envinject-api-plugin]

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.33
  Home:   https://github.com/jenkinsci/envinject-api-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/envinject-api-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.33/79e67a-00%40github.com.


[jenkinsci/envinject-api-plugin] 41d843: Bump plugin from 4.6 to 4.33 (#19)

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-api-plugin
  Commit: 41d8430d7df3b7d90908bb158c0d1543041c33c3
  
https://github.com/jenkinsci/envinject-api-plugin/commit/41d8430d7df3b7d90908bb158c0d1543041c33c3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.6 to 4.33 (#19)

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.6 to 4.33.
- [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.6...plugin-4.33)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/envinject-api-plugin/push/refs/heads/master/d45ed3-41d843%40github.com.


[jenkinsci/envinject-plugin] dfcdd0: Bump configuration-as-code from 1.23 to 1.55

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/b5a1dependabot/maven/io.jenkins-configuration-as-code-1.55
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: dfcdd079610c5873ff8a102d7da0638b17186e44
  
https://github.com/jenkinsci/envinject-plugin/commit/dfcdd079610c5873ff8a102d7da0638b17186e44
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump configuration-as-code from 1.23 to 1.55

Bumps 
[configuration-as-code](https://github.com/jenkinsci/configuration-as-code-plugin)
 from 1.23 to 1.55.
- [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.23...configuration-as-code-1.55)

---
updated-dependencies:
- dependency-name: io.jenkins:configuration-as-code
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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/envinject-plugin/push/refs/heads/b5a1dependabot/maven/io.jenkins-configuration-as-code-1.55/00-dfcdd0%40github.com.


[jenkinsci/envinject-plugin] 751eed: Bump plugin from 4.7 to 4.33

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/af98dependabot/maven/org.jenkins-ci.plugins-plugin-4.33
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 751eed5dd732755ca0f3efed3ba14a6e7418b3e1
  
https://github.com/jenkinsci/envinject-plugin/commit/751eed5dd732755ca0f3efed3ba14a6e7418b3e1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.7 to 4.33

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.7 to 4.33.
- [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.7...plugin-4.33)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/envinject-plugin/push/refs/heads/af98dependabot/maven/org.jenkins-ci.plugins-plugin-4.33/00-751eed%40github.com.


[jenkinsci/envinject-plugin] 05797c: Bump matrix-auth from 2.4.2 to 3.0

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/d802dependabot/maven/org.jenkins-ci.plugins-matrix-auth-3.0
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 05797ce7d4ed0f6ac09e30402813cf302e7ef7bd
  
https://github.com/jenkinsci/envinject-plugin/commit/05797ce7d4ed0f6ac09e30402813cf302e7ef7bd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump matrix-auth from 2.4.2 to 3.0

Bumps [matrix-auth](https://github.com/jenkinsci/matrix-auth-plugin) from 2.4.2 
to 3.0.
- [Release notes](https://github.com/jenkinsci/matrix-auth-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/matrix-auth-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/matrix-auth-plugin/compare/matrix-auth-2.4.2...matrix-auth-3.0)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:matrix-auth
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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/envinject-plugin/push/refs/heads/d802dependabot/maven/org.jenkins-ci.plugins-matrix-auth-3.0/00-05797c%40github.com.


[jenkinsci/envinject-plugin] 491d5a: Bump git-changelist-maven-extension from 1.0-beta-...

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/755edependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.3
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 491d5aab5db5f95b16536b073fe0e716c62fe1db
  
https://github.com/jenkinsci/envinject-plugin/commit/491d5aab5db5f95b16536b073fe0e716c62fe1db
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump git-changelist-maven-extension from 1.0-beta-7 to 1.3

Bumps 
[git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools)
 from 1.0-beta-7 to 1.3.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- [Commits](https://github.com/jenkinsci/incrementals-tools/commits/parent-1.3)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
...

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/envinject-plugin/push/refs/heads/755edependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.3/00-491d5a%40github.com.


[jenkinsci/envinject-plugin] 35414b: Bump ant from 1.4 to 1.13

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/8095dependabot/maven/org.jenkins-ci.plugins-ant-1.13
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 35414beaed826ee72b91326ce365a7d3a6df825a
  
https://github.com/jenkinsci/envinject-plugin/commit/35414beaed826ee72b91326ce365a7d3a6df825a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump ant from 1.4 to 1.13

Bumps [ant](https://github.com/jenkinsci/ant-plugin) from 1.4 to 1.13.
- [Release notes](https://github.com/jenkinsci/ant-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/ant-plugin/blob/master/docs/old-changelog.md)
- [Commits](https://github.com/jenkinsci/ant-plugin/compare/ant-1.4...ant-1.13)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:ant
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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/envinject-plugin/push/refs/heads/8095dependabot/maven/org.jenkins-ci.plugins-ant-1.13/00-35414b%40github.com.


[jenkinsci/envinject-plugin] 10b437: Bump ivy from 1.21 to 2.1

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/8528dependabot/maven/org.jenkins-ci.plugins-ivy-2.1
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 10b4378e5a3bf89c4ee79253f7cdad079b7c7a47
  
https://github.com/jenkinsci/envinject-plugin/commit/10b4378e5a3bf89c4ee79253f7cdad079b7c7a47
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump ivy from 1.21 to 2.1

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

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:ivy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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/envinject-plugin/push/refs/heads/8528dependabot/maven/org.jenkins-ci.plugins-ivy-2.1/00-10b437%40github.com.


[jenkinsci/envinject-plugin] 099aa5: Bump matrix-project from 1.7 to 1.19

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/6497dependabot/maven/org.jenkins-ci.plugins-matrix-project-1.19
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 099aa5426a60c7c82a9085b70f7609c05330da61
  
https://github.com/jenkinsci/envinject-plugin/commit/099aa5426a60c7c82a9085b70f7609c05330da61
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump matrix-project from 1.7 to 1.19

Bumps [matrix-project](https://github.com/jenkinsci/matrix-project-plugin) from 
1.7 to 1.19.
- [Release notes](https://github.com/jenkinsci/matrix-project-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/matrix-project-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/matrix-project-plugin/compare/matrix-project-1.7...matrix-project-1.19)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:matrix-project
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/envinject-plugin/push/refs/heads/6497dependabot/maven/org.jenkins-ci.plugins-matrix-project-1.19/00-099aa5%40github.com.


[jenkinsci/envinject-plugin] 4e97a2: Bump script-security from 1.22 to 1131.v8b_b_5eda_...

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/ec27dependabot/maven/org.jenkins-ci.plugins-script-security-1131.v8b_b_5eda_c328e
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 4e97a257f67f48dcce3127b8379edbed5254c182
  
https://github.com/jenkinsci/envinject-plugin/commit/4e97a257f67f48dcce3127b8379edbed5254c182
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump script-security from 1.22 to 1131.v8b_b_5eda_c328e

Bumps [script-security](https://github.com/jenkinsci/script-security-plugin) 
from 1.22 to 1131.v8b_b_5eda_c328e.
- [Release notes](https://github.com/jenkinsci/script-security-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/script-security-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/script-security-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:script-security
  dependency-type: direct:production
...

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/envinject-plugin/push/refs/heads/ec27dependabot/maven/org.jenkins-ci.plugins-script-security-1131.v8b_b_5eda_c328e/00-4e97a2%40github.com.


[jenkinsci/envinject-plugin] 5c07e7: Enable Dependabot for the repository

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 5c07e746a3408dc3bb32259ae7edf3a68589ca14
  
https://github.com/jenkinsci/envinject-plugin/commit/5c07e746a3408dc3bb32259ae7edf3a68589ca14
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  Enable Dependabot for the repository


  Commit: 61ea0244d1b2e40c75049e2972d7d3a513559f6b
  
https://github.com/jenkinsci/envinject-plugin/commit/61ea0244d1b2e40c75049e2972d7d3a513559f6b
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  Merge pull request #158 from jenkinsci/dependabot

Enable Dependabot for the repository


Compare: 
https://github.com/jenkinsci/envinject-plugin/compare/a1df215688f7...61ea0244d1b2

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


[jenkinsci/envinject-api-plugin] 79e67a: Bump plugin from 4.6 to 4.33

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.33
  Home:   https://github.com/jenkinsci/envinject-api-plugin
  Commit: 79e67a3178f3395eae401f31fa08541a091f257f
  
https://github.com/jenkinsci/envinject-api-plugin/commit/79e67a3178f3395eae401f31fa08541a091f257f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.6 to 4.33

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.6 to 4.33.
- [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.6...plugin-4.33)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/envinject-api-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.33/00-79e67a%40github.com.


[jenkinsci/envinject-api-plugin]

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/dependabot
  Home:   https://github.com/jenkinsci/envinject-api-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/envinject-api-plugin/push/refs/heads/dependabot/70915e-00%40github.com.


[jenkinsci/envinject-api-plugin] d45ed3: Enable Dependabot for the repository (#18)

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-api-plugin
  Commit: d45ed315d28f733f1bc9855b9df17d1c3fb967e4
  
https://github.com/jenkinsci/envinject-api-plugin/commit/d45ed315d28f733f1bc9855b9df17d1c3fb967e4
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  Enable Dependabot for the repository (#18)


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


[jenkinsci/envinject-plugin] 5c07e7: Enable Dependabot for the repository

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/dependabot
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: 5c07e746a3408dc3bb32259ae7edf3a68589ca14
  
https://github.com/jenkinsci/envinject-plugin/commit/5c07e746a3408dc3bb32259ae7edf3a68589ca14
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  Enable Dependabot for the repository


-- 
You received this message because you are subscribed to the Google 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/envinject-plugin/push/refs/heads/dependabot/00-5c07e7%40github.com.


[jenkinsci/envinject-api-plugin] 70915e: Enable Dependabot for the repository

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/dependabot
  Home:   https://github.com/jenkinsci/envinject-api-plugin
  Commit: 70915edf7472277c05671939318e26545ffcd6d9
  
https://github.com/jenkinsci/envinject-api-plugin/commit/70915edf7472277c05671939318e26545ffcd6d9
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
A .github/dependabot.yml

  Log Message:
  ---
  Enable Dependabot for the repository


-- 
You received this message because you are subscribed to the Google 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/envinject-api-plugin/push/refs/heads/dependabot/00-70915e%40github.com.


[jenkinsci/envinject-api-plugin] eedaaf: Remove usages of Guava (#16)

2022-01-08 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-api-plugin
  Commit: eedaafaffc151f84829c35dd0a715e5446244676
  
https://github.com/jenkinsci/envinject-api-plugin/commit/eedaafaffc151f84829c35dd0a715e5446244676
  Author: Basil Crow 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/envinjectapi/util/CauseHelper.java

  Log Message:
  ---
  Remove usages of Guava (#16)


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


[jenkinsci/envinject-api-plugin] b1d2cf: Plugin pom update (#15)

2022-01-08 Thread 'Stefan Spieker' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-api-plugin
  Commit: b1d2cff3d4b4e842bfe06a0feed15de488742c4f
  
https://github.com/jenkinsci/envinject-api-plugin/commit/b1d2cff3d4b4e842bfe06a0feed15de488742c4f
  Author: Stefan Spieker 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M .gitignore
M pom.xml
M src/main/java/org/jenkinsci/plugins/envinjectapi/util/EnvVarsResolver.java

  Log Message:
  ---
  Plugin pom update (#15)

* update plugin pom to 4.6 and minimum jenkins version to 2.204.1 to get newer 
spotbugs version

* fixed raw use of parameterized classes

* set .idea folder to gitignore to ignore IntelliJ project files


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


[jenkinsci/envinject-plugin]

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/oleg-nenashev-patch-1
  Home:   https://github.com/jenkinsci/envinject-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/envinject-plugin/push/refs/heads/oleg-nenashev-patch-1/a354b3-00%40github.com.


[jenkinsci/envinject-plugin] a354b3: chore: Update maintainers metadata in pom.xml

2022-01-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: a354b3cb482bd52cd63f8ab1e523bf9ddeb3baa3
  
https://github.com/jenkinsci/envinject-plugin/commit/a354b3cb482bd52cd63f8ab1e523bf9ddeb3baa3
  Author: Oleg Nenashev 
  Date:   2022-01-07 (Fri, 07 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore: Update maintainers metadata in pom.xml


  Commit: a1df215688f70208175609c2e2bf317b4e4a8e02
  
https://github.com/jenkinsci/envinject-plugin/commit/a1df215688f70208175609c2e2bf317b4e4a8e02
  Author: Oleg Nenashev 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #157 from jenkinsci/oleg-nenashev-patch-1

chore: Update maintainers metadata in pom.xml


Compare: 
https://github.com/jenkinsci/envinject-plugin/compare/044d76bf43ab...a1df215688f7

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


[jenkinsci/gradle-plugin]

2022-01-08 Thread 'Stefan Wolf' via Jenkins Commits
  Branch: refs/tags/gradle-1.38
  Home:   https://github.com/jenkinsci/gradle-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/gradle-plugin/push/refs/tags/gradle-1.38/00-271b52%40github.com.


[jenkinsci/gradle-plugin] 9f61ba: Releasing 1.38

2022-01-08 Thread 'Stefan Wolf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 9f61ba1931501b58faa96df99aba24bd2f54110b
  
https://github.com/jenkinsci/gradle-plugin/commit/9f61ba1931501b58faa96df99aba24bd2f54110b
  Author: Stefan Wolf 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Releasing 1.38


  Commit: d96e3fdfe02f1499961699f6ac9eeda1f352bb4f
  
https://github.com/jenkinsci/gradle-plugin/commit/d96e3fdfe02f1499961699f6ac9eeda1f352bb4f
  Author: Stefan Wolf 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Bumping to 1.39


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/cbbe79f7cf38...d96e3fdfe02f

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


[jenkinsci/gradle-plugin] 07c61a: Bump spock-core from 1.2-groovy-2.4 to 2.0-groovy-3.0

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/gradle/org.spockframework-spock-core-2.0-groovy-3.0
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 07c61a52738cea50c43bf847cc8eb46f02bac650
  
https://github.com/jenkinsci/gradle-plugin/commit/07c61a52738cea50c43bf847cc8eb46f02bac650
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Bump spock-core from 1.2-groovy-2.4 to 2.0-groovy-3.0

Bumps spock-core from 1.2-groovy-2.4 to 2.0-groovy-3.0.

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/gradle-plugin/push/refs/heads/dependabot/gradle/org.spockframework-spock-core-2.0-groovy-3.0/e2cce6-07c61a%40github.com.


[jenkinsci/gradle-plugin] eb1f15: Bump com.github.spotbugs from 3.0.0 to 5.0.4

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/gradle/com.github.spotbugs-5.0.4
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: eb1f15ddd3c438dcd0a28ef5efdb0892afd7a9fd
  
https://github.com/jenkinsci/gradle-plugin/commit/eb1f15ddd3c438dcd0a28ef5efdb0892afd7a9fd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Bump com.github.spotbugs from 3.0.0 to 5.0.4

Bumps com.github.spotbugs from 3.0.0 to 5.0.4.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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/gradle-plugin/push/refs/heads/dependabot/gradle/com.github.spotbugs-5.0.4/471fe7-eb1f15%40github.com.


[jenkinsci/gradle-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/gradle/org.jenkins-ci.jpi-0.43.0
  Home:   https://github.com/jenkinsci/gradle-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/gradle-plugin/push/refs/heads/dependabot/gradle/org.jenkins-ci.jpi-0.43.0/60389a-00%40github.com.


[jenkinsci/gradle-plugin] 60389a: Bump org.jenkins-ci.jpi from 0.39.0 to 0.43.0

2022-01-08 Thread 'Stefan Wolf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 60389aebe415ffa0c189cb4e0709c8c7d276da49
  
https://github.com/jenkinsci/gradle-plugin/commit/60389aebe415ffa0c189cb4e0709c8c7d276da49
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-07 (Fri, 07 Jan 2022)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Bump org.jenkins-ci.jpi from 0.39.0 to 0.43.0

Bumps org.jenkins-ci.jpi from 0.39.0 to 0.43.0.

Signed-off-by: dependabot[bot] 


  Commit: 98b0cdf1380d9ee832e442ad885cbd811f299adf
  
https://github.com/jenkinsci/gradle-plugin/commit/98b0cdf1380d9ee832e442ad885cbd811f299adf
  Author: Stefan Wolf 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Add jenkins-war to testRuntimeOnly

to fix tests.

See https://github.com/jenkinsci/gradle-jpi-plugin/issues/190
why this is necessary.


  Commit: cbbe79f7cf38d347c069c5d13d131b6fe8806e75
  
https://github.com/jenkinsci/gradle-plugin/commit/cbbe79f7cf38d347c069c5d13d131b6fe8806e75
  Author: Stefan Wolf 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Merge pull request #137 from wolfs/upgrade-jpi-plugin

Upgrade jpi plugin to 0.43.0


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/38f6d73fabca...cbbe79f7cf38

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


[jenkinsci/platformlabeler-plugin] 4965b2: Add RedHatEnterprise as expected OS

2022-01-08 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 4965b2b6c3670eaea2f6e9f2fa5d37c4b2506c20
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/4965b2b6c3670eaea2f6e9f2fa5d37c4b2506c20
  Author: Mark Waite 
  Date:   2022-01-07 (Fri, 07 Jan 2022)

  Changed paths:
M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskTest.java

  Log Message:
  ---
  Add RedHatEnterprise as expected OS


  Commit: 5fe97a87a05605c16a6ca3062168002cd71081b1
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/5fe97a87a05605c16a6ca3062168002cd71081b1
  Author: Mark Waite 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskTest.java

  Log Message:
  ---
  Merge pull request #525 from MarkEWaite/add-rhel-data

Add Red Hat Enterprise Linux test data


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/05fe4d2b615f...5fe97a87a056

-- 
You received this message because you are subscribed to the Google 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/platformlabeler-plugin/push/refs/heads/master/05fe4d-5fe97a%40github.com.


[jenkinsci/gradle-plugin] 52bfa8: Resolve variables for buildFile in getPossibleWrap...

2022-01-08 Thread 'Stefan Wolf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 52bfa8d54ecdb94f701ac6e5fb04def3767c7b76
  
https://github.com/jenkinsci/gradle-plugin/commit/52bfa8d54ecdb94f701ac6e5fb04def3767c7b76
  Author: pkokush 
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
M src/main/java/hudson/plugins/gradle/Gradle.java

  Log Message:
  ---
  Resolve variables for buildFile in getPossibleWrapperLocations mehod (same as 
in Gradle.perform method)

Variables are not resoved in "buildFile" when calculating gradel wrapper 
location


  Commit: 38f6d73fabca6c43b9cf1c7316c42ca503ab0a88
  
https://github.com/jenkinsci/gradle-plugin/commit/38f6d73fabca6c43b9cf1c7316c42ca503ab0a88
  Author: Stefan Wolf 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/gradle/Gradle.java

  Log Message:
  ---
  Merge pull request #75 from pavelkokush/patch-1

Support variables in build file location


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/09b7a11c650f...38f6d73fabca

-- 
You received this message because you are subscribed to the Google 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/gradle-plugin/push/refs/heads/master/09b7a1-38f6d7%40github.com.


[jenkinsci/gradle-plugin] 46df8f: Remove line length limit for build scan message

2022-01-08 Thread 'Stefan Wolf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 46df8fb7dd3a321a3aad57d57bcfa4c7fd239dc1
  
https://github.com/jenkinsci/gradle-plugin/commit/46df8fb7dd3a321a3aad57d57bcfa4c7fd239dc1
  Author: Stefan Wolf 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/gradle/BuildScanLogScanner.java
M src/main/java/hudson/plugins/gradle/GradleConsoleAnnotator.java

  Log Message:
  ---
  Remove line length limit for build scan message

In some cases, like when a few plugins are applied, the
line length of the build scan published message can get
large. In that case, the build scan URL has not been detected.

This commit removes the line length limit completely. The
performance impact of scanning very long lines should be
small, given that the full line already has been read into
memory.


  Commit: 09b7a11c650fecea43654cf8658427199c8973db
  
https://github.com/jenkinsci/gradle-plugin/commit/09b7a11c650fecea43654cf8658427199c8973db
  Author: Stefan Wolf 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/gradle/BuildScanLogScanner.java
M src/main/java/hudson/plugins/gradle/GradleConsoleAnnotator.java

  Log Message:
  ---
  Merge pull request #136 from wolfs/scans/remove-length-limit

Remove line length limit for build scan message


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/47115ca20fb8...09b7a11c650f

-- 
You received this message because you are subscribed to the Google 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/gradle-plugin/push/refs/heads/master/47115c-09b7a1%40github.com.


[jenkinsci/sonar-gerrit-plugin] 905786: Refactor GerritAuthenticationConfig

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: 905786a87ab70b3af130ea718472f05511efd650

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/905786a87ab70b3af130ea718472f05511efd650

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

R 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/AuthenticationConfig.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

A src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

R 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/InspectionConfigTest.java



  Log Message:

  ---

  Refactor GerritAuthenticationConfig





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


[jenkinsci/sonar-gerrit-plugin]

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/refactor-gerrit-authentication-config
  Home:   https://github.com/jenkinsci/sonar-gerrit-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/sonar-gerrit-plugin/push/refs/heads/refactor-gerrit-authentication-config/608a42-00%40github.com.


[jenkinsci/ec2-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.modules-instance-identity-3.0.1
  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/org.jenkins-ci.modules-instance-identity-3.0.1/7e4325-00%40github.com.


[jenkinsci/ec2-plugin]

2022-01-08 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/remove-instance-identity
  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/remove-instance-identity/a346e0-00%40github.com.


[jenkinsci/ec2-plugin] a346e0: pom: remove instance-identity dep

2022-01-08 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: a346e0ce7bcbeb294c294ad71c54d10f43af8504
  
https://github.com/jenkinsci/ec2-plugin/commit/a346e0ce7bcbeb294c294ad71c54d10f43af8504
  Author: res0nance 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  pom: remove instance-identity dep


  Commit: 7d4e308afeef492551f73b33469fb5a437e2722a
  
https://github.com/jenkinsci/ec2-plugin/commit/7d4e308afeef492551f73b33469fb5a437e2722a
  Author: Raihaan Shouhell 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #697 from jenkinsci/remove-instance-identity

pom: remove instance-identity dep


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/04df4cae082a...7d4e308afeef

-- 
You received this message because you are subscribed to the Google 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/04df4c-7d4e30%40github.com.


[jenkinsci/role-strategy-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.3
  Home:   https://github.com/jenkinsci/role-strategy-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/role-strategy-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.3/e30e3c-00%40github.com.


[jenkinsci/role-strategy-plugin] 572ea2: Bump git-changelist-maven-extension from 1.2 to 1....

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 572ea2f1dd0ad2183c8110b3b351d6682b91addc
  
https://github.com/jenkinsci/role-strategy-plugin/commit/572ea2f1dd0ad2183c8110b3b351d6682b91addc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump git-changelist-maven-extension from 1.2 to 1.3 (#169)

Bumps 
[git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools)
 from 1.2 to 1.3.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.2...parent-1.3)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/role-strategy-plugin/push/refs/heads/master/eaede5-572ea2%40github.com.


[jenkinsci/sonar-gerrit-plugin] 608a42: Refactor GerritAuthenticationConfig

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/refactor-gerrit-authentication-config

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: 608a42c07057b58dd8624bbd621c66ba4f05404c

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/608a42c07057b58dd8624bbd621c66ba4f05404c

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

R 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/AuthenticationConfig.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

A src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

R 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/InspectionConfigTest.java



  Log Message:

  ---

  Refactor GerritAuthenticationConfig





-- 
You received this message because you are subscribed to the Google 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/sonar-gerrit-plugin/push/refs/heads/refactor-gerrit-authentication-config/00-608a42%40github.com.


[jenkinsci/sonar-gerrit-plugin]

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/refs/for/refactor-gerrit-authentication-config
  Home:   https://github.com/jenkinsci/sonar-gerrit-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/sonar-gerrit-plugin/push/refs/heads/refs/for/refactor-gerrit-authentication-config/608a42-00%40github.com.


[jenkinsci/sonar-gerrit-plugin] 608a42: Refactor GerritAuthenticationConfig

2022-01-08 Thread 'Réda Housni Alaoui' via Jenkins Commits
  Branch: refs/heads/refs/for/refactor-gerrit-authentication-config

  Home:   https://github.com/jenkinsci/sonar-gerrit-plugin

  Commit: 608a42c07057b58dd8624bbd621c66ba4f05404c

  
https://github.com/jenkinsci/sonar-gerrit-plugin/commit/608a42c07057b58dd8624bbd621c66ba4f05404c

  Author: Réda Housni Alaoui 

  Date:   2022-01-08 (Sat, 08 Jan 2022)



  Changed paths:

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java

R 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/AuthenticationConfig.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/config/GerritAuthenticationConfig.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/review/GerritConnectionInfo.java

M 
src/main/java/org/jenkinsci/plugins/sonargerrit/util/BackCompatibilityHelper.java

A src/test/java/org/jenkinsci/plugins/sonargerrit/ConfigRoundTripTest.java

R 
src/test/java/org/jenkinsci/plugins/sonargerrit/config/InspectionConfigTest.java



  Log Message:

  ---

  Refactor GerritAuthenticationConfig





-- 
You received this message because you are subscribed to the Google 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/sonar-gerrit-plugin/push/refs/heads/refs/for/refactor-gerrit-authentication-config/00-608a42%40github.com.


[jenkinsci/ec2-plugin] a346e0: pom: remove instance-identity dep

2022-01-08 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/remove-instance-identity
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: a346e0ce7bcbeb294c294ad71c54d10f43af8504
  
https://github.com/jenkinsci/ec2-plugin/commit/a346e0ce7bcbeb294c294ad71c54d10f43af8504
  Author: res0nance 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  pom: remove instance-identity dep


-- 
You received this message because you are subscribed to the Google 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/remove-instance-identity/00-a346e0%40github.com.


[jenkinsci/ec2-plugin]

2022-01-08 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/cleanup
  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/cleanup/4db845-00%40github.com.


[jenkinsci/ec2-plugin] 2a0589: pom: remove spotbugs exclude

2022-01-08 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 2a0589505a7874f235c027b20fd9b15850586c8c
  
https://github.com/jenkinsci/ec2-plugin/commit/2a0589505a7874f235c027b20fd9b15850586c8c
  Author: res0nance 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml
R spotbugs-exclude.xml

  Log Message:
  ---
  pom: remove spotbugs exclude


  Commit: 841f0900d323567f079fbe1c42a4bb5a262b1b18
  
https://github.com/jenkinsci/ec2-plugin/commit/841f0900d323567f079fbe1c42a4bb5a262b1b18
  Author: res0nance 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
R README_ECLIPSE.txt

  Log Message:
  ---
  doc: remove old eclipse readme


  Commit: 4db845cad5e46685795a520176ae297e8c7db565
  
https://github.com/jenkinsci/ec2-plugin/commit/4db845cad5e46685795a520176ae297e8c7db565
  Author: res0nance 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
R ec2FormattingEclipse.xml

  Log Message:
  ---
  misc: remove eclipse formatting file


  Commit: 04df4cae082aa5bbe7fe5974662829cc154f5721
  
https://github.com/jenkinsci/ec2-plugin/commit/04df4cae082aa5bbe7fe5974662829cc154f5721
  Author: Raihaan Shouhell 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
R README_ECLIPSE.txt
R ec2FormattingEclipse.xml
M pom.xml
R spotbugs-exclude.xml

  Log Message:
  ---
  Merge pull request #696 from jenkinsci/cleanup

Misc repo cleanups


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/9a595cc8657b...04df4cae082a

-- 
You received this message because you are subscribed to the Google 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/9a595c-04df4c%40github.com.


[jenkinsci/ec2-plugin] 2a0589: pom: remove spotbugs exclude

2022-01-08 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/cleanup
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 2a0589505a7874f235c027b20fd9b15850586c8c
  
https://github.com/jenkinsci/ec2-plugin/commit/2a0589505a7874f235c027b20fd9b15850586c8c
  Author: res0nance 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml
R spotbugs-exclude.xml

  Log Message:
  ---
  pom: remove spotbugs exclude


  Commit: 841f0900d323567f079fbe1c42a4bb5a262b1b18
  
https://github.com/jenkinsci/ec2-plugin/commit/841f0900d323567f079fbe1c42a4bb5a262b1b18
  Author: res0nance 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
R README_ECLIPSE.txt

  Log Message:
  ---
  doc: remove old eclipse readme


  Commit: 4db845cad5e46685795a520176ae297e8c7db565
  
https://github.com/jenkinsci/ec2-plugin/commit/4db845cad5e46685795a520176ae297e8c7db565
  Author: res0nance 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
R ec2FormattingEclipse.xml

  Log Message:
  ---
  misc: remove eclipse formatting file


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/2a0589505a78%5E...4db845cad5e4

-- 
You received this message because you are subscribed to the Google 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/cleanup/00-4db845%40github.com.


[jenkinsci/ec2-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.33
  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/org.jenkins-ci.plugins-plugin-4.33/45add2-00%40github.com.


[jenkinsci/ec2-plugin] 45add2: Bump plugin from 4.31 to 4.33

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 45add2007c2a97a99910e399dcd9daa7101b9e03
  
https://github.com/jenkinsci/ec2-plugin/commit/45add2007c2a97a99910e399dcd9daa7101b9e03
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.31 to 4.33

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.31 to 4.33.
- [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.31...plugin-4.33)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 9a595cc8657b10498289ee21f8f9aa8e8972d853
  
https://github.com/jenkinsci/ec2-plugin/commit/9a595cc8657b10498289ee21f8f9aa8e8972d853
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/5f18be9d4a93...9a595cc8657b

-- 
You received this message because you are subscribed to the Google 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/5f18be-9a595c%40github.com.


[jenkinsci/ec2-plugin] 45add2: Bump plugin from 4.31 to 4.33

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.33
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 45add2007c2a97a99910e399dcd9daa7101b9e03
  
https://github.com/jenkinsci/ec2-plugin/commit/45add2007c2a97a99910e399dcd9daa7101b9e03
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.31 to 4.33

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.31 to 4.33.
- [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.31...plugin-4.33)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/dependabot/maven/org.jenkins-ci.plugins-plugin-4.33/1eccf0-45add2%40github.com.


[jenkinsci/ec2-plugin] 79176e: EOL JSR 305

2022-01-08 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 79176e823a3a38c535ab6062038aca5b98466b9f
  
https://github.com/jenkinsci/ec2-plugin/commit/79176e823a3a38c535ab6062038aca5b98466b9f
  Author: Basil Crow 
  Date:   2022-01-07 (Fri, 07 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/ec2/AmazonEC2Cloud.java
M src/main/java/hudson/plugins/ec2/CloudHelper.java
M src/main/java/hudson/plugins/ec2/EC2Cloud.java
M src/main/java/hudson/plugins/ec2/EC2Filter.java
M src/main/java/hudson/plugins/ec2/EC2SpotSlave.java
M src/main/java/hudson/plugins/ec2/SlaveTemplate.java
M src/main/java/hudson/plugins/ec2/util/Closeables.java
M src/main/java/hudson/plugins/ec2/util/MinimumInstanceChecker.java
M src/main/java/hudson/plugins/ec2/win/EC2WindowsLauncher.java
M src/test/java/hudson/plugins/ec2/util/AmazonEC2FactoryMockImpl.java

  Log Message:
  ---
  EOL JSR 305


  Commit: 5f18be9d4a933ec1ad77f48fbda481c048aeb3fa
  
https://github.com/jenkinsci/ec2-plugin/commit/5f18be9d4a933ec1ad77f48fbda481c048aeb3fa
  Author: Raihaan Shouhell 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M src/main/java/hudson/plugins/ec2/AmazonEC2Cloud.java
M src/main/java/hudson/plugins/ec2/CloudHelper.java
M src/main/java/hudson/plugins/ec2/EC2Cloud.java
M src/main/java/hudson/plugins/ec2/EC2Filter.java
M src/main/java/hudson/plugins/ec2/EC2SpotSlave.java
M src/main/java/hudson/plugins/ec2/SlaveTemplate.java
M src/main/java/hudson/plugins/ec2/util/Closeables.java
M src/main/java/hudson/plugins/ec2/util/MinimumInstanceChecker.java
M src/main/java/hudson/plugins/ec2/win/EC2WindowsLauncher.java
M src/test/java/hudson/plugins/ec2/util/AmazonEC2FactoryMockImpl.java

  Log Message:
  ---
  Merge pull request #695 from basil/jsr305

EOL JSR 305


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/f1a002340a1d...5f18be9d4a93

-- 
You received this message because you are subscribed to the Google 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/f1a002-5f18be%40github.com.


[jenkinsci/splunk-devops-plugin] ffd79b: [maven-release-plugin] prepare release 1.9.9

2022-01-08 Thread 'Ted' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/splunk-devops-plugin
  Commit: ffd79b1915613a4b758808c0d4515eadbddb3693
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/ffd79b1915613a4b758808c0d4515eadbddb3693
  Author: Ted Xiao 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

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

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


  Commit: b2908865b09d998f39a586793b8d50a7967b9abd
  
https://github.com/jenkinsci/splunk-devops-plugin/commit/b2908865b09d998f39a586793b8d50a7967b9abd
  Author: Ted Xiao 
  Date:   2022-01-08 (Sat, 08 Jan 2022)

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

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


Compare: 
https://github.com/jenkinsci/splunk-devops-plugin/compare/5dcc7cbfc1d7...b2908865b09d

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


[jenkinsci/configuration-as-code-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.csanchez.jenkins.plugins-kubernetes-1.31.1
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.csanchez.jenkins.plugins-kubernetes-1.31.1/ca4376-00%40github.com.


[jenkinsci/configuration-as-code-plugin] 99f739: Bump kubernetes from 1.30.4 to 1.31.2

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.csanchez.jenkins.plugins-kubernetes-1.31.2
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 99f73952ecf42b8d81e18b201874e16c773001e7
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/99f73952ecf42b8d81e18b201874e16c773001e7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump kubernetes from 1.30.4 to 1.31.2

Bumps [kubernetes](https://github.com/jenkinsci/kubernetes-plugin) from 1.30.4 
to 1.31.2.
- [Release notes](https://github.com/jenkinsci/kubernetes-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/kubernetes-plugin/blob/master/CHANGELOG-archive.md)
- 
[Commits](https://github.com/jenkinsci/kubernetes-plugin/compare/kubernetes-1.30.4...kubernetes-1.31.2)

---
updated-dependencies:
- dependency-name: org.csanchez.jenkins.plugins:kubernetes
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.csanchez.jenkins.plugins-kubernetes-1.31.2/00-99f739%40github.com.


[jenkinsci/configuration-as-code-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.32
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.32/620953-00%40github.com.


[jenkinsci/configuration-as-code-plugin] 1d951c: Bump plugin from 4.29 to 4.33

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.33
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 1d951c29632dc624d5bc9dc001f96bace3fddc1e
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/1d951c29632dc624d5bc9dc001f96bace3fddc1e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.29 to 4.33

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.29 to 4.33.
- [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.29...plugin-4.33)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.33/00-1d951c%40github.com.


[jenkinsci/configuration-as-code-plugin]

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-gitlab-plugin-1.5.26
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-gitlab-plugin-1.5.26/152c01-00%40github.com.


[jenkinsci/configuration-as-code-plugin] 242394: Bump gitlab-plugin from 1.5.20 to 1.5.27

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-gitlab-plugin-1.5.27
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 2423947c8e13c6a9cbbdd5030668b34122bd3dec
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/2423947c8e13c6a9cbbdd5030668b34122bd3dec
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump gitlab-plugin from 1.5.20 to 1.5.27

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

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:gitlab-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-gitlab-plugin-1.5.27/00-242394%40github.com.


[jenkinsci/configuration-as-code-plugin] 0a35be: Bump protobuf-java from 3.18.1 to 3.18.2 in /integ...

2022-01-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 0a35be13be3203ebf5ee1bfa9f3878d5fc271bf6
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/0a35be13be3203ebf5ee1bfa9f3878d5fc271bf6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump protobuf-java from 3.18.1 to 3.18.2 in /integrations (#1824)

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.1 
to 3.18.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- 
[Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- 
[Commits](https://github.com/protocolbuffers/protobuf/compare/v3.18.1...v3.18.2)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

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/configuration-as-code-plugin/push/refs/heads/master/04df24-0a35be%40github.com.


[jenkinsci/configuration-as-code-plugin]

2022-01-08 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/integrations/com.google.protobuf-protobuf-java-3.18.2
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/integrations/com.google.protobuf-protobuf-java-3.18.2/e6c398-00%40github.com.