Re: How to simplify creation/maintenance of builds that are comparable?

2016-07-21 Thread Greg Smith
Here is the solution that worked best for me: I have a project that builds a set of tools that I use across multiple builds. Before moving to pipeline, it includes build utilities, build scripts, stuff like that. When I moved to Pipeline, I now build that project from Git, and then in my

How to simplify creation/maintenance of builds that are comparable?

2016-07-20 Thread Marco Pas
We just took to step to move our CI environment to Jenkins 2. We see that we are creating the same build over and over. The jenkinsfile is great, but now we see that we need to repeat it in every project. At the end that becomes it maintenance nightmare.. We have multiple git projects that are