From 3ea23ffe32a1179f46521f63e08c689dc7383f4b Mon Sep 17 00:00:00 2001 From: G33tha <geethap240@gmail.com> Date: Tue, 15 Jun 2021 13:07:52 +0530 Subject: [PATCH] Update auto_build_deploy --- auto_build_deploy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_build_deploy b/auto_build_deploy index 48df9cc..c371d2a 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() -- GitLab