Detect if a hudson build is manually or schedule (periodically) invoked
Posted
by hippie
on Stack Overflow
See other posts from Stack Overflow
or by hippie
Published on 2010-04-21T21:18:39Z
Indexed on
2010/04/21
22:23 UTC
Read the original article
Hit count: 337
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?
© Stack Overflow or respective owner