This question can have only one option as the correct answer. For experts who are giving answers to this question, I als
Posted: Thu Jul 14, 2022 2:18 pm
This question can have only one option as the correctanswer.
For experts who are giving answers to this question, I also needthe reference to official material online or some links on websitesthat explain why the answers you are giving are correct.
Topic: Jenkins You want to configure your Jenkins Build so that it can be executed on both Windows and Linux operating systems. Also, after the successful build completion, manual user intervention is required to proceed to the deployment stage. What is the best strategy to accomplish this scenario? A parallel pipeline will be formed in a Jenkinsfile, and different agents will be assigned to run in parallel. Also, parameters will be configured within the job configuration window to add a "conditional step" in the "post-build section" to run the deployment build. Build two separate jobs so that they can be executed on two different systems sequentially. Use the "conditional step" in the post-build section of the job's configuration to run the deployment build. Use a "trigger parameterized build" in the post-build section to run the deployment build.
A parallel pipeline will be formed in a Jenkinsfile, and different agents will be assigned to run in parallel. Also, parameters will be configured within the job configuration window to add a "conditional step" in the "post-build section" to run the deployment build. Parameters and conditional steps will be defined within the Jenkinsfile to run the deployment build. Use the "Build periodically" option to execute builds in parallel and use the "trigger parameterized build" option to run the deployment build. Build two separate jobs so that they can be executed on two different systems sequentially. Use the "conditional step" in the post-build section of the job's configuration to run the deployment build.
For experts who are giving answers to this question, I also needthe reference to official material online or some links on websitesthat explain why the answers you are giving are correct.
Topic: Jenkins You want to configure your Jenkins Build so that it can be executed on both Windows and Linux operating systems. Also, after the successful build completion, manual user intervention is required to proceed to the deployment stage. What is the best strategy to accomplish this scenario? A parallel pipeline will be formed in a Jenkinsfile, and different agents will be assigned to run in parallel. Also, parameters will be configured within the job configuration window to add a "conditional step" in the "post-build section" to run the deployment build. Build two separate jobs so that they can be executed on two different systems sequentially. Use the "conditional step" in the post-build section of the job's configuration to run the deployment build. Use a "trigger parameterized build" in the post-build section to run the deployment build.
A parallel pipeline will be formed in a Jenkinsfile, and different agents will be assigned to run in parallel. Also, parameters will be configured within the job configuration window to add a "conditional step" in the "post-build section" to run the deployment build. Parameters and conditional steps will be defined within the Jenkinsfile to run the deployment build. Use the "Build periodically" option to execute builds in parallel and use the "trigger parameterized build" option to run the deployment build. Build two separate jobs so that they can be executed on two different systems sequentially. Use the "conditional step" in the post-build section of the job's configuration to run the deployment build.