From d5127b342b6f2a69578c8716c31bec312225cfb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Mon, 20 Jan 2025 10:13:10 +0800 Subject: [PATCH] refactor(pipelineCall): remove unnecessary timestamps block for clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- first-class-pipeline/vars/pipelineCall.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/first-class-pipeline/vars/pipelineCall.groovy b/first-class-pipeline/vars/pipelineCall.groovy index 32fd67ff..21f252a1 100644 --- a/first-class-pipeline/vars/pipelineCall.groovy +++ b/first-class-pipeline/vars/pipelineCall.groovy @@ -11,7 +11,6 @@ def call(Map configurations) { options { buildDiscarder(logRotator(numToKeepStr: '25')) timeout(time: 30, unit: 'MINUTES') - timestamps() } stages {