From 81424bc3348274f359e52c97e93d4c7610f75948 Mon Sep 17 00:00:00 2001 From: bstein Date: Fri, 10 Apr 2026 12:57:55 -0300 Subject: [PATCH] jenkins: remove unsupported timestamps option --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 229ac30..41d6c78 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,6 @@ spec: PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091' } options { - timestamps() disableConcurrentBuilds() // Avoid "resume deadlocks" when Jenkins restarts mid-build on long Harbor compiles. disableResume()