InterviewSolution
Saved Bookmarks
| 1. |
What is groovy script in jenkins? |
|
Answer» Groovy Script is a Java-syntax COMPATIBLE Object-Oriented PROGRAMMING LANGUAGE for a Java PLATFORM. It is used in Jenkins to orchestrate/create pipelines. Being flexible in terms of languages, it's used as a glue for combining code in different languages into a single project. |
|