Category "jobs"

How do I put a success step to a job when there are parallel transformations?

I have a job which includes sequencial 3 jobs that each makes around 20 parallel transformations. If I have a success step for each transformation the success s

How to modify the output of PowerShell Jobs if they take too long

I have a relatively long/complex script that blindly runs a batch of commands against several devices (as jobs). Once in awhile, a couple of these jobs continu

How to erase job via gitlab api

I have an issue were I am the owner of a project on a gitlab server, and I can successfully delete all artifacts for a job as listed in the docs.. curl --reque

Max size of ScriptBlock / InitializationScript for Start-Job in PowerShell

When you start a new job with Start-Job, you can pass it a ScriptBlock and a InitializationScript for example: Function FOO { Write-Host "HEY" } Start-Job -