quick-start: Fix the configuration file argument to read "--conf"

Change-Id: Id9f9290cd8e7eabd3c3dbb5ee27cf3e3e1d52176
This commit is contained in:
Sebastian Schuberth 2015-10-20 18:20:22 +02:00
parent 46bc9ecab5
commit 55fa8fda09
1 changed files with 2 additions and 2 deletions

View File

@ -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.