summaryrefslogtreecommitdiff
path: root/jenkinstool
diff options
context:
space:
mode:
Diffstat (limited to 'jenkinstool')
-rwxr-xr-xjenkinstool2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinstool b/jenkinstool
index dda7c30..9f25c43 100755
--- a/jenkinstool
+++ b/jenkinstool
@@ -131,7 +131,7 @@ project_url="%(global.artifacts-url)s/$project"
pbuilder_ci_tgz=/var/cache/pbuilder/ci.tgz
pbuilder_release_tgz=/var/cache/pbuilder/release.tgz
-vcsworkspace="/var/lib/jenkins/workspace/${project}_localhost_vcs-update/"
+vcsworkspace="/var/lib/jenkins/jobs/${project}_localhost_vcs-update/workspace"
workdir="$(pwd)"
if [ -e "$vcsworkspace" ] || [ "$have_vcs_copy" = yes ]]
then