[jenkinsci/active-choices-plugin] 4768fe: [JENKINS-66411] Create new instance deserializing ...

2021-08-19 Thread 'Bruno P. Kinoshita' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 4768feedc690dd8735113ced65e2978cf1b590d5
  
https://github.com/jenkinsci/active-choices-plugin/commit/4768feedc690dd8735113ced65e2978cf1b590d5
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M src/main/java/org/biouno/unochoice/model/GroovyScript.java

  Log Message:
  ---
  [JENKINS-66411] Create new instance deserializing only when scripts are null


  Commit: e914a86dfc840697a47a181716eabac1fdb1997f
  
https://github.com/jenkinsci/active-choices-plugin/commit/e914a86dfc840697a47a181716eabac1fdb1997f
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M src/main/java/org/biouno/unochoice/model/ScriptlerScript.java

  Log Message:
  ---
  [JENKINS-66411] Add isSandboxed field


  Commit: e843b183a9fde515e14154a8d3dc6af791a4235f
  
https://github.com/jenkinsci/active-choices-plugin/commit/e843b183a9fde515e14154a8d3dc6af791a4235f
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M src/test/java/org/biouno/unochoice/TestPersistingParameters.java
M src/test/java/org/biouno/unochoice/issue63983/TestSandboxAndApproval.java

  Log Message:
  ---
  [JENKINS-66411] Update unit tests


  Commit: 17a70b197d0fb8205a8ae7ec341d6a0c07efbbd4
  
https://github.com/jenkinsci/active-choices-plugin/commit/17a70b197d0fb8205a8ae7ec341d6a0c07efbbd4
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
R src/main/java/org/biouno/unochoice/model/ScriptlerScriptParameter.java
M src/main/java/org/biouno/unochoice/util/Utils.java

  Log Message:
  ---
  [JENKINS-66411] Remove utils method to list scripts (not used now)


  Commit: 31832680c96cebe8e44d3161e741bf63fc8719d0
  
https://github.com/jenkinsci/active-choices-plugin/commit/31832680c96cebe8e44d3161e741bf63fc8719d0
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M 
src/main/resources/org/biouno/unochoice/CascadeChoiceParameter/config.jelly
M src/main/resources/org/biouno/unochoice/CascadeChoiceParameter/index.jelly
M src/main/resources/org/biouno/unochoice/ChoiceParameter/config.jelly
M src/main/resources/org/biouno/unochoice/ChoiceParameter/index.jelly
M 
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/config.jelly
M 
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/formattedHtml.jelly
M 
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/index.jelly
M 
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/inputElement.jelly
M 
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/orderedList.jelly
M 
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/unorderedList.jelly
M src/main/resources/org/biouno/unochoice/common/checkboxContent.jelly
M src/main/resources/org/biouno/unochoice/common/choiceParameterCommon.jelly
M src/main/resources/org/biouno/unochoice/common/radioContent.jelly
M src/main/resources/org/biouno/unochoice/common/selectContent.jelly
M src/main/resources/org/biouno/unochoice/model/GroovyScript/config.jelly
M src/main/resources/org/biouno/unochoice/model/ScriptlerScript/config.jelly
M src/main/resources/org/biouno/unochoice/stapler/unochoice.jelly

  Log Message:
  ---
  [JENKINS-66411] Update Jelly files (removing unused namespaces, invalid 
parameters) to load scriptler property instead of duplicating the code


  Commit: 3af2847d3192ee39c7c57c1c1f35cbb33710d4bc
  
https://github.com/jenkinsci/active-choices-plugin/commit/3af2847d3192ee39c7c57c1c1f35cbb33710d4bc
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M src/test/java/org/biouno/unochoice/TestPersistingParameters.java
M src/test/java/org/biouno/unochoice/issue63983/TestSandboxAndApproval.java
M src/test/java/org/biouno/unochoice/util/TestScriptCallback.java

  Log Message:
  ---
  [JENKINS-66411] Fix unit tests


  Commit: 650ed9799efbad7e97e7764bbcaef0adee8f145b
  
https://github.com/jenkinsci/active-choices-plugin/commit/650ed9799efbad7e97e7764bbcaef0adee8f145b
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M src/main/resources/org/biouno/unochoice/stapler/unochoice/unochoice.js

  Log Message:
  ---
  [JENKINS-66411] Update license year


  Commit: fddcd3da7dd13d8d8ed13d5af8241628556c3807
  
https://github.com/jenkinsci/active-choices-plugin/commit/fddcd3da7dd13d8d8ed13d5af8241628556c3807
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M src/main/java/org/biouno/unochoice/model/ScriptlerScript.java

  Log Message:
  ---
  [JENKINS-66411] Use ScriptlerBuilder instead of duplicating code


  Commit: 

[jenkinsci/gravatar-plugin] 20b483: JENKINS-66322: add a ci instruction file

2021-08-19 Thread 'Simon Gamma' via Jenkins Commits
  Branch: refs/heads/feature/JENKINS-66322-prepare-for-upgraded-guava
  Home:   https://github.com/jenkinsci/gravatar-plugin
  Commit: 20b4831e7ab563e6a283134a564480d16df30716
  
