From: Marjan Schiller Date: Thu, 13 Jun 2013 13:46:29 +0000 (+0200) Subject: Added build number for reporting. X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9a600a989f756fbd02834b0ffcd47d8bef7eb743;p=profitbricks%2Fjenkins-build-scripts.git Added build number for reporting. --- diff --git a/autotest_result_mail.sh b/autotest_result_mail.sh index 18cdf2a..d84c42d 100755 --- a/autotest_result_mail.sh +++ b/autotest_result_mail.sh @@ -34,7 +34,8 @@ else fi # Replace the place holders -MAIL_CONTENT=${AUTOTEST_MAIL_CONTENT///$LIVEBOOT_BUILD_NUMBER} +MAIL_CONTENT=${AUTOTEST_MAIL_CONTENT///$LIVEBOOT_BUILD_NUMBER} +MAIL_CONTENT=${MAIL_CONTENT///$BUILD_NUMBER} echo "Mailcontent: $MAIL_CONTENT"