[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / main / resources / ci / scripts / sendMail.sh
1 #!/bin/bash
2
3 now=$(date +'%Y%-m%d%H%M')
4
5 REPORT_NAME=$1
6 VERSION=$2
7 ENV=$3
8
9 RECIPIENTS1="dl-sdcqa@intl.att.com,ml636r@intl.att.com,bl5783intl.att.com,ak314p@intl.att.com,el489u@intl.att.com,hk096q@intl.att.com,bs5719@intl.att.com"
10 RECIPIENTS2="dl-asdcqa@intl.att.com"
11
12 source ExtentReport/versions.info
13 if [ -z "$REPORT_NAME" ]
14  then
15         now=$(date -d '+7 hour' "+%Y-%m-%d_%H_%M")
16         REPORT_NAME="${now}"
17         VERSION="${osVersion}"
18 fi
19
20 if [[ $env == *"DEV20"* ]]
21     then
22        ENV="Nightly"
23        RECIPIENTS=$RECIPIENTS1
24     else
25        ENV=""
26        RECIPIENTS=$RECIPIENTS2
27 fi
28
29
30 #REPORT_ZIP_FILE=ExtentReport_${now}.zip
31 REPORT_FOLDER='ExtentReport'
32 REPORT_HTML_FILE=${REPORT_FOLDER}/*Report.html
33 BODY_MESSAGE='Hello, \n\n Please find automation results on following link: \n\n http://asdc-srv-210-45.tlv.intl.att.com/'${ENV}'/'${VERSION}'/APIs/'${REPORT_NAME}'/SDC_CI_Extent_Report.html \n\nThanks, \nSDC QA Team\n\n '
34
35 #OLD_FILE=$(find ./ -type f -name ${REPORT_ZIP_FILE} -print)
36 #if [ ! -z ${OLD_FILE} ]
37 #then
38 #        rm -f ${REPORT_ZIP_FILE}
39 #        echo "Removing old zip file............"
40 #fi
41
42 #echo "Creating new zip file"
43 #zip -r ${REPORT_ZIP_FILE} ./${REPORT_FOLDER}
44
45
46 echo -e ${BODY_MESSAGE} | mail -s 'External APIs Automation '$ENV' results - ASDC '$VERSION -r 'ASDC@Automation.team' $RECIPIENTS