Diagnosing
This commit is contained in:
parent
6f93d5f758
commit
dc8871f880
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -7,7 +7,8 @@ pipeline {
|
||||
def customImage = docker.build("paper-cutter:${env.BUILD_ID}")
|
||||
customImage.inside() {
|
||||
dir('test') {
|
||||
sh 'bash run_tests.sh'
|
||||
sh 'git clone https://git.wmi.amu.edu.pl/filipg/paper-cutter.git'
|
||||
sh 'bash run_tests.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user