Validate all revisions in SVN + Jenkins -


trying setup continuous integration system. using svn source control. want validate(build) each revision using jenkins. default jenkins builds latest revision. commit , therefore important validate each revision.

note : use inhouse developed utility update working copy next revision , builds it. sends out build results(fail/success) accordingly...

you can setup subversion hook start build: https://wiki.jenkins-ci.org/display/jenkins/subversion+plugin#subversionplugin-postcommithook


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -