From acebc81af181b3d0b13a38950d0a9c0955703bc9 Mon Sep 17 00:00:00 2001 From: bstein Date: Thu, 18 Dec 2025 01:57:24 -0300 Subject: [PATCH] fix: drop timestamps wrapper for compatibility --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8c50dee..5e663fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,6 @@ spec: } options { disableConcurrentBuilds() - timestamps() } stages { stage('Checkout pipeline repo') {