Multiple Choice
A declarative Jenkins pipeline contains the following excerpt: parameters { string (name: 'TargetEnvironment', defaultValue: 'staging', description: 'Target environment') } How can a task use the value provided for TargetEnvironment ?
A) {{TargetEnvironment}}
B) $TargetEnvironment
C) %TargetEnvironment%
D) ${params.TargetEnvironment}
E) $ENV{TargetEnvironment}
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An Ansible variable file contains the following
Q2: Given the following excerpt of a Dockerfile
Q4: A service should be provided to arbitrary
Q5: Which statements are true regarding databases during
Q6: A recently installed application writes log data
Q7: The file index.php , which is being
Q8: Which of the following statements is true
Q9: Which of the following container names could
Q10: How does Vagrant run virtual machines?<br>A) Vagrant
Q11: Which Ansible keyword is used in a