Yes.
java -jar Jenkins-cli.jar -s JENKINS_URL build JOB_NAME -p KEY1=VAL1 -p KEY2=VAL2 -p KEY3=VAL3
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yes.
java -jar Jenkins-cli.jar -s JENKINS_URL build JOB_NAME -p KEY1=VAL1 -p KEY2=VAL2 -p KEY3=VAL3
From: [hidden email] [mailto:[hidden email]] On Behalf Of mallikarjunece
Sent: Thursday, April 18, 2013 8:53 AM
To: [hidden email]
Subject: How to pass multiple parameters to jenkins cli buildHi, I want to trigger jenkins build from remote server using jenkins-cli with multiple parameters , like java -jar jenkins-cli.jar -s JENKINS_URL build JOB_NAME -p KEY1=VAL1 KEY2=VAL2 ... Is it possible ? please let me know. Thanks in advance... Mallikarjuna
View this message in context: click here.
NAML
--username <USERNAME> --password-file /path/to/file/Password.txt
--