Abstract Hard-Coded URLs to Config File 09/46709/1
authorSawyer Bergeron <sbergeron@iol.unh.edu>
Fri, 3 Nov 2017 18:36:19 +0000 (14:36 -0400)
committerSawyer Bergeron <sbergeron@iol.unh.edu>
Fri, 3 Nov 2017 20:43:15 +0000 (16:43 -0400)
commit5654cfe05930a331978eb9f7448975bd0d1b96c2
treec6b1796898282c2181221f5b8bbd38f8d670b72d
parentcde5479d94eb3ca175df8b8e3d1f7dec8b7bbda4
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>
dashboard/config.env.sample
dashboard/src/jenkins/adapter.py
dashboard/src/pharos_dashboard/settings.py