-
New Feature
-
Resolution: Fixed
-
Major
-
None
The Jenkins CLI is missing support for retrieving the configuration of a job. The http://jenkins/job/name/config.xml URL only works when no authentication/authorization is required to access the file. The new command for the Jenkins CLI would complement the already existing create-job command.
I am also interested in this. In addition to getting the job config via CLI, we also need capability to set the job config via CLI. This is a legit use case for several of my customers and a CLI capability which other CI toolkits include.
Parameters to the edit-job would be the job name and/or updated xml file on the filesystem. Seems easy to implement.
-Anthony