This commit is contained in:
iFargle
2023-02-08 14:03:08 +09:00
parent 1b86b7baa3
commit bc5c6d8f61

5
Jenkinsfile vendored
View File

@@ -32,9 +32,10 @@ pipeline {
script {
docker.image("albert/headscale-webui:${env.BRANCH_NAME}-${env.BUILD_ID}").inside {
sh 'ls /app'
sh 'ps aux'
sh '. /app/.venv/bin/activate'
sh 'exec $@'
sh 'apk add curl'
sh 'curl 127.0.0.1:5000'
sh 'curl localhost:5000'
sh 'apk del curl'
}
}