removed test file creating
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:34:07 +02:00
parent 218e625d8f
commit eb24ab21a1

1
Jenkinsfile vendored
View File

@@ -69,7 +69,6 @@ pipeline {
sh 'ls -R'
// Optional: Erstelle eine Testdatei, um es beim nächsten Mal zu sehen
sh 'touch ich_war_schon_da.txt'
}
}
}