This commit is contained in:
iFargle
2023-02-08 12:53:07 +09:00
parent 46a5aece63
commit 7fc74099b9

4
Jenkinsfile vendored
View File

@@ -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'
}
}
}