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