[jenkinsci/support-core-plugin]

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/1340.v9c6c9398c75e
  Home:   https://github.com/jenkinsci/support-core-plugin

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


[jenkinsci/support-core-plugin] f25e69: [JENKINS-71732] Add component to collect executors...

2023-08-02 Thread 'Allan Burdajewicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: f25e69361ccc2ad1868b10b34fdcb8ca8a22d9dd
  
https://github.com/jenkinsci/support-core-plugin/commit/f25e69361ccc2ad1868b10b34fdcb8ca8a22d9dd
  Author: Allan Burdajewicz 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
A src/main/java/com/cloudbees/jenkins/support/impl/NodeExecutors.java
A src/test/java/com/cloudbees/jenkins/support/impl/NodeExecutorsTest.java

  Log Message:
  ---
  [JENKINS-71732] Add component to collect executors information


  Commit: 3835d191fbec6b1fc2ee90e6e1ac667304955ee0
  
https://github.com/jenkinsci/support-core-plugin/commit/3835d191fbec6b1fc2ee90e6e1ac667304955ee0
  Author: Allan Burdajewicz 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/NodeExecutors.java

  Log Message:
  ---
  [JENKINS-71732] Rename header

Co-authored-by: Jesse Glick 


  Commit: 96255abd93ef6835cfa8d10ec09b5f4d86d87824
  
https://github.com/jenkinsci/support-core-plugin/commit/96255abd93ef6835cfa8d10ec09b5f4d86d87824
  Author: Allan Burdajewicz 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/NodeExecutors.java

  Log Message:
  ---
  [JENKINS-71732] Print human readable date and reorder fields


  Commit: 41432db43a02a9cd7d227edc274cd4bb7fcfc84f
  
https://github.com/jenkinsci/support-core-plugin/commit/41432db43a02a9cd7d227edc274cd4bb7fcfc84f
  Author: Allan Burdajewicz 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/NodeExecutors.java

  Log Message:
  ---
  [JENKINS-71732] Print executable instead of parent


  Commit: 530ef2eff3e3d4b949ebbd8b83e073525a9d88e3
  
https://github.com/jenkinsci/support-core-plugin/commit/530ef2eff3e3d4b949ebbd8b83e073525a9d88e3
  Author: Allan Burdajewicz 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/NodeExecutors.java

  Log Message:
  ---
  [JENKINS-71732] Loop on computers


  Commit: 2b25ae9ed019f6e7c43971bbb3865ddcd2dc2171
  
https://github.com/jenkinsci/support-core-plugin/commit/2b25ae9ed019f6e7c43971bbb3865ddcd2dc2171
  Author: Allan Burdajewicz 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/NodeExecutors.java

  Log Message:
  ---
  [JENKINS-71732] Improve formatting


  Commit: eafca7a2138c0cfd34e3bba8dae3aa4e14f5fe8b
  
https://github.com/jenkinsci/support-core-plugin/commit/eafca7a2138c0cfd34e3bba8dae3aa4e14f5fe8b
  Author: Allan Burdajewicz 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/test/java/com/cloudbees/jenkins/support/impl/NodeExecutorsTest.java

  Log Message:
  ---
  [JENKINS-71732] Add meaningful tests


  Commit: 2878ede52975b2983762d433f95421bdc280c5e7
  
https://github.com/jenkinsci/support-core-plugin/commit/2878ede52975b2983762d433f95421bdc280c5e7
  Author: Allan Burdajewicz 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/test/java/com/cloudbees/jenkins/support/impl/NodeExecutorsTest.java

  Log Message:
  ---
  [JENKINS-71732] use OS line separator for tests in Windows


  Commit: a82b9e3a8fdb32a9dcc1fee8c4d97fbb824ac55f
  
https://github.com/jenkinsci/support-core-plugin/commit/a82b9e3a8fdb32a9dcc1fee8c4d97fbb824ac55f
  Author: Allan Burdajewicz 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/test/java/com/cloudbees/jenkins/support/impl/NodeExecutorsTest.java

  Log Message:
  ---
  [JENKINS-71732] Use Scanner with nextLine to test String output


  Commit: 9c6c9398c75e8704ff8a5428e0eb01c99dfb1d24
  
https://github.com/jenkinsci/support-core-plugin/commit/9c6c9398c75e8704ff8a5428e0eb01c99dfb1d24
  Author: Allan Burdajewicz 
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
A src/main/java/com/cloudbees/jenkins/support/impl/NodeExecutors.java
A src/test/java/com/cloudbees/jenkins/support/impl/NodeExecutorsTest.java

  Log Message:
  ---
  Merge pull request #484 from Dohbedoh/JENKINS-71732

[JENKINS-71732] Add component to collect executors information


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/305a08ca979b...9c6c9398c75e

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


[jenkinsci/analysis-pom-plugin]

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15
  Home:   https://github.com/jenkinsci/analysis-pom-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/analysis-pom-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15/b54f4d-00%40github.com.


[jenkinsci/analysis-pom-plugin] 521e88: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.1
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 521e88491eb5d8c0549432c392cb82c9b92e8601
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/521e88491eb5d8c0549432c392cb82c9b92e8601
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.14.3 to 3.15.1

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.14.3 to 3.15.1.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.14.3...equalsverifier-3.15.1)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  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/nl.jqno.equalsverifier-equalsverifier-3.15.1/00-521e88%40github.com.


[jenkinsci/jenkins] be62a0: New stapler

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins
  Commit: be62a0bbd5f897a500e9f9a0b6ea1a00c7d0a6bf
  
https://github.com/jenkinsci/jenkins/commit/be62a0bbd5f897a500e9f9a0b6ea1a00c7d0a6bf
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  New stapler


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/jakarta/3e08c2-be62a0%40github.com.


[jenkinsci/timestamper-plugin] ce7a5a: [maven-release-plugin] prepare for next developmen...

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: ce7a5ac5422af70ab9d96638e333f698137c6920
  
https://github.com/jenkinsci/timestamper-plugin/commit/ce7a5ac5422af70ab9d96638e333f698137c6920
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  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/timestamper-plugin/push/refs/heads/master/59a52c-ce7a5a%40github.com.


[jenkinsci/timestamper-plugin]

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/tags/timestamper-1.26
  Home:   https://github.com/jenkinsci/timestamper-plugin

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


[jenkinsci/timestamper-plugin] 59a52c: [maven-release-plugin] prepare release timestamper...

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 59a52c3239414a398aabb240d4b204e104324e36
  
https://github.com/jenkinsci/timestamper-plugin/commit/59a52c3239414a398aabb240d4b204e104324e36
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release timestamper-1.26


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


[jenkinsci/timestamper-plugin]

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.1
  Home:   https://github.com/jenkinsci/timestamper-plugin

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


[jenkinsci/timestamper-plugin] 5b9f62: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 5b9f62d00a06313d632b5ce486560d395a2a39e7
  
https://github.com/jenkinsci/timestamper-plugin/commit/5b9f62d00a06313d632b5ce486560d395a2a39e7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15 to 3.15.1 (#269)

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/timestamper-plugin/push/refs/heads/master/977e8e-5b9f62%40github.com.


[jenkinsci/timestamper-plugin] ef6ee5: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.1
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: ef6ee50c9f56a1280cde2340a1eab8dac7441dbe
  
https://github.com/jenkinsci/timestamper-plugin/commit/ef6ee50c9f56a1280cde2340a1eab8dac7441dbe
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.15 to 3.15.1

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.15 to 3.15.1.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15...equalsverifier-3.15.1)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  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/timestamper-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.1/00-ef6ee5%40github.com.


