diff --git a/core/src/main/resources/hudson/model/Hudson/_api.jelly b/core/src/main/resources/hudson/model/Hudson/_api.jelly index 935e10b17770d7b8c90ca48f717cc44a7cb49007..df878320a36884d97820e458dfe733f80baf6d17 100644 --- a/core/src/main/resources/hudson/model/Hudson/_api.jelly +++ b/core/src/main/resources/hudson/model/Hudson/_api.jelly @@ -6,4 +6,10 @@ or 4xx/5xx code if it fails. config.xml is the format Hudson uses to store the project in the file system, so you can see examples of them in ${app.rootDir}.

+ +

Copy Job

+

+ To copy a job, send a POST request to this URL with + three query parameters name=NEWJOBNAME&mode=copyJob&from=FROMJOBNAME +

\ No newline at end of file