mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-26 22:55:39 +00:00
Remove build discarder
This commit is contained in:
parent
45669c2172
commit
c59f492237
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,9 +3,6 @@ pipeline {
|
||||
environment {
|
||||
GITHUB_BRANCH = "${BRANCH_NAME}"
|
||||
}
|
||||
options {
|
||||
buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5')
|
||||
}
|
||||
stages {
|
||||
stage('applyPatches') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user