|
|
|
|
|
by michelvocks
2726 days ago
|
|
Thanks for the feedback. I will add that! To answer your question, a pipeline is a real application which consists of at least one function (we call it job).
You can compare it with a Jenkins Pipeline (https://jenkins.io/solutions/pipeline/). Therefore, a pipeline is one flow of automation task which consists of one or more steps. |
|
So.... every application is a pipeline? This really clears very little up for someone not already familiar with the concept. The Jenkins link is about testing and deploying code. Is that the intended use case for this tool as well?