From: Daniel Farrell Date: Tue, 5 Apr 2016 16:20:05 +0000 (-0400) Subject: Add info about running jobs in Sandbox to JJB docs X-Git-Tag: release/beryllium-sr2~72^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=79bff24099fc075993a28c48a3dcd3526a1582d4;hp=10c58e4fe43fefa585a54f34c5d4336ba7c5f865;p=releng%2Fbuilder.git Add info about running jobs in Sandbox to JJB docs Change-Id: I44fcc45f15afaca3cc0fa5290027b3deb738ac86 Signed-off-by: Daniel Farrell --- 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):