Print Python Version

This commit is contained in:
Samir Si-Mohammed 2019-12-28 17:14:27 +01:00 committed by GitHub
父節點 a0beee60b7
當前提交 3e351ae9d2
沒有發現已知的金鑰在資料庫的簽署中
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
查看文件

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