Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jenkins-ci:jenkins from 1.104 to 1.105 #529

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps org.jenkins-ci:jenkins from 1.104 to 1.105.

Release notes

Sourced from org.jenkins-ci:jenkins's releases.

1.105

馃悰 Bug fixes

馃摝 Dependency updates

Commits
  • f201ef0 [maven-release-plugin] prepare release jenkins-1.105
  • 39e6310 Bump com.diffplug.spotless:spotless-maven-plugin from 2.38.0 to 2.39.0 (#476)
  • a2473f4 Make JUnit version a customizable property (#474)
  • 56c5c70 Fix Hamcrest versioning (#475)
  • 2c77cf0 Bump org.mockito:mockito-bom from 5.4.0 to 5.5.0 (#473)
  • b620a93 Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 (#472)
  • 679c8e8 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @MarkEWaite.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 4, 2023
Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@MarkEWaite
Copy link
Contributor

@dduportal this looks like an interesting failure related to artifact caching.

@dduportal
Copy link
Contributor

@dduportal this looks like an interesting failure related to artifact caching.

Currently checking the result with the current brownout (e.g. falling back to apache central)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dduportal
Copy link
Contributor

The error also happens on the master branch so it's not related to this PR.

Currently trying to reproduce locally (e.g. outside ci.jenkins.io).

I'm wondering if the install step is not a problem: currently working on this angle

@dduportal
Copy link
Contributor

GOTCHA @MarkEWaite : the culprit is

<settingsFile>src/it/settings.xml</settingsFile>
.

When jenkins-infra/jenkins-infra#2992 was deployed to ci.jenkins.io, it created the pluginRepositories issues which was solved last week with jenkins-infra/jenkins-infra#3041.

But none of these settings.xml changes were checked with the Integration Tests behavior in this repository.
I believe that updating

<settingsFile>src/it/settings.xml</settingsFile>
will solve the problem once for all.

Btw, the Artifactory brownout with "Apache Central" removal did not have any change on the error which is a positive thing!

@dduportal
Copy link
Contributor

Note for maintainers: this PR has the same check failures as the principal branch: it is not related to the PR change itself.

@basil
Copy link
Member

basil commented Sep 20, 2023

@dependabot recreate

Bumps [org.jenkins-ci:jenkins](https://github.com/jenkinsci/pom) from 1.104 to 1.105.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md)
- [Commits](jenkinsci/pom@jenkins-1.104...jenkins-1.105)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jenkins-ci-jenkins-1.105 branch from 920aab8 to f73b1ac Compare September 20, 2023 16:23
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit ec3fc36 into master Sep 20, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci-jenkins-1.105 branch September 20, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants