[CI] Delete old build artifacts #71

Merged
anonfunc merged 1 commits from dev into master 2022-06-23 00:32:26 +02:00

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')