diff --git a/Jenkinsfile b/Jenkinsfile index 32e64f8..3724777 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -75,6 +75,10 @@ spec: QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json' } + options { + disableConcurrentBuilds() + buildDiscarder(logRotator(daysToKeepStr: '30', numToKeepStr: '200', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '120')) + } stages { stage('Checkout') { steps {