diff --git a/jenkins/Jenkinsfile.production-api-build b/jenkins/Jenkinsfile.production-api-build index bac773c9..85156be8 100644 --- a/jenkins/Jenkinsfile.production-api-build +++ b/jenkins/Jenkinsfile.production-api-build @@ -5,6 +5,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) } diff --git a/jenkins/Jenkinsfile.production-api-deploy b/jenkins/Jenkinsfile.production-api-deploy index f48e6574..d5601910 100644 --- a/jenkins/Jenkinsfile.production-api-deploy +++ b/jenkins/Jenkinsfile.production-api-deploy @@ -3,6 +3,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) } diff --git a/jenkins/Jenkinsfile.production-database-export b/jenkins/Jenkinsfile.production-database-export index 965e3e3f..94294431 100644 --- a/jenkins/Jenkinsfile.production-database-export +++ b/jenkins/Jenkinsfile.production-database-export @@ -3,6 +3,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) } diff --git a/jenkins/Jenkinsfile.production-database-import b/jenkins/Jenkinsfile.production-database-import index 707cdcc3..8cb92c53 100644 --- a/jenkins/Jenkinsfile.production-database-import +++ b/jenkins/Jenkinsfile.production-database-import @@ -3,6 +3,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) } diff --git a/jenkins/Jenkinsfile.production-full-build-and-deploy b/jenkins/Jenkinsfile.production-full-build-and-deploy index 7cb67d78..47d59db6 100644 --- a/jenkins/Jenkinsfile.production-full-build-and-deploy +++ b/jenkins/Jenkinsfile.production-full-build-and-deploy @@ -3,6 +3,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) } diff --git a/jenkins/Jenkinsfile.production-server-provision b/jenkins/Jenkinsfile.production-server-provision index 9a75668d..a3d11ffe 100644 --- a/jenkins/Jenkinsfile.production-server-provision +++ b/jenkins/Jenkinsfile.production-server-provision @@ -3,6 +3,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) } diff --git a/jenkins/Jenkinsfile.production-stdb-module-build b/jenkins/Jenkinsfile.production-stdb-module-build index 8139db4c..dea4ba7b 100644 --- a/jenkins/Jenkinsfile.production-stdb-module-build +++ b/jenkins/Jenkinsfile.production-stdb-module-build @@ -5,6 +5,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) } diff --git a/jenkins/Jenkinsfile.production-stdb-module-publish b/jenkins/Jenkinsfile.production-stdb-module-publish index c5c83d82..2eaed5d0 100644 --- a/jenkins/Jenkinsfile.production-stdb-module-publish +++ b/jenkins/Jenkinsfile.production-stdb-module-publish @@ -3,6 +3,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) } diff --git a/jenkins/Jenkinsfile.production-web-build b/jenkins/Jenkinsfile.production-web-build index 3f269eab..c19f5e49 100644 --- a/jenkins/Jenkinsfile.production-web-build +++ b/jenkins/Jenkinsfile.production-web-build @@ -5,6 +5,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) } diff --git a/jenkins/Jenkinsfile.production-web-deploy b/jenkins/Jenkinsfile.production-web-deploy index 2c799d7e..b61fc021 100644 --- a/jenkins/Jenkinsfile.production-web-deploy +++ b/jenkins/Jenkinsfile.production-web-deploy @@ -3,6 +3,7 @@ pipeline { options { disableConcurrentBuilds() + timestamps() buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) }