I see we can manage package source with git by local service development project but how to manage IS config (Alias, global variable, ACL …) with git?
When I change a config in local IS, how to push changed it to git server and how to deploy from git to target server by jenkins? ( I can work well with packages)
Or I need copy by hand from config folder to git repo and push it?
You explicitly add the config files in git local and push to remote, that you want to be deployed in target server, apart from the regular packages.
Set the git repository at IS instance directory like. SAGDirectory\IntegrationServer\instances\default ( if you have another instance then that XYZ named instance ).
You need to add .gitignore file to exclude other folders\config entries that you don’t want to be on git repo.
Hi Firoz
Thank you for your answer , I have one more question
Can I depoy Alias, global variable, connection by jenkins when setup git at IS config repo? Now I only deploy success ACL, user, group to target server