Adds missing bracket

This commit is contained in:
Lukasz Lenart
2020-02-13 09:06:35 +01:00
parent 6430e3c4f1
commit c79f3b6cfc
Vendored
+1 -1
View File
@@ -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') {