提交 5b7ed214 编写于 作者: K kohsuke

exported config.xml


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3911 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e128871e
<!-- Sends config.xml verbatim. Particular attention needs to be paid to avoid sending whitespace -->
<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" xmlns:i="jelly:fmt"
><j:new var="h" className="hudson.Functions"
/><!-- if this page needs to be secured, make sure the user is admin
-->${h.adminCheck(request,response,true)
}<!-- write config.xml
--><st:contentType value="application/xml;charset=UTF-8"
/>${it.configFile.asString()}
</j:jelly>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册