[jenkinscat-docs] master: Updated, new configuration options added. (852a929)

immanetize at fedoraproject.org immanetize at fedoraproject.org
Fri Feb 6 07:39:53 UTC 2015


Repository : http://git.fedorahosted.org/cgit/jenkinscat-docs.git

On branch  : master

>---------------------------------------------------------------

commit 852a929388e8b32fbf029116547aeb94446a72e4
Author: Pavel Tisnovsky <ptisnovs at redhat.com>
Date:   Mon Dec 1 11:13:18 2014 +0100

    Updated, new configuration options added.


>---------------------------------------------------------------

 ChangeLog                 |    5 +++++
 src/jenkinscat/config.clj |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7d2c741..9bbb9e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-01  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/jenkinscat/config.clj:
+	Updated, new configuration options added.
+
 2014-11-26  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/jenkinscat/config.clj:
diff --git a/src/jenkinscat/config.clj b/src/jenkinscat/config.clj
index 3985886..8ad5fda 100644
--- a/src/jenkinscat/config.clj
+++ b/src/jenkinscat/config.clj
@@ -38,8 +38,14 @@
     (str "http://" hostname ":8080/job/"))
 
 (def json-url
+    "URL prefix for all requests based on JSON."
     (str "http://" hostname ":8080/"))
 
 (def test-results-url-prefix
+    "URL prefix for all tests (ie.test jobs)."
     (str "http://" hostname "/tests/"))
 
+(def test-results-prefix
+    "Path where test results will be stored."
+    "/var/www/html/tests/")
+



More information about the docs-commits mailing list