[jenkinsci/timestamper-plugin] 977e8e: Avoid `HttpServletRequest` (#268)

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 977e8e5e8a4860bfad4bcc24d21d533bd46068ef
  
https://github.com/jenkinsci/timestamper-plugin/commit/977e8e5e8a4860bfad4bcc24d21d533bd46068ef
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M 
src/main/java/hudson/plugins/timestamper/format/TimestampFormatProvider.java
M 
src/test/java/hudson/plugins/timestamper/format/TimestampFormatProviderTest.java

  Log Message:
  ---
  Avoid `HttpServletRequest` (#268)


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


[jenkinsci/stapler] 454dd9: Add bridge method for cookies

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/stapler
  Commit: 454dd9e13e97c8a57245f019e8eb4f9125e8be53
  
https://github.com/jenkinsci/stapler/commit/454dd9e13e97c8a57245f019e8eb4f9125e8be53
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M core/src/main/java/javax/servlet/http/Cookie.java
M core/src/main/java/org/kohsuke/stapler/RequestImpl.java
M core/src/main/java/org/kohsuke/stapler/StaplerRequest.java
A core/src/main/resources/javax/servlet/LocalStrings.properties
A core/src/main/resources/javax/servlet/LocalStrings_fr.properties
A core/src/main/resources/javax/servlet/LocalStrings_ja.properties
A core/src/main/resources/javax/servlet/http/LocalStrings.properties
A core/src/main/resources/javax/servlet/http/LocalStrings_es.properties
A core/src/main/resources/javax/servlet/http/LocalStrings_fr.properties
A core/src/main/resources/javax/servlet/http/LocalStrings_ja.properties

  Log Message:
  ---
  Add bridge method for cookies


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/stapler/push/refs/heads/jakarta/d64fde-454dd9%40github.com.


[jenkinsci/lockable-resources-plugin] c31c0e: New Crowdin translations

2023-08-02 Thread 'Crowdin Bot' via Jenkins Commits
  Branch: refs/heads/l10n_crowdin_action
  Home:   https://github.com/jenkinsci/lockable-resources-plugin
  Commit: c31c0ebb6e23907692eebb6bccd953f6d01138bb
  
https://github.com/jenkinsci/lockable-resources-plugin/commit/c31c0ebb6e23907692eebb6bccd953f6d01138bb
  Author: Crowdin Bot 
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_cs.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_de.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_sk.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStepResource/config_de.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockableResource/config_fr.properties
A 
src/main/resources/org/jenkins/plugins/lockableresources/LockableResourceProperty/config_fr.properties

  Log Message:
  ---
  New Crowdin translations


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/lockable-resources-plugin/push/refs/heads/l10n_crowdin_action/fd54eb-c31c0e%40github.com.


[jenkinsci/stapler] d64fde: Add bridge methods

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/stapler
  Commit: d64fde5bc2467a0a3620e20e95a227cfbaf85863
  
https://github.com/jenkinsci/stapler/commit/d64fde5bc2467a0a3620e20e95a227cfbaf85863
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M core/pom.xml
M core/src/main/java/javax/servlet/ServletInputStream.java
M core/src/main/java/javax/servlet/ServletOutputStream.java
M core/src/main/java/org/kohsuke/stapler/ResponseImpl.java
M core/src/main/java/org/kohsuke/stapler/StaplerResponse.java

  Log Message:
  ---
  Add bridge methods


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/stapler/push/refs/heads/jakarta/097c12-d64fde%40github.com.


[jenkins-infra/account-app]

2023-08-02 Thread 'infra-ci-jenkins-io[bot]' via Jenkins Commits
  Branch: refs/tags/0.4.28
  Home:   https://github.com/jenkins-infra/account-app

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/account-app/push/refs/tags/0.4.28/00-baf784%40github.com.


[jenkinsci/jenkins] 3e08c2: Finish bootstrapping process

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 3e08c22e85c12490ff271916f7be88ebccc18c1b
  
https://github.com/jenkinsci/jenkins/commit/3e08c22e85c12490ff271916f7be88ebccc18c1b
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M core/src/main/resources/jenkins/security/whitelisted-classes.txt
M test/pom.xml
M test/src/test/java/hudson/model/QueueTest.java

  Log Message:
  ---
  Finish bootstrapping process


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/jakarta/9c17f4-3e08c2%40github.com.


[jenkinsci/jenkins-test-harness] 2c4d0c: Jakarta EE 9 transition

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 2c4d0ceba5b832ae3ece6f671696b9d40c4130c7
  
https://github.com/jenkinsci/jenkins-test-harness/commit/2c4d0ceba5b832ae3ece6f671696b9d40c4130c7
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/jenkins/benchmark/jmh/JmhBenchmarkState.java
M src/main/java/org/jvnet/hudson/test/ComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M src/main/java/org/jvnet/hudson/test/JavaNetReverseProxy.java
M src/main/java/org/jvnet/hudson/test/JenkinsComputerConnectorTester.java
M src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
M src/main/java/org/jvnet/hudson/test/JenkinsRule.java
M src/main/java/org/jvnet/hudson/test/MockFolder.java
M src/main/java/org/jvnet/hudson/test/NoListenerConfiguration.java
M src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
M src/main/java/org/jvnet/hudson/test/ResponseCapturingOutput.java
M src/main/java/org/jvnet/hudson/test/TestCrumbIssuer.java
M src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
M src/test/java/org/jvnet/hudson/main/UseRecipesWithJenkinsRuleTest.java
M src/test/java/org/jvnet/hudson/test/RealJenkinsRuleTest.java

  Log Message:
  ---
  Jakarta EE 9 transition


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


[jenkinsci/performance-plugin]

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.71
  Home:   https://github.com/jenkinsci/performance-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/performance-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.71/c40abb-00%40github.com.


[jenkinsci/performance-plugin] 52c04e: Bump org.jenkins-ci.plugins:plugin from 4.69 to 4....

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 52c04ef43f24ace4891dc02bceb13eb064a03526
  
https://github.com/jenkinsci/performance-plugin/commit/52c04ef43f24ace4891dc02bceb13eb064a03526
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.jenkins-ci.plugins:plugin from 4.69 to 4.71 (#236)

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) 
from 4.69 to 4.71.
- [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.69...plugin-4.71)

---
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/performance-plugin/push/refs/heads/master/acd561-52c04e%40github.com.


[jenkinsci/jenkins] d4e0ae: Remove JDK 11 build

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d4e0ae3c5945677ffa4e1dc337d54fbeb97850c3
  
https://github.com/jenkinsci/jenkins/commit/d4e0ae3c5945677ffa4e1dc337d54fbeb97850c3
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Remove JDK 11 build


  Commit: 9c17f4f87ab39411bcc0d781912dacab6425ca25
  
https://github.com/jenkinsci/jenkins/commit/9c17f4f87ab39411bcc0d781912dacab6425ca25
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Fix branch name


Compare: 
https://github.com/jenkinsci/jenkins/compare/23d9dc164afc...9c17f4f87ab3

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/jakarta/23d9dc-9c17f4%40github.com.


[jenkinsci/aws-java-sdk-plugin]

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.519
  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/revision-1.12.519/25a9e3-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] e759a4: Bump revision from 1.12.508 to 1.12.520

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.520
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: e759a4a6f34f26e6ae827116c4fce781d8d5ca7f
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/e759a4a6f34f26e6ae827116c4fce781d8d5ca7f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump revision from 1.12.508 to 1.12.520

Bumps `revision` from 1.12.508 to 1.12.520.

Updates `com.amazonaws:aws-java-sdk-bom` from 1.12.508 to 1.12.520
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.508...1.12.520)

Updates `com.amazonaws:aws-java-sdk` from 1.12.508 to 1.12.520
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.508...1.12.520)

Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.508 to 1.12.520
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.508...1.12.520)

Updates `com.amazonaws:aws-java-sdk-sts` from 1.12.508 to 1.12.520
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.508...1.12.520)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-sts
  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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/revision-1.12.520/00-e759a4%40github.com.


[jenkinsci/jenkins] 23d9dc: Disable ATH in prototype

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 23d9dc164afcf2eb057e4efe0ceeca86131dba55
  
https://github.com/jenkinsci/jenkins/commit/23d9dc164afcf2eb057e4efe0ceeca86131dba55
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Disable ATH in prototype


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/jakarta/488187-23d9dc%40github.com.


[jenkinsci/jenkins] 488187: Jakarta EE 9 transition

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4881871d1bdbfcd77d0f51db6b103114b19a1509
  
