-
Bug
-
Resolution: Fixed
-
Critical
-
None
I updated Jenkins Sauce OnDemand plugin to the latest version (1.111) and after doing this sauce connect fails to open a new tunnel connection:
FATAL: java.io.IOException: Cannot run program "/usr/local/tomcat/sc-4.3.6-linux/bin/sc" (in directory "/usr/local/tomcat/sc-4.3.6-linux"): error=2
I am running the jenkins on 64-bit Linux.
The reason why the execution fails is that the sauce on demand plugin for some reason installs a 32-bit binary on jenkins server (i.e. under sc-4.3.6-linux32) but tries to run sc-binary under sc-4.3.6-linux.
This has not been a problem with the previous releases.
Hi, apologies for the inconvenience, I've released version 1.112 of the plugin which should include the 64-bit version of Sauce Connect, please let me know if you have any further problems