Not allowed a schedule is shared by BuildDefinition and PurgeConfiguration
--------------------------------------------------------------------------

                 Key: CONTINUUM-2236
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2236
             Project: Continuum
          Issue Type: Bug
          Components: Core system
    Affects Versions: 1.3.1
         Environment: Maven 2.0.9
Ubuntu 8.10
            Reporter: Jose Morales Martinez


If you add a buildDefinition and a purgeConfiguration with same Schedule only 
add buildDefinition because both jobs have same job name.

When set job name does not difference between buildDefinition job or 
purgeConfiguration job

{noformat}
JobDetail jobDetail = new JobDetail( schedule.getName(), 
org.quartz.Scheduler.DEFAULT_GROUP, jobClass );
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to