https://github.com/jenkinsci/jenkins/commit/4881871d1bdbfcd77d0f51db6b103114b19a1509
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M .github/dependabot.yml
M .idea/encodings.xml
M bom/pom.xml
M core/pom.xml
M core/src/main/java/hudson/FilePath.java
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/LocalPluginManager.java
M core/src/main/java/hudson/Plugin.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/ResponseHeaderFilter.java
M core/src/main/java/hudson/StructuredForm.java
M core/src/main/java/hudson/WebAppMain.java
M core/src/main/java/hudson/cli/CLIAction.java
M core/src/main/java/hudson/cli/CliCrumbExclusion.java
M core/src/main/java/hudson/cli/ReloadConfigurationCommand.java
M core/src/main/java/hudson/cli/UpdateNodeCommand.java
M core/src/main/java/hudson/console/ConsoleAnnotationDescriptor.java
M core/src/main/java/hudson/console/ConsoleAnnotatorFactory.java
M core/src/main/java/hudson/init/impl/GroovyInitScript.java
M core/src/main/java/hudson/init/impl/InstallUncaughtExceptionHandler.java
M core/src/main/java/hudson/lifecycle/WindowsInstallerLink.java
M core/src/main/java/hudson/logging/LogRecorder.java
M core/src/main/java/hudson/logging/LogRecorderManager.java
M core/src/main/java/hudson/model/AbstractBuild.java
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/main/java/hudson/model/AbstractModelObject.java
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/AllView.java
M core/src/main/java/hudson/model/Api.java
M core/src/main/java/hudson/model/AutoCompletionCandidates.java
M core/src/main/java/hudson/model/BuildAuthorizationToken.java
M core/src/main/java/hudson/model/Computer.java
M core/src/main/java/hudson/model/ComputerSet.java
M core/src/main/java/hudson/model/Descriptor.java
M core/src/main/java/hudson/model/DirectlyModifiableView.java
M core/src/main/java/hudson/model/DirectoryBrowserSupport.java
M core/src/main/java/hudson/model/Executor.java
M core/src/main/java/hudson/model/Failure.java
M core/src/main/java/hudson/model/FileParameterDefinition.java
M core/src/main/java/hudson/model/FileParameterValue.java
M core/src/main/java/hudson/model/Hudson.java
M core/src/main/java/hudson/model/ItemGroupMixIn.java
M core/src/main/java/hudson/model/Job.java
M core/src/main/java/hudson/model/ListView.java
M core/src/main/java/hudson/model/ModifiableItemGroup.java
M core/src/main/java/hudson/model/MultiStageTimeSeries.java
M core/src/main/java/hudson/model/MyView.java
M core/src/main/java/hudson/model/MyViewsProperty.java
M core/src/main/java/hudson/model/PaneStatusProperties.java
M core/src/main/java/hudson/model/ParametersDefinitionProperty.java
M core/src/main/java/hudson/model/Project.java
M core/src/main/java/hudson/model/ProxyView.java
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/model/RSS.java
M core/src/main/java/hudson/model/Run.java
M core/src/main/java/hudson/model/Slave.java
M core/src/main/java/hudson/model/TaskAction.java
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/hudson/model/UsageStatistics.java
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/model/View.java
M core/src/main/java/hudson/model/ViewJob.java
M core/src/main/java/hudson/model/labels/LabelAtom.java
M core/src/main/java/hudson/scm/AbstractScmTagAction.java
M core/src/main/java/hudson/scm/SCMS.java
M core/src/main/java/hudson/search/Search.java
M core/src/main/java/hudson/security/AccessDeniedException2.java
M core/src/main/java/hudson/security/AccessDeniedException3.java
M core/src/main/java/hudson/security/AccessDeniedHandlerImpl.java
M core/src/main/java/hudson/security/AuthenticationProcessingFilter2.java
M core/src/main/java/hudson/security/BasicAuthenticationFilter.java
M core/src/main/java/hudson/security/ChainedServletFilter.java
M core/src/main/java/hudson/security/ContainerAuthentication.java
M core/src/main/java/hudson/security/FederatedLoginService.java
M core/src/main/java/hudson/security/GlobalSecurityConfiguration.java
M 
core/src/main/java/hudson/security/HttpSessionContextIntegrationFilter2.java
M core/src/main/java/hudson/security/HudsonAuthenticationEntryPoint.java
M core/src/main/java/hudson/security/HudsonFilter.java
M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
M core/src/main/java/hudson/security/LegacySecurityRealm.java
M core/src/main/java/hudson/security/NoopFilter.java
M 

[jenkinsci/ecutest-plugin]

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15
  Home:   https://github.com/jenkinsci/ecutest-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/ecutest-plugin/push/refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15/4081d3-00%40github.com.


[jenkinsci/ecutest-plugin] 1948fe: Bump nl.jqno.equalsverifier:equalsverifier from 3....

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.1
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 1948fe98e45e5001b212c5e231f38d57f756ae07
  
https://github.com/jenkinsci/ecutest-plugin/commit/1948fe98e45e5001b212c5e231f38d57f756ae07
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump nl.jqno.equalsverifier:equalsverifier from 3.7.2 to 3.15.1

Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.7.2 to 3.15.1.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.7.2...equalsverifier-3.15.1)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  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/nl.jqno.equalsverifier-equalsverifier-3.15.1/00-1948fe%40github.com.


[jenkinsci/winstone] d2d028: Jakarta EE 9 transition

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/winstone
  Commit: d2d028dcb69cf6da1cab043959508ec971fc9fc4
  
https://github.com/jenkinsci/winstone/commit/d2d028dcb69cf6da1cab043959508ec971fc9fc4
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M README.md
M pom.xml
M src/main/java/winstone/HostConfiguration.java
M src/test/java/winstone/testApplication/filters/TimingFilter.java
M 
src/test/java/winstone/testApplication/filters/WriteAfterServletFilter.java
M src/test/java/winstone/testApplication/listeners/SessionListener.java
M src/test/java/winstone/testApplication/servlets/AcceptFormServlet.java
M src/test/java/winstone/testApplication/servlets/CountRequestsServlet.java
M src/test/java/winstone/testApplication/servlets/UnavailableServlet.java

  Log Message:
  ---
  Jakarta EE 9 transition


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/winstone/push/refs/heads/jakarta/00-d2d028%40github.com.


[jenkinsci/stapler] 097c12: Jakarta EE 9 transition

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/stapler
  Commit: 097c12edf867e7aa4f4351322b7f3cdeca28e1c6
  
