you may create a sqldump job in your jenkins instance easily, just follow these steps
-
install the following plugins:
- Mercurial
- Checkstyle
- FindBugs
- PMD
- DRY
- Task Scanner
- Cobertura
-
run jenkins-cli:
java -jar jenkins-cli.jar -s http://[your-server] create-job sqldump < [sqldump-repo]/doc/jenkins-config.xml
-
[optional] at jenkins > sqldump > configure: change your Mercurial Repository URL to your
[sqldump-repo]