diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-28 16:36:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-28 16:36:04 +0200 |
commit | d1d2a991eea1b7884c25362118be6243c8b618a4 (patch) | |
tree | 5ff63e63ca1be0ca2b932fc6b3d9324a84a1e6b2 /job-cfg | |
parent | 629e3624057e2a8bd1bf9aa1a4b59ba37069420c (diff) | |
download | jenkins.debian.net-d1d2a991eea1b7884c25362118be6243c8b618a4.tar.xz |
lvc: execute script remotely via jenkins wrappers
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 95a98608..f810bc46 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -40,7 +40,7 @@ wrappers: - live-screenshot builders: - - shell: '/srv/jenkins/bin/lvc.sh {my_iso} /srv/jenkins/cucumber/features' + - shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh {my_iso} /srv/jenkins/cucumber/features' triggers: - timed: '{my_time}' node: 'profitbricks10' |