We're having a problem that I'd like to ask the group about.  Search
hasn't yielded any help so far.

In one of our project configs, we have a trigger set up similarly to
the following:

        <projectTrigger serverUri="$(line_ccnet_server_uri)"
project="IntegrationConfig" name="$(project_name)Project">
                <triggerStatus>Success</triggerStatus>
                <innerTrigger type="intervalTrigger" seconds="30"
buildCondition="IfModificationExists"/ name="$(project_name)Interval">
        </projectTrigger>

We also have the following source control block:

        <sourcecontrol type="p4">
                <view>//depot/$(line)/...</view>
                <client>$(p4_client)</client>
                <user>$(p4_user)</user>
                <password>$(p4_pass)</password>
                <port>$(p4_port)</port>
                <applyLabel>true</applyLabel>
        </sourcecontrol>

We're having an issue when the perforce server cannot be contacted.
The inner intervalTrigger fires, and we get failure emails every 30
seconds until the server comes back up.

Although that may be what some people want in certain situations, this
isn't actually a legitimate failure in our particular case.

Is there a way to have it ignore perforce login errors and NOT fire
the intervalTrigger when that happens?

Anyone have ideas about this?

Reply via email to