modified jenkins file

This commit is contained in:
udayakr 2019-02-10 16:05:23 +05:30 committed by GitHub
parent 72f8927725
commit 4926c32c2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
Jenkinsfile vendored
View file

@ -12,11 +12,11 @@ pipeline {
} }
} }
stage('Test') { stage('Test') {
agent { // agent {
docker { // docker {
image 'qnib/pytest' // image 'qnib/pytest'
} //}
} //}
steps { steps {
sh 'py.test --verbose --junit-xml test-reports/results.xml sources/test_calc.py' sh 'py.test --verbose --junit-xml test-reports/results.xml sources/test_calc.py'
} }