You want to execute a Job passing one parameter via the Jenkins RFST API. The correct syntax for this is http: / /server/Job/ myjob_________.

You want to execute a Job passing one parameter via the Jenkins RFST API. The correct syntax for this is http: / /server/Job/ myjob_________.A . /build?Parameter =ValueB . /buiWWithParameters?Parameter=ValueC . /buildWithParametersD . /build?Parameters=ValueView AnswerAnswer: B

July 17, 2022No CommentsREAD MORE +

How can you configure a Declarative Pipeline to record the fingerprint of an artifact?

How can you configure a Declarative Pipeline to record the fingerprint of an artifact?A . CaII the fingerprintArtifact() step immediately after the archiveArtifacts( ) step.B . Enable the Declarative Pipeline 'enableFingerprints' 'option' .C . Set the Fingerprint Artifacts global configuration option.D . Set the "fingerprint: true" argument for the archiveArtifactsQ...

July 17, 2022No CommentsREAD MORE +

What is the purpose of the "Manage Old Data" screen under "Manage Jenkins"?

What is the purpose of the "Manage Old Data" screen under "Manage Jenkins"?A . Delete artifacts, togs, and backups that are no longer required.B . Clean up workspaces left by deleted Jenkins users.C . Delete outdated configurations left by uninstalled, deleted, or upgraded plugins.D . Delete or restore old credentials...

July 17, 2022No CommentsREAD MORE +

What is the preferred method for a Jenkins administrator to notify nil Jenkins users about upcoming system maintenance?

What is the preferred method for a Jenkins administrator to notify nil Jenkins users about upcoming system maintenance?A . Add text to the "System Message" field on the "System Configuration" page to populate a banner displayed across the top of the master's home page.B . On the "System Configuration" page,...

July 17, 2022No CommentsREAD MORE +

Which of the following could explain why the builds are waiting in the build queue?

A Freestyle job is configured to execute concurrent builds, and to only build on a specific agent (agent A) that has 4 executors. You observe that 2 Instances of the job are currently building while several others are waiting in the build queue. Which of the following could explain why...

July 17, 2022No CommentsREAD MORE +

In this case, which repositories under the organization will have Multibranch projects automatically created for them?

You are using GitHub repository scanning (in a project of type "GitHub Organization") with the Pipeline lenkinsfile Project Recognizer. In this case, which repositories under the organization will have Multibranch projects automatically created for them?A . only repositories that contain a Jenkinsfile in all their branchesB . only repositories that...

July 17, 2022No CommentsREAD MORE +

Which Jenkins job status indicates that tests failed?

Which Jenkins job status indicates that tests failed?A . AbortedB . SuccessC . UnstableD . FailureE . Not BuiltView AnswerAnswer: C

July 17, 2022No CommentsREAD MORE +

Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers

Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answersA . Any Pipeline DSL code that Implements complex computational tasks must be located outside any stage block.B . Steps are the logical segmentation of a Pipeline; they contain stages that define actual tasks.C ....

July 16, 2022No CommentsREAD MORE +

What is the purpose of the "Manage Users" section of the Manage Jenkins dashboard?

What is the purpose of the "Manage Users" section of the Manage Jenkins dashboard?A . Contains entries used for the security matrix or project security matrix.B . Defines aliases for credentials that have been created In the external security realm.C . Each user who is allowed access to Jenkins must...

July 16, 2022No CommentsREAD MORE +

Which are Source Code Management tools? Choose 3 answers

Which are Source Code Management tools? Choose 3 answersA . JavaB . PerforceC . SubversionD . GitE . MavenView AnswerAnswer: B, C, D

July 16, 2022No CommentsREAD MORE +