https://github.com/jenkinsci/gravatar-plugin/commit/20b4831e7ab563e6a283134a564480d16df30716
  Author: Simon Gamma 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  JENKINS-66322: add a ci instruction file


-- 
You received this message because you are subscribed to the Google 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/gravatar-plugin/push/refs/heads/feature/JENKINS-66322-prepare-for-upgraded-guava/8edef6-20b483%40github.com.


[jenkinsci/gravatar-plugin] 47f073: JENKINS-66322: modernize pom

2021-08-19 Thread 'Simon Gamma' via Jenkins Commits
  Branch: refs/heads/feature/JENKINS-66322-prepare-for-upgraded-guava
  Home:   https://github.com/jenkinsci/gravatar-plugin
  Commit: 47f07303b4395fc8cde6ff99d38f34e12456a3ea
  
https://github.com/jenkinsci/gravatar-plugin/commit/47f07303b4395fc8cde6ff99d38f34e12456a3ea
  Author: Simon Gamma 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/gravatar/cache/GravatarImageResolutionLoadingCache.java
M src/main/java/org/jenkinsci/plugins/gravatar/factory/GravatarFactory.java
M src/main/resources/index.jelly
M 
src/test/java/org/jenkinsci/plugins/gravatar/UserGravatarResolverIntegrationTest.java
M src/test/java/org/jenkinsci/plugins/gravatar/UserGravatarResolverTest.java
M 
src/test/java/org/jenkinsci/plugins/gravatar/model/GravatarUrlCreatorTest.java

  Log Message:
  ---
  JENKINS-66322: modernize pom


  Commit: 8edef67c0f14836441649abd2ceee3740eb91a5f
  
https://github.com/jenkinsci/gravatar-plugin/commit/8edef67c0f14836441649abd2ceee3740eb91a5f
  Author: Simon Gamma 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gravatar/model/GravatarUser.java

  Log Message:
  ---
  JENKINS-66322: guava forward compatibility


Compare: 
https://github.com/jenkinsci/gravatar-plugin/compare/d7ab8a11bf94...8edef67c0f14

-- 
You received this message because you are subscribed to the Google 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/gravatar-plugin/push/refs/heads/feature/JENKINS-66322-prepare-for-upgraded-guava/d7ab8a-8edef6%40github.com.


[jenkinsci/gravatar-plugin] 850689: Use HTTPS URLs in pom.xml

2021-08-19 Thread 'Simon Gamma' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gravatar-plugin
  Commit: 8506896f6988bff6519f19bb77ccab1bbc6e3a0c
  
https://github.com/jenkinsci/gravatar-plugin/commit/8506896f6988bff6519f19bb77ccab1bbc6e3a0c
  Author: Daniel Beck 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


  Commit: a86bc5866e604472433847e1e0844816ee520b92
  
https://github.com/jenkinsci/gravatar-plugin/commit/a86bc5866e604472433847e1e0844816ee520b92
  Author: Simon Gamma 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #4 from daniel-beck-bot/https-urls-pom

Use HTTPS URLs in pom.xml


Compare: 
https://github.com/jenkinsci/gravatar-plugin/compare/f748fa31fb00...a86bc5866e60

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


[jenkinsci/gravatar-plugin] e7f219: Add documentation to Markdown supporting migration...

2021-08-19 Thread 'Simon Gamma' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gravatar-plugin
  Commit: e7f219e948c677055cfc5d126c1e0431cbe325ec
  
https://github.com/jenkinsci/gravatar-plugin/commit/e7f219e948c677055cfc5d126c1e0431cbe325ec
  Author: Shalitha Suranga 
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
A CHANGELOG.md
M README.md
A docs/images/people-with-gravatar.png
M pom.xml

  Log Message:
  ---
  Add documentation to Markdown supporting migration from wiki


  Commit: 0bb1ad808d2c7df9fd15b042ac47b1b3051fcf33
  
https://github.com/jenkinsci/gravatar-plugin/commit/0bb1ad808d2c7df9fd15b042ac47b1b3051fcf33
  Author: Shalitha Suranga 
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Add contributors count and some minor typos in README


  Commit: 3f0d7256453cb2739370b6189dfd6ed9aa447108
  
https://github.com/jenkinsci/gravatar-plugin/commit/3f0d7256453cb2739370b6189dfd6ed9aa447108
  Author: Shalitha Suranga 
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Used Github url in pom.xml


  Commit: 13532f3127bcc101e9b2e6f632556a705d2e385d
  
https://github.com/jenkinsci/gravatar-plugin/commit/13532f3127bcc101e9b2e6f632556a705d2e385d
  Author: Shalitha Suranga 
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README title matching other plugins


  Commit: f748fa31fb008593eae80835be76cee11f1c9305
  
https://github.com/jenkinsci/gravatar-plugin/commit/f748fa31fb008593eae80835be76cee11f1c9305
  Author: Simon Gamma 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
A CHANGELOG.md
M README.md
A docs/images/people-with-gravatar.png
M pom.xml

  Log Message:
  ---
  Merge pull request #5 from shalithasuranga/migration-from-wiki

