Re: Createing job through CLI

2017-03-20 Thread Adam Levine
oops, didn't realize I posted on a 3yr old thread. On Wednesday, July 2, 2014 at 1:48:35 PM UTC-5, Mike Craig wrote: > > Hello, > > I am using the Jenkins CLI to pull down a list of 'template' jobs, search > and replace for our release version, then "create" a job using the job XML > which I hav

Re: Createing job through CLI

2017-03-20 Thread Adam Levine
Promoted build has a special subfolder, promotions, in the same dir as the config.xml. In the promotions directory, there is a directory for each promotion name/stage, each with a config.xml. It's quite possible those subfolders are not being copied over because they're a one-off. On Wedne

Re: Createing job through CLI

2014-07-03 Thread jv
copy-job and update-job. Copy-job will copy all promotions. This is what we are doing[1]. [1] https://github.com/hzh/create-job-cli Am 02.07.2014 20:48, schrieb Mike Craig: Hello, I am using the Jenkins CLI to pull down a list of 'template' jobs, search and replace for our release version, t

Createing job through CLI

2014-07-02 Thread Mike Craig
Hello, I am using the Jenkins CLI to pull down a list of 'template' jobs, search and replace for our release version, then "create" a job using the job XML which I have pulled from Jenkins. The template job uses "promoted builds" plugin to have CI, "Directed Build", ReleaseCandidate, ReleasetoPro