[jenkinsci/log-parser-plugin] f53736: feat(Jenkins): Use latest Jenkins APIs

2022-09-09 Thread 'Martin Reinhardt' via Jenkins Commits
  Branch: refs/heads/feature/upgrade-dependencies
  Home:   https://github.com/jenkinsci/log-parser-plugin
  Commit: f53736632beeaffb792839b230e1e0f1113a0c11
  
https://github.com/jenkinsci/log-parser-plugin/commit/f53736632beeaffb792839b230e1e0f1113a0c11
  Author: Martin Reinhardt 
  Date:   2022-09-10 (Sat, 10 Sep 2022)

  Changed paths:
M .gitignore
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/logparser/BlockSlaveToMasterFileCallable.java
A src/test/java/org/jenkinsci/plugins/logparser/FilePathFilter.java
A 
src/test/java/org/jenkinsci/plugins/logparser/FilePathFilterAggregator.java
M src/test/java/org/jenkinsci/plugins/logparser/LogParserWorkflowTest.java
A 
src/test/java/org/jenkinsci/plugins/logparser/ReflectiveFilePathFilter.java
M src/test/resources/org/jenkinsci/plugins/logparser/maven-project1.zip

  Log Message:
  ---
  feat(Jenkins): Use latest Jenkins APIs


  Commit: d3ab69eee9f93a9b64a772079327fc7fb0307799
  
https://github.com/jenkinsci/log-parser-plugin/commit/d3ab69eee9f93a9b64a772079327fc7fb0307799
  Author: Martin Reinhardt 
  Date:   2022-09-10 (Sat, 10 Sep 2022)

  Changed paths:
A .github/workflows/build.yml
A .github/workflows/m2.settings.xml
R Jenkinsfile_dev

  Log Message:
  ---
  chore(Build): Use GitHub Actions


Compare: 
https://github.com/jenkinsci/log-parser-plugin/compare/f53736632bee%5E...d3ab69eee9f9

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


[jenkins-infra/backend-extension-indexer] 1953d6: Modernize the tool (#39)

2022-09-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/backend-extension-indexer
  Commit: 1953d6944a028613ce7a62a4d71fedb5d04d2763
  
https://github.com/jenkins-infra/backend-extension-indexer/commit/1953d6944a028613ce7a62a4d71fedb5d04d2763
  Author: Mark Waite 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/extension_indexer/ExtensionPointListGenerator.java
M 
src/main/java/org/jenkinsci/extension_indexer/ExtensionPointsExtractor.java
R src/main/java/org/jenkinsci/extension_indexer/FileUtils.java
A src/main/java/org/jenkinsci/extension_indexer/FileUtilsExt.java
M src/main/java/org/jenkinsci/extension_indexer/SourceAndLibs.java
A src/spotbugs/spotbugs-excludes.xml

  Log Message:
  ---
  Modernize the tool (#39)

Add spotbugs exclusions

* Remove unread field
* Fix default encoding spotbugs warnings
* Exclude EI_EXPOSE_REP2 spotbugs warning
* Do not use same class name as super class
  FileUtilsExt is not much harder to read than FileUtils
* Don't ignore return values from File methods
* Exclude command injection spotbugs warning
* Remove unused dependency
* Remove version already provided by parent pom
* Fix spelling error
* Use StandardCharsets.UTF_8 instead of "UTF-8"
* Use Files.createTempDirectory

Co-authored-by: Basil Crow 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/backend-extension-indexer/push/refs/heads/master/a716f4-1953d6%40github.com.


[jenkinsci/log-parser-plugin] bff7f9: fix(Memory): Correct potential OOM when parsing lo...

2022-09-09 Thread 'Jørgen P . Tjernø' via Jenkins Commits
  Branch: refs/heads/develop

  Home:   https://github.com/jenkinsci/log-parser-plugin

  Commit: bff7f9f53820aade452a4c1bbfabc905931e

  
https://github.com/jenkinsci/log-parser-plugin/commit/bff7f9f53820aade452a4c1bbfabc905931e

  Author: Jørgen P. Tjernø 

  Date:   2022-09-10 (Sat, 10 Sep 2022)



  Changed paths:

M src/main/java/hudson/plugins/logparser/LogParserParser.java



  Log Message:

  ---

  fix(Memory): Correct potential OOM when parsing logs in workflows (#36)



`WorkflowRun.getLogInputStream` will read the entire log output into a

`ByteArrayOutputStream`, then construct a `ByteArrayInputStream` from

that buffer, which we then construct a `InputStreamReader` from.

(https://github.com/jenkinsci/workflow-job-plugin/blob/1551f82/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java#L1105)



If the log is large, this will potentially cause a

`java.lang.OutOfMemoryError`. Instead, use `build.getLogReader()`, which

simply constructs an `InputStreamReader` that wraps the underlying

source log session.



For `hudson.model.Run` this should have no impact, as its

`getLogReader()` just constructs an `InputStreamReader` the same way we

used to.





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


[jenkinsci/gradle-jpi-plugin] 85cd28: DependencyLicenseValidator.groovy -> java

2022-09-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 85cd2850eda0ef1b5812b1435e86582ab6cb
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/85cd2850eda0ef1b5812b1435e86582ab6cb
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLicenseValidator.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLicenseValidator.java

  Log Message:
  ---
  DependencyLicenseValidator.groovy -> java


  Commit: 10b27c59c8b96f805016eeedd8395c1dc52a9dd9
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/10b27c59c8b96f805016eeedd8395c1dc52a9dd9
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/License.groovy
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/LicenseData.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/License.java
A src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/LicenseData.java

  Log Message:
  ---
  License and LicenseData.groovy -> java


  Commit: f6c10d757de660dd2ec1ae12c84e5a060a52e823
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/f6c10d757de660dd2ec1ae12c84e5a060a52e823
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java

  Log Message:
  ---
  DependencyLookup.groovy -> java


  Commit: 011153c49ccc6174aa4628e886033e6c2be18c81
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/011153c49ccc6174aa4628e886033e6c2be18c81
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/legacy/LegacyWorkaroundsPlugin.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/legacy/LegacyWorkaroundsPlugin.java

  Log Message:
  ---
  LegacyWorkaroundsPlugin.groovy -> java


  Commit: 9167c41924a2127d67edbac4854384377990dbe1
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9167c41924a2127d67edbac4854384377990dbe1
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/server/GenerateHplTask.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/server/GenerateHplTask.java

  Log Message:
  ---
  GenerateHplTask.java -> groovy


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/cbc3098d72b0...9167c41924a2

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


[jenkinsci/genexus-plugin] 0b4cc4: Add durable-task and workflow-durable-task-step re...

2022-09-09 Thread 'José Lamas' via Jenkins Commits
  Branch: refs/heads/BuildStep

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

  Commit: 0b4cc4ada3314501bfb336a6f31ee4651c5dd9a7

  
https://github.com/jenkinsci/genexus-plugin/commit/0b4cc4ada3314501bfb336a6f31ee4651c5dd9a7

  Author: José Lamas 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Add durable-task and workflow-durable-task-step references





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


[jenkinsci/nexus-platform-plugin] d7778f: Fixing tests

2022-09-09 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-7158-receiving-orgId-using-a-select-on-ui
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: d7778f373e2224022fb10b18f77499a7b3bb85b2
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/d7778f373e2224022fb10b18f77499a7b3bb85b2
  Author: Hector Hurtado 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorTest.groovy

  Log Message:
  ---
  Fixing tests


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-7158-receiving-orgId-using-a-select-on-ui/ec8aa8-d7778f%40github.com.


[jenkinsci/nexus-platform-plugin] ec8aa8: Adding Organizations select on UI

2022-09-09 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-7158-receiving-orgId-using-a-select-on-ui
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: ec8aa8c7d7d8d023a9ba7646262ff17cf0745aa3
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/ec8aa8c7d7d8d023a9ba7646262ff17cf0745aa3
  Author: Hector Hurtado 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml
M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorBuildStep.groovy
M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorDescriptor.groovy
M src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorUtil.groovy
M 
src/main/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorWorkflowStep.groovy
M src/main/java/org/sonatype/nexus/ci/iq/PolicyEvaluationHealthAction.groovy
M src/main/java/org/sonatype/nexus/ci/iq/SelectedApplication.java
M src/main/java/org/sonatype/nexus/ci/util/IqUtil.groovy
M 
src/main/resources/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorBuildStep/config.groovy
M 
src/main/resources/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorBuildStep/help-iqOrganization.html
M 
src/main/resources/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorWorkflowStep/config.groovy
M 
src/main/resources/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorWorkflowStep/help-iqOrganization.html
M src/main/resources/org/sonatype/nexus/ci/iq/Messages.properties
M 
src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorDescriptorTest.groovy
M src/test/java/org/sonatype/nexus/ci/iq/IqPolicyEvaluatorTest.groovy
M src/test/java/org/sonatype/nexus/ci/util/IqUtilTest.groovy

  Log Message:
  ---
  Adding Organizations select on UI


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-7158-receiving-orgId-using-a-select-on-ui/00-ec8aa8%40github.com.


[jenkinsci/jenkins] 5ae2b5: Update dependency css-minimizer-webpack-plugin to ...

2022-09-09 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/css-minimizer-webpack-plugin-4.x
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5ae2b5ce5a2b2def2052fcad65ce2eb8827a1942
  
https://github.com/jenkinsci/jenkins/commit/5ae2b5ce5a2b2def2052fcad65ce2eb8827a1942
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M war/package.json
M war/yarn.lock

  Log Message:
  ---
  Update dependency css-minimizer-webpack-plugin to v4.1.0


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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/renovate/css-minimizer-webpack-plugin-4.x/00-5ae2b5%40github.com.


[jenkinsci/aws-java-sdk-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.298
  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.298/d24dca-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] 13ca7c: Bump revision from 1.12.287 to 1.12.299

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.299
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 13ca7cd6bdedb86a49483220329d1b504807895f
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/13ca7cd6bdedb86a49483220329d1b504807895f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump revision from 1.12.287 to 1.12.299

Bumps `revision` from 1.12.287 to 1.12.299.

Updates `aws-java-sdk-bom` from 1.12.287 to 1.12.299
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.287...1.12.299)

Updates `aws-java-sdk` from 1.12.287 to 1.12.299
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.287...1.12.299)

Updates `aws-java-sdk-s3` from 1.12.287 to 1.12.299
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.287...1.12.299)

Updates `aws-java-sdk-sts` from 1.12.287 to 1.12.299
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.287...1.12.299)

