quick-start: Fix the configuration file argument to read "--conf"
Change-Id: Id9f9290cd8e7eabd3c3dbb5ee27cf3e3e1d52176
This commit is contained in:
parent
46bc9ecab5
commit
55fa8fda09
@ -64,7 +64,7 @@ Use Case 3: Working with JSON job definitions
|
||||
|
||||
You can also define your jobs in json instead of yaml::
|
||||
|
||||
jenkins-jobs --config etc/jenkins_jobs.ini-sample update tests/jsonparser/fixtures/simple.json
|
||||
jenkins-jobs --conf etc/jenkins_jobs.ini-sample update tests/jsonparser/fixtures/simple.json
|
||||
|
||||
The above command just uses a simple job definition. You can also convert any
|
||||
of the YAML examples to JSON and feed that to JJB.
|
||||
@ -76,7 +76,7 @@ Use Case 4: Deleting a job
|
||||
|
||||
To delete a job::
|
||||
|
||||
jenkins-jobs --config etc/jenkins_jobs.ini-sample delete simple
|
||||
jenkins-jobs --conf etc/jenkins_jobs.ini-sample delete simple
|
||||
|
||||
The above command deletes the job `simple` from the Jenkins master.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user