From 50ca17b63ab7f79ec2b8326d3d1e5f3448091214 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 --- config.env.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.env.sample') diff --git a/config.env.sample b/config.env.sample index 060841c..b370fe2 100644 --- a/config.env.sample +++ b/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