From f11a374a50cd3bfcac4d6df5fb114f754880fb23 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 11 Dec 2015 13:00:38 +0000 Subject: [PATCH] #1041. Build server is working fine from command-line on Linux/Mac/Cygwin/msvc (MinGW not tackled yet). Cygwin/msvc have been crashing in Jenkins due to cygwin fork issue. I've totally reinstalled cygwin on the buildserver. If this doesn't fix it, I think a cron-job on the build-server can run jenkins_daily over ssh on windows. Almost there. Very pleased with progress. --- jenkins_daily.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins_daily.sh b/jenkins_daily.sh index e163fe17..8b408cea 100755 --- a/jenkins_daily.sh +++ b/jenkins_daily.sh @@ -92,8 +92,8 @@ if [ -e $dist/$bin/exiv2$exe ]; then # store the build for users to collect mmHD="" if [ $PLATFORM == "linux" ]; then mmHD=/media/psf/Host ; fi - if [ $PLATFORM == "msvc" -o $PLATFORM == 'cygwin' ]; then - mmHD="/cygdrive/z" + if [ "$PLATFORM" == "msvc" -o "$PLATFORM" == "cygwin" ]; then + mmHD="//psf/Host/" fi jpubl=$mmHD/Users/Shared/Jenkins/Home/userContent/builds