Answers
- Correct answer: False
Explanation: GitHub Copilot and LLMs such as GPT-4 have distinct primary purposes and functions. GitHub Copilot is specifically designed to assist in software development by providing code suggestions and completions, focusing primarily on programming languages. In contrast, LLMs such as GPT-4 have a broader scope, capable of generating and understanding natural language text across various contexts and applications, not limited to coding.
- Correct answer: D
Explanation of incorrect answer choices: The shared libraries in Jenkins are primarily written in Groovy, a dynamic, object-oriented programming language that is closely integrated with the Java platform. Groovy provides a flexible and powerful way to write scripts that enhance and extend the capabilities of Jenkins pipelines.
- Correct answer: D
Explanation of correct answer choice: Discarding old builds in Jenkins not only allows for disk space conservation but also improves Jenkins performance...