X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jenkins-init-scripts%2FREADME;fp=jenkins-init-scripts%2FREADME;h=edc6d28ea508b7dc0006b6f1149332b293b15351;hb=57fc7083433da89bc1fa238ffbf4d9ec22dd9ba8;hp=286b620f63136c22874db1e36c70bf31aef3138e;hpb=f40007cae52fb529620d251af21c4db5a13a3d3d;p=releng%2Fglobal-jjb.git diff --git a/jenkins-init-scripts/README b/jenkins-init-scripts/README index 286b620f..edc6d28e 100644 --- a/jenkins-init-scripts/README +++ b/jenkins-init-scripts/README @@ -12,6 +12,8 @@ To use this create a Jenkins Managed File with the contents: #!/bin/bash + exec > /var/log/jenkins-init.log 2>&1 + gerrit_host=gerrit.example.org ciman_root=/opt/ciman @@ -31,3 +33,5 @@ To use this create a Jenkins Managed File with the contents: $ciman_root/global-jjb/jenkins-init-scripts/init.sh rm -rf $ciman_root + + echo "jenkins-init: Done"