change Jenkinsfile

This commit is contained in:
Stanislaw-Golebiewski 2019-11-25 13:59:01 +01:00
parent 411b1ea482
commit 28673e918c

3
Jenkinsfile vendored
View File

@ -4,7 +4,8 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'python main.py -i img/biedra.jpg'
sh 'ls'
sh 'python api/main.py -i api/img/biedra.jpg'
}
}
stage('Test') {