---
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.299/00-13ca7c%40github.com.


[jenkinsci/nodelabelparameter-plugin] 1d7ef5: Changed "then" to "than"

2022-09-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodelabelparameter-plugin
  Commit: 1d7ef55ca0fbe4a71cc85e059a7e78471945c2c9
  
https://github.com/jenkinsci/nodelabelparameter-plugin/commit/1d7ef55ca0fbe4a71cc85e059a7e78471945c2c9
  Author: Jordan Richman <48166575+jrichman...@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M 
src/main/resources/org/jvnet/jenkins/plugins/nodelabelparameter/parameterizedtrigger/NodeLabelBuildParameter/help-name.html

  Log Message:
  ---
  Changed "then" to "than"


  Commit: 0adbaaca703f56324321d1d074e9949f825494e0
  
https://github.com/jenkinsci/nodelabelparameter-plugin/commit/0adbaaca703f56324321d1d074e9949f825494e0
  Author: Mark Waite 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M 
src/main/resources/org/jvnet/jenkins/plugins/nodelabelparameter/parameterizedtrigger/NodeLabelBuildParameter/help-name.html

  Log Message:
  ---
  Merge pull request #159 from jrichman-r7/patch-1

Changed "then" to "than"


Compare: 
https://github.com/jenkinsci/nodelabelparameter-plugin/compare/ca2186c5036c...0adbaaca703f

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


[jenkinsci/gradle-jpi-plugin]

2022-09-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.45.0
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

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


[jenkinsci/gradle-jpi-plugin] 032b2a: Prepare for v0.45.0 release

2022-09-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 032b2ab9781f014e2232dd7bb1780fae795a6bdd
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/032b2ab9781f014e2232dd7bb1780fae795a6bdd
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for v0.45.0 release


  Commit: cbc3098d72b002507c90b2646585c7c642a7ca41
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cbc3098d72b002507c90b2646585c7c642a7ca41
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for next release


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/8d79c607c1ff...cbc3098d72b0

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


[jenkinsci/dynamic-search-view-plugin] 3b65be: migrating docs from wiki

2022-09-09 Thread 'Kevin Martens' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dynamic-search-view-plugin
  Commit: 3b65be1ee9fed6fd9346f8a4d290e98a5d1426de
  
https://github.com/jenkinsci/dynamic-search-view-plugin/commit/3b65be1ee9fed6fd9346f8a4d290e98a5d1426de
  Author: Kevin Martens 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M README.md
A docs:images/CreateView.png
A docs:images/MainPage.png
A docs:images/add.svg
A docs:images/error.svg
A docs:images/information.svg
M pom.xml

  Log Message:
  ---
  migrating docs from wiki


  Commit: 7620f3e3e179f9af48f20adbd6f12030a3b3f3e3
  
https://github.com/jenkinsci/dynamic-search-view-plugin/commit/7620f3e3e179f9af48f20adbd6f12030a3b3f3e3
  Author: Kevin Martens 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
A docs/.DS_Store
A docs/images/CreateView.png
A docs/images/MainPage.png
A docs/images/add.svg
A docs/images/error.svg
A docs/images/information.svg

  Log Message:
  ---
  updating file path for images


  Commit: 289b08f9d611809f945a07a5d3dba6e675c1dcce
  
https://github.com/jenkinsci/dynamic-search-view-plugin/commit/289b08f9d611809f945a07a5d3dba6e675c1dcce
  Author: Kevin Martens 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R docs:images/CreateView.png
R docs:images/MainPage.png
R docs:images/add.svg
R docs:images/error.svg
R docs:images/information.svg

  Log Message:
  ---
  remove wrong images


  Commit: 997097b39fb918ac3bcb3cd99d569686559e1340
  
https://github.com/jenkinsci/dynamic-search-view-plugin/commit/997097b39fb918ac3bcb3cd99d569686559e1340
  Author: Kevin Martens <99040580+kmarten...@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M README.md
A docs/.DS_Store
A docs/images/CreateView.png
A docs/images/MainPage.png
A docs/images/add.svg
A docs/images/error.svg
A docs/images/information.svg
M pom.xml

  Log Message:
  ---
  Merge pull request #12 from kmartens27/migrate-docs

migrating docs from wiki


Compare: 
https://github.com/jenkinsci/dynamic-search-view-plugin/compare/5726872005e1...997097b39fb9

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


[jenkinsci/nodelabelparameter-plugin] db4a69: fixed spelling as wrong "their" was used

2022-09-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodelabelparameter-plugin
  Commit: db4a69001400b61b07fb68448598f761028b24bf
  
https://github.com/jenkinsci/nodelabelparameter-plugin/commit/db4a69001400b61b07fb68448598f761028b24bf
  Author: jrichman-r7 <48166575+jrichman...@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M 
src/main/resources/org/jvnet/jenkins/plugins/nodelabelparameter/LabelParameterDefinition/help-nodeEligibility.html

  Log Message:
  ---
  fixed spelling as wrong "their" was used


  Commit: ca2186c5036c2b49375f939bc372a09e3d8be879
  
https://github.com/jenkinsci/nodelabelparameter-plugin/commit/ca2186c5036c2b49375f939bc372a09e3d8be879
  Author: Mark Waite 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M 
src/main/resources/org/jvnet/jenkins/plugins/nodelabelparameter/LabelParameterDefinition/help-nodeEligibility.html

  Log Message:
  ---
  Merge pull request #158 from jrichman-r7/patch-2

fixed spelling as wrong "their" was used


Compare: 
https://github.com/jenkinsci/nodelabelparameter-plugin/compare/1e5ca151d6e0...ca2186c5036c

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


[jenkinsci/nodelabelparameter-plugin] 1f7003: fixed spelling as wrong "their" was used

2022-09-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodelabelparameter-plugin
  Commit: 1f70034d5d9f34b68d32950cfb05dc915317c70b
  
https://github.com/jenkinsci/nodelabelparameter-plugin/commit/1f70034d5d9f34b68d32950cfb05dc915317c70b
  Author: jrichman-r7 <48166575+jrichman...@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M 
src/main/resources/org/jvnet/jenkins/plugins/nodelabelparameter/NodeParameterDefinition/help-nodeEligibility.html

  Log Message:
  ---
  fixed spelling as wrong "their" was used


  Commit: 1e5ca151d6e0a8def89cee8aa736a1e4c7686312
  
https://github.com/jenkinsci/nodelabelparameter-plugin/commit/1e5ca151d6e0a8def89cee8aa736a1e4c7686312
  Author: Mark Waite 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M 
src/main/resources/org/jvnet/jenkins/plugins/nodelabelparameter/NodeParameterDefinition/help-nodeEligibility.html

  Log Message:
  ---
  Merge pull request #157 from jrichman-r7/patch-1

fixed spelling as wrong "their" was used


Compare: 
https://github.com/jenkinsci/nodelabelparameter-plugin/compare/88ff70ad7dec...1e5ca151d6e0

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


