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:
parent
fd46329bd1
commit
67bc3f633d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user