Diagnosing
This commit is contained in:
parent
cab2511f4d
commit
d6812fe03b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -7,7 +7,7 @@ pipeline {
|
|||||||
def customImage = docker.build("paper-cutter:${env.BUILD_ID}")
|
def customImage = docker.build("paper-cutter:${env.BUILD_ID}")
|
||||||
customImage.inside() {
|
customImage.inside() {
|
||||||
dir('test') {
|
dir('test') {
|
||||||
sh 'whoami'
|
sh 'echo $HOME'
|
||||||
sh 'bash run_tests.sh'
|
sh 'bash run_tests.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user