Hi!
I'm trying to setup a new plan that makes use of several stages. I would like to setup the following stages:
Check Out - Checks out source code and cleans previous builds
Compile - Compiles source code
Unit Test - Runs unit tests on compiled code from previous stage
Clean Up - Cleans up after build
The problem I experience is that each stage checks out the source code before running its jobs. Is it possible to have the source code just checked out once (Check Out-stage), compiled once (Compile-stage) and tested once (Unit Test-stage) ?
I've looked through the documentation, but can't seem to find a clear answer to this. I've found a Check Out-task that you should be able to add to jobs but can't seem to find it in the version we run, which is 3.2 build 2600.
Is it simply a question of upgrading?