AOEpeople / gradle-jenkins-job-dsl-plugin

Plugin for easy management of Jenkins Job DSL scripts with Gradle
MIT License
25 stars 12 forks source link

Release 2.9.0 failing because it's unavailable from repo.jenkins-ci.org & jcenter.bintray.com #20

Closed dresnick-sf closed 4 years ago

dresnick-sf commented 4 years ago

I'm getting the following error when trying to run the 2.9.0 release:

> Task :unpackDslTests FAILED
Caching disabled for task ':unpackDslTests' because:
  Build cache is disabled
Task ':unpackDslTests' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Resource missing. [HTTP GET: http://repo.jenkins-ci.org/public/com/aoe/gradle/jenkins-job-dsl-test-support/2.9.0/jenkins-job-dsl-test-support-2.9.0.pom]
Resource missing. [HTTP GET: https://repo.jfrog.org/artifactory/libs-release-bintray/com/aoe/gradle/jenkins-job-dsl-test-support/2.9.0/jenkins-job-dsl-test-support-2.9.0.pom?referrer]
:unpackDslTests (Thread[Execution worker for ':',5,main]) completed. Took 1.694 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':unpackDslTests'.
> Could not resolve all dependencies for configuration ':jobDslTestSupport'.
   > Could not find com.aoe.gradle:jenkins-job-dsl-test-support:2.9.0.
     Searched in the following locations:
       - http://repo.jenkins-ci.org/public/com/aoe/gradle/jenkins-job-dsl-test-support/2.9.0/jenkins-job-dsl-test-support-2.9.0.pom
       - https://jcenter.bintray.com/com/aoe/gradle/jenkins-job-dsl-test-support/2.9.0/jenkins-job-dsl-test-support-2.9.0.pom
     Required by:
         project :

2.8.0 succeeds in running, it seems to be available for download from repo.jenkins-ci.org while 2.9.0 is not.

carstenlenz commented 4 years ago

Hi @dresnick-sf ,

yep I had some authentication trouble when releasing and it seems only the plugin got published successfully. I now also published the missing test-support.

Could you please retry?

dresnick-sf commented 4 years ago

It looks like it's working now, thanks for taking care of this.