Posted: Sat Apr 11, 2015 3:40 pm Post subject: source control deploy
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
Just want to get some views on how to handle source control for automated deploys. Do you keep the source code and baroverride property files in separate projects? Same project? One way better than the other? Any thoughts?
Posted: Sat Apr 11, 2015 8:04 pm Post subject: Re: source control deploy
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
paustin_ours wrote:
Just want to get some views on how to handle source control for automated deploys. Do you keep the source code and baroverride property files in separate projects? Same project? One way better than the other? Any thoughts?
I like to keep them together. So I know that if I changed something inside the bar file I need to check if I need to change the override properties too. _________________ MQ & Broker admin
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
I follow KISS.
begin personal soapbox rant
barfileoverrides? not allowed on my projects. (other methodoligies do exist).
you can do without them IF you design your infrastructure correctly. Sadly and IMHO far too many projects take the barfileoverride route when they don't need to.
There again, I'm a
End of rant.
Our source control structure keeps EVERYTHING needed for a flow with the flow. This includes and SQL DDL, Queue Defs, mqsi* command scripts etc etc. This would include the barfileoverride files.
If you create a folder in your Flow project called 'Docs&Testing' you can store all sorts of stuff there that is used by the flow.
We also include the source files in the barfile. This way we absolutely know for sure what sources were used in the deployed flow. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum