Hello All,
I am new to GOCD and i want to make complex workflow as given bellow so how can i build that pipeline please guide me or if any one on discord please give discord id so i can explain what i want make
scenario 1:
my client have 3 server A.primery B.Secondry C.Backup. i want to take data base backup from A to C or B to C (folder to folder). while taking backup i want to deploy my build in parallel
scenario 2:
My client have only one server so i have to stop webserver and taking backup of database (folder to folder) after completing backup process. the pipeline should deploy the build
scenario 3:
My client have only one server so i have to stop webserver and taking backup of database (as Dump) after completing backup process. the pipeline should deploy the build
(Artifact will Build by developers and put in shared drive so i want to copy from there)
-> for this all i want to create single pipeline
-> i want to define at starting of pipeline that i want to take backup or direct deploy the build
Please help me to Build This Process Pipeline
Regards
Nayan Makwana