Build properties?
I have been poking through the documentation and haven't been any to find anything that helps.
We are constructing a build label, and we want it to be able to contain some important information about the build.
I see that we would be using the buildLabelPrefix for some of this, but I can't figure out if there are existing properites (or some other mechanism) that contain this information that we can use to seed the buildLabelPrefix with.
SPecifically we are wanting to know:
1) What stream the build is in. I see that we can find out what workspace we are in, so maybe that is what we do here.
2) What phase or iteration we are in. Now, I am not REALLY sure this makes sense, need to think about it a little more. But is there any good way to know what the current phase is?
We are constructing a build label, and we want it to be able to contain some important information about the build.
I see that we would be using the buildLabelPrefix for some of this, but I can't figure out if there are existing properites (or some other mechanism) that contain this information that we can use to seed the buildLabelPrefix with.
SPecifically we are wanting to know:
1) What stream the build is in. I see that we can find out what workspace we are in, so maybe that is what we do here.
2) What phase or iteration we are in. Now, I am not REALLY sure this makes sense, need to think about it a little more. But is there any good way to know what the current phase is?
3 answers
There is really no concept of "what stream the build is in". The build is
associated to a workspace. That workspace may have flows with several other
streams.
From what context do you need this information? Are you doing this from java
code? Or trying to get this information in Ant?
---
Ryan Manwiller
Jazz Team
associated to a workspace. That workspace may have flows with several other
streams.
From what context do you need this information? Are you doing this from java
code? Or trying to get this information in Ant?
---
Ryan Manwiller
Jazz Team