From: Andrew Grimberg Date: Fri, 26 Apr 2019 15:27:51 +0000 (-0700) Subject: Update JJB calls to only do jobs X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=47196660db40f5a1e27ba37e7ca0bd1f25f8fa7a;p=releng%2Fdocs.git Update JJB calls to only do jobs 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 --- diff --git a/docs/jenkins-sandbox.rst b/docs/jenkins-sandbox.rst index 56044d2..dd9a00a 100644 --- a/docs/jenkins-sandbox.rst +++ b/docs/jenkins-sandbox.rst @@ -208,13 +208,13 @@ following command to push the job to the Sandbox: .. code-block:: bash - jenkins-jobs update jjb/ + jenkins-jobs update -j jjb/ 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 ^^^^^^^^^^^^ @@ -223,13 +223,13 @@ Execute the following command to Delete a job from Sandbox: .. code-block:: bash - jenkins-jobs delete jjb/ + jenkins-jobs delete -j jjb/ 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.