You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unpacking http://server.net/releases/myos1.0.tgz to /var/lib/jenkins/tools/org.jenkinsci.plugins.chroot.tools.ChrootToolset/myos on Jenkins
FATAL: Failed to copy /var/lib/jenkins/tools/myos to /var/lib/jenkins/workspace/chroot_test2/myos/myos
[...]
Caused by: java.io.FileNotFoundException: /var/lib/jenkins/tools/myos (Is a directory)
Either the plugin wants the tool tarball as an argument (it's a file), or the copy method is not sufficient (has to be recursive then).
If giving a 'Subdirectory of extracted archive', the plugin behaves strangely: It will always unpack the tarball given in the subdir, even though the tarball from the url was successfully downloaded (in case it was newer/differs). I 've tested with a newer tarball at the url including more packages than the local one from the subdir. The packages are not available in the build.
Help text of 'Subdirectory of extracted archive' is misleading. Clearly, the plugin is searching for the tarball, not the "unpacked archive". Also not mentioned: the required md5 file.
Hi,
"Download URL for binary archive" does not work:
Either the plugin wants the tool tarball as an argument (it's a file), or the copy method is not sufficient (has to be recursive then).
If giving a 'Subdirectory of extracted archive', the plugin behaves strangely: It will always unpack the tarball given in the subdir, even though the tarball from the url was successfully downloaded (in case it was newer/differs). I 've tested with a newer tarball at the url including more packages than the local one from the subdir. The packages are not available in the build.
Help text of 'Subdirectory of extracted archive' is misleading. Clearly, the plugin is searching for the tarball, not the "unpacked archive". Also not mentioned: the required md5 file.
Regards, Holger