Diagnosing

This commit is contained in:
Filip Gralinski 2021-11-29 11:34:34 +01:00
parent cab2511f4d
commit d6812fe03b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
def customImage = docker.build("paper-cutter:${env.BUILD_ID}")
customImage.inside() {
dir('test') {
sh 'whoami'
sh 'echo $HOME'
sh 'bash run_tests.sh'
}
}