Anyone interested can take a look at this pull request: https://github.com/jenkinsci/promoted-builds-plugin/pull/114.
On Tuesday, March 20, 2018 at 5:59:28 AM UTC-4, Rick Liu wrote: > > 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/c8e78a47-a300-4c67-8634-66d28557dab8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
