From: lehtonen Date: Mon, 27 Jun 2011 11:03:06 +0000 (+0000) Subject: Jenkins location changed X-Git-Tag: simantics-1.5~81 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=a4c480fb0434f2e06b1e481e9fc052d7e5d8c0d1;p=simantics%2Fsysdyn.git Jenkins location changed git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@21395 ac1ea38d-2e2b-0410-8846-a27921b304fc --- diff --git a/installer/download b/installer/download index 8c6ed4a8..4288e4e2 100755 --- a/installer/download +++ b/installer/download @@ -5,6 +5,6 @@ cd `dirname $0` BUILD=$1 rm -f files/dist.zip -cp -v ~/.hudson/jobs/${BUILD} files/dist.zip || exit -1 +cp -v /var/lib/jenkins/jobs/${BUILD} files/dist.zip || exit -1 popd > /dev/null