Repository: https://github.com/jonahsnider/doglog
Describe the bug:
Many releases of doglog are returning 404 errors when trying to download artifacts, despite the build status showing as "ok" in the API. This is the same issue as #5202.
Affected versions (all artifacts 404):
- 2026.0.0
- 2025.9.2, 2025.9.0, 2025.8.0, 2025.7.1, 2025.7.0, 2025.6.0, 2025.5.0, 2025.4.0, 2025.3.1, 2025.2.0, 2025.1.1, 2025.1.0, 2025.0.0
- 2024.6.0, 2024.5.8, 2024.5.7, 2024.5.6, 2024.5.5, 2024.5.3, 2024.5.2, 2024.5.0, 2024.3.0, 2024.2.0, 2024.1.0
Working versions (for comparison):
- 2026.1.0, 2026.0.1, 2025.10.1, 2025.9.1, 2025.8.1, 2025.3.0, 2025.2.1
API Response Example:
curl https://jitpack.io/api/builds/com.github.jonahsnider/doglog/2025.9.2
{
"version" : "2025.9.2",
"status" : "ok",
"message" : "",
"time" : 1757049771069,
"commit" : "c0b375f0868f633882a6ec9ecfbcbbfabf4d6f6e",
"ci" : false,
"buildUrl" : "",
"modules" : [ ],
"isTag" : true,
"private" : false
}
Artifact Request (404):
curl -I https://jitpack.io/com/github/jonahsnider/doglog/2025.9.2/doglog-2025.9.2.jar
HTTP/2 404
Build Log:
curl https://jitpack.io/com/github/jonahsnider/doglog/2025.9.2/build.log
File not found. Build ok
To Reproduce:
- Try to add
com.github.jonahsnider:doglog:2025.9.2 as a dependency
- Build fails with artifact not found
Expected behavior:
The artifact should be downloadable since the build status is "ok".
Request:
Please restore/rebuild the artifacts for the affected versions, or reset the build status so we can trigger fresh builds.
Repository: https://github.com/jonahsnider/doglog
Describe the bug:
Many releases of doglog are returning 404 errors when trying to download artifacts, despite the build status showing as "ok" in the API. This is the same issue as #5202.
Affected versions (all artifacts 404):
Working versions (for comparison):
API Response Example:
Artifact Request (404):
Build Log:
To Reproduce:
com.github.jonahsnider:doglog:2025.9.2as a dependencyExpected behavior:
The artifact should be downloadable since the build status is "ok".
Request:
Please restore/rebuild the artifacts for the affected versions, or reset the build status so we can trigger fresh builds.