continuous integration - Tracking Build Status in Jenkins -



continuous integration - Tracking Build Status in Jenkins -

we in progress of setting jenkins manage our build system. utilize jenkins track total lifecycle of build. have few automated tests run (i know, know, working on that), way update status of build build completion qa completion different status alpha ready, beta ready, rc , release.

any suggestions?

if looking way 'flag' builds utilize promotion that. promoted builds plugin meant perform actual action, suggest making action publish/copy 1 uploads artifacts directory convey status e.g. /alpha, /beta, /rc, etc. can restrict allowed perform promotion if want.

personally i'd track status of build in separate bugtracker using milestones , check 'keep build forever' , add together comment on builds on jenkins of import this. (of course of study you'd need backups set correctly this, otherwise should re-create build artifacts , steps reproduce them safe location)

jenkins continuous-integration

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -