avioconsulting / mule-deploy-library

BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Increase maxTries for the OnPremDeployer.groovy #79

Open globaltopmedia opened 10 months ago

globaltopmedia commented 10 months ago

The maxTries for the OnPremDeployer.groovy is set to 30, which is too short for some of our deployments. Although the actual app deployment will be successful, the mvn command fails. ie a false negative in the CICD

Can this be increased to 50? or allow it to be overwritten?