mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Update abapEnvironmentCloneGitRepo.go (#2656)
This commit is contained in:
parent
af65dc9076
commit
3f8a1f141b
@ -32,6 +32,11 @@ func abapEnvironmentCloneGitRepo(config abapEnvironmentCloneGitRepoOptions, tele
|
||||
// error situations should stop execution through log.Entry().Fatal() call which leads to an os.Exit(1) in the end
|
||||
err := runAbapEnvironmentCloneGitRepo(&config, telemetryData, &autils, &client)
|
||||
if err != nil {
|
||||
log.Entry().Info("-------------------------------------")
|
||||
log.Entry().Info("-------------------------------------")
|
||||
log.Entry().Info("If the exception CX_SY_REF_IS_INITIAL occurs, please consider switching to a different strategy / step until the issue is resolved by SAP (planned for SAP BTP ABAP Environment release 2102 HFC04). Please have a look at https://www.project-piper.io/pipelines/abapEnvironment/introduction/ for more details.")
|
||||
log.Entry().Info("-------------------------------------")
|
||||
log.Entry().Info("-------------------------------------")
|
||||
log.Entry().WithError(err).Fatal("step execution failed")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user