Hi All, I need to pass an argument (such as --arg abcd) while running Build command using jenkins CLI. incase of listJobs the argument is getting recognized properly in my custom plugin. (java -jar jenkins-cli.jar -i <file> listJobs --arg abcd ) but the same is not working for Build command. (java -jar jenkins-cli.jar -i <file> build <jobName> --arg abcd). Can someone please share an idea how to pass custom argument for build??
-- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
