From 5654cfe05930a331978eb9f7448975bd0d1b96c2 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Fri, 3 Nov 2017 14:36:19 -0400 Subject: Abstract Hard-Coded URLs to Config File JIRA: PHAROS-317 The Jenkins URL configuration now works the same as the Jira URL configuration, with a base URL in the config.env file, with settings.py calculating the final URLs to be used in adapter.py. Change-Id: I79b4784ab39afdb789a24e4c0f1e8a3ae3566421 Signed-off-by: Sawyer Bergeron --- dashboard/config.env.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dashboard/config.env.sample') diff --git a/dashboard/config.env.sample b/dashboard/config.env.sample index 060841c..b370fe2 100644 --- a/dashboard/config.env.sample +++ b/dashboard/config.env.sample @@ -22,3 +22,6 @@ JIRA_USER_PASSWORD=sample_jira_pass # Rabbitmq RABBITMQ_USER=opnfv RABBITMQ_PASSWORD=opnfvopnfv + +#Jenkins Build Server +JENKINS_URL=https://build.opnfv.org/ci -- cgit 1.2.3-korg