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') {
agent {
docker {
image 'qnib/pytest'
}
}
// agent {
// docker {
// image 'qnib/pytest'
//}
//}
steps {
sh 'py.test --verbose --junit-xml test-reports/results.xml sources/test_calc.py'
}