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

Add Jira Test Result Reporter to the managed set #3606

Closed
basil opened this issue Sep 20, 2024 · 1 comment · Fixed by #3692
Closed

Add Jira Test Result Reporter to the managed set #3606

basil opened this issue Sep 20, 2024 · 1 comment · Fixed by #3692
Labels
enhancement New feature or request

Comments

@basil
Copy link
Member

basil commented Sep 20, 2024

A recent incompatibility with the JUnit plugin could have been detected before it affected production users if this plugin had been in the managed set.

@basil basil added the enhancement New feature or request label Sep 20, 2024
darinpope added a commit to darinpope/bom that referenced this issue Sep 26, 2024
needed to modify `check.groovy` to remove the sorting because of uppercase issues. SInce we're now using spotless, we were getting into a doom loop sort ordering.
@darinpope darinpope linked a pull request Sep 26, 2024 that will close this issue
6 tasks
@darinpope
Copy link
Contributor

Going to close #3637 for now. Works fine in weekly and 2.462.x but fails with 2.452.x and lower with:

[ERROR] Failed to execute goal on project sample: Could not collect dependencies for project io.jenkins.tools.bom:sample:hpi:999999-SNAPSHOT
[ERROR] Failed to read artifact descriptor for com.atlassian.jira:jira-rest-java-client-api:jar:5.2.2
[ERROR] 	Caused by: The following artifacts could not be resolved: com.atlassian.platform:platform:pom:3.1.7 (absent): Could not find artifact com.atlassian.platform:platform:pom:3.1.7 in repo.jenkins-ci.org (https://repo.jenkins-ci.org/public/)
[ERROR] Failed to read artifact descriptor for com.atlassian.jira:jira-rest-java-client-core:jar:5.2.2
[ERROR] 	Caused by: The following artifacts could not be resolved: com.atlassian.platform:platform:pom:3.1.7 (absent): com.atlassian.platform:platform:pom:3.1.7 was not found in https://repo.jenkins-ci.org/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of repo.jenkins-ci.org has elapsed or updates are forced

Not really sure how to get that transitive dependency because it doesn't exist anywhere in https://mvnrepository.com/artifact/com.atlassian.platform/platform.

3.1.7 does appear to be in https://mvnrepository.com/artifact/com.atlassian.platform/platform-poms, but again, I can't find where platform lives in a pom.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants