From 55fa8fda09fe21c8db0f81a13d16a44ce1727d17 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 20 Oct 2015 18:20:22 +0200 Subject: [PATCH] quick-start: Fix the configuration file argument to read "--conf" Change-Id: Id9f9290cd8e7eabd3c3dbb5ee27cf3e3e1d52176 --- doc/source/quick-start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/quick-start.rst b/doc/source/quick-start.rst index 69c8ea9fc..6b1edba4e 100644 --- a/doc/source/quick-start.rst +++ b/doc/source/quick-start.rst @@ -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.