This commit is contained in:
Telesphoreo 2022-06-13 22:40:10 -05:00
parent 483a476d6b
commit f1e08dcc42
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -6,6 +6,7 @@ pipeline {
options {
buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5')
}
stages {
stage('applyPatches') {
steps {
withGradle {