X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jenkins-init-scripts%2FREADME;h=edc6d28ea508b7dc0006b6f1149332b293b15351;hb=2c01d1c4b9b284118e2854494366e76d41e447f8;hp=286b620f63136c22874db1e36c70bf31aef3138e;hpb=af89ef784234e7b89984d5b2995fc6d29b6d8c34;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"