mirror of
https://github.com/apache/struts.git
synced 2026-08-05 06:36:58 +00:00
Adds missing bracket
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Clean up') {
|
||||
steps {
|
||||
cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']
|
||||
cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']]
|
||||
}
|
||||
}
|
||||
stage('Checkout') {
|
||||
|
||||
Reference in New Issue
Block a user