How can you set the values of a parameterized build on the command line using the Jenkins CLI (jenkins-cli.jar)?

Posted by: Pdfprep Category: CCJE Tags: , ,

How can you set the values of a parameterized build on the command line using the Jenkins CLI (jenkins-cli.jar)?
A . The Jenkins CL1 can only start builds without parameters.
B . Set the jenkins_parameters environment variable.
C . Append –parameter-KEY-Value to the command line.
D . Create a file containing KEY=Value pairs (one per line) and use the –parameters file command line argument.
E . Append #KEY-Value to the command line.
F . Append -p KEY=Value to the command line.

Answer: C

Leave a Reply

Your email address will not be published.