aboutsummaryrefslogtreecommitdiffstats
path: root/config.env.sample
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2017-11-03 14:36:19 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2017-11-03 16:43:15 -0400
commit50ca17b63ab7f79ec2b8326d3d1e5f3448091214 (patch)
treecb4b3ae03566ac1f6f73481f3879bd87baf83078 /config.env.sample
parent42763c659dd029cbe2c88e2292f638fd0735825e (diff)
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 <sbergeron@iol.unh.edu>
Diffstat (limited to 'config.env.sample')
-rw-r--r--config.env.sample3
1 files changed, 3 insertions, 0 deletions
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