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 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