Hi, I'm trying to implementing [JENKINS-49486 <https://issues.jenkins-ci.org/browse/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 <https://github.com/jenkinsci/promoted-builds-plugin/pull/114/files>), 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 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/a2c5a516-65b9-406b-ad60-2670d6f49c9d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
