changed Build stage

This commit is contained in:
thavaselvan7 2018-10-15 07:46:25 +00:00
parent c85c22136b
commit e047e09400

2
Jenkinsfile vendored
View file

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