Diagnosing
This commit is contained in:
parent
955483eedf
commit
12dc0cc195
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -7,6 +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 'pwd'
|
||||||
sh 'bash run_tests.sh'
|
sh 'bash run_tests.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user