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