diff --git a/email_alert_notifications/jenkins.sh b/email_alert_notifications/jenkins.sh new file mode 100644 index 0000000..5bc0328 --- /dev/null +++ b/email_alert_notifications/jenkins.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e +export FILE_TO_UPLOAD=rename_email_files_with_request_id.py.zip +rm -f $FILE_TO_UPLOAD +/usr/bin/zip $FILE_TO_UPLOAD rename_email_files_with_request_id.py +echo "$FILE_TO_UPLOAD ready to upload"