Add information about image number and date 07/74307/13
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Thu, 9 Jun 2016 12:59:26 +0000 (14:59 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 24 Aug 2016 08:54:53 +0000 (10:54 +0200)
Change-Id: I5924d839f6d291cc9d47e0b289731d6ddfe76ae3
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
tsp/jobs/common_prep_flash_conf.sh

index 52ad031..c2b8f05 100755 (executable)
@@ -68,6 +68,9 @@ if [ "$FAIL_CNT" -ge 1 ]; then
     echo "RETRIGGERED: ${FAIL_CNT}" >> sysctl.result
 fi
 
+echo "Build nr: $1" >> sysctl.result
+echo "Date: `date`" >> sysctl.result
+
 # Check if they have run successfully, otherwise reschedule the job
 if grep -q "Testing failed." sysctl.result
 then