From 6647afb7fa24da6ac6da7e96c5c895429d4865c9 Mon Sep 17 00:00:00 2001 From: subodh Date: Tue, 10 Mar 2026 03:26:43 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 128a15a..5b7c1a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { buildDiscarder(logRotator(numToKeepStr: '20')) timeout(time: 30, unit: 'MINUTES') disableConcurrentBuilds() - timestamps() + //timestamps() } stages {