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
In certain scenarios it is possible for the init step logs to be prepended to a subsequent step's logs erroneously. Using the pipeline below, you will see that the clone step logs will start out with the init step logs' content.
Description
In certain scenarios it is possible for the
init
step logs to be prepended to a subsequent step's logs erroneously. Using the pipeline below, you will see that theclone
step logs will start out with theinit
step logs' content.Value
Log should be properly captured in all scenarios.
Useful Information
pipeline to reproduce:
.vela.yml
Secrets plugin is faked here for ease of testing. This will reproduce the issue 100% of the time in my testing. Check
clone
step log to see the issue.A scenario we have seen this in is when folks use multiple templates and multiple are using the secret plugin.
vela --version
?<= v0.25.x
The text was updated successfully, but these errors were encountered: