Buildforge Autobuild sample
Hello,
I'm trying to use Buildforge with Jazz, I have no problem to run the
WriteToJazz sample, but I am unable to run the AutoBuild sample.
When I try to start it I get the following error message :
markResultStarted.xml:26: Ant task attribute "requestUUID" contains
illegal value "${requestUUID}".
Did I miss something ?
Jean-Bernard
I'm trying to use Buildforge with Jazz, I have no problem to run the
WriteToJazz sample, but I am unable to run the AutoBuild sample.
When I try to start it I get the following error message :
markResultStarted.xml:26: Ant task attribute "requestUUID" contains
illegal value "${requestUUID}".
Did I miss something ?
Jean-Bernard
5 answers
Hi Jean-Bernard,
The message you are seeing indicates that the poller (the BuildForge
adaptor) did not find a request in the queue.
Is there a request pending in the repository? That is, did you request
an AutoBuild build through the Jazz UI before running the AutoBuild sample?
Martha
Jean-Bernard Curmi wrote:
The message you are seeing indicates that the poller (the BuildForge
adaptor) did not find a request in the queue.
Is there a request pending in the repository? That is, did you request
an AutoBuild build through the Jazz UI before running the AutoBuild sample?
Martha
Jean-Bernard Curmi wrote:
Hello,
I'm trying to use Buildforge with Jazz, I have no problem to run the
WriteToJazz sample, but I am unable to run the AutoBuild sample.
When I try to start it I get the following error message :
markResultStarted.xml:26: Ant task attribute "requestUUID" contains
illegal value "${requestUUID}".
Did I miss something ?
Jean-Bernard
Hi Jean-Bernard,
Is there a file called request_AutoBuild_xxx.txt in the Path directory
of your BuildForge server? If so, what is in that file?
It should have a line like this:
requestUUID=_pYA8gGOlEduGOKjoTLFnEQ
If there is no such file, it may mean something has gone wrong with the
adaptor. Confirm that the Adaptor Link is set up according to the
README.txt and turn on debug mode for adaptors (System->Link Debug Mode
= Yes). That should give us some information on why the requestUUID is
not set
Thanks,
Martha
Jean-Bernard Curmi wrote:
Is there a file called request_AutoBuild_xxx.txt in the Path directory
of your BuildForge server? If so, what is in that file?
It should have a line like this:
requestUUID=_pYA8gGOlEduGOKjoTLFnEQ
If there is no such file, it may mean something has gone wrong with the
adaptor. Confirm that the Adaptor Link is set up according to the
README.txt and turn on debug mode for adaptors (System->Link Debug Mode
= Yes). That should give us some information on why the requestUUID is
not set
Thanks,
Martha
Jean-Bernard Curmi wrote:
Hello,
I'm trying to use Buildforge with Jazz, I have no problem to run the
WriteToJazz sample, but I am unable to run the AutoBuild sample.
When I try to start it I get the following error message :
markResultStarted.xml:26: Ant task attribute "requestUUID" contains
illegal value "${requestUUID}".
Did I miss something ?
Jean-Bernard
Hi Martha,
I had no request_AutoBuild_xxx.txt and every thing was working as if
there was no link to JazzPollerAdaptor in the AutoBuild project.
I have updated my Buildforge Management Console with the 7.0.3.50 fix
and now everything is working. thanks again.
Jean-Bernard
I had no request_AutoBuild_xxx.txt and every thing was working as if
there was no link to JazzPollerAdaptor in the AutoBuild project.
I have updated my Buildforge Management Console with the 7.0.3.50 fix
and now everything is working. thanks again.
Jean-Bernard
Hi Jean-Bernard,
Is there a file called request_AutoBuild_xxx.txt in the Path directory
of your BuildForge server? If so, what is in that file?
It should have a line like this:
requestUUID=_pYA8gGOlEduGOKjoTLFnEQ
If there is no such file, it may mean something has gone wrong with the
adaptor. Confirm that the Adaptor Link is set up according to the
README.txt and turn on debug mode for adaptors (System->Link Debug Mode
= Yes). That should give us some information on why the requestUUID is
not set
Thanks,
Martha
Jean-Bernard Curmi wrote:
Hello,
I'm trying to use Buildforge with Jazz, I have no problem to run the
WriteToJazz sample, but I am unable to run the AutoBuild sample.
When I try to start it I get the following error message :
markResultStarted.xml:26: Ant task attribute "requestUUID" contains
illegal value "${requestUUID}".
Did I miss something ?
Jean-Bernard
As far as I know, no information has been published regarding the use of
Build Forge and RTC.
While there may be better integration in future releases, for now you could
invoke the RTC buildtoolkit ant tasks within Build Forge steps, in order to
progress monitor and publish Build Forge build information in RTC.
The example usage of ant tasks here may be helpful:
https://jazz.net/wiki/bin/view/Main/AntStandalone
---
Ryan Manwiller
Jazz Team
Build Forge and RTC.
While there may be better integration in future releases, for now you could
invoke the RTC buildtoolkit ant tasks within Build Forge steps, in order to
progress monitor and publish Build Forge build information in RTC.
The example usage of ant tasks here may be helpful:
https://jazz.net/wiki/bin/view/Main/AntStandalone
---
Ryan Manwiller
Jazz Team