fix: drop timestamps wrapper for compatibility

This commit is contained in:
bstein 2025-12-18 01:57:24 -03:00
parent 7c67bd31b0
commit acebc81af1

1
Jenkinsfile vendored
View File

@ -62,7 +62,6 @@ spec:
}
options {
disableConcurrentBuilds()
timestamps()
}
stages {
stage('Checkout pipeline repo') {