coreos / coreos-ci

CoreOS CI powers upstream testing for CoreOS projects.
https://jenkins-coreos-ci.apps.ocp.ci.centos.org/
6 stars 10 forks source link

jobs/bodhi-trigger: fix result propagation #52

Closed jlebon closed 11 months ago

jlebon commented 11 months ago

When propagating the result of test-override back to bodhi-trigger, we were trying to read from the test variable where it was out of scope.

Move it within its scope.