diff --git a/Jenkinsfile b/Jenkinsfile index 96019dc..f0d77a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { def customImage = docker.build("paper-cutter:${env.BUILD_ID}") customImage.inside() { dir('test') { - sh 'pwd' + sh 'touch foo.txt' sh 'bash run_tests.sh' } }