This commit is contained in:
Telesphoreo 2022-06-13 22:40:10 -05:00
parent 483a476d6b
commit f1e08dcc42

1
Jenkinsfile vendored
View file

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