Diagnosing

This commit is contained in:
Filip Gralinski 2021-11-29 10:55:38 +01:00
parent 6f93d5f758
commit dc8871f880

3
Jenkinsfile vendored
View File

@ -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'
}
}
}