Schedules determine the project's time interval to build.
When scheduled builds are triggered, there is no dependency ordering between project groups and the following happens:
If there are duplicates of a project in another project group (duplicates would mean another instance of a project with the same groupId, artifactId, and version), both projects are built.
However, if there are duplicates of a project in the same project group, only one (1) of the projects is built.
To configure a scheduled build:
To view the results of the build, refer to Build Results Management.