From 2ee009a61ceba68ec4b259e70a2a337ecba3ce30 Mon Sep 17 00:00:00 2001 From: BrahmanapallyNagaraju <44258487+BrahmanapallyNagaraju@users.noreply.github.com> Date: Thu, 9 Apr 2020 00:13:04 +0530 Subject: [PATCH] added timestamps() block --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 35883c08b..5f3b97b7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,9 @@ def emailDevOps(targetMail, msg) { } pipeline { agent {label "slave"} + options { + timestamps() + } stages { stage("build") { steps {