Python version defined

This commit is contained in:
Ivan Panteleev 2019-12-04 15:24:42 +03:00
parent f244c617d3
commit fba12fcd56

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stage('tests') {
steps {
sh 'python app.py'
sh 'python2.7 app.py'
}
}
}