-
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.