mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 04:36:43 +01:00
test
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -1,6 +1,6 @@
|
||||
def dockerImage
|
||||
//jenkins needs entrypoint of the image to be empty
|
||||
def runArgs = '--entrypoint \'\''
|
||||
// def runArgs = '--entrypoint \'\''
|
||||
pipeline {
|
||||
agent {
|
||||
label 'linux-x64'
|
||||
@@ -31,7 +31,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
dockerImage.inside {
|
||||
sh 'cat /etc/hostname'
|
||||
sh 'hostname'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user