mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 03:06:45 +01:00
test
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user