diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-26 12:10:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-26 12:10:46 +0100 |
commit | 57c9ad112167dd0f48bc3b312ead1b5eeeb63edb (patch) | |
tree | 4b78f394c92027a238a01893b6624bea63ecbacb /bin | |
parent | 678ca21c34f0fd27534a4db77d415584759e3c39 (diff) | |
download | jenkins.debian.net-57c9ad112167dd0f48bc3b312ead1b5eeeb63edb.tar.xz |
remind to also delete these jobs in d-i.yaml and not only in jenkins, cause else they will be recreated
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_check_jobs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index 2c7639e3..431b125f 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -162,6 +162,9 @@ elif [ -s $CLEANUP ] ; then echo cat $CLEANUP echo + figlet "Achtung:" + echo "Do not forget to also delete these jobs from job-cfg/d-i.yaml - else they will be recreated and build attempted, which will fail and cause notifications..." + # FIXME: adopt this text once job-cfg/d-i.yaml.py generates job-cfg/d-i.yaml else figlet ok fi |