1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Relocate 'done' message.

This commit is contained in:
Marcus Holl 2018-10-29 13:39:37 +01:00
parent fd46329bd1
commit 67bc3f633d

View File

@ -331,6 +331,7 @@ if(exceptionCaught) {
System.exit(1)
}
System.err << "[INFO] done.\n"
void handleStep(stepName, prepareDefaultValuesStep, gse) {
File theStep = new File(stepsDir, "${stepName}.groovy")
@ -410,5 +411,3 @@ void handleStep(stepName, prepareDefaultValuesStep, gse) {
theGeneratedStepDocu.withWriter { w -> w.write text }
}
System.err << "[INFO] done.\n"