changed Jenkinsfile
Some checks failed
csharp-secdevops-pipeline-pod/pipeline/head There was a failure building this commit

This commit is contained in:
2026-05-04 17:10:24 +02:00
parent 7f98f624b4
commit c60e3de405

2
Jenkinsfile vendored
View File

@@ -57,7 +57,7 @@ pipeline {
post { post {
always { always {
// Meldet den Status zurück, wenn das Gitea-Plugin korrekt konfiguriert ist // Meldet den Status zurück, wenn das Gitea-Plugin korrekt konfiguriert ist
step([$class: 'GiteaNotifier']) giteaStatus()
} }
} }
} }