mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
Purges local repository to re-resolve missing dependencies
This commit is contained in:
Vendored
+1
@@ -21,6 +21,7 @@ pipeline {
|
||||
stage('Clean up') {
|
||||
steps {
|
||||
cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']]
|
||||
sh 'mvn dependency:purge-local-repository'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user