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