Skip to content

Commit

Permalink
Update JJB calls to only do jobs
Browse files Browse the repository at this point in the history
Our sandbox Jenkins systems do not allow non-admins the ability to
manage views. As such, the documentation should not give generic
commands that by default also push jobs.

Change-Id: I30d6a7f4d884b8f25516739cac5eb3e3a98f7055
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
  • Loading branch information
tykeal committed Apr 26, 2019
1 parent ebf4d3d commit 4719666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/jenkins-sandbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@ following command to push the job to the Sandbox:

.. code-block:: bash
jenkins-jobs update jjb/ <job-name>
jenkins-jobs update -j jjb/ <job-name>
For Example:

.. code-block:: bash
jenkins-jobs update jjb/ ci-management-jjb-merge
jenkins-jobs update -j jjb/ ci-management-jjb-merge
Delete a Job
^^^^^^^^^^^^
Expand All @@ -223,13 +223,13 @@ Execute the following command to Delete a job from Sandbox:

.. code-block:: bash
jenkins-jobs delete jjb/ <job-name>
jenkins-jobs delete -j jjb/ <job-name>
For Example:

.. code-block:: bash
jenkins-jobs delete jjb/ ci-management-jjb-merge
jenkins-jobs delete -j jjb/ ci-management-jjb-merge
You can also delete the job from the UI options in Jenkins Sandbox.

Expand Down

0 comments on commit 4719666

Please sign in to comment.