Futureproof the auto updater

This commit is contained in:
2022-04-22 03:26:08 -05:00
parent 011c000a26
commit dc1a5399f7
2 changed files with 17 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent any
environment {
GITHUB_BRANCH = "${BRANCH_NAME}"
}
options {
buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5')
}