You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On generating the pod for conditions, if 'from' is used for the condition's resource, the pod could mount to that resource (e.g. /pvc/) then copy to condition resource's workspace.
This is similar to Task usage in the pipeline.
Actual Behavior
No support 'from', any Git resource declared for the condition will be handled as normal Git fetch.
Steps to Reproduce the Problem
Define a normal Condition check with resource type Git
Use that Condition in the pipeline, expect 'from' can be used
Additional Info
The text was updated successfully, but these errors were encountered:
Thanks for opening this @jkljf ! I think this is a duplicate of #1256 so I'm going to close it, but I'm going to copy some of your description into there also :D
Expected Behavior
On generating the pod for conditions, if 'from' is used for the condition's resource, the pod could mount to that resource (e.g. /pvc/) then copy to condition resource's workspace.
This is similar to Task usage in the pipeline.
Actual Behavior
No support 'from', any Git resource declared for the condition will be handled as normal Git fetch.
Steps to Reproduce the Problem
Additional Info
The text was updated successfully, but these errors were encountered: