From 60d50d7253a9adb030b24d30dffef1974920cb2d Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Mon, 2 May 2016 11:52:27 -0700 Subject: [PATCH] Update Jenkins README to point to test-infra. --- hack/jenkins/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hack/jenkins/README.md b/hack/jenkins/README.md index 2f1d462da12..fc285153e91 100644 --- a/hack/jenkins/README.md +++ b/hack/jenkins/README.md @@ -82,9 +82,11 @@ or not the job is healthy. New jobs should be specified as YAML files to be processed by [Jenkins Job Builder](http://docs.openstack.org/infra/jenkins-job-builder/). The YAML files -live in `job-configs` and its subfolders. Jenkins runs Jenkins Job Builder -in a Docker container defined in `job-builder-image`, and triggers it using -`update-jobs.sh`. Jenkins Job Builder uses a config file called +live in `jenkins/job-configs` and its subfolders **in the +[kubernetes/test-infra repository](https://github.com/kubernetes/test-infra)**. +Jenkins runs Jenkins Job Builder in a Docker container defined in +`job-builder-image`, and triggers it using `update-jobs.sh`. Jenkins Job Builder +uses a config file called [jenkins_jobs.ini](http://docs.openstack.org/infra/jenkins-job-builder/execution.html) which contains the location and credentials of the Jenkins server.