1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-15 13:48:46 +02:00

publish tests and coverage correctly

This commit is contained in:
Ell 2023-04-15 17:38:58 +02:00
parent 08931b49ac
commit 39ade19d47

12
Jenkinsfile vendored
View file

@ -23,6 +23,12 @@ pipeline {
}
}
}
post {
always {
nunit testResultsPattern: '**/TestResults.xml'
cobertura coberturaReportFile: '**/coverage.cobertura.xml'
}
}
}
stage('Publish Docs') {
agent { label 'web' }
@ -34,12 +40,6 @@ pipeline {
}
}
}
post {
always {
nunit testResultsPattern: '**/TestResults.xml'
cobertura coberturaReportFile: '**/coverage.cobertura.xml'
}
}
environment {
BAGET = credentials('3db850d0-e6b5-43d5-b607-d180f4eab676')
NUGET = credentials('e1bf7f6c-6047-4f7e-b639-15240a8f8351')