I am trying to implement a CI/CD pipeline concept in my microservice oriented architecture. I have a on-Premise SVN repository server. And it contains the spring boot code repo. I need to implement here CI/CD concept. When I am committing the modified codes then need to compile and test by automation tool Jenkins. This is my requirement.
Everywhere I am reading that Jenkins integration with Github codes. But here I want to release my code from SVN repository to Jenkins.
How can I integrate my SVN repository with Jenkins automation tool? And also are there any implementation documentation or tutorials to do this?