This commit is contained in:
iFargle
2023-02-08 14:13:41 +09:00
parent e90623972a
commit 7ebde37e22

3
Jenkinsfile vendored
View File

@@ -33,7 +33,8 @@ pipeline {
docker.image("albert/headscale-webui:${env.BRANCH_NAME}-${env.BUILD_ID}").inside {
sh 'ls /app'
sh 'apk add curl'
sh '/app/entrypoint.sh && curl localhost:5000'
sh '/app/entrypoint.sh&'
sh 'curl localhost:5000'
sh 'apk del curl'
}
}