From a23103f703a9b2ab6bc56767115192b873ede3b9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 30 Aug 2012 08:42:40 +0100 Subject: Fix path to workspace --- jenkinstool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jenkinstool') diff --git a/jenkinstool b/jenkinstool index adfdbd7..8c0fb54 100755 --- a/jenkinstool +++ b/jenkinstool @@ -77,7 +77,7 @@ artifacts="%(global.artifacts)s/${project}" project_artifacts="$artifacts/$project" project_url="%(global.artifacts-url)s/$project" -vcsworkspace="/var/lib/jenkins/jobs/${project}_localhost_vcs-update/workspace/" +vcsworkspace="/var/lib/jenkins/workspace/${project}_localhost_vcs-update/" workdir="$(pwd)" if [ -e "$vcsworkspace" ] then -- cgit v1.2.1