Browse Source

Jenkins: increase history for remaining builds

sbg
Daniel Agar 5 years ago committed by GitHub
parent
commit
d5e0a52f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .ci/Jenkinsfile-compile
  2. 2
      .ci/Jenkinsfile-hardware
  3. 2
      .ci/Jenkinsfile-hardware_linux
  4. 2
      .ci/Jenkinsfile-hardware_snapdragon

2
.ci/Jenkinsfile-compile

@ -122,7 +122,7 @@ pipeline { @@ -122,7 +122,7 @@ pipeline {
CI = true
}
options {
buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '14'))
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
timeout(time: 60, unit: 'MINUTES')
}
}

2
.ci/Jenkinsfile-hardware

@ -739,7 +739,7 @@ pipeline { @@ -739,7 +739,7 @@ pipeline {
CI = true
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40'))
timeout(time: 60, unit: 'MINUTES')
}
}

2
.ci/Jenkinsfile-hardware_linux

@ -35,7 +35,7 @@ pipeline { @@ -35,7 +35,7 @@ pipeline {
CI = true
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40'))
timeout(time: 60, unit: 'MINUTES')
}
}

2
.ci/Jenkinsfile-hardware_snapdragon

@ -42,7 +42,7 @@ pipeline { @@ -42,7 +42,7 @@ pipeline {
HEXAGON_TOOLS_ROOT="/home/jenkins/Qualcomm/HEXAGON_Tools/7.2.12/Tools"
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40'))
timeout(time: 60, unit: 'MINUTES')
}
}

Loading…
Cancel
Save