[jenkinsci/packaging] b1885c: [JENKINS-69570] Java version check incorrect in in...

2022-09-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/packaging
  Commit: b1885c2cf99564e45299cf6901d5639a89825eba
  
https://github.com/jenkinsci/packaging/commit/b1885c2cf99564e45299cf6901d5639a89825eba
  Author: Basil Crow 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M deb/build/debian/jenkins.init
M systemd/jenkins.sh

  Log Message:
  ---
  [JENKINS-69570] Java version check incorrect in init.d/jenkins


  Commit: e902bf931577c88d61bcf4287482bf3cefa384ac
  
https://github.com/jenkinsci/packaging/commit/e902bf931577c88d61bcf4287482bf3cefa384ac
  Author: Mark Waite 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M deb/build/debian/jenkins.init
M systemd/jenkins.sh

  Log Message:
  ---
  Merge pull request #335 from basil/JENKINS-69570

[JENKINS-69570] Java version check incorrect in `/etc/init.d/jenkins`


Compare: 
https://github.com/jenkinsci/packaging/compare/bc929b3c6342...e902bf931577

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


[jenkinsci/ssh-agent-plugin] 0201e7: Enable Jenkins Security Scan

2022-09-09 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: 0201e7ce68a237717ad37f2ecf0ceb9021c3e707
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/0201e7ce68a237717ad37f2ecf0ceb9021c3e707
  Author: offa 
  Date:   2022-08-19 (Fri, 19 Aug 2022)

  Changed paths:
A .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Enable Jenkins Security Scan


  Commit: 6067d32d23e67c3cbe66d0a05a01afc62793649f
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/6067d32d23e67c3cbe66d0a05a01afc62793649f
  Author: Jesse Glick 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Fix base branch


  Commit: cac74a4aaf2ba3af2e73d82bc13719eeb86e0348
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/cac74a4aaf2ba3af2e73d82bc13719eeb86e0348
  Author: Jesse Glick 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
A .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Merge pull request #103 from offa/security_scan

Enable Jenkins Security Scan


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/6389be22cce2...cac74a4aaf2b

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


[jenkinsci/ssh-agent-plugin] 5407a1: Enable syntax colouring and update formatting of e...

