This commit is contained in:
Stephen Simpson
2025-11-24 15:26:41 -06:00
parent 29f299f984
commit c86868b11c

1
Jenkinsfile vendored
View File

@@ -47,7 +47,6 @@ spec:
options { options {
buildDiscarder(logRotator(numToKeepStr: '10')) buildDiscarder(logRotator(numToKeepStr: '10'))
timeout(time: 2, unit: 'HOURS') timeout(time: 2, unit: 'HOURS')
timestamps()
} }
stages { stages {