Add documentation to Markdown supporting migration from wiki


Compare: 
https://github.com/jenkinsci/gravatar-plugin/compare/4455a577bb35...f748fa31fb00

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


[jenkinsci/analysis-pom-plugin] 4fa011: Bump mockito-core from 3.11.2 to 3.12.0

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 4fa01184d3c3aa75dda99a40a530c77e32350cfc
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/4fa01184d3c3aa75dda99a40a530c77e32350cfc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.11.2 to 3.12.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v3.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  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/analysis-pom-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0/00-4fa011%40github.com.


[jenkins-infra/jenkins.io] dbfa31: Update git credentials implementation

2021-08-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: dbfa31c74ee25e2a84b0f326ff6afd710475bef8
  
https://github.com/jenkins-infra/jenkins.io/commit/dbfa31c74ee25e2a84b0f326ff6afd710475bef8
  Author: arpoch 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/projects/gsoc/2021/projects/git-credentials-binding.adoc

  Log Message:
  ---
  Update git credentials implementation


  Commit: 335679b3763185d851b221cc8d064ed16b9fc48b
  
https://github.com/jenkins-infra/jenkins.io/commit/335679b3763185d851b221cc8d064ed16b9fc48b
  Author: arpoch 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/projects/gsoc/2021/projects/git-credentials-binding.adoc

  Log Message:
  ---
  Update gitUsernamePassword binding doc.


  Commit: accf5aa462c119cb3a00ac5603817392b49cdea0
  
https://github.com/jenkins-infra/jenkins.io/commit/accf5aa462c119cb3a00ac5603817392b49cdea0
  Author: arpoch 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/projects/gsoc/2021/projects/git-credentials-binding.adoc

  Log Message:
  ---
  Update gitSshPrivateKey binding doc.


  Commit: 4a5d24c5f2f0c4b2f8206f50d2ba1f8569a4e60a
  
https://github.com/jenkins-infra/jenkins.io/commit/4a5d24c5f2f0c4b2f8206f50d2ba1f8569a4e60a
  Author: Harshit Chopra 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/_data/changelogs/weekly.yml
A content/blog/2021/08/2021-08-17-docker-images-use-jdk-11-by-default.adoc
A content/doc/book/managing/built-in-node-migration.adoc
M content/doc/book/scaling/architecting-for-manageability.adoc
A 
content/images/post-images/2021-08-docker-images-use-jdk-11-by-default/docker-images-use-jdk-11-by-default.png
A content/redirect/built-in-node-migration.adoc

  Log Message:
  ---
  Merge branch 'jenkins-infra:master' into master


  Commit: 88b36071aa70a33be488575203a04e16a0bd6364
  
https://github.com/jenkins-infra/jenkins.io/commit/88b36071aa70a33be488575203a04e16a0bd6364
  Author: arpoch 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
R content/images/gsoc/2021/git-credentials/GitUsernamePassword.png
R content/images/gsoc/2021/git-credentials/freestyle-gitUsernamePassword.png

  Log Message:
  ---
  Removing out-dated images of gitUsernamePassword binding


  Commit: ed8bcd87d4cd95cdb4ee45d2830abb19e8a70058
  
https://github.com/jenkins-infra/jenkins.io/commit/ed8bcd87d4cd95cdb4ee45d2830abb19e8a70058
  Author: arpoch 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
A 
content/images/gsoc/2021/git-credentials/usernamepassword-binding-freestyle-project.png
A 
content/images/gsoc/2021/git-credentials/usernamepassword-binding-pipline-job.png

  Log Message:
  ---
  Adding updated images of gitUsernamePassword binding


  Commit: 4b7e228af2463cad35c9bed8d4e183a1c3df425b
  
https://github.com/jenkins-infra/jenkins.io/commit/4b7e228af2463cad35c9bed8d4e183a1c3df425b
  Author: arpoch 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
A content/images/gsoc/2021/git-credentials/ssh-private-key-freestyle-job.png
A content/images/gsoc/2021/git-credentials/ssh-private-key-pipeline-job.png

  Log Message:
  ---
  Adding updated images of gitSshPrivateKey binding


  Commit: fcd66b8f562e4af7dc3bb12a6e828496d3e969a3
  
https://github.com/jenkins-infra/jenkins.io/commit/fcd66b8f562e4af7dc3bb12a6e828496d3e969a3
  Author: arpoch 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M content/projects/gsoc/2021/projects/git-credentials-binding.adoc

  Log Message:
  ---
  Updating gitUsernamePassword binding images for freeStyle and Pipeline


  Commit: c1463571354a1480faa39638a02c7b2d026764fb
  
https://github.com/jenkins-infra/jenkins.io/commit/c1463571354a1480faa39638a02c7b2d026764fb
  Author: arpoch 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M content/projects/gsoc/2021/projects/git-credentials-binding.adoc

  Log Message:
  ---
  Adding gitSshPrivateKey binding images for freeStyle and Pipeline


  Commit: 88b7dbc52ee8dd847d83ecfbb06c48303fd0589e
  
