Diagnosing

This commit is contained in:
Filip Gralinski 2021-11-29 11:33:33 +01:00
parent d2d5c4bddf
commit cab2511f4d

2
Jenkinsfile vendored
View File

@ -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 'touch foo.txt' sh 'whoami'
sh 'bash run_tests.sh' sh 'bash run_tests.sh'
} }
} }