<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question GITHUB and Code Repo in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3446987#M5608</link>
    <description>&lt;P&gt;Can we use Git HUB to deploy both scoped APPs and global APPs between instances?&amp;nbsp; Also, can we store files using Git HUB to store and retrieve code between different developers working on the same code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your response is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sami&lt;/P&gt;</description>
    <pubDate>Wed, 10 Dec 2025 19:57:32 GMT</pubDate>
    <dc:creator>sami_al-chokhac</dc:creator>
    <dc:date>2025-12-10T19:57:32Z</dc:date>
    <item>
      <title>GITHUB and Code Repo</title>
      <link>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3446987#M5608</link>
      <description>&lt;P&gt;Can we use Git HUB to deploy both scoped APPs and global APPs between instances?&amp;nbsp; Also, can we store files using Git HUB to store and retrieve code between different developers working on the same code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your response is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sami&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 19:57:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3446987#M5608</guid>
      <dc:creator>sami_al-chokhac</dc:creator>
      <dc:date>2025-12-10T19:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: GITHUB and Code Repo</title>
      <link>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3447046#M5610</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/322459"&gt;@sami_al-chokhac&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The short answer is yes. If you have several developers working on each their sandbox, you can ensure through IDE and source control that people can work on the same changes. Though remember, this is currently only for scoped apps and not global scoped apps - though it should come later on. Try to watch this:&amp;nbsp;&lt;/P&gt;
&lt;P lang="x-none"&gt;&lt;A href="https://www.youtube.com/watch?v=XNrtuseRXOw" target="_blank"&gt;ReleaseOps Simple Demo&lt;/A&gt;&lt;/P&gt;
&lt;P lang="x-none"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="x-none"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 22:05:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3447046#M5610</guid>
      <dc:creator>AndersBGS</dc:creator>
      <dc:date>2025-12-10T22:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: GITHUB and Code Repo</title>
      <link>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3447059#M5611</link>
      <description>&lt;P&gt;To clarify, there are two components to Source Control in this question: Committing and managing source code, and Automated Deployment to other environments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Committing and Managing Source Code&lt;/H3&gt;
&lt;P&gt;Can you manage source code for Scoped Apps and Global App Bundles?&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Yes!&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you store and retrieve code between different developers?&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Yes, &lt;STRONG&gt;but&lt;/STRONG&gt; concurrent development requires either multiple instances to be used, or developer sandboxes. This is because ServiceNow only supports one active branch at a time per instance, or per sandbox.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you retrieve code through Source Control from different environments?&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Yes&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Automated Deployment&lt;/H3&gt;
&lt;P&gt;Can GitHub trigger the install and deployment of scoped apps?&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Yes! We have the CICD APIs designed to facilitate this, and there is GitHub actions for doing this available&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Closing Notes&lt;/H3&gt;
&lt;P&gt;Source control integration is awesome and great to use. ServiceNow documentation includes details and considerations for doing this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend learning about Application Repository, which functions like an Artifact repository and method of deploying applications, which is a great tool for publishing your cut versions of an app to be installable in production or other environments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;Kindly,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Astrid Sapphire&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 22:26:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3447059#M5611</guid>
      <dc:creator>Astrid Sapphire</dc:creator>
      <dc:date>2025-12-10T22:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: GITHUB and Code Repo</title>
      <link>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3447082#M5614</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/153700"&gt;@Astrid Sapphire&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&amp;nbsp; However, you only answered me regarding the scoped apps.&amp;nbsp; I also asked about the global Apps, can we use GitHUB to deploy global apps too?.&amp;nbsp; I am asking because I keep hearing from the ServiceNow experts we can only use GITHUB to deploy scoped (not global) apps only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your response on this is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sami&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 23:32:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3447082#M5614</guid>
      <dc:creator>sami_al-chokhac</dc:creator>
      <dc:date>2025-12-10T23:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: GITHUB and Code Repo</title>
      <link>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3447091#M5615</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/322459"&gt;@sami_al-chokhac&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies, I meant to include Global App Bundles in that question. You cannot manage the entire Global app as one repository, it isn't designed to work that way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you can create apps within Global, which we call Global App Bundles. Any app you create in a Studio that exists in Global is a Global App Bundle, and you can manage those through the CICD APIs as well. The API is documented here:&amp;nbsp;&lt;A href="https://www.servicenow.com/docs/csh?topicname=cicd-api.html&amp;amp;version=latest" target="_blank"&gt;https://www.servicenow.com/docs/csh?topicname=cicd-api.html&amp;amp;version=latest &lt;/A&gt;- For items that exist in Global where you want to interact with the App Repo namespace of that API, you would use the app sys_id instead of the Scope value, since more than one object would have the scope of 'global'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly,&lt;/P&gt;
&lt;P&gt;Astrid Sapphire&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 23:45:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/github-and-code-repo/m-p/3447091#M5615</guid>
      <dc:creator>Astrid Sapphire</dc:creator>
      <dc:date>2025-12-10T23:45:44Z</dc:date>
    </item>
  </channel>
</rss>

