From 47196660db40f5a1e27ba37e7ca0bd1f25f8fa7a Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 26 Apr 2019 08:27:51 -0700 Subject: [PATCH] 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 --- docs/jenkins-sandbox.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.16.6