https://github.com/jenkins-infra/jenkins.io/commit/88b7dbc52ee8dd847d83ecfbb06c48303fd0589e
  Author: Harshit Chopra 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
A content/blog/2021/08/2021-08-02-cloudevents-plugin-phase-I.adoc
A content/images/post-images/2021-08-cloudevents-plugin/configure_system.png
A content/images/post-images/2021-08-cloudevents-plugin/jcdevents.JPG
A content/images/post-images/2021-08-cloudevents-plugin/manage_jenkins.png
A content/images/post-images/2021-08-cloudevents-plugin/sink-type.png

  Log Message:
  ---
  Merge branch 'jenkins-infra:master' into master


  Commit: d6cb63f9b790835b216f3a2be685f8263b8c4bed
  

[jenkinsci/maven-plugin]

2021-08-19 Thread 'Olivier Lamy' via Jenkins Commits
  Branch: refs/heads/core-2.303
  Home:   https://github.com/jenkinsci/maven-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/maven-plugin/push/refs/heads/core-2.303/ddd486-00%40github.com.


[jenkins-infra/jenkins.io] da7064: GSOC-2021 work report for git-credentials-binding ...

2021-08-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: da70640ea91ff794fc38a066ffb477ef604fcaac
  
https://github.com/jenkins-infra/jenkins.io/commit/da70640ea91ff794fc38a066ffb477ef604fcaac
  Author: Harshit Chopra 
  Date:   2021-08-13 (Fri, 13 Aug 2021)

  Changed paths:
A content/blog/2021/08/2021-08-13-git-credentials-binding-work-report.adoc

  Log Message:
  ---
  GSOC-2021 work report for git-credentials-binding project

Added phase 1 results


  Commit: 3a51fd762b3b51d7ad3847ed8cbcd302c187afbf
  
https://github.com/jenkins-infra/jenkins.io/commit/3a51fd762b3b51d7ad3847ed8cbcd302c187afbf
  Author: Harshit Chopra 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/_data/changelogs/weekly.yml
A content/blog/2021/08/2021-08-02-cloudevents-plugin-phase-I.adoc
A content/blog/2021/08/2021-08-17-docker-images-use-jdk-11-by-default.adoc
A content/doc/book/managing/built-in-node-migration.adoc
M content/doc/book/scaling/architecting-for-manageability.adoc
A content/images/post-images/2021-08-cloudevents-plugin/configure_system.png
A content/images/post-images/2021-08-cloudevents-plugin/jcdevents.JPG
A content/images/post-images/2021-08-cloudevents-plugin/manage_jenkins.png
A content/images/post-images/2021-08-cloudevents-plugin/sink-type.png
A 
content/images/post-images/2021-08-docker-images-use-jdk-11-by-default/docker-images-use-jdk-11-by-default.png
A content/redirect/built-in-node-migration.adoc

  Log Message:
  ---
  Merge branch 'jenkins-infra:master' into 
gsoc-2021-work-report-git-credentials-binding


  Commit: dc4136a2339d2d9435c662e94a5693cb676d3202
  
https://github.com/jenkins-infra/jenkins.io/commit/dc4136a2339d2d9435c662e94a5693cb676d3202
  Author: Harshit Chopra 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/blog/2021/08/2021-08-13-git-credentials-binding-work-report.adoc

  Log Message:
  ---
  Include binding name in heading


  Commit: 36046e6c18092f61ad0a026d5486e7e18ced0478
  
https://github.com/jenkins-infra/jenkins.io/commit/36046e6c18092f61ad0a026d5486e7e18ced0478
  Author: Harshit Chopra 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/blog/2021/08/2021-08-13-git-credentials-binding-work-report.adoc

  Log Message:
  ---
  Refining phase 1 deliverables


  Commit: cec1c0b44c048fbe4b80367009408ca46cd54ec9
  
https://github.com/jenkins-infra/jenkins.io/commit/cec1c0b44c048fbe4b80367009408ca46cd54ec9
  Author: Harshit Chopra 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/blog/2021/08/2021-08-13-git-credentials-binding-work-report.adoc

  Log Message:
  ---
  Updating resources for git username password binding


  Commit: 6daa69b256dce9f88aaa802db2f12f45670d4d1c
  
https://github.com/jenkins-infra/jenkins.io/commit/6daa69b256dce9f88aaa802db2f12f45670d4d1c
  Author: Harshit Chopra 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/blog/2021/08/2021-08-13-git-credentials-binding-work-report.adoc

  Log Message:
  ---
  Adding phase 2 deliverables for git ssh private key binding


  Commit: db84c24508c1f8bced973a97e4c70b8b1b47db53
  
https://github.com/jenkins-infra/jenkins.io/commit/db84c24508c1f8bced973a97e4c70b8b1b47db53
  Author: Harshit Chopra 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/blog/2021/08/2021-08-13-git-credentials-binding-work-report.adoc

  Log Message:
  ---
  Adding resources for phase 2


  Commit: 5416c5427a329cfd1a3eaeb608904aeb84623625
  
