- All Exams Instant Download
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
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...
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...
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,...
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...
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...
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
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 ....
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...
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