From 1ac73aa959c4aafaf1c53c8c11248e57e291a251 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Sat, 18 Nov 2006 14:15:06 +0000 Subject: [PATCH] provide some helpful description instead of empty page, if the polling hasn't run yet. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1151 71c3de6d-444a-0410-be80-ed276b4c234a --- .../hudson/triggers/SCMTrigger/SCMAction/index.jelly | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/hudson/triggers/SCMTrigger/SCMAction/index.jelly b/core/src/main/resources/hudson/triggers/SCMTrigger/SCMAction/index.jelly index 91a152b712..477e567665 100644 --- a/core/src/main/resources/hudson/triggers/SCMTrigger/SCMAction/index.jelly +++ b/core/src/main/resources/hudson/triggers/SCMTrigger/SCMAction/index.jelly @@ -3,7 +3,15 @@

Last ${it.displayName}

-
${it.log}
+ + + + Polling has not run yet. + + +
${it.log}
+
+
-- GitLab