Enable Jenkins global timestamps for production pipelines
This commit is contained in:
@@ -4,7 +4,6 @@ pipeline {
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
skipDefaultCheckout(true)
|
||||
wrap([$class: 'TimestamperBuildWrapper'])
|
||||
buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20'))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user