提交 207ccfab 编写于 作者: K kohsuke

turns out that this has a side effect. reverting.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5585 71c3de6d-444a-0410-be80-ed276b4c234a
上级 2da598ad
......@@ -2,12 +2,12 @@
Link to a build. Used by fingerprint/index.jsp
Attributes:
jobName name of the job. Can be omitted if @job is specified.
job A 'job' object. Can be omitted if @jobName is specified.
jobName name of the job. Can be omitted if you don't want to show a name.
job A 'job' object. Can be omitted if you don't want to link.
number build number to link to.
-->
<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">
<j:set var="jobName_" value="${h.appendSpaceIfNotNull(h.defaulted(jobName,job.name))}"/>
<j:set var="jobName_" value="${h.appendSpaceIfNotNull(jobName)}"/>
<j:choose>
<j:when test="${job==null}">
${jobName_}#<!-- -->${number}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册