https://github.com/jenkinsci/stapler/commit/097c12edf867e7aa4f4351322b7f3cdeca28e1c6
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M core/example/src/example/Book.java
M core/example/src/example/BookStore.java
M core/example/src/example/WebAppMain.java
M core/maven-example/pom.xml
M core/maven-example/src/main/java/example/Book.java
M core/maven-example/src/main/java/example/BookStore.java
M core/maven-example/src/main/java/example/WebAppMain.java
M core/pom.xml
A core/src/main/java/javax/servlet/AsyncContext.java
A core/src/main/java/javax/servlet/AsyncEvent.java
A core/src/main/java/javax/servlet/AsyncListener.java
A core/src/main/java/javax/servlet/DispatcherType.java
A core/src/main/java/javax/servlet/Filter.java
A core/src/main/java/javax/servlet/FilterChain.java
A core/src/main/java/javax/servlet/FilterConfig.java
A core/src/main/java/javax/servlet/FilterRegistration.java
A core/src/main/java/javax/servlet/GenericFilter.java
A core/src/main/java/javax/servlet/GenericServlet.java
A core/src/main/java/javax/servlet/HttpConstraintElement.java
A core/src/main/java/javax/servlet/HttpMethodConstraintElement.java
A core/src/main/java/javax/servlet/MultipartConfigElement.java
A core/src/main/java/javax/servlet/ReadListener.java
A core/src/main/java/javax/servlet/Registration.java
A core/src/main/java/javax/servlet/RequestDispatcher.java
A core/src/main/java/javax/servlet/Servlet.java
A core/src/main/java/javax/servlet/ServletConfig.java
A core/src/main/java/javax/servlet/ServletContainerInitializer.java
A core/src/main/java/javax/servlet/ServletContext.java
A core/src/main/java/javax/servlet/ServletContextAttributeEvent.java
A core/src/main/java/javax/servlet/ServletContextAttributeListener.java
A core/src/main/java/javax/servlet/ServletContextEvent.java
A core/src/main/java/javax/servlet/ServletContextListener.java
A core/src/main/java/javax/servlet/ServletException.java
A core/src/main/java/javax/servlet/ServletInputStream.java
A core/src/main/java/javax/servlet/ServletOutputStream.java
A core/src/main/java/javax/servlet/ServletRegistration.java
A core/src/main/java/javax/servlet/ServletRequest.java
A core/src/main/java/javax/servlet/ServletRequestAttributeEvent.java
A core/src/main/java/javax/servlet/ServletRequestAttributeListener.java
A core/src/main/java/javax/servlet/ServletRequestEvent.java
A core/src/main/java/javax/servlet/ServletRequestListener.java
A core/src/main/java/javax/servlet/ServletRequestWrapper.java
A core/src/main/java/javax/servlet/ServletResponse.java
A core/src/main/java/javax/servlet/ServletResponseWrapper.java
A core/src/main/java/javax/servlet/ServletSecurityElement.java
A core/src/main/java/javax/servlet/SessionCookieConfig.java
A core/src/main/java/javax/servlet/SessionTrackingMode.java
A core/src/main/java/javax/servlet/SingleThreadModel.java
A core/src/main/java/javax/servlet/UnavailableException.java
A core/src/main/java/javax/servlet/WriteListener.java
A core/src/main/java/javax/servlet/annotation/HandlesTypes.java
A core/src/main/java/javax/servlet/annotation/HttpConstraint.java
A core/src/main/java/javax/servlet/annotation/HttpMethodConstraint.java
A core/src/main/java/javax/servlet/annotation/MultipartConfig.java
A core/src/main/java/javax/servlet/annotation/ServletSecurity.java
A core/src/main/java/javax/servlet/annotation/WebFilter.java
A core/src/main/java/javax/servlet/annotation/WebInitParam.java
A core/src/main/java/javax/servlet/annotation/WebListener.java
A core/src/main/java/javax/servlet/annotation/WebServlet.java
A core/src/main/java/javax/servlet/descriptor/JspConfigDescriptor.java
A 
core/src/main/java/javax/servlet/descriptor/JspPropertyGroupDescriptor.java
A core/src/main/java/javax/servlet/descriptor/TaglibDescriptor.java
A core/src/main/java/javax/servlet/http/Cookie.java
A core/src/main/java/javax/servlet/http/HttpFilter.java
A core/src/main/java/javax/servlet/http/HttpServletMapping.java
A core/src/main/java/javax/servlet/http/HttpServletRequest.java
A core/src/main/java/javax/servlet/http/HttpServletRequestWrapper.java
A core/src/main/java/javax/servlet/http/HttpServletResponse.java
A core/src/main/java/javax/servlet/http/HttpServletResponseWrapper.java
A core/src/main/java/javax/servlet/http/HttpSession.java
A core/src/main/java/javax/servlet/http/HttpSessionActivationListener.java
A core/src/main/java/javax/servlet/http/HttpSessionAttributeListener.java
A core/src/main/java/javax/servlet/http/HttpSessionBindingEvent.java
A core/src/main/java/javax/servlet/http/HttpSessionBindingListener.java
  

[jenkinsci/datadog-plugin] eac005: renamed config check method in global config

2023-08-02 Thread 'dawitgirm' via Jenkins Commits
  Branch: refs/heads/dawit/filter-events
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: eac00596a3e7a4cf598e389aba32175a9324caab
  
https://github.com/jenkinsci/datadog-plugin/commit/eac00596a3e7a4cf598e389aba32175a9324caab
  Author: Dawit Girma 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java

  Log Message:
  ---
  renamed config check method in global config


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/datadog-plugin/push/refs/heads/dawit/filter-events/b2512c-eac005%40github.com.


[jenkinsci/datadog-plugin] 8e80bb: removed event name from class and checking event s...

2023-08-02 Thread 'dawitgirm' via Jenkins Commits
  Branch: refs/heads/dawit/filter-events
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 8e80bb1d42ebc184db4beca1704c53cdd3e2fcbb
  
https://github.com/jenkinsci/datadog-plugin/commit/8e80bb1d42ebc184db4beca1704c53cdd3e2fcbb
  Author: Dawit Girma 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogEvent.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/AbstractDatadogEvent.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/BuildAbortedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/BuildFinishedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/BuildStartedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/ComputerOfflineEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/ComputerOnlineEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/ItemCRUDEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/ItemCopiedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/ItemLocationChangedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/SCMCheckoutCompletedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/UserAuthenticationEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogComputerListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogItemListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSCMListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSecurityListener.java

  Log Message:
  ---
  removed event name from class and checking event send method uses name string 
rather than event


  Commit: b2512c7e72105a04980ca2d625316400727671c0
  
https://github.com/jenkinsci/datadog-plugin/commit/b2512c7e72105a04980ca2d625316400727671c0
  Author: Dawit Girma 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogFilteringEventsTest.java

  Log Message:
  ---
  moved inclusion list creation to datadog utilities and adjusted tests for env 
variable conflicts


Compare: 
https://github.com/jenkinsci/datadog-plugin/compare/ca2f58f325fc...b2512c7e7210

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/datadog-plugin/push/refs/heads/dawit/filter-events/ca2f58-b2512c%40github.com.


[jenkins-infra/jenkins.io] fd2a68: [Tutorials] Bump maven alpine docker image version...

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: fd2a681eab321fe85ab59c4434f8e0d439db6876
  
https://github.com/jenkins-infra/jenkins.io/commit/fd2a681eab321fe85ab59c4434f8e0d439db6876
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc
M content/doc/pipeline/tour/hello-world.adoc
M content/doc/tutorials/build-a-java-app-with-maven.adoc

  Log Message:
  ---
  [Tutorials] Bump maven alpine docker image version to 
