summaryrefslogtreecommitdiffstats
path: root/Sandbox_Setup.md
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 09:39:09 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 09:45:48 -0700
commit84c199d56e27e33c3a81bfb6d463f05b606b7c56 (patch)
treec2c8da3be0691471b6de1815a9e9fd4668a5fde2 /Sandbox_Setup.md
parentccf3f2391b0f09d7b51bf65bd8109b62aa33852d (diff)
Refactor: Cleanup for pre-commit
Change-Id: I2f07c0976ada6785febd172323e0dbad4849ebfa Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'Sandbox_Setup.md')
-rw-r--r--Sandbox_Setup.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Sandbox_Setup.md b/Sandbox_Setup.md
index 464d77ba7..fb856f754 100644
--- a/Sandbox_Setup.md
+++ b/Sandbox_Setup.md
@@ -36,7 +36,6 @@ Jenkins configurations to Sandbox environment, you must raise a ticket to
- [Modify an Existing Job](#modify-an-existing-job)
- [More online documentation](#more-online-documentation)
-
## Setup
To download **ci-management**, execute the following command to clone the
@@ -93,7 +92,9 @@ password= <Refer below steps to get API token>
url=https://jenkins.onap.org/sandbox
query_plugins_info=False
```
+
### Retrieve username and API token
+
Login to the [Jenkins Sandbox](https://jenkins.onap.org/sandbox/), go to your user
page by clicking on your username - `Jenkins User ID` on this page is your Jenkins
Sandbox username. Click **Configure** and then click **Add new Token**.
@@ -103,7 +104,7 @@ new token. Please note down your token and store it securely.
## Working with jobs
To work on existing jobs or create new jobs, navigate to the `ci-management/jjb/` directory where you
-will find all job templates for the project. Follow the below commands to test,
+will find all job templates for the project. Follow the below commands to test,
update or delete jobs in your sandbox environment.
### Test a Job