summaryrefslogtreecommitdiff
path: root/jenkinstool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-12 20:17:59 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-12 20:17:59 +0100
commitcbc58a1fd3a068296e391a43b290094203ca7a70 (patch)
tree01d845f2769c39913fa003e0d5c8636b9c7dfa3c /jenkinstool
parentd19562c5202455df662157e0fc87264c520d3311 (diff)
downloadjenkinstool-cbc58a1fd3a068296e391a43b290094203ca7a70.tar.gz
Fix path to VCs workspace
This used to work. Did jenkins change?
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