3.9.3-eclipse-temurin-17-alpine (#6582)

* chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/tutorials/build-a-j...

... ava-app-with-maven.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/tutorials/build-a-j...

... ava-app-with-maven.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli

-

Co-authored-by: GitHub Actions 
<41898282+github-actions[bot]@users.noreply.github.com>


  Commit: 33b377f0edb694e0281ec326f6671aab358296bd
  
https://github.com/jenkins-infra/jenkins.io/commit/33b377f0edb694e0281ec326f6671aab358296bd
  Author: Mark Waite 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc
M content/doc/pipeline/tour/hello-world.adoc
M content/doc/tutorials/build-a-java-app-with-maven.adoc

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


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/aaa303b4947d...33b377f0edb6

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c/aaa303-33b377%40github.com.


[jenkinsci/jelly] a7503c: Jakarta EE 9 transition

2023-08-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jelly
  Commit: a7503c22a17d5a8775e8662ee25373aa0d78ba00
  
https://github.com/jenkinsci/jelly/commit/a7503c22a17d5a8775e8662ee25373aa0d78ba00
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M core/pom.xml
M core/src/main/java/org/apache/commons/jelly/servlet/JellyServlet.java
M 
core/src/main/java/org/apache/commons/jelly/servlet/JellyServletContext.java
M core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java
M core/src/main/resources/org/apache/commons/jelly/tags/Resources.properties
M 
jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java

  Log Message:
  ---
  Jakarta EE 9 transition


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/jelly/push/refs/heads/jakarta/00-a7503c%40github.com.


[jenkins-infra/jenkins.io]

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44
  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/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44/70b98d-00%40github.com.


[jenkins-infra/jenkins.io] fd2a68: [Tutorials] Bump maven alpine docker image version...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: fd2a681eab321fe85ab59c4434f8e0d439db6876
  
https://github.com/jenkins-infra/jenkins.io/commit/fd2a681eab321fe85ab59c4434f8e0d439db6876
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc
M content/doc/pipeline/tour/hello-world.adoc
M content/doc/tutorials/build-a-java-app-with-maven.adoc

  Log Message:
  ---
  [Tutorials] Bump maven alpine docker image version to 
3.9.3-eclipse-temurin-17-alpine (#6582)

* chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/tutorials/build-a-j...

... ava-app-with-maven.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/tutorials/build-a-j...

... ava-app-with-maven.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli

-

Co-authored-by: GitHub Actions 
<41898282+github-actions[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/jenkins-infra/jenkins.io/push/refs/heads/master/084199-fd2a68%40github.com.


[jenkins-infra/jenkins.io] aaa303: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: aaa303b4947d52af4d0b448b36435fdd0dd4
  
https://github.com/jenkins-infra/jenkins.io/commit/aaa303b4947d52af4d0b448b36435fdd0dd4
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-node-js-and-react-app-with-npm.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-n...

... ode-js-and-react-app-with-npm.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c/d9e0d4-aaa303%40github.com.


[jenkins-infra/jenkins.io] d9e0d4: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: d9e0d41492b13f82fcd9d6c0cb3ae36afac61492
  
https://github.com/jenkins-infra/jenkins.io/commit/d9e0d41492b13f82fcd9d6c0cb3ae36afac61492
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-node-js-and-react-app-with-npm.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-n...

... ode-js-and-react-app-with-npm.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c/3b72c9-d9e0d4%40github.com.


[jenkins-infra/jenkins.io] 3b72c9: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 3b72c99ced569d5c1e665fd303c0f1cbdfa19ed8
  
https://github.com/jenkins-infra/jenkins.io/commit/3b72c99ced569d5c1e665fd303c0f1cbdfa19ed8
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c/3d6fee-3b72c9%40github.com.


[jenkins-infra/jenkins.io] 3d6fee: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 3d6feec44e01d9875c52db1ea5a47e9f0ff44619
  
https://github.com/jenkins-infra/jenkins.io/commit/3d6feec44e01d9875c52db1ea5a47e9f0ff44619
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c/c410f9-3d6fee%40github.com.


[jenkins-infra/jenkins.io] c410f9: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c410f9064777f0d2051199e2c19ce8b101000ed1
  
https://github.com/jenkins-infra/jenkins.io/commit/c410f9064777f0d2051199e2c19ce8b101000ed1
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/agents.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/pipeline/tour/agent...

... s.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c/c5875d-c410f9%40github.com.


[jenkins-infra/jenkins.io] c5875d: chore: Updated to content "" in file "STYLEGUIDE.a...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c5875d8bfae9e74b798e1e44f9b42a9fc444043f
  
https://github.com/jenkins-infra/jenkins.io/commit/c5875d8bfae9e74b798e1e44f9b42a9fc444043f
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M STYLEGUIDE.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "STYLEGUIDE.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c/78710b-c5875d%40github.com.


[jenkins-infra/jenkins.io] 78710b: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 78710bae4ef79effa973ef27bdf8e8d92d16f8e9
  
https://github.com/jenkins-infra/jenkins.io/commit/78710bae4ef79effa973ef27bdf8e8d92d16f8e9
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-multibranch-pipeline-project.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-m...

... ultibranch-pipeline-project.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c/d8fa0a-78710b%40github.com.


[jenkins-infra/jenkins.io] d8fa0a: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: d8fa0ac106e279744d276aaa8e068568e8392965
  
https://github.com/jenkins-infra/jenkins.io/commit/d8fa0ac106e279744d276aaa8e068568e8392965
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_50d89ed47f90c8e86245c9e683412a8edb9a56fb8f40be4ad8a7fbd7fd57c42c/00-d8fa0a%40github.com.


[jenkins-infra/jenkins.io] 70b98d: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 70b98d454afe89f6f5701a3a9ea8c9796d1b84f0
  
https://github.com/jenkins-infra/jenkins.io/commit/70b98d454afe89f6f5701a3a9ea8c9796d1b84f0
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44/a41bfa-70b98d%40github.com.


[jenkins-infra/jenkins.io] a41bfa: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a41bfa80bd36618102243ad4a08fab65cbceee21
  
https://github.com/jenkins-infra/jenkins.io/commit/a41bfa80bd36618102243ad4a08fab65cbceee21
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44/0ab613-a41bfa%40github.com.


[jenkins-infra/jenkins.io] 0ab613: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0ab613247dce669f96b7748eceac580aa8e30984
  
https://github.com/jenkins-infra/jenkins.io/commit/0ab613247dce669f96b7748eceac580aa8e30984
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44/9e5b2f-0ab613%40github.com.


[jenkins-infra/jenkins.io] 9e5b2f: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 9e5b2f60570c05f10f08915e0e0783be515e8f5e
  
https://github.com/jenkins-infra/jenkins.io/commit/9e5b2f60570c05f10f08915e0e0783be515e8f5e
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-java-app-with-maven.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-j...

... ava-app-with-maven.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44/1142bb-9e5b2f%40github.com.


[jenkins-infra/jenkins.io] 1142bb: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 1142bb3777f986a40920e4da9b348b27e071b3ff
  
https://github.com/jenkins-infra/jenkins.io/commit/1142bb3777f986a40920e4da9b348b27e071b3ff
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-java-app-with-maven.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-j...

... ava-app-with-maven.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44/d1b33c-1142bb%40github.com.


[jenkins-infra/jenkins.io] d1b33c: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: d1b33c7473a05c0ab23efde05a38e23d04f490ab
  
https://github.com/jenkins-infra/jenkins.io/commit/d1b33c7473a05c0ab23efde05a38e23d04f490ab
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_c84decd73c0343690803c410c584fa1be9eb27ffd323173aa430b2dc9b0a9c44/00-d1b33c%40github.com.


[jenkins-infra/jenkins.io] 084199: fix(updatecli): No more blog nor `.node-version` u...

2023-08-02 Thread 'Bruno Verachten' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0841994578ca6858a26739124c4ef2fba087db41
  
https://github.com/jenkins-infra/jenkins.io/commit/0841994578ca6858a26739124c4ef2fba087db41
  Author: Bruno Verachten 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M updatecli/updatecli.d/maven.yaml
M updatecli/updatecli.d/node.yaml

  Log Message:
  ---
  fix(updatecli): No more blog nor `.node-version` update  (#6581)

* fix(updatecli): Don't touch blog posts!

* fix(updatecli): Don't touch .node-version!


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/e83c58-084199%40github.com.


[jenkinsci/dimensionsscm-plugin] 4b736a: Create logging.md

2023-08-02 Thread 'David Conneely' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dimensionsscm-plugin
  Commit: 4b736a1d4cee27b567aa4eeff9393ef8ff5dd525
  
https://github.com/jenkinsci/dimensionsscm-plugin/commit/4b736a1d4cee27b567aa4eeff9393ef8ff5dd525
  Author: David Conneely 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
A docs/logging.md

  Log Message:
  ---
  Create logging.md

To help customers provide Jenkins log 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/jenkinsci/dimensionsscm-plugin/push/refs/heads/master/19f01f-4b736a%40github.com.


[jenkinsci/acceptance-test-harness] b3f98c: Update dependency org.jenkins-ci.main:jenkins-core...

2023-08-02 Thread 'renovate[bot]' via Jenkins Commits
  Branch: 
refs/heads/renovate/maven-org.jenkins-ci.main-jenkins-core-vulnerability
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: b3f98cd67c9cdc23eb39300f2e7671d6964f0ce7
  
https://github.com/jenkinsci/acceptance-test-harness/commit/b3f98cd67c9cdc23eb39300f2e7671d6964f0ce7
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency org.jenkins-ci.main:jenkins-core to v2.416 [SECURITY]


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


[jenkins-infra/jenkins.io]

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_230c4c34b8c88dfaa8975ad2b738cd002cf2707fa229593fcadfc812d3bc0ac2
  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/updatecli_230c4c34b8c88dfaa8975ad2b738cd002cf2707fa229593fcadfc812d3bc0ac2/16b21d-00%40github.com.


[jenkins-infra/jenkins.io] e83c58: [Ruby Tutorial] Bump ruby alpine docker image vers...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e83c588c1c062cec86fab35251ff904ee8c5eda5
  
https://github.com/jenkins-infra/jenkins.io/commit/e83c588c1c062cec86fab35251ff904ee8c5eda5
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  [Ruby Tutorial] Bump ruby alpine docker image version to 3.2.2-alpine3.18 
(#6580)

chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions 
<41898282+github-actions[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/jenkins-infra/jenkins.io/push/refs/heads/master/4161e2-e83c58%40github.com.


[jenkins-infra/jenkins.io] 4161e2: feature(documentation): July 2023 Newsletter (#6570)

2023-08-02 Thread 'Bruno Verachten' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 4161e21bce7589c569fbd1a9f79790e7e8653980
  
https://github.com/jenkins-infra/jenkins.io/commit/4161e21bce7589c569fbd1a9f79790e7e8653980
  Author: Bruno Verachten 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
A content/blog/2023/08/02/2023-08-02-jenkins-july-newsletter.adoc
A 
content/images/post-images/2023/08/02/2023-08-02-jenkins-july-newsletter/image1.png

  Log Message:
  ---
  feature(documentation): July 2023 Newsletter (#6570)

* feature(documentation): July 2023 Newsletter

* adjusting some sentence structure/wording for readability

* chore(documentation): Ready one day early, what's not to love!

Thanks all for your contribution!

* chore(documentation): Ready one day early, what's not to love!

Thanks all for your contribution!

-

Co-authored-by: Mark Waite 
Co-authored-by: Kevin Martens <99040580+kmarten...@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/jenkins-infra/jenkins.io/push/refs/heads/master/599680-4161e2%40github.com.


[jenkinsci/bouncycastle-api-plugin]

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.71
  Home:   https://github.com/jenkinsci/bouncycastle-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/bouncycastle-api-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.71/71c5d0-00%40github.com.


[jenkinsci/bouncycastle-api-plugin] 71c5d0: Bump plugin from 4.69 to 4.71

2023-08-02 Thread 'James Nord' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bouncycastle-api-plugin
  Commit: 71c5d071170e4b010639568cfa7978f1eeaa3a47
  
https://github.com/jenkinsci/bouncycastle-api-plugin/commit/71c5d071170e4b010639568cfa7978f1eeaa3a47
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-12 (Wed, 12 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.69 to 4.71

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

---
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: b2c3814456ed75534b1427b2a183aa914e53b2d4
  
https://github.com/jenkinsci/bouncycastle-api-plugin/commit/b2c3814456ed75534b1427b2a183aa914e53b2d4
  Author: James Nord 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

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

Bump plugin from 4.69 to 4.71


Compare: 
https://github.com/jenkinsci/bouncycastle-api-plugin/compare/38d59f66e899...b2c3814456ed

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/bouncycastle-api-plugin/push/refs/heads/master/38d59f-b2c381%40github.com.


[jenkinsci/bouncycastle-api-plugin] 9c859d: Remove unnecessary dependency

2023-08-02 Thread 'James Nord' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bouncycastle-api-plugin
  Commit: 9c859d8aabe65b302eafabf68db2b6c88eea0cdc
  
https://github.com/jenkinsci/bouncycastle-api-plugin/commit/9c859d8aabe65b302eafabf68db2b6c88eea0cdc
  Author: Basil Crow 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove unnecessary dependency


  Commit: 38d59f66e8998b5fe936bc8c19803877ec9a949a
  
https://github.com/jenkinsci/bouncycastle-api-plugin/commit/38d59f66e8998b5fe936bc8c19803877ec9a949a
  Author: James Nord 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #125 from basil/dependency

Remove unnecessary dependency


Compare: 
https://github.com/jenkinsci/bouncycastle-api-plugin/compare/cca145116a8c...38d59f66e899

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/bouncycastle-api-plugin/push/refs/heads/master/cca145-38d59f%40github.com.


[jenkinsci/pollscm-plugin] 12cc98: [maven-release-plugin] prepare for next developmen...

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pollscm-plugin
  Commit: 12cc98f222a91e2fbc8fe2fe5f95c3846707abc8
  
https://github.com/jenkinsci/pollscm-plugin/commit/12cc98f222a91e2fbc8fe2fe5f95c3846707abc8
  Author: Mark Waite 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  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/pollscm-plugin/push/refs/heads/master/cf8908-12cc98%40github.com.


[jenkinsci/pollscm-plugin]

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/tags/pollscm-1.5
  Home:   https://github.com/jenkinsci/pollscm-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/pollscm-plugin/push/refs/tags/pollscm-1.5/00-ab7724%40github.com.


[jenkinsci/pollscm-plugin] cf8908: [maven-release-plugin] prepare release pollscm-1.5

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pollscm-plugin
  Commit: cf89086d12a315ee537d12019b701b6dd62e96be
  
https://github.com/jenkinsci/pollscm-plugin/commit/cf89086d12a315ee537d12019b701b6dd62e96be
  Author: Mark Waite 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pollscm-1.5


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


[jenkinsci/embeddable-build-status-plugin]

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/412.v09da_db_1dee68
  Home:   https://github.com/jenkinsci/embeddable-build-status-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/embeddable-build-status-plugin/push/refs/tags/412.v09da_db_1dee68/00-09dadb%40github.com.


[jenkinsci/plasticscm-plugin] a0c97c: [maven-release-plugin] prepare for next developmen...

2023-08-02 Thread 'Pablo Bayarri Romar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plasticscm-plugin
  Commit: a0c97c469a8c948e1df8433497810c89899441b0
  
https://github.com/jenkinsci/plasticscm-plugin/commit/a0c97c469a8c948e1df8433497810c89899441b0
  Author: Pablo Bayarri 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  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/plasticscm-plugin/push/refs/heads/master/117999-a0c97c%40github.com.


[jenkins-infra/jenkins.io] 599680: [Docker Tutorial] Bump BlueOcean Plugin Version to...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 599680b2a86073509d09ef9fa89bcb55c2c5819c
  
https://github.com/jenkins-infra/jenkins.io/commit/599680b2a86073509d09ef9fa89bcb55c2c5819c
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/installing/_docker-for-tutorials.adoc

  Log Message:
  ---
  [Docker Tutorial] Bump BlueOcean Plugin Version to 1.27.5 (#6573)

chore: Updated to content "" in file "content/doc/book/installing/_do...

... cker-for-tutorials.adoc"

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions 
<41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/abc161-599680%40github.com.


[jenkins-infra/jenkins.io]

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_3193c181c595d58af599006d89bddf126372b78e1ef667bdfbce3a19cd8173eb
  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/updatecli_3193c181c595d58af599006d89bddf126372b78e1ef667bdfbce3a19cd8173eb/4847f6-00%40github.com.


[jenkinsci/plasticscm-plugin] 117999: [maven-release-plugin] prepare release plasticscm-...

2023-08-02 Thread 'Pablo Bayarri Romar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plasticscm-plugin
  Commit: 117ed198334e11e0404094f86f91449d5938
  
https://github.com/jenkinsci/plasticscm-plugin/commit/117ed198334e11e0404094f86f91449d5938
  Author: Pablo Bayarri 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release plasticscm-plugin-4.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/plasticscm-plugin/push/refs/heads/master/39aa51-117999%40github.com.


[jenkinsci/plasticscm-plugin]

2023-08-02 Thread 'Pablo Bayarri Romar' via Jenkins Commits
  Branch: refs/tags/plasticscm-plugin-4.3
  Home:   https://github.com/jenkinsci/plasticscm-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/plasticscm-plugin/push/refs/tags/plasticscm-plugin-4.3/00-2692ab%40github.com.


[jenkinsci/plasticscm-plugin]

2023-08-02 Thread 'Miguel' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plasticscm-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/plasticscm-plugin/push/refs/heads/master/8f2436-39aa51%40github.com.


[jenkinsci/embeddable-build-status-plugin] 09dadb: Provide a copy button for link examples (#222)

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/embeddable-build-status-plugin
  Commit: 09dadb1dee68b5febb8c84353f07d5f6f29d686c
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/09dadb1dee68b5febb8c84353f07d5f6f29d686c
  Author: Mark Waite 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/badge/actions/JobBadgeAction.java
M src/main/java/org/jenkinsci/plugins/badge/actions/RunBadgeAction.java
R 
src/main/resources/org/jenkinsci/plugins/badge/actions/JobBadgeAction/index.groovy
A 
src/main/resources/org/jenkinsci/plugins/badge/actions/JobBadgeAction/index.jelly
R 
src/main/resources/org/jenkinsci/plugins/badge/actions/RunBadgeAction/index.groovy
A 
src/main/resources/org/jenkinsci/plugins/badge/actions/RunBadgeAction/index.jelly
M src/main/webapp/css/design.css
A src/test/java/org/jenkinsci/plugins/badge/actions/JobBadgeActionTest.java

  Log Message:
  ---
  Provide a copy button for link examples (#222)

Use a more modern page layout with jelly instead of groovy layout.  Provide a 
copy button rather than using a borderless input field to provide easy copy and 
paste.  The copy button is used in multiple places in Jenkins.

Fix Bitbucket URL link error (Had unbalanced parentheses)

Add Asciidoc examples

Fixes https://github.com/jenkinsci/embeddable-build-status-plugin/issues/59


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/embeddable-build-status-plugin/push/refs/heads/master/5999f5-09dadb%40github.com.


[jenkins-infra/jenkins.io] cbc7ad: [Hello World Tutorial] Bump Php alpine docker imag...

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_3193c181c595d58af599006d89bddf126372b78e1ef667bdfbce3a19cd8173eb
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: cbc7add2e30d4d856215c4939fca35e45d415cfb
  
https://github.com/jenkins-infra/jenkins.io/commit/cbc7add2e30d4d856215c4939fca35e45d415cfb
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  [Hello World Tutorial] Bump Php alpine docker image version to 
8.2.8-alpine3.18 (#6578)

chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions 
<41898282+github-actions[bot]@users.noreply.github.com>


  Commit: 323b1f6d31504a63903a636d5f311b2d0a180094
  
https://github.com/jenkins-infra/jenkins.io/commit/323b1f6d31504a63903a636d5f311b2d0a180094
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/installing/_docker-for-tutorials.adoc

  Log Message:
  ---
  [Docker Tutorial] Bump Docker Workflow Plugin to 563.vd5d2e5c4007f (#6574)

chore: Updated to content "" in file "content/doc/book/installing/_do...

... cker-for-tutorials.adoc"

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions 
<41898282+github-actions[bot]@users.noreply.github.com>


  Commit: e2e5033ef15f1e0303d5d77b1a90a6591312afef
  
https://github.com/jenkins-infra/jenkins.io/commit/e2e5033ef15f1e0303d5d77b1a90a6591312afef
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

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

  Log Message:
  ---
  Bump updatecli/updatecli-action from 2.33.0 to 2.35.0 (#6572)


  Commit: abc16188ece84683a1defa460b42bda0a146abdb
  
https://github.com/jenkins-infra/jenkins.io/commit/abc16188ece84683a1defa460b42bda0a146abdb
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  [Hello World Tutorial] Bump Golang alpine docker image version to 
1.20.7-alpine3.18 (#6575)

chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions 
<41898282+github-actions[bot]@users.noreply.github.com>


  Commit: 4847f6a7a198f380cd831067a1c87fa05b8e7455
  
https://github.com/jenkins-infra/jenkins.io/commit/4847f6a7a198f380cd831067a1c87fa05b8e7455
  Author: Mark Waite 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M .github/workflows/updatecli.yaml
M content/doc/book/installing/_docker-for-tutorials.adoc
M content/doc/pipeline/tour/hello-world.adoc

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


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/56fad57d9992...4847f6a7a198

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_3193c181c595d58af599006d89bddf126372b78e1ef667bdfbce3a19cd8173eb/56fad5-4847f6%40github.com.


[jenkinsci/plasticscm-plugin]

2023-08-02 Thread 'Pablo Bayarri Romar' via Jenkins Commits
  Branch: refs/tags/plasticscm-plugin-4.3
  Home:   https://github.com/jenkinsci/plasticscm-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/plasticscm-plugin/push/refs/tags/plasticscm-plugin-4.3/b528a2-00%40github.com.


[jenkinsci/plasticscm-plugin] 8f2436: [maven-release-plugin] prepare release plasticscm-...

2023-08-02 Thread 'Pablo Bayarri Romar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plasticscm-plugin
  Commit: 8f2436cbe3f37013efb8f50f0fddd367e47d1082
  
https://github.com/jenkinsci/plasticscm-plugin/commit/8f2436cbe3f37013efb8f50f0fddd367e47d1082
  Author: Pablo Bayarri 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release plasticscm-plugin-4.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/plasticscm-plugin/push/refs/heads/master/39aa51-8f2436%40github.com.


[jenkins-infra/jenkins.io] abc161: [Hello World Tutorial] Bump Golang alpine docker i...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: abc16188ece84683a1defa460b42bda0a146abdb
  
https://github.com/jenkins-infra/jenkins.io/commit/abc16188ece84683a1defa460b42bda0a146abdb
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  [Hello World Tutorial] Bump Golang alpine docker image version to 
1.20.7-alpine3.18 (#6575)

chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions 
<41898282+github-actions[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/jenkins-infra/jenkins.io/push/refs/heads/master/e2e503-abc161%40github.com.


[jenkins-infra/jenkins.io]

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_4f7854bfe8bb8605693c8dd15d0e5ab200e2d97e8e10d7f52017f3117cc1ea0a
  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/updatecli_4f7854bfe8bb8605693c8dd15d0e5ab200e2d97e8e10d7f52017f3117cc1ea0a/b092cd-00%40github.com.


[jenkins-infra/jenkins.io] e2e503: Bump updatecli/updatecli-action from 2.33.0 to 2.3...

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e2e5033ef15f1e0303d5d77b1a90a6591312afef
  
https://github.com/jenkins-infra/jenkins.io/commit/e2e5033ef15f1e0303d5d77b1a90a6591312afef
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

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

  Log Message:
  ---
  Bump updatecli/updatecli-action from 2.33.0 to 2.35.0 (#6572)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/323b1f-e2e503%40github.com.


[jenkins-infra/jenkins.io]

2023-08-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/master/updatecli/updatecli-action-2.35.0
  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/dependabot/github_actions/master/updatecli/updatecli-action-2.35.0/2eab18-00%40github.com.


[jenkins-infra/jenkins.io] 323b1f: [Docker Tutorial] Bump Docker Workflow Plugin to 5...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 323b1f6d31504a63903a636d5f311b2d0a180094
  
https://github.com/jenkins-infra/jenkins.io/commit/323b1f6d31504a63903a636d5f311b2d0a180094
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/installing/_docker-for-tutorials.adoc

  Log Message:
  ---
  [Docker Tutorial] Bump Docker Workflow Plugin to 563.vd5d2e5c4007f (#6574)

chore: Updated to content "" in file "content/doc/book/installing/_do...

... cker-for-tutorials.adoc"

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions 
<41898282+github-actions[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/jenkins-infra/jenkins.io/push/refs/heads/master/cbc7ad-323b1f%40github.com.


[jenkins-infra/jenkins.io]

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_bf50ab6996c00a69e1954e0f00c5f093b2b2674aedb47f6627fd321e2ea714d7
  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/updatecli_bf50ab6996c00a69e1954e0f00c5f093b2b2674aedb47f6627fd321e2ea714d7/4a2d6f-00%40github.com.


[jenkins-infra/jenkins.io]

2023-08-02 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/updatecli_a8e1a37d8f2bc2b89db7ef2550179eefa413ee9056d15d6ccc08376e037981c3
  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/updatecli_a8e1a37d8f2bc2b89db7ef2550179eefa413ee9056d15d6ccc08376e037981c3/38480c-00%40github.com.


[jenkins-infra/jenkins.io] cbc7ad: [Hello World Tutorial] Bump Php alpine docker imag...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: cbc7add2e30d4d856215c4939fca35e45d415cfb
  
https://github.com/jenkins-infra/jenkins.io/commit/cbc7add2e30d4d856215c4939fca35e45d415cfb
  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  [Hello World Tutorial] Bump Php alpine docker image version to 
8.2.8-alpine3.18 (#6578)

chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions 
<41898282+github-actions[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/jenkins-infra/jenkins.io/push/refs/heads/master/9bd5fe-cbc7ad%40github.com.


[jenkinsci/plasticscm-plugin]

2023-08-02 Thread 'Pablo Bayarri Romar' via Jenkins Commits
  Branch: refs/tags/plasticscm-plugin-4.3
  Home:   https://github.com/jenkinsci/plasticscm-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/plasticscm-plugin/push/refs/tags/plasticscm-plugin-4.3/00-b528a2%40github.com.


[jenkins-infra/jenkins.io] 16b21d: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_230c4c34b8c88dfaa8975ad2b738cd002cf2707fa229593fcadfc812d3bc0ac2
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 16b21d89c27254e890c8131025f328ca4f0a860e
  
https://github.com/jenkins-infra/jenkins.io/commit/16b21d89c27254e890c8131025f328ca4f0a860e
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_230c4c34b8c88dfaa8975ad2b738cd002cf2707fa229593fcadfc812d3bc0ac2/00-16b21d%40github.com.


[jenkins-infra/jenkins.io] b942c3: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_8e98326738812a42c939c1c1b19a4b43a8ddfa32d7d96ecb04a5b2405cb53eff
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b942c3c9cf6aabeb9754ae17d9bfdf23d5afb8f2
  
https://github.com/jenkins-infra/jenkins.io/commit/b942c3c9cf6aabeb9754ae17d9bfdf23d5afb8f2
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_8e98326738812a42c939c1c1b19a4b43a8ddfa32d7d96ecb04a5b2405cb53eff/7deb14-b942c3%40github.com.


[jenkins-infra/jenkins.io] 7deb14: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_8e98326738812a42c939c1c1b19a4b43a8ddfa32d7d96ecb04a5b2405cb53eff
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 7deb147d8dc1c7b175052c3726b2d91f0164edad
  
https://github.com/jenkins-infra/jenkins.io/commit/7deb147d8dc1c7b175052c3726b2d91f0164edad
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-python-app-with-pyinstaller.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-p...

... ython-app-with-pyinstaller.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_8e98326738812a42c939c1c1b19a4b43a8ddfa32d7d96ecb04a5b2405cb53eff/00-7deb14%40github.com.


[jenkins-infra/jenkins.io] 38480c: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_a8e1a37d8f2bc2b89db7ef2550179eefa413ee9056d15d6ccc08376e037981c3
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 38480c14c121f758b4a23b790c32a83c7247e42b
  
https://github.com/jenkins-infra/jenkins.io/commit/38480c14c121f758b4a23b790c32a83c7247e42b
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_a8e1a37d8f2bc2b89db7ef2550179eefa413ee9056d15d6ccc08376e037981c3/00-38480c%40github.com.


[jenkins-infra/jenkins.io] 2786a0: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 2786a0e56899edc455de76455422ddee123d39a3
  
https://github.com/jenkins-infra/jenkins.io/commit/2786a0e56899edc455de76455422ddee123d39a3
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/agents.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/pipeline/tour/agent...

... s.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/cc9f85-2786a0%40github.com.


[jenkins-infra/jenkins.io] cc9f85: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: cc9f85e0e3dd5e29cabf1bb16ea8f37588cb162a
  
https://github.com/jenkins-infra/jenkins.io/commit/cc9f85e0e3dd5e29cabf1bb16ea8f37588cb162a
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-node-js-and-react-app-with-npm.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-n...

... ode-js-and-react-app-with-npm.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/6056ce-cc9f85%40github.com.


[jenkins-infra/jenkins.io] 6056ce: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 6056cea0a3be6d1a7ae918bf3a28bcf7ab11bc1e
  
https://github.com/jenkins-infra/jenkins.io/commit/6056cea0a3be6d1a7ae918bf3a28bcf7ab11bc1e
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-node-js-and-react-app-with-npm.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-n...

... ode-js-and-react-app-with-npm.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/5de5c4-6056ce%40github.com.


[jenkins-infra/jenkins.io] 5de5c4: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 5de5c48d57afc966b1a9504775742fd31e4ebf6e
  
https://github.com/jenkins-infra/jenkins.io/commit/5de5c48d57afc966b1a9504775742fd31e4ebf6e
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/cf9d69-5de5c4%40github.com.


[jenkins-infra/jenkins.io] cf9d69: chore: Updated to content "" in file "STYLEGUIDE.a...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: cf9d69e8783aa480168f037bc606609e1eb19a42
  
https://github.com/jenkins-infra/jenkins.io/commit/cf9d69e8783aa480168f037bc606609e1eb19a42
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M STYLEGUIDE.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "STYLEGUIDE.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/271ec7-cf9d69%40github.com.


[jenkins-infra/jenkins.io] 271ec7: chore: Updated to content "" in file ".node-version"

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 271ec7fa068fc6301e1925e89192c391dfb79bdf
  
https://github.com/jenkins-infra/jenkins.io/commit/271ec7fa068fc6301e1925e89192c391dfb79bdf
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M .node-version

  Log Message:
  ---
  chore: Updated to content "" in file ".node-version"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/19d377-271ec7%40github.com.


[jenkins-infra/jenkins.io] 19d377: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 19d377940e9ee49c75d5087b65ad928003f523e5
  
https://github.com/jenkins-infra/jenkins.io/commit/19d377940e9ee49c75d5087b65ad928003f523e5
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/f81a72-19d377%40github.com.


[jenkins-infra/jenkins.io] f81a72: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f81a72208ff943a407aaa43587e9065ce877ca73
  
https://github.com/jenkins-infra/jenkins.io/commit/f81a72208ff943a407aaa43587e9065ce877ca73
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/929212-f81a72%40github.com.


[jenkins-infra/jenkins.io] 929212: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 92921213db37400baf6544084ea9ca9e1768546c
  
https://github.com/jenkins-infra/jenkins.io/commit/92921213db37400baf6544084ea9ca9e1768546c
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-multibranch-pipeline-project.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-m...

... ultibranch-pipeline-project.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/a6905a-929212%40github.com.


[jenkins-infra/jenkins.io] a6905a: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a6905a09eed93e1dfeb6e8cb6cd79c29302f3f8f
  
https://github.com/jenkins-infra/jenkins.io/commit/a6905a09eed93e1dfeb6e8cb6cd79c29302f3f8f
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/pipeline/tour/hello-world.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/pipeline/tour/hello...

... -world.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_776273cdf88173820a440a7c6aac75b91c86f845a01b032d8457179e37900993/00-a6905a%40github.com.


[jenkins-infra/jenkins.io] f0d65b: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_e748414192c6a6dc3595580913c3e7089d87fa6ae964c83d70cd3450b3f83c9d
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f0d65bc0af95e7d9eba7843e7458c0361d500ab1
  
https://github.com/jenkins-infra/jenkins.io/commit/f0d65bc0af95e7d9eba7843e7458c0361d500ab1
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/tutorials/build-a-java-app-with-maven.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/tutorials/build-a-j...

... ava-app-with-maven.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_e748414192c6a6dc3595580913c3e7089d87fa6ae964c83d70cd3450b3f83c9d/9c81f4-f0d65b%40github.com.


[jenkins-infra/jenkins.io] 9c81f4: chore: Updated to content "" in file "content/blog...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_e748414192c6a6dc3595580913c3e7089d87fa6ae964c83d70cd3450b3f83c9d
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 9c81f41b178c39265f2fe963851bf8a17479e614
  
https://github.com/jenkins-infra/jenkins.io/commit/9c81f41b178c39265f2fe963851bf8a17479e614
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/blog/2018/06/2018-06-15-simple-pull-request-plugin.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/blog/2018/06/2018-06-15...

... -simple-pull-request-plugin.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_e748414192c6a6dc3595580913c3e7089d87fa6ae964c83d70cd3450b3f83c9d/a6079a-9c81f4%40github.com.


[jenkins-infra/jenkins-infra] e80be6: feat(ci.jenkins.io) set highmem default to spot an...

2023-08-02 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: e80be6c24c299ebbeeb5ade6740250d8fcc0373a
  
https://github.com/jenkins-infra/jenkins-infra/commit/e80be6c24c299ebbeeb5ade6740250d8fcc0373a
  Author: Damien Duportal 
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M hieradata/clients/controller.ci.jenkins.io.yaml

  Log Message:
  ---
  feat(ci.jenkins.io) set highmem default to spot and add an highmem-nonspot 
agent template (#2993)

Signed-off-by: Damien Duportal 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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-infra/push/refs/heads/production/2d0c1c-e80be6%40github.com.


[jenkins-infra/jenkins.io] a6079a: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_e748414192c6a6dc3595580913c3e7089d87fa6ae964c83d70cd3450b3f83c9d
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a6079a664702b65aa685cfcf232d5e3fed127b1a
  
https://github.com/jenkins-infra/jenkins.io/commit/a6079a664702b65aa685cfcf232d5e3fed127b1a
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_e748414192c6a6dc3595580913c3e7089d87fa6ae964c83d70cd3450b3f83c9d/953ca6-a6079a%40github.com.


[jenkins-infra/jenkins.io] 953ca6: chore: Updated to content "" in file "content/doc/...

2023-08-02 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_e748414192c6a6dc3595580913c3e7089d87fa6ae964c83d70cd3450b3f83c9d
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 953ca655530948a5f59235b344cc0bce422f2dde
  
https://github.com/jenkins-infra/jenkins.io/commit/953ca655530948a5f59235b344cc0bce422f2dde
  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
M content/doc/book/pipeline/docker.adoc

  Log Message:
  ---
  chore: Updated to content "" in file "content/doc/book/pipeline/docke...

... r.adoc"

Made with ❤️️ by updatecli


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/updatecli_e748414192c6a6dc3595580913c3e7089d87fa6ae964c83d70cd3450b3f83c9d/a6f02d-953ca6%40github.com.


  1   2   >