mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
chore(mavenBuild): add default retries for certificate download (#3957)
Co-authored-by: Sven Merk <33895725+nevskrem@users.noreply.github.com>
This commit is contained in:
parent
183f792674
commit
e2db94dc5e
@ -134,6 +134,7 @@ func runMavenBuild(config *mavenBuildOptions, telemetryData *telemetry.CustomDat
|
||||
}
|
||||
|
||||
downloadClient := &piperhttp.Client{}
|
||||
downloadClient.SetOptions(piperhttp.ClientOptions{})
|
||||
runner := &command.Command{
|
||||
StepName: "mavenBuild",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user