Hi,
I'm trying to implementing [
JENKINS-49486]: Approvers field doesn't expand variable in the build.
My plan is to update ManualCondition.users variable at the end of each build (
file-diff),
but found out that there's only ONE MnaulCondition instance per project (job) across all builds,
and hence only ONE ManualCondition.users variable across all builds.
So now I don't know where I should change to make ManualCondition instance becomes per build basis.
Thanks,
Rick