Hi! I want to develop a plugin (if such a thing doesn't exist) that listens on some predefined URL (like http://jenkins/autobuild), then does the following:
1. Takes the repo URL from the post body. 2. Examines the repo to determine how it is to be built by convention (i.e. Makefile, pom.xml, rakefile, config.xml, ...) 3. See if there's a job existing for that repo & branch, if not, create one. If so, update it if needed (e.g. used to be setup.py, now Makefile). 4. Run that job, returning whatever it does. The first iteration of this will be to build by Makefile. Subsequent iterations might add a configuration page for selecting the order of checks for various build techniques, and configuring the template config.xml to be used in each case. My questions for you: * Has this already been done? I didn't find it when I looked. * What extension points should I start with? Is there something similar in workflow that I can fork? Best regards, Jim -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/35719f7f-7d93-485e-8b96-0cfe7be7951b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
