drone-downstream
drone-downstream copied to clipboard
Environment variables are not working as expected.
I am triggering my integration test pipeline after docker image build for one of the repos and using downstream trigger plugin for that.
this is my log for trigger step
with params:
4s6 - TRIGGERED_BY_REPO: repo-name
4s7 - TRIGGERED_BY_TAG: test-tag-999
but the variable TRIGGERED_BY_TAG is set as “latest” in my integration test pipeline. I had previous build with value “latest” for the same variable so I suspect there is some kind of caching.
I have already posted this at https://discourse.drone.io/ but there is no response after several days. Any help will be appreciated.
Just updated to Drone 2.4. Getting exactly the same issue.
For some reason in downstream builds I keep getting variables from older build
Hi,
I've the same problem with this plugin: https://discourse.drone.io/t/issue-with-params-using-downstream-plugin/10418/2 This PR should fix the issue: https://github.com/harness/drone/pull/3182