Here's my projectTrigger essentially in my ccnet.config file. Should
this be in the triggering project, or the triggered project? Is there
another place where I need to set my port?

      <projectTrigger
         serverUri="tcp://<ip address>:21234/CruiseManager.rem"
         project="Automated Test Project">
         <triggerStatus>Success</triggerStatus>
         <innerTrigger
            type="intervalTrigger"
            seconds="60"
            buildCondition="ForceBuild">
      </projectTrigger

On Apr 26, 5:40 pm, Matthias Napalowski <[email protected]>
wrote:
> In the ccnet.config you can set the used port..
>
> Regards
>
> Am 26.04.2012 um 23:10 schrieb Chris <[email protected]>:
>
>
>
>
>
>
>
> > Also, I see in examples that serverUri="tcp://localhost:21234/
> > CruiseServerClient.rem"
>
> > Is 21234 the correct port, and what is CruiseServer.rem?
>
> > On Apr 26, 4:22 pm, Chris <[email protected]> wrote:
> >> I want to use projectTrigger to trigger projects on TWO different PCs,
> >> say a build PC and a test PC. I want the BuildProject to trigger the
> >> TestProject, so where should I put the projectTrigger condition? I
> >> read docs that say the projectTrigger sets up polling, and I infer
> >> that I should put the projectTrigger block in the TestProject?
>
> >> Also is there a user/pw access necessary to make this work? PCs are on
> >> the same network/workgroup.
>
> >> -chris

Reply via email to