changed to valid Newtonsoft.Json version
All checks were successful
Tests / Declarative: Post Actions passed: 1
csharp-secdevops-pipeline-pod/pipeline/head This commit looks good

This commit is contained in:
2026-05-06 07:56:04 +02:00
parent 942cc3f2cf
commit d4f1d2a755
9 changed files with 19 additions and 39 deletions

2
Jenkinsfile vendored
View File

@@ -85,7 +85,7 @@ pipeline {
post {
failure {
script {
currentBuild.description = "Sicherheits-Check fehlgeschlagen! Details im Trivy Security Report."
currentBuild.description = "Build Fehler. Ev. Sicherheits-Check fehlgeschlagen! Details im Trivy Security Report."
}
}
always {