--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/02ea4100-29b8-4d08-88ea-1b920e84eff5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Remote Access API is available directly, without need to install any plugin.By accessing http://${YOUR_JENKINS}/api url, you should be able to see a page listing different ways to interact with it (see "Create Job").You have also a full example here using curl to create a new job based on XML with or without folder.
However, what do you mean by "for creating jobs based on a specific build" ?
2017-07-28 8:03 GMT+02:00 Pradeep Patra <smileso...@gmail.com>:
Hi all,I am using Jenkins 2.71 trying to use Remote Access API plugin for creating jobs outside the Jenkins. I was referring to the below plugin.When I search in Manage Plugins I could not find any plugin with this name? I have got Remote Terminal access plugin. How can I install this plugin. Does it have separate hpi?I was trying to find a suitable example for creating job based on xml/JSON for creating jobs based on a specific build?RegardsPradeep
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
I tried it and it is asking for mode? I am not sure what is the mode I should provide for creating new job. I tried passing mode=create and it did not work.
However, what do you mean by "for creating jobs based on a specific build" ?I mean the new job should "execute shell" to package local packages. I guess that I can achieve with the buildWithParameters and by passing the command. If you have any example could you please let me know.
I tried it and it is asking for mode? I am not sure what is the mode I should provide for creating new job. I tried passing mode=create and it did not work.Can you share the command line which you've tried please ?
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c8f8ba34-8af7-4a5a-8de6-b98f88b821c1%40googlegroups.com.