Complete Rebuild of Project from HelloWorld to Blazer WebApp
All checks were successful
Tests / Declarative: Post Actions No test results found
csharp-secdevops-pipeline-pod/pipeline/head This commit looks good

This commit is contained in:
2026-05-12 09:16:44 +02:00
parent e784b7996c
commit 251776b9fd
183 changed files with 644 additions and 8364 deletions

14
Jenkinsfile vendored
View File

@@ -74,15 +74,15 @@ pipeline {
}
}
stage('Unit Tests') {
steps {
container('dotnet8') {
//stage('Unit Tests') {
// steps {
// container('dotnet8') {
// Erstellt eine XML-Datei im Format 'junit', die Jenkins lesen kann
// 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"'
// }
//}
//}
stage('Set Build Name') {
steps {