提交 edc88877 编写于 作者: K kohsuke

added description of how to programatically copy a job.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3892 71c3de6d-444a-0410-be80-ed276b4c234a
上级 416853f3
......@@ -6,4 +6,10 @@
or 4xx/5xx code if it fails. <tt>config.xml</tt> is the format Hudson uses to store the project
in the file system, so you can see examples of them in <tt>${app.rootDir}</tt>.
</p>
<h2>Copy Job</h2>
<p>
To copy a job, send a POST request to <a href="../createItem">this URL</a> with
three query parameters <tt>name=<i>NEWJOBNAME</i>&amp;mode=copyJob&amp;from=<i>FROMJOBNAME</i></tt>
</p>
</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.
先完成此消息的编辑!
想要评论请 注册