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