diff --git a/auto_build_deploy b/auto_build_deploy
index 48df9cc5b2073b8c8be05ace5b1d181b9efa5bc6..c371d2a347cf566034e02a2f9dd913124551848a 100644
--- a/auto_build_deploy
+++ b/auto_build_deploy
@@ -8,6 +8,7 @@ node('build-slave') {
         String ANSI_YELLOW = "\u001B[33m"
 
         ansiColor('xterm') {
+          timestamps { 
             stage('Checkout') {
                     tag_name = env.JOB_NAME.split("/")[-1]
                     pre_checks()
@@ -38,6 +39,7 @@ node('build-slave') {
                 currentBuild.description = "${build_tag}"
             
         }
+      }  
         currentBuild.result = "SUCCESS"
         slack_notify(currentBuild.result, tag_name)
         email_notify()