You want to archive and track a build artifact, "build/mybuilt.jar", with a fingerprint from your team's build. How would you invoke the archiveArtifacts function to accomplish this?
A. archiveArtifacts = 'build/mybuilt.jar', fingerprint: true
B. archiveArtifacts artifacts: ''build/mybuilt.jar'
C. archiveArtifacts artifacts: 'build/mybuilt.jar', fingerprint: false
D. archiveArtifacts artifacts: 'build/mybuilt.jar', fingerprint: true
Which is not a common stage of CI/CD?
A. Deploy
B. Test
C. Build
D. Kill
Where does the Jenkinsfile live?
A. /var/lib/jenkins
B. /etc/jenkins
C. With your source code
D. None of these
How would you invoke a Docker agent?
A. agent { label 'docker'}
B. None of these
C. agent { docker 'openjdk'}
D. agent docker
How do you use the Jenkins CLI?
A. jcli
B. There is no Jenkins CLI
C. java -jar /var/lib/jenkins/jenkins-cli.jar -s http://:8080/
D. jenkins
Your Pipeline has three stages: build, test, and deploy. You want the build and test stages to run automatically (without requiring human interaction), but you want the deploy stage to require approval by a human being. How do you achieve that goal?
A. Use an input step just before the deploy stage.
B. This is not possible using Pipeline, because a Pipeline must run from start to finish without human interaction.
C. Create a separate Pipeline to run the deploy stage.
D. Use a stage step just before the deploy stage.
Why Is the performance of a Jenkins master Improved by using a distributed builds architecture?
A. Because executors cannot be allocated on the master.
B. Because executors offloaded onto build nodes are not performant.
C. Because it prevents the CPU being overloaded during parallel polls.
D. Because it prevents builds from overloading a master's CPU/memory.
E. Because builds cannot be run In parallel on a master.
Which is NOT a continuous integration best practice?
A. Maintain a single source repository.
B. Do everything manually with great care.
C. Build every commit.
D. Make the build self-testing.
When would you use distributed builds?
A. When you want to preserve resources on the master node
B. When you want to simplify your architecture
C. When you have few jobs and plenty of resources on your master
D. When security isn't a concern
A Freestyle job has the configuration shown here:
You run the following command from a Unix terminal: curl http: ///git/notifyCommit? url-gitagithub.com: cloudbees/github test.git Will the Job be triggered?
A. It will not be triggered.
B. It will be triggered if the polling detects a change In any git branch.
C. It will be triggered if the polling detects a change In the git branch "master".
D. It will be triggered if the polling detects a change in the git branch "development".
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only CloudBees exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your CJE exam preparations and CloudBees certification application, do not hesitate to visit our Vcedump.com to find your solutions here.