-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
Jenkins 2.74
Ubuntu 16.04
Pipeline API 2.20
Pipeline Build Step 2.51
Pipeline Groovy 2.39
I have two pipeline jobs that are kicked off automatically at the same time (non-blocking multijob phases) by another job. These two pipelines both run a sub job to create a linux VM. For some reason, both pipelines are running the exact same instance of the linux job. I've tried updating all the pipeline-related plugins and also adding a 5 second quiet period to the linux job call in the pipelines.
Any help here would be majorly appreciated as this is currently blocking a rollout to new infrastructure for my company.