changed Jenkinsfile
All checks were successful
csharp-secdevops-pipeline-pod/pipeline/head This commit looks good

This commit is contained in:
2026-05-04 17:13:36 +02:00
parent c60e3de405
commit a06ad295ff

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
giteaStatus() echo "Pipeline beendet: ${currentBuild.result}"
} }
} }
} }