Re: Building multiple maven projects without a parent pom?

2016-08-22 Thread Kristian Rink
Am Dienstag, den 23.08.2016, 01:43 +0200 schrieb Baptiste Mathus: > Not sure I get what you're trying to do, but using pipeline it'd > probably be easy to write that logic you're expressing. >  I'll have a look at pipelines then - thanks for your hint. Well, to maybe explain a bit clearer what we'

Building multiple maven projects without a parent pom?

2016-08-22 Thread Kristian Rink
Folks; for my use case, I'd like to configure a setup / jenkins project that should work more or less like this: * clone a defined set of maven modules from a local git server in a defined order into a set of named folders in the current jenkins projects workspace * iterate over these folders a

deploy and start application on remote machine?

2015-02-23 Thread Kristian Rink
Hi all; our environment includes jenkins taking care of building a bunch of (dropwizard/micro-service-style) applications that are essentially jars packaged using maven assembly plugins which get built and deployed to a local maven repository. I am into considering whether build automation can

post build script and nohup not working?

2014-12-18 Thread Kristian Rink
Folks; using jenkins to locally build and run a bunch of dropwizard based applications, we use shell scripts and nohup to start these on local machines. In jenkins, there is a post build script to copy the newly built application to some run folder and then execute the shell script that otherw

jenkins, archiva repo and credentials?

2014-12-12 Thread Kristian Rink
Folks; we use Jenkins all along with a local Apache Archiva maven repository to build maven projects. There's a dedicated user for Jenkins to access the repository and download (and deploy) artifacts. The user has all the required permissions, but I fail to set up maven in Jenkins to work with