update jenkinsfile
This commit is contained in:
parent
cb21cee85d
commit
91af85f9b7
@ -6,6 +6,7 @@ stages {
|
|||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh './download.sh'
|
sh './download.sh'
|
||||||
|
sh 'python3 ./main.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user