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

PR checks failing as testng-7.2.0.jar no longer exists on repo.jenkins-ci.org #866

Open
sxa opened this issue Dec 21, 2023 · 1 comment
Open
Assignees
Labels
buildbreak High priority issues that cause build breaks in jenkins or build scripts testing

Comments

@sxa
Copy link
Member

sxa commented Dec 21, 2023

The Groovy checks on PRs are failing as they can no longer download test-ng 7.2.0 from jenkins-ci.org.
Passing log: https://github.com/adoptium/ci-jenkins-pipelines/actions/runs/7213899246/job/19654797971?pr=836 (Seemed to pull correctly: Downloading https://repo.jenkins-ci.org/public/org/testng/testng/7.2.0/testng-7.2.0.jar to /tmp/gradle_download7089325946772859694bin
Failing log: https://github.com/adoptium/ci-jenkins-pipelines/actions/runs/7213899246/job/19863065107

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> Could not resolve all files for configuration ':testRuntimeClasspath'.
   > Could not find org.testng:testng:7.2.0.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/testng/testng/7.2.0/testng-7.2.0.pom
       - https://repo.jenkins-ci.org/releases/org/testng/testng/7.2.0/testng-7.2.0.pom
       - https://repo.jenkins-ci.org/public/org/testng/testng/7.2.0/testng-7.2.0.pom
     Required by:
         project : > org.codehaus.groovy:groovy-all:3.0.4 > org.codehaus.groovy:groovy-testng:3.0.4

* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.

Found as part of #864 (comment) and ignored for the purposes of merging that PR.

@sxa sxa added the buildbreak High priority issues that cause build breaks in jenkins or build scripts label Dec 21, 2023
@karianna
Copy link
Contributor

karianna commented Jan 2, 2024

#871 fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buildbreak High priority issues that cause build breaks in jenkins or build scripts testing
Projects
None yet
Development

No branches or pull requests

2 participants