test firing again of Jenkins

This commit is contained in:
2026-05-05 10:53:17 +02:00
parent 5e921c92d2
commit cf992d544c

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"'
} }
} }