diff options
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 1653549a..ba5731a0 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -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: '/srv/jenkins/bin/rebootstrap.sh') + print(" my_wrapper: '/srv/jenkins/bin/rebootstrap.sh'") |