change Jenkinsfile
This commit is contained in:
parent
411b1ea482
commit
28673e918c
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user