Moves post stage into proper place

This commit is contained in:
Lukasz Lenart
2020-02-13 08:40:34 +01:00
parent 668843e010
commit 0668bae7f9
Vendored
+4 -4
View File
@@ -151,10 +151,10 @@ pipeline {
}
}
}
}
post {
always {
cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']]
post {
always {
cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']]
}
}
}
}