From 7ebde37e22a731330c0bc8accf61c31ebbc4f008 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 8 Feb 2023 14:13:41 +0900 Subject: [PATCH] test --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' } }