Print Python Version

This commit is contained in:
Samir Si-Mohammed 2019-12-28 17:14:27 +01:00 committed by GitHub
parent a0beee60b7
commit 3e351ae9d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -12,6 +12,7 @@ pipeline {
} }
steps { steps {
sh 'python -m py_compile sources/add2vals.py sources/calc.py' sh 'python -m py_compile sources/add2vals.py sources/calc.py'
sh 'python --version'
} }
} }
stage('Test') { stage('Test') {