test firing of jenkins

This commit is contained in:
2026-05-05 10:18:56 +02:00
parent 020af2c437
commit a60e0349f1

2
Jenkinsfile vendored
View File

@@ -39,7 +39,7 @@ pipeline {
steps { steps {
container('dotnet8') { container('dotnet8') {
// Erstellt eine XML-Datei im Format 'junit', die Jenkins lesen kann // Erstellt eine XML-Datei im Format 'junit', die Jenkins lesen kann
// sh 'dotnet test --configuration Release' // sh 'dotnet test --configuration Release'
sh 'dotnet test --configuration Release --logger "junit;LogFileName=results.xml"' sh 'dotnet test --configuration Release --logger "junit;LogFileName=results.xml"'
} }
} }