Try cleaning
This commit is contained in:
parent
d6e8852e03
commit
60c17d2d54
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -6,10 +6,9 @@ pipeline {
|
||||
script {
|
||||
def customImage = docker.build("paper-cutter:${env.BUILD_ID}")
|
||||
customImage.inside() {
|
||||
cleanWs()
|
||||
dir('test') {
|
||||
sh 'git clone https://git.wmi.amu.edu.pl/filipg/paper-cutter.git'
|
||||
sh 'ls -l paper-cutter'
|
||||
sh 'bash run_tests.sh'
|
||||
sh 'bash run_tests.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user