Bump Jenkins version to 2.516#104
Draft
AndreiDinca24 wants to merge 13 commits intodevelopfrom
Draft
Conversation
… [AUOPS-4287] - add cd github workflow for automatic release with manually controlled prefix (https://www.jenkins.io/doc/developer/publishing/releasing-cd/#update-maven-pom-and-config) - upgrade jenkins version used in Jenkinsfile for CI - enable dependabot (https://www.jenkins.io/doc/developer/publishing/releasing-cd/#update-maven-pom-and-config) - enable incrementals (https://www.jenkins.io/doc/developer/plugin-development/incrementals/)
Bumps [org.jenkins-ci.modules:instance-identity](https://github.com/jenkinsci/instance-identity-plugin) from 185.v303dc7c645f9 to 201.vd2a_b_5a_468a_a_6. - [Release notes](https://github.com/jenkinsci/instance-identity-plugin/releases) - [Commits](https://github.com/jenkinsci/instance-identity-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.modules:instance-identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.0 to 2.3. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.0) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
fix: update CodeQL version [AUOPS-4405]
…th.security.codeql/1.9.3 chore(deps): Azure uipath.security.codeql Templates Patch
…th.security.fossa/3.0.11 chore(deps): Azure uipath.security.fossa Templates Patch
…sions Jenkins: UiPath InstallPlatform ordering and and new versions for CLI [STUD-75300]
1491032 to
36ad5aa
Compare
36ad5aa to
a872bfa
Compare
afa4c2d to
1f81bc4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed?
A few sentences describing the changes made in this pull request.
Update Jenkins version to 5.16
Rely on Jenkins BOM to provide versions for related dependencies.
Reintroduce running tests (currently only the ones injected by Jenkins are run)
Update Java version
Why is this change necessary?
A few sentences describing the problem this pull request solves.
Previous Jenkins version 2.414 reached end of support on 15 Nov 2023
How has this been tested?
Run CI pipeline with Java 17
Are there any breaking changes?