From 79bff24099fc075993a28c48a3dcd3526a1582d4 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Tue, 5 Apr 2016 12:20:05 -0400 Subject: [PATCH] Add info about running jobs in Sandbox to JJB docs Change-Id: I44fcc45f15afaca3cc0fa5290027b3deb738ac86 Signed-off-by: Daniel Farrell --- src/site/markdown/jenkins.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/site/markdown/jenkins.md b/src/site/markdown/jenkins.md index 9a96b27e5..143cb250f 100644 --- a/src/site/markdown/jenkins.md +++ b/src/site/markdown/jenkins.md @@ -21,6 +21,9 @@ Sections: * [Jenkins Sandbox](#jenkins_sandbox) * [Configuration](#sandbox_config) * [Manual Method](#jjb_use_manual) + * [Test Jobs](#jjb_manual_test) + * [Push Jobs](#jjb_manual_push) + * [Run Jobs](#jjb_manual_run) * [Docker Method](#jjb_use_docker) # Jenkins Master @@ -784,6 +787,24 @@ can push them to the Jenkins sandbox. # Don't push all jobs by omitting the final param! (ctrl+c to abort) jenkins-jobs --conf jenkins.ini update jjb/ +### Running Jobs + +Once you have your Jenkins job configuration [pushed to the +Sandbox](#jjb_manual_push) you can trigger it to run. + +Find your newly-pushed job on the [Sandbox's web UI][27]. Click on its name to +see the job's details. + +Make sure you're [logged in][32] to the Sandbox. + +Click "Build with Parameters" and then "Build". + +Wait for your job to be scheduled and run. Click on the job number to see +details, including console output. + +Make changes to your JJB configuration, re-test, re-push and re-run until +your job is ready. + ## Docker Method If [using Docker](#jjb_install_docker): -- 2.36.6