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