runId in fileId für Logging umbenannt, neue pipelineRunId eingeführt und ORDS aufruf einmalig ans Ende der Pipeline gesetzt, anstatt nach jeder Datei

This commit is contained in:
2026-05-04 08:41:03 +02:00
parent 99f492d5eb
commit a74b220ed7
4 changed files with 57 additions and 52 deletions

View File

@@ -12,7 +12,10 @@
"WebFetch(domain:medium.com)",
"WebFetch(domain:quarkus.io)",
"WebFetch(domain:github.com)",
"WebFetch(domain:walidhajeri.hashnode.dev)"
"WebFetch(domain:walidhajeri.hashnode.dev)",
"Bash(find \"C:\\\\\\\\src\\\\\\\\Galabau\\\\\\\\glb-spielwiese\\\\\\\\automaton\" -name \"FileProcessingPipeline.java\")",
"PowerShell(Get-ChildItem -Path \"C:\\\\src\\\\Galabau\\\\glb-spielwiese\\\\quarkus-automaton\\\\src\\\\main\\\\java\" -Recurse | Where-Object { !$_.PSIsContainer } | Select-Object FullName)",
"PowerShell(cmd /c \"dir /s /b C:\\\\src\\\\Galabau\\\\glb-spielwiese\\\\quarkus-automaton\\\\src\\\\main\\\\java\")"
]
}
}