Yeah, that is weird, also happened on CI since very recently on the latest master. Likely a temporary network glitch, you likely want to just retry.
I created https://github.com/jenkinsci/jenkins/pull/3856 to retry, but FYI I tested also locally and it succeeded. Cheers Le dim. 20 janv. 2019 à 18:51, Gerry Storm <[email protected]> a écrit : > Hi, > > mvn install stopped working within the last 24 hours. > I did a clean download, tried and saw the following error: > > > mvn install -DskipTests > ... > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Build Order: > [INFO] > [INFO] Jenkins main module > [pom] > [INFO] Jenkins cli > [jar] > [INFO] Jenkins core > [jar] > [INFO] Jenkins war > [war] > [INFO] Jenkins core tests POM > [pom] > [INFO] Tests for Jenkins core > [jar] > [INFO] JDK8-only tests for Jenkins core > [jar] > [INFO] > [INFO] -----------------< org.jenkins-ci.main:jenkins-parent > >----------------- > [INFO] Building Jenkins main module 2.161-SNAPSHOT > [1/7] > [INFO] --------------------------------[ pom > ]--------------------------------- > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Jenkins main module 2.161-SNAPSHOT ................. FAILURE [ > 0.110 s] > [INFO] Jenkins cli ........................................ SKIPPED > [INFO] Jenkins core ....................................... SKIPPED > [INFO] Jenkins war ........................................ SKIPPED > [INFO] Jenkins core tests POM ............................. SKIPPED > [INFO] Tests for Jenkins core ............................. SKIPPED > [INFO] JDK8-only tests for Jenkins core 2.161-SNAPSHOT .... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4.329 s > [INFO] Finished at: 2019-01-20T09:43:57-08:00 > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project jenkins-parent: Could not > resolve dependencies for project > org.jenkins-ci.main:jenkins-parent:pom:2.161-SNAPSHOT: Failed to collect > dependencies at javax.servlet:servlet-api:jar:[0,0]: No versions available > for javax.servlet:servlet-api:jar:[0,0] within specified range -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/e5d28d40-964c-4b5b-92af-b1cab385cb27%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/e5d28d40-964c-4b5b-92af-b1cab385cb27%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS4CcPM-frHz0zP_b_YrTKwCV8abfT4-PATdU1Ed3RP9bA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
