Copied from JENKINS-52806:
alisdair_robertson added a comment - 6 hours ago
Prior to this change the p4sync step yielded a map of the env vars, I'm using this in many pipeline scripts. After updating to 1.10.6 from 1.10.4 the p4sync step returns an empty map (breaking my pipeline scripts!)
Was this expected?
Hi alisdair_robertson,
Thanks for highlighting this. I was easily able to reproduce this so will pass to the developers.
Reproduction steps
Jenkins 2.176.1
Create a Jenkins pipeline job and put the following code in the Pipeline script section:
On p4-plugin 1.10.4 the result is:
On p4-plugin 1.10.6 the result set is empty: