InterviewSolution
Saved Bookmarks
| 1. |
What is the Jenkins job DSL plugin? |
|
Answer» The JENKINS Job DSL Plugin is basically the Domain Specific Language (DSL) plugin that allows USERS to describe jobs using a scripting language named Groovy, the plugin can MANAGE the scripts and updating of the Jenkins jobs which are CREATED and MAINTAIN them as a result. |
|