Ubuntu Jenkins使用debian package builder插件构建失败:can';将cd传送到目录

Ubuntu Jenkins使用debian package builder插件构建失败:can';将cd传送到目录,ubuntu,build,jenkins,Ubuntu,Build,Jenkins,我正在尝试使用Jenkins插件debian package builder来构建debian/ubuntu包。打包本身不是问题,使用svn buildpackage手动构建成功 构建过程将继续进行,直到达到更新变更日志的点。结果如下: [debian-package-builder] running command <export DEBEMAIL= && export DEBFULLNAME=Jenkins && cd 'workspace/<..

我正在尝试使用Jenkins插件debian package builder来构建debian/ubuntu包。打包本身不是问题,使用svn buildpackage手动构建成功

构建过程将继续进行,直到达到更新变更日志的点。结果如下:

[debian-package-builder] running command <export DEBEMAIL= && export DEBFULLNAME=Jenkins && cd 'workspace/<...>/debian' && dch --check-dirname-level 0 -b --distributor debian --newVersion 1.r10649 'Build #19. Started by upstream project "my project" build number 19.'>
[ubuntu-12.04] $ /bin/sh -xe /tmp/hudson1444309539601954879.sh
+ export DEBEMAIL=
+ export DEBFULLNAME=Jenkins
+ cd workspace/<...>/debian
/tmp/hudson1444309539601954879.sh: 2: cd: can't cd to workspace/<...>/debian
[debian package builder]正在运行命令
[ubuntu-12.04]$/bin/sh-xe/tmp/hudson1444309539601954879.sh
+导出电子邮件=
+导出DEBFULLNAME=Jenkins
+cd workspace//debian
/tmp/hudson1444309539601954879.sh:2:cd:cannotcd-to-workspace//debian
插件计算的路径是相对于$JENKINS_HOME的正确路径。当jenkins运行命令时,我似乎找不到任何关于当前工作目录的信息。有没有关于如何纠正这种情况的建议

构建主版本是Ubuntu13.10和Jenkins 1.509.2。构建从机是Ubuntu 12.04 LTS