I have a Jenkins pipeline in place for my project. i would like to automate the deployment process. whenever a new commit/push happens into the master branch i need to get the created/modified module name and use it into my pipeline as parameter.
Instead of i am passing the module names manually, i would like to do it via the automation..