InterviewSolution
Saved Bookmarks
| 1. |
What is meant by scripted pipeline in Jenkins? |
|
Answer» The scripted pipeline is very MUCH SIMILAR to the declarative pipeline that's built on the TOP of the UNDERLYING pipeline sub-system. The scripted pipeline is based on a general-purpose language based on Groovy. A list of features or benefits that are available in Groovy can be used along scripted pipeline too. In brief, this is a highly FLEXIBLE tool that can be used in multiple continuous delivery pipelines. |
|