Pipelines Without Buildpacks
Explore how to create and manage Jenkins X pipelines without relying on buildpacks, allowing customization for unique use cases. Understand how to define pipelines using YAML syntax and verify changes by monitoring pipeline activities, focusing on generic Git steps and custom tasks.
We'll cover the following...
We'll cover the following...
While the idea behind build packs is to cover a wide range of use cases, we might be in a situation when what we want to accomplish is fundamentally different from any of the build packs. In such cases, it doesn’t make sense to have a pipeline based on a build ...