If you are ever were involved in deployment of Salesforce project or setting continuous integration for SF project, you should know that often after deployment of metadata components (classes, pages etc) you additionally need to do some manual tasks like populating custom setting values or setting field level security for profiles. There are a lot of such boring actions.
On my current project I again faced with it and I'm looking for ways how i can maximally automate it. For deploying the project to Org we use Jenkins + Git. So, I want that these post-deployment actions were executed, for instance, after each deploy (or on some other triggers).
Are there any plugins for Jenkins or other tools, scripts or approaches that can help me with it?