How do we link 2 different Workspaces with a single Git Repo in two different folders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 04:47 AM
I've 2 workspaces created using App Engine Studio. I want to link both of them to a Git Repo into 2 different folders. Can we do that?
If Yes, How?
Your response is much appreciated!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 07:43 AM
Hi
unfortunately you cannot as ServiceNow is managing the folder structure for a repo.
And to be honest, I don't understand your question. Maybe you first explain WHY you need two folders and then we can check what is the best solution. But asking for a solution without stating the underlying business requirement is not helpful.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 10:12 PM
Yes, so basically these workspaces are two different parts of a single project and now to manage both of them I was going to link both of them in their respective folders but in same repository.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 10:35 PM
Due to the complexity of a workspace it is recommended to keep it in an individual scope separately. That way you can change and deploy a workspace without any impacts to other workspaces or project parts. ServiceNow is following the same approach.
And that also means you need individual repos for your workspaces- as each workspace represents an own application.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 10:42 PM
Okay @Maik Skoddow , thank you for your insights.