2022-09-09 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: 5407a16419aab8540e213f3b5755ead070f78791
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/5407a16419aab8540e213f3b5755ead070f78791
  Author: offa 
  Date:   2022-08-19 (Fri, 19 Aug 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Enable syntax colouring and update formatting of example


  Commit: 6389be22cce2de6b27a839c8ff4449cda0234b9e
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/6389be22cce2de6b27a839c8ff4449cda0234b9e
  Author: Jesse Glick 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #102 from offa/doc

Enable syntax colouring and update formatting of example


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/dcc41ef15679...6389be22cce2

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


[jenkinsci/ssh-agent-plugin] cc3d6c: Replace some deprecated APIs

2022-09-09 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: cc3d6cabcd442a6321425f7dd16d115b5f18a51c
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/cc3d6cabcd442a6321425f7dd16d115b5f18a51c
  Author: offa 
  Date:   2022-08-19 (Fri, 19 Aug 2022)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/sshagent/RemoteAgent.java
M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBuildWrapper.java
M src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStep.java
M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepExecution.java
M 
src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBuildWrapperTest.java
M 
src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepWorkflowTest.java

  Log Message:
  ---
  Replace some deprecated APIs


  Commit: dcc41ef1567981edf8cc2bbecbe8877830bd95f4
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/dcc41ef1567981edf8cc2bbecbe8877830bd95f4
  Author: Jesse Glick 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/sshagent/RemoteAgent.java
M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBuildWrapper.java
M src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStep.java
M 
src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepExecution.java
M 
src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBuildWrapperTest.java
M 
src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepWorkflowTest.java

  Log Message:
  ---
  Merge pull request #104 from offa/deprecated_apis

Replace some deprecated APIs


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/7c3516af4677...dcc41ef15679

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


[jenkinsci/ssh-agent-plugin] 6af227: Use KeyUtils.RSA_ALGORITHM

2022-09-09 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: 6af2275db121dfb4f90a3c96d25371ecff195fa1
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/6af2275db121dfb4f90a3c96d25371ecff195fa1
  Author: offa 
  Date:   2022-08-19 (Fri, 19 Aug 2022)

  Changed paths:
M src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBase.java

  Log Message:
  ---
  Use KeyUtils.RSA_ALGORITHM


  Commit: 7c3516af46776236bb39f53907f7ebabddb4cbc0
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/7c3516af46776236bb39f53907f7ebabddb4cbc0
  Author: Jesse Glick 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M src/test/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentBase.java

  Log Message:
  ---
  Merge pull request #105 from offa/keyutils

Use KeyUtils.RSA_ALGORITHM


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/96d7646e9387...7c3516af4677

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


[jenkinsci/ssh-agent-plugin] 1b1801: Bump git-changelist-maven-extension from 1.3 to 1.4

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: 1b1801152213de5107218054c4dc676d0aaf4628
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/1b1801152213de5107218054c4dc676d0aaf4628
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump git-changelist-maven-extension from 1.3 to 1.4

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

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

Signed-off-by: dependabot[bot] 


  Commit: 96d7646e93876a23c09ef11b359c31b5ffc6edfc
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/96d7646e93876a23c09ef11b359c31b5ffc6edfc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Merge pull request #106 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/839babfaac25...96d7646e9387

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


[jenkinsci/ssh-agent-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4
  Home:   https://github.com/jenkinsci/ssh-agent-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/ssh-agent-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4/1b1801-00%40github.com.


[jenkinsci/ssh-agent-plugin] a82cb1: Bump mina-sshd-api-core

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.plugins.mina-sshd-api-mina-sshd-api-core-2.9.1-44.v476733c11f82
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: a82cb186397e16822e304de58570ea30679cff7a
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/a82cb186397e16822e304de58570ea30679cff7a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mina-sshd-api-core

Bumps [mina-sshd-api-core](https://github.com/jenkinsci/mina-sshd-api-plugin) 
from 2.8.0-18.vd98674ecd652 to 2.9.1-44.v476733c11f82.
- [Release notes](https://github.com/jenkinsci/mina-sshd-api-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/mina-sshd-api-plugin/compare/2.8.0-18.vd98674ecd652...2.9.1-44.v476733c11f82)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ssh-agent-plugin/push/refs/heads/dependabot/maven/io.jenkins.plugins.mina-sshd-api-mina-sshd-api-core-2.9.1-44.v476733c11f82/00-a82cb1%40github.com.


[jenkinsci/ssh-agent-plugin] bf066a: Bump bom-2.289.x from 1362.v59f2f3db_80ee to 1500....

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: bf066ab80c288e1c62e9a840a185b947ec5b2c1a
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/bf066ab80c288e1c62e9a840a185b947ec5b2c1a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.289.x from 1362.v59f2f3db_80ee to 1500.ve4d05cd32975

Bumps [bom-2.289.x](https://github.com/jenkinsci/bom) from 1362.v59f2f3db_80ee 
to 1500.ve4d05cd32975.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.289.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 839babfaac2529883d332ff44fce975d7ff8c55b
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/839babfaac2529883d332ff44fce975d7ff8c55b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #101 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/be6f09cecb21...839babfaac25

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


[jenkinsci/ssh-agent-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975
  Home:   https://github.com/jenkinsci/ssh-agent-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/ssh-agent-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975/bf066a-00%40github.com.


[jenkinsci/ssh-agent-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.apache.sshd-sshd-core-2.9.0
  Home:   https://github.com/jenkinsci/ssh-agent-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/ssh-agent-plugin/push/refs/heads/dependabot/maven/org.apache.sshd-sshd-core-2.9.0/a13c6a-00%40github.com.


[jenkinsci/ssh-agent-plugin] 9599cc: Bump plugin from 4.40 to 4.47

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: 9599cc8a9e3f318df8a06ef6d48a6f8fdc736207
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/9599cc8a9e3f318df8a06ef6d48a6f8fdc736207
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.40 to 4.47

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

---
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: be6f09cecb21292d8e0f7b2a9f115889d1e0a8b5
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/be6f09cecb21292d8e0f7b2a9f115889d1e0a8b5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/d898dc271375...be6f09cecb21

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


[jenkinsci/ssh-agent-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47
  Home:   https://github.com/jenkinsci/ssh-agent-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/ssh-agent-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47/9599cc-00%40github.com.


[jenkinsci/ssh-agent-plugin] cbee02: [chore] Replace sshd-core with mina-sshd-api-core ...

2022-09-09 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: cbee021eb893a2ccf17ab77344fab3ce3c4ad4a9
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/cbee021eb893a2ccf17ab77344fab3ce3c4ad4a9
  Author: Allan Burdajewicz 
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [chore] Replace sshd-core with mina-sshd-api-core plugin


  Commit: d898dc271375cdd8b7bba6f10616c88ef269e45f
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/d898dc271375cdd8b7bba6f10616c88ef269e45f
  Author: Jesse Glick 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #91 from Dohbedoh/feature/mina-sshd-api-plugin

[chore] Replace sshd-core with mina-sshd-api-core plugin


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/2606baa6e713...d898dc271375

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


[jenkinsci/ssh-agent-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.1
  Home:   https://github.com/jenkinsci/ssh-agent-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/ssh-agent-plugin/push/refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.1/f32e2e-00%40github.com.


[jenkinsci/ssh-agent-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/jenkins-infra/interesting-category-action-1.1.0
  Home:   https://github.com/jenkinsci/ssh-agent-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/ssh-agent-plugin/push/refs/heads/dependabot/github_actions/jenkins-infra/interesting-category-action-1.1.0/41e99c-00%40github.com.


[jenkinsci/ssh-agent-plugin] 835dc1: chore: use jenkins infra maven cd reusable workflow

2022-09-09 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-agent-plugin
  Commit: 835dc1212767c7e1ab8b958442d3e5099aeaf911
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/835dc1212767c7e1ab8b958442d3e5099aeaf911
  Author: Joseph Petersen 
  Date:   2022-06-15 (Wed, 15 Jun 2022)

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

  Log Message:
  ---
  chore: use jenkins infra maven cd reusable workflow


  Commit: 2606baa6e71391bba3961cb22bfab682ab75be5e
  
https://github.com/jenkinsci/ssh-agent-plugin/commit/2606baa6e71391bba3961cb22bfab682ab75be5e
  Author: Jesse Glick 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

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

  Log Message:
  ---
  Merge pull request #89 from jetersen/chore/maven-cd-reusable-workflow

chore: use jenkins infra maven cd reusable workflow


Compare: 
https://github.com/jenkinsci/ssh-agent-plugin/compare/9caa1c7cc3aa...2606baa6e713

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


[jenkinsci/aws-beanstalk-publisher-plugin]

2022-09-09 Thread 'David Tanner' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4
  Home:   https://github.com/jenkinsci/aws-beanstalk-publisher-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-beanstalk-publisher-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4/7a3513-00%40github.com.


[jenkinsci/aws-beanstalk-publisher-plugin] 7a3513: Bump git-changelist-maven-extension from 1.3 to 1.4

2022-09-09 Thread 'David Tanner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-beanstalk-publisher-plugin
  Commit: 7a351397b930b8d455f7edd96f54c94c9f9ec395
  
https://github.com/jenkinsci/aws-beanstalk-publisher-plugin/commit/7a351397b930b8d455f7edd96f54c94c9f9ec395
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump git-changelist-maven-extension from 1.3 to 1.4

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

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

Signed-off-by: dependabot[bot] 


  Commit: 95fd21822174db1093970e432b90d5ad0a3ca6b6
  
https://github.com/jenkinsci/aws-beanstalk-publisher-plugin/commit/95fd21822174db1093970e432b90d5ad0a3ca6b6
  Author: David Tanner 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Merge pull request #80 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4

Bump git-changelist-maven-extension from 1.3 to 1.4


Compare: 
https://github.com/jenkinsci/aws-beanstalk-publisher-plugin/compare/455ddc4cd9b2...95fd21822174

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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-beanstalk-publisher-plugin/push/refs/heads/master/455ddc-95fd21%40github.com.


[jenkinsci/dynamic-search-view-plugin] 70b9aa: Publish incremental development artifacts

2022-09-09 Thread 'Kevin Martens' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dynamic-search-view-plugin
  Commit: 70b9aa9e830d8b3912563d9c852652e1f08987dc
  
https://github.com/jenkinsci/dynamic-search-view-plugin/commit/70b9aa9e830d8b3912563d9c852652e1f08987dc
  Author: Kevin Martens 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Publish incremental development artifacts


  Commit: 5726872005e16620efabe33ef2e4c8ec49dbc95c
  
https://github.com/jenkinsci/dynamic-search-view-plugin/commit/5726872005e16620efabe33ef2e4c8ec49dbc95c
  Author: Kevin Martens <99040580+kmarten...@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Merge pull request #11 from kmartens27/incrementalify

Publish incremental development artifacts


Compare: 
https://github.com/jenkinsci/dynamic-search-view-plugin/compare/5b0cd7e04c1c...5726872005e1

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


[jenkinsci/flexdeploy-plugin]

2022-09-09 Thread 'flexagon9' via Jenkins Commits
  Branch: refs/tags/2.0.0
  Home:   https://github.com/jenkinsci/flexdeploy-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/flexdeploy-plugin/push/refs/tags/2.0.0/00-feb91d%40github.com.


[jenkinsci/flexdeploy-plugin] 2018ac: Fix release 2.0

2022-09-09 Thread 'flexagon9' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/flexdeploy-plugin
  Commit: 2018ac0297e09a6d0229e23a2ca9d7b834e3e9d8
  
https://github.com/jenkinsci/flexdeploy-plugin/commit/2018ac0297e09a6d0229e23a2ca9d7b834e3e9d8
  Author: karl.hense...@flexagon.com 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  Fix release 2.0


  Commit: feb91daccf24ccc8b7a16220c9728d4b016fbcc4
  
https://github.com/jenkinsci/flexdeploy-plugin/commit/feb91daccf24ccc8b7a16220c9728d4b016fbcc4
  Author: flexagon9 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  Merge pull request #12 from jenkinsci/fix-release-2.0

Fix release 2.0


Compare: 
https://github.com/jenkinsci/flexdeploy-plugin/compare/ae996fc12167...feb91daccf24

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


[jenkinsci/flexdeploy-plugin] 2018ac: Fix release 2.0

2022-09-09 Thread 'Karl Henselin' via Jenkins Commits
  Branch: refs/heads/fix-release-2.0
  Home:   https://github.com/jenkinsci/flexdeploy-plugin
  Commit: 2018ac0297e09a6d0229e23a2ca9d7b834e3e9d8
  
https://github.com/jenkinsci/flexdeploy-plugin/commit/2018ac0297e09a6d0229e23a2ca9d7b834e3e9d8
  Author: karl.hense...@flexagon.com 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  Fix release 2.0


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


[jenkins-infra/jenkins.io] ae1b13: Automated changelog for 2.368

2022-09-09 Thread 'jenkins-infra-changelog-generator[bot]' via Jenkins Commits
  Branch: refs/heads/automated-weekly-changelog/2.368
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: ae1b132211a6a7854a444cca603bc22eb9821fd0
  
https://github.com/jenkins-infra/jenkins.io/commit/ae1b132211a6a7854a444cca603bc22eb9821fd0
  Author: jenkins-infra-changelog-generator 
<86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

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

  Log Message:
  ---
  Automated changelog for 2.368


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


[jenkinsci/jenkins] 1e6c3d: Update dependency `hotkeys-js` to v3.10.0 (#7077)

2022-09-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-task-reactor-1.8
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 1e6c3daefef4b01d82838fb9d78f2981bca4a23e
  
https://github.com/jenkinsci/jenkins/commit/1e6c3daefef4b01d82838fb9d78f2981bca4a23e
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
M war/package.json
M war/yarn.lock

  Log Message:
  ---
  Update dependency `hotkeys-js` to v3.10.0 (#7077)

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


  Commit: b7b5bc6ea34309e161f925ddc909c1902e56e9c0
  
https://github.com/jenkinsci/jenkins/commit/b7b5bc6ea34309e161f925ddc909c1902e56e9c0
  Author: Vincent Latombe 
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
M websocket/jetty10/src/main/java/jenkins/websocket/Jetty10Provider.java
M websocket/jetty9/src/main/java/jenkins/websocket/Jetty9Provider.java

  Log Message:
  ---
  [JENKINS-69543] Fix thread safety in WebSocket handling (#7076)


  Commit: c92096b7f5e735c924c5b5758f9166ade3d3a546
  
https://github.com/jenkinsci/jenkins/commit/c92096b7f5e735c924c5b5758f9166ade3d3a546
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
M .editorconfig

  Log Message:
  ---
  Remove `.jelly` from `.editorconfig` rules (#7070)

Co-authored-by: Daniel Beck 


  Commit: 1e56822e62803eeedf84911201ddd548a8544850
  
https://github.com/jenkinsci/jenkins/commit/1e56822e62803eeedf84911201ddd548a8544850
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M bom/pom.xml
M war/pom.xml

  Log Message:
  ---
  Bump `memory-monitor` from 1.11 to 1.12 (#7082)

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


  Commit: 6af5dfdd3790f9bfaaed0b60256f9da0f5b3f49d
  
https://github.com/jenkinsci/jenkins/commit/6af5dfdd3790f9bfaaed0b60256f9da0f5b3f49d
  Author: Basil Crow 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M .editorconfig
M bom/pom.xml
M war/package.json
M war/pom.xml
M war/yarn.lock
M websocket/jetty10/src/main/java/jenkins/websocket/Jetty10Provider.java
M websocket/jetty9/src/main/java/jenkins/websocket/Jetty9Provider.java

  Log Message:
  ---
  Merge branch 'master' into dependabot/maven/org.jenkins-ci-task-reactor-1.8


Compare: 
https://github.com/jenkinsci/jenkins/compare/de9d68b793f0...6af5dfdd3790

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


[jenkinsci/jenkins] 1e5682: Bump `memory-monitor` from 1.11 to 1.12 (#7082)

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 1e56822e62803eeedf84911201ddd548a8544850
  
https://github.com/jenkinsci/jenkins/commit/1e56822e62803eeedf84911201ddd548a8544850
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M bom/pom.xml
M war/pom.xml

  Log Message:
  ---
  Bump `memory-monitor` from 1.11 to 1.12 (#7082)

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/jenkins/push/refs/heads/master/c92096-1e5682%40github.com.


[jenkinsci/jenkins]

2022-09-09 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-memory-monitor-1.12
  Home:   https://github.com/jenkinsci/jenkins

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


[jenkinsci/dynamic-search-view-plugin] dcf58a: update scm url

2022-09-09 Thread 'Kevin Martens' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dynamic-search-view-plugin
  Commit: dcf58a3fc98bc91b204f8b6e89c4ab86e55d8a83
  
https://github.com/jenkinsci/dynamic-search-view-plugin/commit/dcf58a3fc98bc91b204f8b6e89c4ab86e55d8a83
  Author: Kevin Martens 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update scm url


  Commit: 5b0cd7e04c1c27e658ec56bb8d9288202e4578e5
  
https://github.com/jenkinsci/dynamic-search-view-plugin/commit/5b0cd7e04c1c27e658ec56bb8d9288202e4578e5
  Author: Kevin Martens <99040580+kmarten...@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #9 from kmartens27/update-scm-url

update scm url


Compare: 
https://github.com/jenkinsci/dynamic-search-view-plugin/compare/8be75861b04c...5b0cd7e04c1c

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


[jenkins-infra/jenkins.io] 5b0eb3: Fix versions in 2022-09-09 advisory (#5435)

2022-09-09 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 5b0eb3a5f72a36cc2a75067bb991dea01c8b99ce
  
https://github.com/jenkins-infra/jenkins.io/commit/5b0eb3a5f72a36cc2a75067bb991dea01c8b99ce
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M content/security/advisory/2022-09-09.adoc

  Log Message:
  ---
  Fix versions in 2022-09-09 advisory (#5435)

Co-authored-by: Daniel Beck 


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


[jenkins-infra/update-center2] 9eff15: Add warning for 2022-09-09 security advisory

2022-09-09 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 9eff158fb6a1e2382b4579a4bdca7ccda3ef96e4
  
https://github.com/jenkins-infra/update-center2/commit/9eff158fb6a1e2382b4579a4bdca7ccda3ef96e4
  Author: Daniel Beck 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Add warning for 2022-09-09 security advisory


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


[jenkins-infra/jenkins.io] 5272da: Add 2022-09-09 security advisory

2022-09-09 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 5272da0034a07a348e7fc48a7e9ced01bff9ebde
  
https://github.com/jenkins-infra/jenkins.io/commit/5272da0034a07a348e7fc48a7e9ced01bff9ebde
  Author: Daniel Beck 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M content/_data/changelogs/lts.yml
M content/_data/changelogs/weekly.yml
A content/security/advisory/2022-09-09.adoc

  Log Message:
  ---
  Add 2022-09-09 security advisory


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


[jenkinsci/appscan-plugin] a5862e: ASA-4973

2022-09-09 Thread 'Vishal Chaudhary' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/appscan-plugin
  Commit: a5862e6f554c7db7c8a6ffd6e3dbff27f7731478
  
https://github.com/jenkinsci/appscan-plugin/commit/a5862e6f554c7db7c8a6ffd6e3dbff27f7731478
  Author: Vishal Chaudhary 
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
M src/main/java/com/hcl/appscan/jenkins/plugin/scanners/StaticAnalyzer.java
M 
src/main/resources/com/hcl/appscan/jenkins/plugin/scanners/DynamicAnalyzer/help-trafficFile_en.properties
M 
src/main/resources/com/hcl/appscan/jenkins/plugin/scanners/StaticAnalyzer/help-target_en.properties

  Log Message:
  ---
  ASA-4973

Re-arrange the help text of the login sequence file in DAST scan and of the 
target in SAST scan.


  Commit: 39b8e86ed2e8c8c766f0e43529d5257f136c340c
  
https://github.com/jenkinsci/appscan-plugin/commit/39b8e86ed2e8c8c766f0e43529d5257f136c340c
  Author: Vishal Chaudhary 
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:

  Log Message:
  ---
  Merge branch 'ASA-4973' of https://github.com/vishalhcl-5960/appscan-plugin 
into ASA-4973


  Commit: 790e79369b621f9075a5c176dece30d349a51214
  
https://github.com/jenkinsci/appscan-plugin/commit/790e79369b621f9075a5c176dece30d349a51214
  Author: Vishal Chaudhary <102226698+vishalhcl-5...@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M src/main/java/com/hcl/appscan/jenkins/plugin/scanners/StaticAnalyzer.java
M 
src/main/resources/com/hcl/appscan/jenkins/plugin/scanners/DynamicAnalyzer/help-trafficFile_en.properties
M 
src/main/resources/com/hcl/appscan/jenkins/plugin/scanners/StaticAnalyzer/help-target_en.properties

  Log Message:
  ---
  Merge pull request #139 from vishalhcl-5960/ASA-4973

ASA 4973


Compare: 
https://github.com/jenkinsci/appscan-plugin/compare/1b51946c89f0...790e79369b62

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


[jenkinsci/ec2-plugin] 026f7f: Truly enforce IMDSv2

2022-09-09 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 026f7f0aebaa4def85138f2d992cc51e77334fd7
  
https://github.com/jenkinsci/ec2-plugin/commit/026f7f0aebaa4def85138f2d992cc51e77334fd7
  Author: Joe Del Nano 
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java
M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java
M src/test/resources/hudson/plugins/ec2/MacDataExport.yml
M 
src/test/resources/hudson/plugins/ec2/UnixDataExport-withAltEndpointAndJavaPath.yml
M src/test/resources/hudson/plugins/ec2/UnixDataExport.yml

  Log Message:
  ---
  Truly enforce IMDSv2


  Commit: c5ede2390a835c4556ba08123e9111b587ea9759
  
https://github.com/jenkinsci/ec2-plugin/commit/c5ede2390a835c4556ba08123e9111b587ea9759
  Author: Joe Del Nano 
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java

  Log Message:
  ---
  Slightly adjust test to correctly pass


  Commit: 30d0ffd4167f50583bfe5505be9383baa9d27dd2
  
https://github.com/jenkinsci/ec2-plugin/commit/30d0ffd4167f50583bfe5505be9383baa9d27dd2
  Author: Joe Del Nano 
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java

  Log Message:
  ---
  Add test for IMDSv1 since it's no longer the default


  Commit: bce011695bb97c31274c347a4cdaf7865df53b58
  
https://github.com/jenkinsci/ec2-plugin/commit/bce011695bb97c31274c347a4cdaf7865df53b58
  Author: Raihaan Shouhell 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java
M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java
M src/test/resources/hudson/plugins/ec2/MacDataExport.yml
M 
src/test/resources/hudson/plugins/ec2/UnixDataExport-withAltEndpointAndJavaPath.yml
M src/test/resources/hudson/plugins/ec2/UnixDataExport.yml

  Log Message:
  ---
  Merge pull request #776 from 
jdelnano/jdelnano/properly-enforce-imdsv2-as-default-behavior

Ensure that IMDSv2 Configuration Option is set to `true` by default


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/e9b565f3e9d9...bce011695bb9

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


[jenkinsci/kerberos-sso-plugin] 4a0ea5: [maven-release-plugin] prepare for next developmen...

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: 4a0ea5e7c3e416d2f2abbc5226a617609b83f7a2

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/4a0ea5e7c3e416d2f2abbc5226a617609b83f7a2

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M plugin/pom.xml

M pom.xml

M ui-tests/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/kerberos-sso-plugin/push/refs/heads/master/e57f4b-4a0ea5%40github.com.


[jenkinsci/kerberos-sso-plugin]

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/tags/parent-1.10
  Home:   https://github.com/jenkinsci/kerberos-sso-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/kerberos-sso-plugin/push/refs/tags/parent-1.10/00-ba24c9%40github.com.


[jenkinsci/kerberos-sso-plugin] e57f4b: [maven-release-plugin] prepare release parent-1.10

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: e57f4b05f971e3c772ba40c2c7ce7b3bd4164365

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/e57f4b05f971e3c772ba40c2c7ce7b3bd4164365

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M plugin/pom.xml

M pom.xml

M ui-tests/pom.xml



  Log Message:

  ---

  [maven-release-plugin] prepare release parent-1.10





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


[jenkinsci/acceptance-test-harness] 95de84: Fix plugin size mismatch when LOCAL_JARS is used

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/fix-plugin-size-mismatch

  Home:   https://github.com/jenkinsci/acceptance-test-harness

  Commit: 95de842e111335da64d53dd110325c498efbe47e

  
https://github.com/jenkinsci/acceptance-test-harness/commit/95de842e111335da64d53dd110325c498efbe47e

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M 
src/main/java/org/jenkinsci/test/acceptance/update_center/MockUpdateCenter.java



  Log Message:

  ---

  Fix plugin size mismatch when LOCAL_JARS is used





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


[jenkinsci/pipeline-utility-steps-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-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/pipeline-utility-steps-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975/6574bd-00%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] 6574bd: Bump bom-2.289.x from 1451.v15f1fdb_772a_f to 1500...

2022-09-09 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 6574bddc2da45793cc6207c5b1e9e8840da03305
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/6574bddc2da45793cc6207c5b1e9e8840da03305
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.289.x from 1451.v15f1fdb_772a_f to 1500.ve4d05cd32975

Bumps [bom-2.289.x](https://github.com/jenkinsci/bom) from 1451.v15f1fdb_772a_f 
to 1500.ve4d05cd32975.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.289.x
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 8e05406396b8c26033fd8f32448354165170b3ca
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/8e05406396b8c26033fd8f32448354165170b3ca
  Author: Robert Sandell 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #159 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.289.x-1500.ve4d05cd32975

Bump bom-2.289.x from 1451.v15f1fdb_772a_f to 1500.ve4d05cd32975


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/54ad8e311e03...8e05406396b8

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


[jenkinsci/pipeline-utility-steps-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-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/pipeline-utility-steps-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4/a66809-00%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] a66809: Bump git-changelist-maven-extension from 1.3 to 1.4

2022-09-09 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: a6680986e30d4bd9cdef636aaeeceb0d42f14c23
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/a6680986e30d4bd9cdef636aaeeceb0d42f14c23
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Bump git-changelist-maven-extension from 1.3 to 1.4

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

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

Signed-off-by: dependabot[bot] 


  Commit: 54ad8e311e03485261b4405541387ba3da3ac2b4
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/54ad8e311e03485261b4405541387ba3da3ac2b4
  Author: Robert Sandell 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M .mvn/extensions.xml

  Log Message:
  ---
  Merge pull request #158 from 
jenkinsci/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4

Bump git-changelist-maven-extension from 1.3 to 1.4


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/7038784c10f3...54ad8e311e03

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


[jenkinsci/pipeline-utility-steps-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.commons-commons-configuration2-2.8.0
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-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/pipeline-utility-steps-plugin/push/refs/heads/dependabot/maven/org.apache.commons-commons-configuration2-2.8.0/8fe51d-00%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] 8fe51d: Bump commons-configuration2 from 2.7 to 2.8.0

2022-09-09 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 8fe51d5d40830e6c69d81bdd6e05f61041c7a51c
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/8fe51d5d40830e6c69d81bdd6e05f61041c7a51c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-07-04 (Mon, 04 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump commons-configuration2 from 2.7 to 2.8.0

Bumps commons-configuration2 from 2.7 to 2.8.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-configuration2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


  Commit: 7038784c10f3da2d6ac245502a168e092dd13b1e
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/7038784c10f3da2d6ac245502a168e092dd13b1e
  Author: Robert Sandell 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #155 from 
jenkinsci/dependabot/maven/org.apache.commons-commons-configuration2-2.8.0

Bump commons-configuration2 from 2.7 to 2.8.0


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/fc9f894e33c7...7038784c10f3

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


[jenkinsci/pipeline-utility-steps-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-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/pipeline-utility-steps-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47/44f4ea-00%40github.com.


[jenkinsci/pipeline-utility-steps-plugin] 44f4ea: Bump plugin from 4.41 to 4.47

2022-09-09 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-utility-steps-plugin
  Commit: 44f4ea426c88725dc8bafc7a46497dfe2f8e7e7e
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/44f4ea426c88725dc8bafc7a46497dfe2f8e7e7e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-08-29 (Mon, 29 Aug 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.41 to 4.47

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

---
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: fc9f894e33c7d4e68136cb04d91ded3cc2fd1d6f
  
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/fc9f894e33c7d4e68136cb04d91ded3cc2fd1d6f
  Author: Robert Sandell 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

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

Bump plugin from 4.41 to 4.47


Compare: 
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/f911ff8138a2...fc9f894e33c7

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


[jenkins-infra/jenkins-infra] 43d2a6: [updatecli] Bump agent templates version on all co...

2022-09-09 Thread 'updatecli-gha-in-jenkins-infra-org[bot]' via Jenkins Commits
  Branch: refs/heads/production

  Home:   https://github.com/jenkins-infra/jenkins-infra

  Commit: 43d2a641d01d4a03131b5c7c273c3dfe1872ff78

  
https://github.com/jenkins-infra/jenkins-infra/commit/43d2a641d01d4a03131b5c7c273c3dfe1872ff78

  Author: updatecli-gha-in-jenkins-infra-org[bot] 
<83065101+updatecli-gha-in-jenkins-infra-org[bot]@users.noreply.github.com>

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M hieradata/common.yaml



  Log Message:

  ---

  [updatecli] Bump agent templates version on all controllers (#2373)



* chore: Update key "profile::jenkinscontroller::jcasc.agent_images.conta...



... iner_images.jnlp" from file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/hieradata/common.yaml"



Made with ❤️️ by updatecli



* chore: Update key "profile::jenkinscontroller::jcasc.agent_images.conta...



... iner_images.jnlp" from file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/hieradata/common.yaml"



Made with ❤️️ by updatecli



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

Co-authored-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/96ce8f-43d2a6%40github.com.


[jenkins-infra/jenkins-infra]

2022-09-09 Thread 'Damien Duportal' via Jenkins Commits
  Branch: 
refs/heads/updatecli_5af22b84b455dc63df8850156c1d2b257ed83cd174dc9d7d03005c74be55937e
  Home:   https://github.com/jenkins-infra/jenkins-infra

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


[jenkins-infra/jenkins-infra] 96ce8f: [updatecli] Update updatecli version to > 0.30.0 (...

2022-09-09 Thread 'Damien Duportal' via Jenkins Commits
  Branch: 
refs/heads/updatecli_5af22b84b455dc63df8850156c1d2b257ed83cd174dc9d7d03005c74be55937e

  Home:   https://github.com/jenkins-infra/jenkins-infra

  Commit: 96ce8f97457243fb4e03a00f5653269495a600e2

  
https://github.com/jenkins-infra/jenkins-infra/commit/96ce8f97457243fb4e03a00f5653269495a600e2

  Author: updatecli-gha-in-jenkins-infra-org[bot] 
<83065101+updatecli-gha-in-jenkins-infra-org[bot]@users.noreply.github.com>

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M .github/workflows/updatecli.yaml



  Log Message:

  ---

  [updatecli] Update updatecli version to > 0.30.0 (#2345)



* chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli



* chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli



* chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli



* chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli



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





  Commit: c7fc3b2bc256c8c97364c1edb266757336824d6d

  
https://github.com/jenkins-infra/jenkins-infra/commit/c7fc3b2bc256c8c97364c1edb266757336824d6d

  Author: Damien Duportal 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M .github/workflows/updatecli.yaml



  Log Message:

  ---

  Merge branch 'production' into 
updatecli_5af22b84b455dc63df8850156c1d2b257ed83cd174dc9d7d03005c74be55937e





Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/e1d8486f2eb1...c7fc3b2bc256

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


[jenkins-infra/jenkins-infra] 96ce8f: [updatecli] Update updatecli version to > 0.30.0 (...

2022-09-09 Thread 'updatecli-gha-in-jenkins-infra-org[bot]' via Jenkins Commits
  Branch: refs/heads/production

  Home:   https://github.com/jenkins-infra/jenkins-infra

  Commit: 96ce8f97457243fb4e03a00f5653269495a600e2

  
https://github.com/jenkins-infra/jenkins-infra/commit/96ce8f97457243fb4e03a00f5653269495a600e2

  Author: updatecli-gha-in-jenkins-infra-org[bot] 
<83065101+updatecli-gha-in-jenkins-infra-org[bot]@users.noreply.github.com>

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M .github/workflows/updatecli.yaml



  Log Message:

  ---

  [updatecli] Update updatecli version to > 0.30.0 (#2345)



* chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli



* chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli



* chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli



* chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



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-infra/push/refs/heads/production/df5709-96ce8f%40github.com.


[jenkins-infra/jenkins-infra]

2022-09-09 Thread 'Damien Duportal' via Jenkins Commits
  Branch: 
refs/heads/updatecli_07b18622c729ad1f9615ca2795bae03d8f42b43ba028ae51de32e532d3067a22
  Home:   https://github.com/jenkins-infra/jenkins-infra

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


[jenkins-infra/jenkins-infra] 66dd81: chore: Update key "jobs.updatecli.steps[1].env.UPD...

2022-09-09 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_07b18622c729ad1f9615ca2795bae03d8f42b43ba028ae51de32e532d3067a22

  Home:   https://github.com/jenkins-infra/jenkins-infra

  Commit: 66dd8182eb541624c95cc7d31464c102ab7dc434

  
https://github.com/jenkins-infra/jenkins-infra/commit/66dd8182eb541624c95cc7d31464c102ab7dc434

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

  Date:   2022-09-08 (Thu, 08 Sep 2022)



  Changed paths:

M .github/workflows/updatecli.yaml



  Log Message:

  ---

  chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli





  Commit: 79d04609e39cfdf685e57dd84888d4791ecc8af1

  
https://github.com/jenkins-infra/jenkins-infra/commit/79d04609e39cfdf685e57dd84888d4791ecc8af1

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

  Date:   2022-09-08 (Thu, 08 Sep 2022)



  Changed paths:

M .github/workflows/updatecli.yaml



  Log Message:

  ---

  chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli





  Commit: 49b75038453e661e0059bb40372597338723cf7e

  
https://github.com/jenkins-infra/jenkins-infra/commit/49b75038453e661e0059bb40372597338723cf7e

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

  Date:   2022-09-08 (Thu, 08 Sep 2022)



  Changed paths:

M .github/workflows/updatecli.yaml



  Log Message:

  ---

  chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli





  Commit: 9a98c3b3670cd0b14373ba862faf3237212c52e6

  
https://github.com/jenkins-infra/jenkins-infra/commit/9a98c3b3670cd0b14373ba862faf3237212c52e6

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

  Date:   2022-09-08 (Thu, 08 Sep 2022)



  Changed paths:

M .github/workflows/updatecli.yaml



  Log Message:

  ---

  chore: Update key "jobs.updatecli.steps[1].env.UPDATECLI_VERSION" from ...



... file 
"/tmp/updatecli/jenkins-infra/jenkins-infra/.github/workflows/updatecli.yaml"



Made with ❤️️ by updatecli





Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/3ab8e777d807...9a98c3b3670c

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


[jenkinsci/kerberos-sso-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/slf4j.version-2.0.0
  Home:   https://github.com/jenkinsci/kerberos-sso-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/kerberos-sso-plugin/push/refs/heads/dependabot/maven/slf4j.version-2.0.0/6c48cc-00%40github.com.


[jenkinsci/kerberos-sso-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.codehaus.mojo-properties-maven-plugin-1.1.0
  Home:   https://github.com/jenkinsci/kerberos-sso-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/kerberos-sso-plugin/push/refs/heads/dependabot/maven/org.codehaus.mojo-properties-maven-plugin-1.1.0/a5864d-00%40github.com.


[jenkinsci/kerberos-sso-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/plugin/io.jenkins-configuration-as-code-1.55.1
  Home:   https://github.com/jenkinsci/kerberos-sso-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/kerberos-sso-plugin/push/refs/heads/dependabot/maven/plugin/io.jenkins-configuration-as-code-1.55.1/a50891-00%40github.com.


[jenkinsci/kerberos-sso-plugin] ef046c: Bump plugin from 3.34 to 4.47

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47
  Home:   https://github.com/jenkinsci/kerberos-sso-plugin
  Commit: ef046cd0ba6e81dfd9f9de5b787ceb0e233694d0
  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/ef046cd0ba6e81dfd9f9de5b787ceb0e233694d0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump plugin from 3.34 to 4.47

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/kerberos-sso-plugin] bd9422: Update POM

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: bd9422e4e43ec0ce9f989e575d56b53f0958b5ac

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/bd9422e4e43ec0ce9f989e575d56b53f0958b5ac

  Author: offa 

  Date:   2022-08-05 (Fri, 05 Aug 2022)



  Changed paths:

M plugin/pom.xml



  Log Message:

  ---

  Update POM





  Commit: a4005eba349d0f426f7d5504acca772f19b0fc53

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/a4005eba349d0f426f7d5504acca772f19b0fc53

  Author: offa 

  Date:   2022-08-05 (Fri, 05 Aug 2022)



  Changed paths:

M plugin/pom.xml

M pom.xml



  Log Message:

  ---

  Bump Jenkins LTS baseline





  Commit: 4bb448a7fef5b7a16d249b3651bf37810cd9843d

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/4bb448a7fef5b7a16d249b3651bf37810cd9843d

  Author: offa 

  Date:   2022-08-05 (Fri, 05 Aug 2022)



  Changed paths:

M plugin/pom.xml



  Log Message:

  ---

  Remove deprecated java.level





  Commit: 0eeb7c4d36adc4124b24e0c7dd082950b6db89b6

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/0eeb7c4d36adc4124b24e0c7dd082950b6db89b6

  Author: offa 

  Date:   2022-08-05 (Fri, 05 Aug 2022)



  Changed paths:

M plugin/pom.xml

A plugin/src/main/resources/index.jelly

M 
plugin/src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosFilterTest.java



  Log Message:

  ---

  Use BOM





  Commit: 67e8ce237b619afa75a3fd9ab630aebb01e77dca

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/67e8ce237b619afa75a3fd9ab630aebb01e77dca

  Author: offa 

  Date:   2022-08-05 (Fri, 05 Aug 2022)



  Changed paths:

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/JcascConfigurator.java

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosSSOFilter.java

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/PluginImpl.java

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/ioc/SpnegoKerberosAuthenticationFactory.java



  Log Message:

  ---

  Remove JSR 305





  Commit: 6b33d3acb8ae3fcaef1266f92a8a4235f33ae414

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/6b33d3acb8ae3fcaef1266f92a8a4235f33ae414

  Author: offa 

  Date:   2022-08-05 (Fri, 05 Aug 2022)



  Changed paths:

M 
plugin/src/test/java/com/sonymobile/jenkins/plugins/kerberossso/JcascTest.java

M 
plugin/src/test/java/com/sonymobile/jenkins/plugins/kerberossso/LoadTest.java

M 
ui-tests/src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosSsoTest.java



  Log Message:

  ---

  Remove unused imports





  Commit: b155999519881e6e809fbaadd4164c102b942802

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/b155999519881e6e809fbaadd4164c102b942802

  Author: offa 

  Date:   2022-08-17 (Wed, 17 Aug 2022)



  Changed paths:

M plugin/pom.xml



  Log Message:

  ---

  Remove old Jenkins version property





  Commit: 855319f57660107f484629a69bea319b4337df19

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/855319f57660107f484629a69bea319b4337df19

  Author: offa 

  Date:   2022-08-17 (Wed, 17 Aug 2022)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Update CI builds





  Commit: e7986439723b5f1f301d088b8af9080004822dae

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/e7986439723b5f1f301d088b8af9080004822dae

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M plugin/pom.xml

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/JcascConfigurator.java

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosSSOFilter.java

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/PluginImpl.java

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/ioc/SpnegoKerberosAuthenticationFactory.java

A plugin/src/main/resources/index.jelly

M 
plugin/src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosFilterTest.java

M 
plugin/src/test/java/com/sonymobile/jenkins/plugins/kerberossso/LoadTest.java

M pom.xml

M 
ui-tests/src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosSsoTest.java



  Log Message:

  ---

  Merge pull request #27 from offa/jenkins_version_bom_pom



Bump Jenkins baseline, update POM, use BOM and remove JSR 305





Compare: 
https://github.com/jenkinsci/kerberos-sso-plugin/compare/216d2498c0d0...e7986439723b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

[jenkinsci/kerberos-sso-plugin]

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/tags/parent-1.10
  Home:   https://github.com/jenkinsci/kerberos-sso-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/kerberos-sso-plugin/push/refs/tags/parent-1.10/67a4c8-00%40github.com.


[jenkinsci/kerberos-sso-plugin]

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/kerberos-sso-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/kerberos-sso-plugin/push/refs/heads/master/bd984a-216d24%40github.com.


[jenkinsci/kerberos-sso-plugin] bd984a: [maven-release-plugin] prepare for next developmen...

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: bd984a41915475e23931f9e4c664d21f5069b841

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/bd984a41915475e23931f9e4c664d21f5069b841

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M plugin/pom.xml

M pom.xml

M ui-tests/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/kerberos-sso-plugin/push/refs/heads/master/b86cf2-bd984a%40github.com.


[jenkinsci/kerberos-sso-plugin] b86cf2: [maven-release-plugin] prepare release parent-1.10

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: b86cf267417a15f06c31709eeac0c85ee72a59e6

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/b86cf267417a15f06c31709eeac0c85ee72a59e6

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M plugin/pom.xml

M pom.xml

M ui-tests/pom.xml



  Log Message:

  ---

  [maven-release-plugin] prepare release parent-1.10





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


[jenkinsci/kerberos-sso-plugin]

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/tags/parent-1.10
  Home:   https://github.com/jenkinsci/kerberos-sso-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/kerberos-sso-plugin/push/refs/tags/parent-1.10/00-67a4c8%40github.com.


[jenkinsci/kerberos-sso-plugin] a5864d: Bump properties-maven-plugin from 1.0.0 to 1.1.0

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.codehaus.mojo-properties-maven-plugin-1.1.0
  Home:   https://github.com/jenkinsci/kerberos-sso-plugin
  Commit: a5864dc519701b595a28ed8e0f0495d426aa3787
  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/a5864dc519701b595a28ed8e0f0495d426aa3787
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump properties-maven-plugin from 1.0.0 to 1.1.0

Bumps 
[properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin) 
from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/mojohaus/properties-maven-plugin/releases)
- 
[Commits](https://github.com/mojohaus/properties-maven-plugin/compare/properties-maven-plugin-1.0.0...properties-maven-plugin-1.1.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:properties-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 


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


[jenkinsci/kerberos-sso-plugin] bae3e4: Bump maven-deploy-plugin from 2.8.2 to 3.0.0

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.0.0
  Home:   https://github.com/jenkinsci/kerberos-sso-plugin
  Commit: bae3e4c4fd494b2a89b0a6f78873a2ad3dbd2445
  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/bae3e4c4fd494b2a89b0a6f78873a2ad3dbd2445
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-deploy-plugin from 2.8.2 to 3.0.0

Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 
2.8.2 to 3.0.0.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- 
[Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-2.8.2...maven-deploy-plugin-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


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


[jenkinsci/kerberos-sso-plugin] 6c48cc: Bump slf4j.version from 1.7.36 to 2.0.0

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/slf4j.version-2.0.0
  Home:   https://github.com/jenkinsci/kerberos-sso-plugin
  Commit: 6c48ccd709f8069fdb32312fd0b6d8622089258c
  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/6c48ccd709f8069fdb32312fd0b6d8622089258c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump slf4j.version from 1.7.36 to 2.0.0

Bumps `slf4j.version` from 1.7.36 to 2.0.0.

Updates `jcl-over-slf4j` from 1.7.36 to 2.0.0
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)

Updates `log4j-over-slf4j` from 1.7.36 to 2.0.0
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)

Updates `slf4j-jdk14` from 1.7.36 to 2.0.0
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)

Updates `slf4j-api` from 1.7.36 to 2.0.0
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)

---
updated-dependencies:
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.slf4j:log4j-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.slf4j:slf4j-jdk14
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 


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


[jenkinsci/kerberos-sso-plugin] 46945c: Bump httpclient from 4.5.10 to 4.5.13

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13
  Home:   https://github.com/jenkinsci/kerberos-sso-plugin
  Commit: 46945c28a5f6add2f495203c080a2bbc9bfc608a
  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/46945c28a5f6add2f495203c080a2bbc9bfc608a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M ui-tests/pom.xml

  Log Message:
  ---
  Bump httpclient from 4.5.10 to 4.5.13

Bumps httpclient from 4.5.10 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  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/kerberos-sso-plugin/push/refs/heads/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13/00-46945c%40github.com.


[jenkinsci/kerberos-sso-plugin] 3f0123: Bump plugin from 3.34 to 4.47

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47
  Home:   https://github.com/jenkinsci/kerberos-sso-plugin
  Commit: 3f01230f778198cea30d4489b32894e9867caa4a
  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/3f01230f778198cea30d4489b32894e9867caa4a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump plugin from 3.34 to 4.47

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

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

Signed-off-by: dependabot[bot] 


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


[jenkinsci/kerberos-sso-plugin]

2022-09-09 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/ui-tests/org.apache.httpcomponents-httpclient-4.5.13
  Home:   https://github.com/jenkinsci/kerberos-sso-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/kerberos-sso-plugin/push/refs/heads/dependabot/maven/ui-tests/org.apache.httpcomponents-httpclient-4.5.13/fbcfb3-00%40github.com.


[jenkinsci/kerberos-sso-plugin] 7fb5a6: Enable Dependabot

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: 7fb5a61256c7f9aff3f7342cb85740d43cd32a80

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/7fb5a61256c7f9aff3f7342cb85740d43cd32a80

  Author: offa 

  Date:   2022-08-05 (Fri, 05 Aug 2022)



  Changed paths:

A .github/dependabot.yml



  Log Message:

  ---

  Enable Dependabot





  Commit: 216d2498c0d0d7e5b8e69ce0d06bc1cba08dd56c

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/216d2498c0d0d7e5b8e69ce0d06bc1cba08dd56c

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

A .github/dependabot.yml



  Log Message:

  ---

  Merge pull request #25 from offa/dependabot



Enable Dependabot





Compare: 
https://github.com/jenkinsci/kerberos-sso-plugin/compare/d507e75c40c7...216d2498c0d0

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


[jenkinsci/kerberos-sso-plugin] 136bbe: Enable Jenkins Security Scan

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: 136bbea9978cc4d8945cff74089947ccec8a1cb9

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/136bbea9978cc4d8945cff74089947ccec8a1cb9

  Author: offa 

  Date:   2022-08-05 (Fri, 05 Aug 2022)



  Changed paths:

A .github/workflows/jenkins-security-scan.yml



  Log Message:

  ---

  Enable Jenkins Security Scan





  Commit: d507e75c40c7872fc2c2c57e2187fcf82ea58c46

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/d507e75c40c7872fc2c2c57e2187fcf82ea58c46

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

A .github/workflows/jenkins-security-scan.yml



  Log Message:

  ---

  Merge pull request #26 from offa/jenkins_security_scan



Enable Jenkins Security Scan





Compare: 
https://github.com/jenkinsci/kerberos-sso-plugin/compare/e8ce4686fd2d...d507e75c40c7

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


[jenkinsci/kerberos-sso-plugin] e0054e: use boolean types for jcasc schema

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: e0054eae3bb557a57d5597b53af6babd8b277c5a

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/e0054eae3bb557a57d5597b53af6babd8b277c5a

  Author: Ken Dreyer 

  Date:   2022-08-25 (Thu, 25 Aug 2022)



  Changed paths:

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/JcascConfigurator.java



  Log Message:

  ---

  use boolean types for jcasc schema



Mark the boolean values as such in the JCasC schema definition.



With this change, users can properly validate their JCasC configurations

against the schema provided at $JENKINS_URL/configuration-as-code/schema



Thanks Deepali Kasture  for identifying this issue.





  Commit: e8ce4686fd2d25cd05641ba411f004c1dc640e1e

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/e8ce4686fd2d25cd05641ba411f004c1dc640e1e

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M 
plugin/src/main/java/com/sonymobile/jenkins/plugins/kerberossso/JcascConfigurator.java



  Log Message:

  ---

  Merge pull request #28 from ktdreyer/jcasc-bool-types



use boolean types for jcasc schema





Compare: 
https://github.com/jenkinsci/kerberos-sso-plugin/compare/1750018e4c3e...e8ce4686fd2d

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


[jenkinsci/kerberos-sso-plugin] cb1c91: Stop building on java 8

2022-09-09 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: cb1c9141aae6e473e50b3bdc45ce50d7eab90540

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/cb1c9141aae6e473e50b3bdc45ce50d7eab90540

  Author: Oliver Gondža 

  Date:   2022-09-08 (Thu, 08 Sep 2022)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Stop building on java 8





  Commit: 1750018e4c3edd2a8dc80392c5b7d14cd33ffafe

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/1750018e4c3edd2a8dc80392c5b7d14cd33ffafe

  Author: Oliver Gondža 

  Date:   2022-09-09 (Fri, 09 Sep 2022)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Merge pull request #29 from olivergondza/drop-build-on-java-8



Stop building on java 8





Compare: 
https://github.com/jenkinsci/kerberos-sso-plugin/compare/c4311b8abe5d...1750018e4c3e

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