-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.361
-
-
2.362
The jar files for Jenkins 2.361 sources and javadoc are not available on repo.jenkins-ci.org while the jar files for Jenkins 2.360 sources and javadoc are available on repo.jenkins-ci.org.
As a possible cause, I see that the Jenkins weekly release 2.361 has changed from maven deploy plugin 2.8.2 to 3.0.0. That upgrade may have changed the uploaded artifacts that are published by the Jenkins weekly build.
The 2.360 war deploy fragment of the build log looks like this:
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ jenkins-war --- [INFO] Using alternate deployment repository releases::default::https://repo.jenkins-ci.org/releases [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.war [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.war (93 MB at 25 MB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.pom [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.pom (6.7 kB at 41 kB/s) [INFO] Downloading from releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/maven-metadata.xml [INFO] Downloaded from releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/maven-metadata.xml (25 kB at 335 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/maven-metadata.xml [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/maven-metadata.xml (25 kB at 139 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.license.xml [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.license.xml (36 kB at 208 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.license.html [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.license.html (31 kB at 179 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360-sources.jar [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360-sources.jar (68 kB at 401 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360-javadoc.jar [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360-javadoc.jar (402 kB at 2.0 MB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.war.asc [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.war.asc (833 B at 12 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.pom.asc [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.pom.asc (833 B at 11 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.license.xml.asc [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.license.xml.asc (833 B at 12 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.license.html.asc [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360.license.html.asc (833 B at 12 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360-sources.jar.asc [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360-javadoc.jar.asc [INFO] Uploaded to releases: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/jenkins-war-2.360-javadoc.jar.asc (833 B at 11 kB/s)
The 2.361 war deploy fragment of the build log looks like this:
[INFO] --- maven-deploy-plugin:3.0.0:deploy (default-deploy) @ jenkins-war --- [INFO] Uploading to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.pom [INFO] Uploaded to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.pom (6.7 kB at 17 kB/s) [INFO] Uploading to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.war [INFO] Uploaded to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.war (93 MB at 27 MB/s) [INFO] Uploading to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.license.xml [INFO] Uploaded to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.license.xml (36 kB at 201 kB/s) [INFO] Uploading to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.license.html [INFO] Uploaded to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.license.html (31 kB at 188 kB/s) [INFO] Uploading to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.war.asc [INFO] Uploaded to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.war.asc (833 B at 13 kB/s) [INFO] Uploading to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.pom.asc [INFO] Uploaded to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.pom.asc (833 B at 13 kB/s) [INFO] Uploading to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.license.xml.asc [INFO] Uploaded to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.license.xml.asc (833 B at 12 kB/s) [INFO] Uploading to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.license.html.asc [INFO] Uploaded to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/jenkins-war-2.361.license.html.asc (833 B at 13 kB/s) [INFO] Downloading from maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/maven-metadata.xml [INFO] Downloaded from maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/maven-metadata.xml (25 kB at 365 kB/s) [INFO] Uploading to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/maven-metadata.xml [INFO] Uploaded to maven.jenkins-ci.org: https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/maven-metadata.xml (25 kB at 166 kB/s)
As a result, the sources and javadoc for the Jenkins weekly release 2.361 are not available on https://repo.jenkins-ci.org . Compare the contents of https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-core/2.360/ and https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-core/2.361/ to see the difference.
The backend extension indexer job that generates the list of extensions is unable to find the source code for Jenkins core 2.361 and fails its CI job.
Actual results
Contents of https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.361/
jenkins-war-2.361.license.html 26-Jul-2022 12:49 30.33 KB jenkins-war-2.361.license.html.asc 26-Jul-2022 12:49 833 bytes jenkins-war-2.361.license.xml 26-Jul-2022 12:49 35.56 KB jenkins-war-2.361.license.xml.asc 26-Jul-2022 12:49 833 bytes jenkins-war-2.361.pom 26-Jul-2022 12:49 6.54 KB jenkins-war-2.361.pom.asc 26-Jul-2022 12:49 833 bytes jenkins-war-2.361.war 26-Jul-2022 12:49 89.12 MB jenkins-war-2.361.war.asc 26-Jul-2022 12:49 833 bytes
Expected results
Contents of https://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/2.360/ (notice the javadoc and sources jar files)
jenkins-war-2.360-javadoc.jar 19-Jul-2022 12:43 392.64 KB jenkins-war-2.360-javadoc.jar.asc 19-Jul-2022 12:43 833 bytes jenkins-war-2.360-sources.jar 19-Jul-2022 12:43 66.57 KB jenkins-war-2.360-sources.jar.asc 19-Jul-2022 12:43 833 bytes jenkins-war-2.360.license.html 19-Jul-2022 12:43 30.33 KB jenkins-war-2.360.license.html.asc 19-Jul-2022 12:43 833 bytes jenkins-war-2.360.license.xml 19-Jul-2022 12:43 35.56 KB jenkins-war-2.360.license.xml.asc 19-Jul-2022 12:43 833 bytes jenkins-war-2.360.pom 19-Jul-2022 12:43 6.54 KB jenkins-war-2.360.pom.asc 19-Jul-2022 12:43 833 bytes jenkins-war-2.360.war 19-Jul-2022 12:43 89.10 MB jenkins-war-2.360.war.asc 19-Jul-2022 12:43 833 bytes
- links to