Hi All,
I have a project with a tree structure roughly like this:
source
source/Makefile
source/python
source/cpp
source/sql
source/lotsofotherstuff
I have a job that builds the C++ release and then runs its unit tests.
This requires:
source/Makefile
source/cpp
Since Makefile is a file, not a folder, and one that for arcane reasons
I can't move from its location, I can't *only* checkout Makefile and the
cpp folder. This is resulting in loads of spurious executions of this
build job as a result of changes to other parts of the tree that don't
affect the C++ release at all.
How can I *just* checkout the Makefile and cpp folders and have those
used as the things that jenkins looks at for changes?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk