Hi,

I have a simple requirement where I want to publish my build into
subdirectories depending on the major and minor version of the build.
So for example, build version 2.3.0.1 goes into a subdirectory 2.3 and
2.4.0.1 goes into a directory 2.4. I have a custom labeller that sets
the CCNetLabel to equal the build version. I have also made a custom
publisher that strips the CCNetLabel and then creates the
subdirectories, so far so good.

The problem is, I want to use the resulting publish path (e.g: D:
\MyBuilds\2.3\2.3.0.1) in several tasks. How do I pass the new path
string that was created in my custom build publisher to other tasks?
Can I define variables that I can write to at runtime some how?

Chris

Reply via email to