This commit is contained in:
iFargle
2023-02-08 13:55:30 +09:00
parent 733d0d7e7f
commit 1b86b7baa3

3
Jenkinsfile vendored
View File

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