mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
Adds missing tool section
This commit is contained in:
Vendored
+5
-1
@@ -17,11 +17,15 @@ pipeline {
|
||||
agent {
|
||||
label 'ubuntu'
|
||||
}
|
||||
tools {
|
||||
jdk 'JDK 8 (latest)'
|
||||
maven 'Maven (latest)'
|
||||
}
|
||||
stages {
|
||||
stage('Clean up') {
|
||||
steps {
|
||||
cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']]
|
||||
sh 'mvn dependency:purge-local-repository'
|
||||
sh 'mvn -B dependency:purge-local-repository'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user