Back
This commit is contained in:
parent
dc8871f880
commit
7613c0f7be
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -7,7 +7,6 @@ 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 'git clone https://git.wmi.amu.edu.pl/filipg/paper-cutter.git'
|
|
||||||
sh 'bash run_tests.sh'
|
sh 'bash run_tests.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user