aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-19 11:38:27 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-19 11:38:27 +0200
commit010515fe6ac89ab5c7d0020d9dd24e48796ae253 (patch)
treef49991c105a38103f96dfdd35a3b04c2c6ad6d8d
parentf4ae02cc211fee11a3b3d1142f06311f48cb6b88 (diff)
downloadjenkinsfiles-010515fe6ac89ab5c7d0020d9dd24e48796ae253.tar.gz
options
-rw-r--r--Jenkinsfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 042188c..45f32db 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,6 +8,11 @@ pipeline {
}
}
+ options {
+ buildDiscarder(logRotator(numToKeepStr: '5'))
+ disableConcurrentBuilds()
+ }
+
triggers {
pollSCM('H * * * *')
}