Is it possible to use specific maven profiles when running tests/deploying a feature branch using jenkin and maven.
We have a team of developers using feature branches. We have our own maven profiles and associated uat deployment environments.
How can we set up jenkins to deploy, for example, branches :
feature/developer1-new-button
feature/developer1-replace-payment
using maven profile "developer1
"