Solved: replaced download URL with https instead of http. leaving that here for future users, that run into the same problem
On Thursday, October 9, 2025 at 12:39:11 PM UTC-4 Alexander von Zitzewitz wrote: > I am trying to fix our plugin build (sonargraph-integration-plugin) on > jenkins-ci. It always fails during a tool installation - we install > Sonargraph-Build as a tool for our tests. This is done by downloading a zip > file from a URL and then unpacking it. This all runs without issues on > Github, our own Jenkins and on a local machine. Now I am wondering if there > are size restrictions for tool downloads on your server. Sonargraph-Build > needs about 280 MB. Here is the stack trace, if fails when trying to chmod > a file, that should have been in the zipfile it unpacked, but cannot find: > > 15:35:49 java.nio.file.NoSuchFileException: > /home/jenkins/agent/workspace/graph-integration-plugin_develop/target/Tools/SonargraphBuild/newest/SonargraphBuild-15.4.3.155_2025-10-02/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar > 15:35:49 at > java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) > 15:35:49 at > java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) > 15:35:49 at > java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) > 15:35:49 at > java.base/sun.nio.fs.UnixFileAttributeViews$Posix.setMode(UnixFileAttributeViews.java:277) > 15:35:49 at > java.base/sun.nio.fs.UnixFileAttributeViews$Posix.setPermissions(UnixFileAttributeViews.java:299) > 15:35:49 at > java.base/java.nio.file.Files.setPosixFilePermissions(Files.java:2170) > 15:35:49 at hudson.FilePath._chmod(FilePath.java:2009) > > -- 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 visit https://groups.google.com/d/msgid/jenkinsci-dev/d8276474-688d-43c1-936d-30308b11245dn%40googlegroups.com.
