mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2026-06-04 17:06:55 +00:00
Futureproof the auto updater
This commit is contained in:
Vendored
+3
@@ -1,5 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
environment {
|
||||
GITHUB_BRANCH = "${BRANCH_NAME}"
|
||||
}
|
||||
options {
|
||||
buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user