update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-02 12:07:54 +02:00
parent 86ea111482
commit f24a39b384

View File

@ -6,7 +6,7 @@ stages {
stage('Test') {
steps {
sh './download.sh'
sh 'python3 --vesion'
sh 'python3 --version'
}
}
}