Hello,
I have following problem and maybe someone has a good idea how I can solve it.
I have a Git repository with several branches. I'd like to bring all branches under CI control. That means, after every push to the repository, indepentent in which branch, a job should check whether the build is successful. When the build is sucessful, the build artifact should be uploaded to a Maven repository. But the upload step shouldn't be done on every branch.
I have tried the Multi-Branch Project Plugin, but I couldn't find the Post-build action "Publish artifacts in Maven repository (deploy)", that I usually use in normal Maven-project build jobs. Do you have some ideas, how I can solve my problem?
Best regards,
Sandra