From: Marjan Schiller Date: Fri, 14 Jun 2013 13:22:42 +0000 (+0200) Subject: Added mailto token. X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=f653ddc230941eb6a026b48783de5e1b350ad272;p=profitbricks%2Fjenkins-build-scripts.git Added mailto token. --- diff --git a/autotest_result_mail.sh b/autotest_result_mail.sh index d84c42d..8595791 100755 --- a/autotest_result_mail.sh +++ b/autotest_result_mail.sh @@ -36,6 +36,7 @@ fi # Replace the place holders MAIL_CONTENT=${AUTOTEST_MAIL_CONTENT///$LIVEBOOT_BUILD_NUMBER} MAIL_CONTENT=${MAIL_CONTENT///$BUILD_NUMBER} +MAIL_CONTENT=${MAIL_CONTENT///$MAIL_TO} echo "Mailcontent: $MAIL_CONTENT"