https://github.com/jenkins-infra/jenkins.io/commit/5416c5427a329cfd1a3eaeb608904aeb84623625
  Author: Harshit Chopra 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/blog/2021/08/2021-08-13-git-credentials-binding-work-report.adoc

  Log Message:
  ---
  Adding achievements for GSOC-21 project


  Commit: 14d1c538a60add8dd2828eab707b2c7f933a67dc
  
https://github.com/jenkins-infra/jenkins.io/commit/14d1c538a60add8dd2828eab707b2c7f933a67dc
  Author: Harshit Chopra 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M content/blog/2021/08/2021-08-13-git-credentials-binding-work-report.adoc

  Log Message:
  ---
  Adding TODO list


  Commit: fc422d6e024638c603fa12827570cdb088ca7c8f
  
https://github.com/jenkins-infra/jenkins.io/commit/fc422d6e024638c603fa12827570cdb088ca7c8f
  Author: Mark Waite 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
R content/blog/2021/08/2021-08-13-git-credentials-binding-work-report.adoc
A content/blog/2021/08/2021-08-19-git-credentials-binding-work-report.adoc
A 
content/images/post-images/2021-08-git-credentials-binding/git-credentials-binding.png

  Log Message:
  ---
  Add standard blog block, opengraph, and edits

Move publication date to 19 Aug 2021


  Commit: 

[jenkinsci/maven-plugin] ddd486: upgrade to core 2.303

2021-08-19 Thread 'Olivier Lamy' via Jenkins Commits
  Branch: refs/heads/core-2.303
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: ddd486eccb4c7b695985c508a7e8efc1fc606149
  
https://github.com/jenkinsci/maven-plugin/commit/ddd486eccb4c7b695985c508a7e8efc1fc606149
  Author: Olivier Lamy 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M pom.xml
M 
src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java

  Log Message:
  ---
  upgrade to core 2.303

Signed-off-by: Olivier Lamy 


-- 
You received this message because you are subscribed to the Google 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/maven-plugin/push/refs/heads/core-2.303/00-ddd486%40github.com.


[jenkinsci/active-choices-plugin] 190e0a: Use plugin 4.18. Use Jenkins version 2.222.4. Use ...

2021-08-19 Thread 'Bruno P. Kinoshita' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 190e0a101d66d030d29da860dc8cde5253ca1a12
  
https://github.com/jenkinsci/active-choices-plugin/commit/190e0a101d66d030d29da860dc8cde5253ca1a12
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use plugin 4.18. Use Jenkins version 2.222.4. Use managed version of 
script-security plugin.


  Commit: 761a378e000ef616105bf1d400d2b104df4e7f12
  
https://github.com/jenkinsci/active-choices-plugin/commit/761a378e000ef616105bf1d400d2b104df4e7f12
  Author: Bruno P. Kinoshita 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use same versions as git-plugin


Compare: 
https://github.com/jenkinsci/active-choices-plugin/compare/d31bf1543ce3...761a378e000e

-- 
You received this message because you are subscribed to the Google 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/active-choices-plugin/push/refs/heads/master/d31bf1-761a37%40github.com.


[jenkinsci/aws-java-sdk-plugin]

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.12.49
  Home:   https://github.com/jenkinsci/aws-java-sdk-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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.12.49/465a7d-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] 28b47c: Bump aws-java-sdk from 1.11.996 to 1.12.50

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.12.50
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 28b47cc3fb6201f65170c4701efe669b2e173415
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/28b47cc3fb6201f65170c4701efe669b2e173415
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump aws-java-sdk from 1.11.996 to 1.12.50

Bumps [aws-java-sdk](https://github.com/aws/aws-sdk-java) from 1.11.996 to 
1.12.50.
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.11.996...1.12.50)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk
  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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.12.50/00-28b47c%40github.com.


[jenkinsci/ecutest-plugin] b36242: Bump mockito-core from 3.11.2 to 3.12.0

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: b36242a5a008dd94ee889077419e23619d0922e9
  
https://github.com/jenkinsci/ecutest-plugin/commit/b36242a5a008dd94ee889077419e23619d0922e9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.11.2 to 3.12.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v3.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  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/ecutest-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0/00-b36242%40github.com.


[jenkinsci/jenkins] 628d61: Bump mockito-core from 3.11.2 to 3.12.0

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 628d616da9c4b0c9a9480f0f9c34a957ad62359e
  
https://github.com/jenkinsci/jenkins/commit/628d616da9c4b0c9a9480f0f9c34a957ad62359e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.11.2 to 3.12.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v3.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  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/jenkins/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0/00-628d61%40github.com.


[jenkinsci/repository-connector-plugin]

2021-08-19 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/repository-connector-2.1.0
  Home:   https://github.com/jenkinsci/repository-connector-plugin

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


[jenkinsci/throttle-concurrent-builds-plugin]

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.tngtech.jgiven-jgiven-junit-1.1.0
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin

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


[jenkinsci/throttle-concurrent-builds-plugin] 023024: Bump jgiven-junit from 1.0.0 to 1.1.0

2021-08-19 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: 0230249737326785e91f921754540dd5518d5651
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/0230249737326785e91f921754540dd5518d5651
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jgiven-junit from 1.0.0 to 1.1.0

