Hi, My current Jenkins instance stores some test environment settings in groovy files that reside in the credentials store.
One of the steps runs some jobs in parallel and each of the nodes should load a different groovy file. Unfortunately the result is not as expected, the load is global and overwrites whatever variables were set on a different node. Is there some way to load a groovy file only in the current node? My groovy files are very simple: they just have commands that set environment variables (around 10), so if there's some other way I could achieve the same result that would be great. I don't want to put each variable in its own credentials, because it will get very hard to manage. Thank you, Claudiu Guiman -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/MWHPR21MB05111F2E0DFA12B96DB9CA5CD7250%40MWHPR21MB0511.namprd21.prod.outlook.com. For more options, visit https://groups.google.com/d/optout.
