Hello everyone,

I've got a very simple django project hosted on github 
( https://github.com/abrahamvarricatt/TDDwithPython ; yes, it's based on 
the book ) and I'm trying to figure out how to configure a jenkins CI 
server to run tests based on pull requests. My end objective is to get a 
system similar to what the Pelican project ( 
https://github.com/getpelican/pelican/pulls ) is doing, but with Jenkins 
instead of TravisCI. i.e. if anyone makes a pull request, github should 
send a signal to jenkins to start a test run, depending on the results, 
jenkins will comment back YES if all unit tests pass, else it will comment 
back NO. The comments should be made on the pull request. Most importantly, 
when jenkins comments back, it should include links to the results of the 
test so that anyone can check it out. 

Admittedly, I haven't tried setting up a jenkins CI server just yet, so I'm 
not sure what (if any) problems I might encounter, but I have been 
searching online for any similar django-specific setups and haven't found 
any. :(  

So, here's my real question - Has anyone done anything similar for a django 
project? If so, are there any published instructions I can follow or use as 
a reference?

Thinking of proceeding without guidance,
Abraham V.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7bf24c7b-ba58-43f0-b003-59f22e36d135%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to