Bumps [jgiven-junit](https://github.com/TNG/jgiven) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TNG/jgiven/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: com.tngtech.jgiven:jgiven-junit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: aebfe226724ce004d5ea0ffc3a7400191994259b
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/aebfe226724ce004d5ea0ffc3a7400191994259b
  Author: Basil Crow 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require upper bound dependencies error for org.slf4j:slf4j-api:1.7.26 paths 
to dependency are:
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
+-org.slf4j:slf4j-api:1.7.26
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
+-com.tngtech.jgiven:jgiven-core:1.1.0
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
+-com.tngtech.jgiven:jgiven-html5-report:1.1.0
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-core:2.222.4
+-org.slf4j:jcl-over-slf4j:1.7.26
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-core:2.222.4
+-org.slf4j:log4j-over-slf4j:1.7.26
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-war:2.222.4
+-org.slf4j:slf4j-jdk14:1.7.26
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.25
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
+-com.tngtech.jgiven:jgiven-html5-report:1.1.0
  +-com.tngtech.jgiven:jgiven-html-app:1.1.0
+-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-war:2.222.4
+-org.jenkins-ci.modules:sshd:2.6
  +-org.apache.sshd:sshd-core:1.7.0
+-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.25


Compare: 
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/compare/c4f8e1c176b3...aebfe226724c

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


[jenkinsci/throttle-concurrent-builds-plugin] b8ece5: Require upper bound dependencies error for org.slf...

2021-08-19 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.tngtech.jgiven-jgiven-junit-1.1.0
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: b8ece51fc4079c2c37c9b8b247e7ae05280ae501
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/b8ece51fc4079c2c37c9b8b247e7ae05280ae501
  Author: Basil Crow 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require upper bound dependencies error for org.slf4j:slf4j-api:1.7.26 paths 
to dependency are:
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
+-org.slf4j:slf4j-api:1.7.26
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
+-com.tngtech.jgiven:jgiven-core:1.1.0
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
+-com.tngtech.jgiven:jgiven-html5-report:1.1.0
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-core:2.222.4
+-org.slf4j:jcl-over-slf4j:1.7.26
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-core:2.222.4
+-org.slf4j:log4j-over-slf4j:1.7.26
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-war:2.222.4
+-org.slf4j:slf4j-jdk14:1.7.26
  +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.25
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
+-com.tngtech.jgiven:jgiven-html5-report:1.1.0
  +-com.tngtech.jgiven:jgiven-html-app:1.1.0
+-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-war:2.222.4
+-org.jenkins-ci.modules:sshd:2.6
  +-org.apache.sshd:sshd-core:1.7.0
+-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.25


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/throttle-concurrent-builds-plugin/push/refs/heads/dependabot/maven/com.tngtech.jgiven-jgiven-junit-1.1.0/32198d-b8ece5%40github.com.


[jenkinsci/pitmutation-plugin]

2021-08-19 Thread 'Benjamin Sproule' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0
  Home:   https://github.com/jenkinsci/pitmutation-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/pitmutation-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0/d83acd-00%40github.com.


[jenkinsci/pitmutation-plugin] d83acd: Bump mockito-core from 3.11.2 to 3.12.0

2021-08-19 Thread 'Benjamin Sproule' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pitmutation-plugin
  Commit: d83acd2612417fc20bc75b559c6127a920587cda
  
https://github.com/jenkinsci/pitmutation-plugin/commit/d83acd2612417fc20bc75b559c6127a920587cda
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.11.2 to 3.12.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v3.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: ca1019f1e0a534e2dd1bbbd4bec8c4ae14377c0a
  
https://github.com/jenkinsci/pitmutation-plugin/commit/ca1019f1e0a534e2dd1bbbd4bec8c4ae14377c0a
  Author: Benjamin Sproule 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #102 from 
jenkinsci/dependabot/maven/org.mockito-mockito-core-3.12.0

Bump mockito-core from 3.11.2 to 3.12.0


Compare: 
https://github.com/jenkinsci/pitmutation-plugin/compare/a3380a04c1f5...ca1019f1e0a5

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


[jenkinsci/pitmutation-plugin] d83acd: Bump mockito-core from 3.11.2 to 3.12.0

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0
  Home:   https://github.com/jenkinsci/pitmutation-plugin
  Commit: d83acd2612417fc20bc75b559c6127a920587cda
  
https://github.com/jenkinsci/pitmutation-plugin/commit/d83acd2612417fc20bc75b559c6127a920587cda
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.11.2 to 3.12.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v3.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  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/pitmutation-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.12.0/00-d83acd%40github.com.


[jenkins-infra/jenkins.io] e958ae: Update Jenkins infrastructure meeting information

2021-08-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e958ae47f707056ec9d54b7ee761eb04b9a0a387
  
https://github.com/jenkins-infra/jenkins.io/commit/e958ae47f707056ec9d54b7ee761eb04b9a0a387
  Author: Olivier Vernin 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M content/projects/infrastructure/index.adoc

  Log Message:
  ---
  Update Jenkins infrastructure meeting information


  Commit: 664bbd38f33b9dc3fb8b51919bc3d92e9a35ea18
  
https://github.com/jenkins-infra/jenkins.io/commit/664bbd38f33b9dc3fb8b51919bc3d92e9a35ea18
  Author: Mark Waite 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M content/projects/infrastructure/index.adoc

  Log Message:
  ---
  Merge pull request #4517 from jenkins-infra/olblak-patch-1

Update Jenkins infrastructure meeting information


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/761daede5756...664bbd38f33b

-- 
You received this message because you are subscribed to the Google 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/761dae-664bbd%40github.com.


[jenkins-infra/jenkins.io]

2021-08-19 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/olblak-patch-1
  Home:   https://github.com/jenkins-infra/jenkins.io

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


[jenkinsci/docker-plugin] 8b6aa2: Update CHANGELOG.md

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 8b6aa2a7028facf796c8ec771bea29a5af6f9705
  
https://github.com/jenkinsci/docker-plugin/commit/8b6aa2a7028facf796c8ec771bea29a5af6f9705
  Author: Peter Darton 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.md


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


[jenkinsci/docker-plugin] 6ca88e: Make PortUtilsTest less fussy about timings. (#847)

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 6ca88e376c4e27c822b4931dc3542fca048f409e
  
https://github.com/jenkinsci/docker-plugin/commit/6ca88e376c4e27c822b4931dc3542fca048f409e
  Author: Peter Darton 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M src/test/java/com/nirima/jenkins/plugins/docker/utils/PortUtilsTest.java

  Log Message:
  ---
  Make PortUtilsTest less fussy about timings. (#847)


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


[jenkinsci/hpe-application-automation-tools-plugin]

2021-08-19 Thread 'Zhipeng Wang' via Jenkins Commits
  Branch: refs/heads/Release-6.7
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/heads/Release-6.7/807373-00%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin]

2021-08-19 Thread 'Zhipeng Wang' via Jenkins Commits
  Branch: refs/heads/temp1
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/heads/temp1/e2226c-00%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin]

2021-08-19 Thread 'Zhipeng Wang' via Jenkins Commits
  Branch: refs/heads/Release-6.4
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/heads/Release-6.4/6f7254-00%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin]

