summaryrefslogtreecommitdiff
path: root/jenkinstool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-08-12 21:25:56 +0100
committerLars Wirzenius <liw@liw.fi>2012-08-12 21:25:56 +0100
commite40126323b7090e63a224e545098e22ac314569b (patch)
tree0584866cc8062b580d567bdfe9d21173da4ce91b /jenkinstool
parent27e61749adb0fbbcb40da7d3c102bd76c2842c5b (diff)
downloadjenkinstool-e40126323b7090e63a224e545098e22ac314569b.tar.gz
Run build job in the intended host
Ahem.
Diffstat (limited to 'jenkinstool')
-rwxr-xr-xjenkinstool2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinstool b/jenkinstool
index 14b365d..9a7da06 100755
--- a/jenkinstool
+++ b/jenkinstool
@@ -240,7 +240,7 @@ sudo apt-get --no-remove --allow-unauthenticated -y upgrade
'on %(host.ssh-target)s')
self.add_rsync_workspace_to_target(jc)
- jc.add_shell_command('\n'.join(project['build-commands']))
+ jc.add_ssh_command('\n'.join(project['build-commands']))
self.add_rsync_workspace_from_target(jc)
return jc