Thanks for reply.. See i don't want to trigger another build after completion of one build job. My purpose is like 1 job i have.. It should check like build is triggered due to commit by some developers..if it is , it should do some set of ant task. Next i have to run whole build over project by scheduling it at night. For that now what i am doing is by night i change build task manually for scheduled builds at night.. Is there any way like for commit, it should do these set of task and for scheduling this much of task to configure in single project job?..i have heard about conditional plugin..Is it using for this kind of purpose or something different?
Thanks in Advance, Varghese