refactor(pipelineCall): remove unnecessary timestamps block for clarity

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-20 10:13:10 +08:00
parent 1b969d81a7
commit d5127b342b

View File

@ -11,7 +11,6 @@ def call(Map configurations) {
options {
buildDiscarder(logRotator(numToKeepStr: '25'))
timeout(time: 30, unit: 'MINUTES')
timestamps()
}
stages {