Detect if a hudson build is manually or schedule (periodically) invoked
- by hippie
Ive set up deployment in hudson. SVN Build copy to production. I need to set up a schedule build to test for build error which is running every hour or so. What i dont want is the schedules builds to deploy to production.
Is it posible to detect, in nant, if the current build is a scheduled build or a manually started build. Or should i create a seperate project for the schedule build?