Thank you for your replies. I will try out both advices.
Am Dienstag, 24. Mai 2016 20:19:10 UTC+2 schrieb David Karlsen: > > afaik the post-deploy step is specific to a maven-type job > specifically, so you just need to run a normal maven command. > You could also try this option > > http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd > > to do it at the very end of the maven build. > > 2016-05-24 20:14 GMT+02:00 Thomas Zoratto <[email protected] > <javascript:>>: > > Hello, > > > > I think you can solve your problem and improve your CI configuration by > > using the Pipeline plugin and more specifically the Pipeline:Multibranch > > plugin. > > > > Thomas > > > > Le mardi 24 mai 2016 09:17:04 UTC+2, Sandra Parsick a écrit : > >> > >> 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 > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Jenkins Users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/jenkinsci-users/9345dbab-587d-4199-b314-bc1a8fcfd751%40googlegroups.com. > > > > For more options, visit https://groups.google.com/d/optout. > > > > -- > -- > David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9821a876-6a18-47eb-84cf-9f67bc6c123a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
