Search⌘ K
AI Features

Getting Rid of Repetition

Discover how to avoid code repetition in Jenkins X pipelines by using executable scripts instead of plugins or shared Groovy libraries. This lesson helps you understand the pipeline extension model's approach to streamlining pipeline code and improving maintainability across projects.

Copying and pasting code is a major ...