<schedule> interval not accurate...
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
I have the following in config.xml.
When CC starts, it says each project will start build in the next 3 minutes.
That is the value of property interval.build.
However, the next build never starts in 3 minutes.
The log shows the next check to build is around 7-9 minutes.
Thru out the day, the log shows the build check is every 7-9 minutes instead of 3.
I also added another project with an interval of 1 hour.
This is a build without modification needed.
The build check actually comes out to be 4-5 hours.
The builds are actually successful thru out the day.
The only problem is the “interval.build” is not accurate.
Thanks.
<property name="interval.build" value="180" />
<plugin name="project">
<schedule interval="${interval.build}">
<composite>
<maven2 mvnhome="${home.maven}" pomfile="${dir.projects}/${project.name}/pom.xml" activateprofiles="CI" goal="clean install site-deploy">
</maven2>
</composite>
</schedule>
</plugin>
<project name="master">
</project>
<project name="framework">
</project>
<project name="daily_smoke_test">
<schedule interval="${interval.build}">
<composite>
<maven2 mvnhome="${home.maven}" pomfile="${dir.projects}/${project.name}/pom.xml" activateprofiles="CI" goal="clean install site-deploy">
</maven2>
</composite>
</schedule>
<modificationset quietperiod="${interval.check}">
<timebuild username="force-build" time="0700" />
<svn Localworkingcopy="${dir.projects}/${project.name}" useLocalRevision="true" username="${svn.user}" password="${svn.password}" />
</modificationset>
</project>
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user