From f3ce6e80794ff3a234dbd8850c8501abda95cedb Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 11 Jul 2012 17:14:30 -0400
Subject: [PATCH] Fixes and adjustments to test suite

---
 groovy/jenkins.groovy |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/groovy/jenkins.groovy b/groovy/jenkins.groovy
index 41083d2..7336058 100644
--- a/groovy/jenkins.groovy
+++ b/groovy/jenkins.groovy
@@ -53,6 +53,9 @@
  *	url				Base url for Gitblit		String
  *  logger			Logs messages to Gitblit 	org.slf4j.Logger
  *  clientLogger	Logs messages to Git client	com.gitblit.utils.ClientLogger
+ *
+ * Accessing Gitblit Custom Fields:
+ *   def myCustomField = repository.customFields.myCustomField
  *  
  */
 // Indicate we have started the script

--
Gitblit v1.9.1