|
|
|
@ -14,25 +14,15 @@ pipeline {
|
|
|
|
|
utils = new Utils()
|
|
|
|
|
utils.publish_coverage('coverage-*.xml')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django18-authentic', 'Coverage authentic tests')
|
|
|
|
|
'index.html', 'htmlcov-coverage-authentic', 'Coverage authentic tests')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django18-hobo', 'Coverage hobo tests')
|
|
|
|
|
'index.html', 'htmlcov-coverage-hobo', 'Coverage hobo tests')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django18-authentic', 'Coverage multipublik tests')
|
|
|
|
|
'index.html', 'htmlcov-coverage-multipublik', 'Coverage multipublik tests')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django18-authentic', 'Coverage multitenant tests')
|
|
|
|
|
'index.html', 'htmlcov-coverage-multitenant', 'Coverage multitenant tests')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django18-authentic', 'Coverage passerelle tests')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django111-authentic', 'Coverage authentic tests')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django111-hobo', 'Coverage hobo tests')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django111-authentic', 'Coverage multipublik tests')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django111-authentic', 'Coverage multitenant tests')
|
|
|
|
|
utils.publish_coverage_native(
|
|
|
|
|
'index.html', 'htmlcov-coverage-django111-authentic', 'Coverage passerelle tests')
|
|
|
|
|
'index.html', 'htmlcov-coverage-passerelle', 'Coverage passerelle tests')
|
|
|
|
|
utils.publish_pylint('pylint.out')
|
|
|
|
|
}
|
|
|
|
|
junit 'junit-*.xml'
|
|
|
|
@ -43,7 +33,7 @@ pipeline {
|
|
|
|
|
steps {
|
|
|
|
|
script {
|
|
|
|
|
if (env.JOB_NAME == 'hobo' && env.GIT_BRANCH == 'origin/master') {
|
|
|
|
|
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder hobo'
|
|
|
|
|
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d stretch hobo'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|