Hi, I have looked at a few plugins like:
https://wiki.jenkins-ci.org/display/JENKINS/Patch+Parameter+Plugin https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin https://wiki.jenkins-ci.org/display/JENKINS/Gitlab+Merge+Request+Builder+Plugin http://www.cloudbees.com/products/jenkins-enterprise/plugins/validated-merge-plugin If I was putting together a project from scratch, I would definitely host the project on github, and use the Github Pull Request Builder plugin or the Validated Merge plugin. However, I am interested in implementing a "pre-commit test" workflow for FreeBSD, which still uses Subversion. Does anyone have any recommendations on how to implement this? I think I could use the Patch Parameter Plugin, but after the patch + build + test succeeds, I would like to have Jenkins commit the patch to Subversion, and preserve the original committer's userID, and commit log message. Does anyone have any advice on how to implement this? Thanks. -- Craig -- 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]. For more options, visit https://groups.google.com/d/optout.