2021-08-19 Thread 'Zhipeng Wang' via Jenkins Commits
  Branch: refs/heads/Release-6.3
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/heads/Release-6.3/2382ce-00%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin]

2021-08-19 Thread 'Zhipeng Wang' via Jenkins Commits
  Branch: refs/heads/Release-6.2
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/heads/Release-6.2/d0ea89-00%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin]

2021-08-19 Thread 'Zhipeng Wang' via Jenkins Commits
  Branch: refs/heads/Release-6.1
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/heads/Release-6.1/bdaaa6-00%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin]

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.19
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.19/6c464c-00%40github.com.


[jenkinsci/docker-plugin] 1460c4: [maven-release-plugin] prepare for next developmen...

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 1460c430a11014021c1dc8172f41d5482ddc582a
  
https://github.com/jenkinsci/docker-plugin/commit/1460c430a11014021c1dc8172f41d5482ddc582a
  Author: Peter Darton 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

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


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


[jenkinsci/docker-plugin]

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/tags/docker-plugin-1.2.3
  Home:   https://github.com/jenkinsci/docker-plugin

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


[jenkinsci/docker-plugin] 3888f3: [maven-release-plugin] prepare release docker-plug...

2021-08-19 Thread 'Peter Darton' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 3888f36965a66ef1c84270edf846252d2ea504ba
  
https://github.com/jenkinsci/docker-plugin/commit/3888f36965a66ef1c84270edf846252d2ea504ba
  Author: Peter Darton 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release docker-plugin-1.2.3


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


[jenkins-infra/jenkins.io] e958ae: Update Jenkins infrastructure meeting information

2021-08-19 Thread 'Olivier Vernin' via Jenkins Commits
  Branch: refs/heads/olblak-patch-1
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e958ae47f707056ec9d54b7ee761eb04b9a0a387
  
https://github.com/jenkins-infra/jenkins.io/commit/e958ae47f707056ec9d54b7ee761eb04b9a0a387
  Author: Olivier Vernin 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M content/projects/infrastructure/index.adoc

  Log Message:
  ---
  Update Jenkins infrastructure meeting information


-- 
You received this message because you are subscribed to the Google 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/olblak-patch-1/00-e958ae%40github.com.


[jenkinsci/pipeline-aws-plugin] 651b0e: Fix upload tags if file directory

2021-08-19 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 651b0ebfc389d6c10c64728acf44c240e9e03b89
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/651b0ebfc389d6c10c64728acf44c240e9e03b89
  Author: Sandra Antunes 
  Date:   2021-05-07 (Fri, 07 May 2021)

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

  Log Message:
  ---
  Fix upload tags if file directory


  Commit: 6840d00841d66b04c5882d7bd56f10bf3015262e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/6840d00841d66b04c5882d7bd56f10bf3015262e
  Author: Thorsten Hoeger 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java

  Log Message:
  ---
  Merge branch 'master' into FixS3UploadTags


  Commit: 7b4d8bbcd557de72fb51971cf5aa59f692b217d7
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7b4d8bbcd557de72fb51971cf5aa59f692b217d7
  Author: Thorsten Hoeger 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

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

  Log Message:
  ---
  Merge pull request #276 from sandraantunes-cicd/FixS3UploadTags

Issue 275: Fix upload tags if file directory


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/8de94152eea9...7b4d8bbcd557

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


[jenkinsci/htmlpublisher-plugin] e87235: Bump actions/setup-java from 2.1.0 to 2.2.0

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-2.2.0
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin
  Commit: e8723518b67673f4a84ef1fa86b556ab0fb57ea0
  
https://github.com/jenkinsci/htmlpublisher-plugin/commit/e8723518b67673f4a84ef1fa86b556ab0fb57ea0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

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

  Log Message:
  ---
  Bump actions/setup-java from 2.1.0 to 2.2.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.1.0 to 
2.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  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/htmlpublisher-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-2.2.0/00-e87235%40github.com.


[jenkinsci/maven-plugin] ebb4f2: Update doc to says that plugin is no longer bundle...

2021-08-19 Thread 'Denys Digtiar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: ebb4f2dc08acf20f052fc7ff4e55d7183f8705f7
  
https://github.com/jenkinsci/maven-plugin/commit/ebb4f2dc08acf20f052fc7ff4e55d7183f8705f7
  Author: Denys Digtiar 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update doc to says that plugin is no longer bundled starting from 2.204.1 
(#190)

Per [Upgrading to Jenkins LTS 
2.204.x](https://www.jenkins.io/doc/upgrade-guide/2.204/#stop-bundling-maven-plugin-and-subversion-plugin-with-jenkins)
 guide.


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


[jenkinsci/jenkins]

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.springframework.security-spring-security-bom-5.5.2
  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.springframework.security-spring-security-bom-5.5.2/bd6510-00%40github.com.


[jenkinsci/jenkins] 485450: Bump spring-security-bom from 5.5.1 to 5.5.2 (#5672)

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 485450d0456237f2cfd186b4a640328683bdce79
  
https://github.com/jenkinsci/jenkins/commit/485450d0456237f2cfd186b4a640328683bdce79
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  Bump spring-security-bom from 5.5.1 to 5.5.2 (#5672)


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


[jenkinsci/jenkins] 3c8dd1: Some test code clean-up (#5669)

2021-08-19 Thread 'offa' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 3c8dd1664fcc2818a78a06950d47a7b7c54ad981
  
https://github.com/jenkinsci/jenkins/commit/3c8dd1664fcc2818a78a06950d47a7b7c54ad981
  Author: offa 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M test/src/test/java/hudson/cli/WaitNodeOnlineCommandTest.java
M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java
M test/src/test/java/hudson/model/DependencyGraphTest.java
M test/src/test/java/hudson/model/MyViewTest.java
M test/src/test/java/hudson/model/NodeTest.java
M test/src/test/java/hudson/model/ViewTest.java
M test/src/test/java/hudson/security/SecurityRealmTest.java
M test/src/test/java/hudson/tasks/FingerprinterTest.java
M test/src/test/java/hudson/util/BootFailureTest.java
M test/src/test/java/jenkins/install/SetupWizardTest.java
M 
test/src/test/java/org/kohsuke/stapler/beanutils/BasicTagWithObjectProperty.java
M 
test/src/test/java/org/kohsuke/stapler/beanutils/DynaTagWithStringProperty.java

  Log Message:
  ---
  Some test code clean-up (#5669)

Co-authored-by: Tim Jacomb 


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


[jenkinsci/maven-plugin] 01f796: Bump actions/setup-java from 2.1.0 to 2.2.0 (#201)

2021-08-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 01f7964c7d1d344c400236d528b6ff231e09e93a
  
https://github.com/jenkinsci/maven-plugin/commit/01f7964c7d1d344c400236d528b6ff231e09e93a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

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

  Log Message:
  ---
  Bump actions/setup-java from 2.1.0 to 2.2.0 (#201)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.1.0 to 
2.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  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/maven-plugin/push/refs/heads/master/0fb4bb-01f796%40github.com.


[jenkinsci/maven-plugin]

2021-08-19 Thread 'Olivier Lamy' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/master/actions/setup-java-2.2.0
  Home:   https://github.com/jenkinsci/maven-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/maven-plugin/push/refs/heads/dependabot/github_actions/master/actions/setup-java-2.2.0/aecbf0-00%40github.com.


[jenkinsci/jms-messaging-plugin] c4ed34: Annotate README

2021-08-19 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jms-messaging-plugin

  Commit: c4ed3425c5e1ce97f00b2570f7df590a607ebfe9

  
https://github.com/jenkinsci/jms-messaging-plugin/commit/c4ed3425c5e1ce97f00b2570f7df590a607ebfe9

  Author: Oliver Gondža 

  Date:   2021-08-19 (Thu, 19 Aug 2021)



  Changed paths:

M README.md



  Log Message:

  ---

  Annotate README





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