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
While reviewing #4024 I realized we may need to revisit the way we are generating, builiding and publishing an application. At the moment, this is a "static" series of tasks. We need to change them into a Pipeline and possibly let the user to specify which tasks to execute in its pipeline. As soon as we have the Pipeline we can also consider to skip it entirely, substituting it with any other external pipeline (ie, Tekton) which could be in charge to take over the build/publishing process.
This work would simplify #1656 and enable #682 and will allow the user to provide some additional external task (ie, to scan dependencies from vulnerabilities).
The text was updated successfully, but these errors were encountered:
While reviewing #4024 I realized we may need to revisit the way we are generating, builiding and publishing an application. At the moment, this is a "static" series of tasks. We need to change them into a Pipeline and possibly let the user to specify which tasks to execute in its pipeline. As soon as we have the Pipeline we can also consider to skip it entirely, substituting it with any other external pipeline (ie, Tekton) which could be in charge to take over the build/publishing process.
This work would simplify #1656 and enable #682 and will allow the user to provide some additional external task (ie, to scan dependencies from vulnerabilities).
The text was updated successfully, but these errors were encountered: