What does Pipeline-as-Code mean in Jenkins?
The build, test, and deployment workflow is defined in a text Jenkinsfile that can be versioned with source code.
Jenkinsfile
Every workflow action is configured manually for each run and is not stored as text.
The Jenkins agent's operating-system image is renamed Jenkinsfile.
The build console output becomes the source file for the next run.