Diagnosing

This commit is contained in:
Filip Gralinski 2021-11-29 11:31:03 +01:00
parent 955483eedf
commit 12dc0cc195
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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