diff --git a/Jenkinsfile b/Jenkinsfile index 128a15a..5b7c1a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { buildDiscarder(logRotator(numToKeepStr: '20')) timeout(time: 30, unit: 'MINUTES') disableConcurrentBuilds() - timestamps() + //timestamps() } stages {