Jenkins Paramerized Trigger + Copy Artifact
- by Josh Kelley
I'm working on setting up Jenkins to handle our release builds. A release build consists of a Windows installer that includes some binaries that must be built on Linux.
Here's what I have so far:
The Windows portion and Linux portion are set up as separate Jenkins projects.
The Windows project is parameterized, taking the Subversion tag to…