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.