提交 07e4f096 编写于 作者: K kohsuke

Merged revisions 34887 via svnmerge from

https://www.dev.java.net/svn/hudson/branches/rc

........
  r34887 | kohsuke | 2010-09-15 19:43:02 -0700 (Wed, 15 Sep 2010) | 1 line
  
  more broken links
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@34888 71c3de6d-444a-0410-be80-ed276b4c234a
上级 2f3046a6
......@@ -24,10 +24,10 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="${%Startup Schedule}" help="/help/project-config/timer-format.html">
<f:entry title="${%Startup Schedule}" help="/descriptor/hudson.triggers.TimerTrigger/help/spec">
<f:textarea name="slave.startupSpec" checkUrl="'${rootURL}/trigger/TimerTrigger/check?value='+encodeURIComponent(this.value)" value="${s.startupSpec}"/>
</f:entry>
<f:entry title="${%Shutdown Schedule}" help="/help/project-config/timer-format.html">
<f:entry title="${%Shutdown Schedule}" help="/descriptor/hudson.triggers.TimerTrigger/help/spec">
<f:textarea name="slave.shutdownSpec" checkUrl="'${rootURL}/trigger/TimerTrigger/check?value='+encodeURIComponent(this.value)" value="${s.shutdownSpec}"/>
</f:entry>
</j:jelly>
......@@ -24,7 +24,7 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="${%Startup Schedule}" help="/help/project-config/timer-format.html">
<f:entry title="${%Startup Schedule}" help="/descriptor/hudson.triggers.TimerTrigger/help/spec">
<f:textarea name="retentionStrategy.startTimeSpec" checkUrl="'${rootURL}/retentionStrategy/SimpleScheduledRetentionStrategy/check?value='+encodeURIComponent(this.value)"
value="${instance.startTimeSpec}"/>
</f:entry>
......
......@@ -23,7 +23,7 @@ THE SOFTWARE.
-->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="${%Schedule}" help="/help/project-config/timer-format.html">
<f:entry title="${%Schedule}" help="/descriptor/hudson.triggers.TimerTrigger/help/spec">
<f:textarea name="scmpoll_spec" checkUrl="'${rootURL}/trigger/TimerTrigger/check?value='+encodeURIComponent(this.value)" value="${instance.spec}"/>
</f:entry>
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册