This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
commit ad2d5fddd7166f8321055ac33e2d700c9a042a32 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Feb 23 13:58:18 2020 +0100 Purges local repository to re-resolve missing dependencies --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index a6812c3..9769d01 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { stage('Clean up') { steps { cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']] + sh 'mvn dependency:purge-local-repository' } } }