diff options
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index bb3317a1..1653549a 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -78,7 +78,7 @@ print(""" branches: - '{my_branchname}' builders: - - shell: '{my_wrapper} HOST_ARCH={my_arch} {my_params}' + - shell: '{my_wrapper} {my_branchname} HOST_ARCH={my_arch} {my_params}' publishers: - logparser: parse-rules: '/srv/jenkins/logparse/rebootstrap.rules' @@ -144,5 +144,5 @@ for arch in sorted(architectures): if get_node(arch): print(" my_wrapper: '/srv/jenkins/bin/jenkins_master_wrapper.sh'") else: - print(" my_wrapper: 'LC_ALL=C /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh'") + print(" my_wrapper: '/srv/jenkins/bin/rebootstrap.sh') |