- add smoketests to the gitea Jenkinsfile

This commit is contained in:
2018-10-26 22:57:38 -04:00
parent a6e47030ce
commit 6791f17a51

View File

@@ -21,7 +21,7 @@ node('docker') {
stage('smoke tests') {
dir(workdir) {
sleep 60
sh "curl -If http://dkhost:1008"
sh "curl -If http://dkhost:10080"
}
}
}