ci: remove unsupported timestamps option in jenkinsfile

This commit is contained in:
Brad Stein 2026-04-10 17:12:17 -03:00
parent 82bfff20ac
commit c1ec610771

1
Jenkinsfile vendored
View File

@ -2,7 +2,6 @@ pipeline {
agent any
options {
timestamps()
disableConcurrentBuilds()
}