Answers
- Correct answer: D
Explanation:
Because the
disableConcurrentBuilds()
option is beneficial in all these scenarios to avoid conflicts, ensure reliable results, and maintain a predictable execution environment. - Correct answer: D
Explanation:
Because the
environment {}
block in Jenkins pipeline code is used for setting accessible environment variables across all stages, configuring specific parameters and credentials, and overriding global environment variables for specific pipeline runs. - Correct answer: D
Explanation:
Checking the deployment status and health of an application in a staging environment before running performance testing in a Jenkins CD pipeline using Argo CD is essential to ensure that dependencies are correctly configured, the application is successfully deployed and functioning as expected, and the correct version of the application is tested, all of which are crucial for obtaining accurate and meaningful performance testing results.
- Correct answers...