JasonNS

Results 2 comments of JasonNS

The component should retry on failure but it never does not even once. In the pipeline spec I also see the following policy ```yaml retryPolicy: backoffDuration: 0s backoffFactor: 2 backoffMaxDuration:...

My current workaround is to create an extra pipeline task just for substituting placeholder values, and used the output of that pipeline task as other tasks' input. In this way...