1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-07-17 01:42:43 +02:00

Piper steps: Issue SUCCESS message (#1478)

* Piper steps: Issue SUCCESS message

Log `SUCCESS` message in all steps by default if no error occured

* Update additional generated steps

* Update generated step
This commit is contained in:
Oliver Nocon
2020-05-18 21:52:54 +02:00
committed by GitHub
parent abdc3f736b
commit 7f7d0bce89
29 changed files with 28 additions and 1 deletions

View File

@ -65,6 +65,7 @@ func NpmExecuteScriptsCommand() *cobra.Command {
telemetry.Initialize(GeneralConfig.NoTelemetry, STEP_NAME)
npmExecuteScripts(stepConfig, &telemetryData)
telemetryData.ErrorCode = "0"
log.Entry().Info("SUCCESS")
},
}