How can I use a hardwired artifact when called from a Sensor? #13897
Unanswered
framegrace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a hardwired git artifact on a workflowTemplate based on URL and reviision parameters that need to be provided
Here the workflowtemplate in question:
When run on workflows, (on the UI, for example) I set the parameters, submit and everything goes fine.
Whem I try to call it from a Sensor, which defines the repo and revision parameters, seems is not enough because the git-clone step shows this error when executed from the sensor:
Tried:
How should I define the argo-clone on the Sensor workflow definition?
This is my current sensor.
Beta Was this translation helpful? Give feedback.
All reactions