diff --git a/Jenkinsfile b/Jenkinsfile index 32bdc4b..3e8da8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { options { buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5') } + stages { stage('applyPatches') { steps { withGradle {