Browse Source

Jenkins increase history retention

sbg
Daniel Agar 6 years ago
parent
commit
703e28f7a8
  1. 2
      .ci/Jenkinsfile-SITL_tests
  2. 2
      .ci/Jenkinsfile-SITL_tests_coverage
  3. 2
      .ci/Jenkinsfile-compile_mac
  4. 2
      .ci/Jenkinsfile-hardware
  5. 2
      Jenkinsfile

2
.ci/Jenkinsfile-SITL_tests

@ -100,7 +100,7 @@ pipeline { @@ -100,7 +100,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '14'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
timeout(time: 60, unit: 'MINUTES')
}
} // pipeline

2
.ci/Jenkinsfile-SITL_tests_coverage

@ -119,7 +119,7 @@ pipeline { @@ -119,7 +119,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
timeout(time: 60, unit: 'MINUTES')
}
} // pipeline

2
.ci/Jenkinsfile-compile_mac

@ -81,7 +81,7 @@ pipeline { @@ -81,7 +81,7 @@ pipeline {
CI = true
}
options {
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
timeout(time: 120, unit: 'MINUTES')
}
}

2
.ci/Jenkinsfile-hardware

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

2
Jenkinsfile vendored

@ -596,7 +596,7 @@ pipeline { @@ -596,7 +596,7 @@ pipeline {
GIT_COMMITTER_NAME = "PX4BuildBot"
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '30'))
timeout(time: 60, unit: 'MINUTES')
}
}

Loading…
Cancel
Save