corrected container name
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-05 14:30:47 +02:00
parent cdcc55a487
commit 218e625d8f

2
Jenkinsfile vendored
View File

@@ -62,7 +62,7 @@ pipeline {
stage('Workspace Check') { stage('Workspace Check') {
steps { steps {
container('dotnet') { container('dotnet8') {
// Listet alle Dateien auf. // Listet alle Dateien auf.
// Wenn du hier Ordner wie 'bin' oder 'obj' siehst, BEVOR dotnet build lief, // Wenn du hier Ordner wie 'bin' oder 'obj' siehst, BEVOR dotnet build lief,
// dann bleibt der Workspace erhalten. // dann bleibt der Workspace erhalten.