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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jenkins-ci.plugins:cloudbees-bitbucket-branch-source from 933.v7119e94e8f56 to 933.0.1 in /bom-weekly #4091

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps org.jenkins-ci.plugins:cloudbees-bitbucket-branch-source from 933.v7119e94e8f56 to 933.0.1.

Release notes

Sourced from org.jenkins-ci.plugins:cloudbees-bitbucket-branch-source's releases.

933.0.1

🐛 Bug fixes

Full Changelog: jenkinsci/bitbucket-branch-source-plugin@933.v7119e94e8f56...933.0.1

Commits

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 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)

Bumps [org.jenkins-ci.plugins:cloudbees-bitbucket-branch-source](https://github.com/jenkinsci/bitbucket-branch-source-plugin) from 933.v7119e94e8f56 to 933.0.1.
- [Release notes](https://github.com/jenkinsci/bitbucket-branch-source-plugin/releases)
- [Commits](https://github.com/jenkinsci/bitbucket-branch-source-plugin/commits/933.0.1)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:cloudbees-bitbucket-branch-source
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 12, 2024 13:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 12, 2024
@github-actions github-actions bot enabled auto-merge (squash) December 12, 2024 13:08
@darinpope
Copy link
Contributor

darinpope commented Dec 12, 2024

Maintainers removed CD from the plugin. I haven't dug into the issue, but from the BOM PR log:

07:12:44  [ERROR] Failed to execute goal org.jenkins-ci.tools:maven-hpi-plugin:3.42-rc1409.669de6d1a_866:resolve-test-dependencies (default-cli) on project sample: Execution default-cli of goal org.jenkins-ci.tools:maven-hpi-plugin:3.42-rc1409.669de6d1a_866:resolve-test-dependencies failed: org.kohsuke.github.GHFileNotFoundException: https://api.github.com/repos/jenkinsci/bitbucket-branch-source-plugin/git/refs/tags/cloudbees-bitbucket-branch-source-933.0.1 {"message":"Not Found","documentation_url":"https://docs.github.com/rest/git/refs#get-all-references-in-a-namespace","status":"404"} -> [Help 1]

If you change cloudbees-bitbucket-branch-source-933.0.1 to 933.0.1, it works, so I'm guessing the CD removal, the tagging changed too. However, visually the tag looks ok.

….plugins-cloudbees-bitbucket-branch-source-933.0.1
@darinpope
Copy link
Contributor

Looks like it's probably this change.

@krisstern
Copy link
Member

I see the following in the logs:

[2024-12-12T13:56:50.435Z] [ERROR] 'dependencies.dependency.artifactId' for org.eclipse.platform:org.eclipse.swt.${osgi.platform}:jar with value 'org.eclipse.swt.${osgi.platform}' does not match a valid id pattern. @ 

@krisstern
Copy link
Member

krisstern commented Dec 12, 2024

Can confirm that the offending PR should be this one: jenkinsci/bitbucket-branch-source-plugin#942.

….plugins-cloudbees-bitbucket-branch-source-933.0.1
@MarkEWaite MarkEWaite added full-test Test all LTS lines in this PR and do not halt upon first error. and removed full-test Test all LTS lines in this PR and do not halt upon first error. labels Dec 13, 2024
@MarkEWaite
Copy link
Contributor

MarkEWaite commented Dec 13, 2024

I think that the maintainer will need to release a new version. I think that the pom file of the release includes the wrong value for the SCM tag.

The released pom file has the value cloudbees-bitbucket-branch-source-933.0.1 but the actual tag is 933.0.1 (consistent with the other tags in the repository).

The branch that released the 933.0.1 release has removed the setting that is on the master branch. I think we'll need to close the BOM pull request because the released pom file contains a non-existing git tag.

Pull request proposing to fix the issue is:

@nfalco79
Copy link
Member

I think that the maintainer will need to release a new version. I think that the pom file of the release includes the wrong value for the SCM tag.

933.0.2 released

the actual tag is 933.0.1 (consistent with the other tags in the repository).

Yes I did for that reason but I only realized the tag behaviour after I released it.

….plugins-cloudbees-bitbucket-branch-source-933.0.1
@krisstern
Copy link
Member

Should I close this issue and wait for the one with tag 933.0.2?

@MarkEWaite
Copy link
Contributor

Should I close this issue and wait for the one with tag 933.0.2?

Yes, this should be closed, since it won't be able to merge.

@krisstern krisstern disabled auto-merge December 13, 2024 11:45
@krisstern krisstern closed this Dec 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/bom-weekly/org.jenkins-ci.plugins-cloudbees-bitbucket-branch-source-933.0.1 branch December 13, 2024 11:46
@krisstern
Copy link
Member

Thanks @MarkEWaite for confirming!

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.

4 participants