diff --git a/Jenkinsfile b/Jenkinsfile index c2e272c..e8cb730 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }