Basically, I have 2 definitions for building, one creates and deploys some database projects, and the other creates and deploys a website.
What I would like to do is the ability to create / deploy databases, and if it has no errors, create and deploy a web application.
The idea is that if for some reason the database deployment fails, I can restore the database from backup and fix this problem before I deploy the web application. (Leaving the work of the previous version of the application)
Any information on how to call my database definition from inside my build def web application would be appreciated.
source
share