added discard old builds
Some checks are pending
CSGOWTF/csgowtf/pipeline/pr-master Build queued...
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-06-23 00:28:48 +02:00
parent 0ccb76345e
commit 2b188b089c

3
Jenkinsfile vendored
View File

@@ -1,5 +1,8 @@
pipeline {
agent any
options {
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '5', daysToKeepStr: '', numToKeepStr: ''))
}
environment {
FTP_HOST = credentials('csgowtf-deploy-host')