AI Features

Getting Rid of Repetition

This lesson discusses the downsides of Jenkinsfile based pipeline model.

Copying and pasting code is a major sin among developers. One of the first things we learn as software engineers is that duplicated code is:

  • Hard to maintain.
...