Mettre à jour 'Jenkinsfile'

This commit is contained in:
Samuel Vermeulen
2018-10-23 23:28:10 +02:00
parent 7590f3f177
commit e09523649c

2
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ stages
{
stage('build') {
steps {
sh 'python --version'
sh 'python calcul.py'
}
}
}