Jenkins: set discarder
This commit is contained in:
parent
68dee45782
commit
bbb47b5d62
|
@ -1,6 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
options {
|
||||||
|
buildDiscarder(logRotator(numToKeepStr: '5'))
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('phpunit') {
|
stage('phpunit') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in New Issue