add retry to Jenkins smoke tests

This commit is contained in:
2020-11-23 07:50:20 -05:00
parent d6f68a1c93
commit aa82f64269

View File

@@ -26,8 +26,11 @@ node('docker') {
}
stage('smoke tests') {
options {
retry(5)
}
dir(workdir) {
sleep 60
sleep 30
sh "curl -If http://dkhost:8080/metrics/ejkxeVI-iKLy968ji9AnfYmOHGIh1kYd3gA500JqrRxzTeenT06ynR5Dqo0CQplO/healthcheck"
}
}