We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b28f48 commit 6e1a20dCopy full SHA for 6e1a20d
.ci/Jenkinsfile
@@ -1,4 +1,5 @@
1
#!groovy
2
+properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '7', numToKeepStr: '3')), [$class: 'ScannerJobProperty', doNotScan: false]])
3
node {
4
deleteDir() // Purge workspace
5
// Checkout the repo to get the necessary groovy scripts (and place it in the required subdirectory)
0 commit comments