fix prometheus Jenkinsfile

This commit is contained in:
2018-11-06 06:40:03 -05:00
parent ff682bb6e9
commit f147488070

View File

@@ -36,7 +36,7 @@ node('docker') {
stage('smoke tests') {
dir(workdir) {
sleep 60
sh "curl -If https://metrics.xai-corp.net/metrics"
sh "curl -If https://metrics.xai-corp.net"
}
}
}