<?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>topic Re: Web AppBuilder in CI/CD Pipelines in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-in-ci-cd-pipelines/m-p/1392794#M23400</link>
    <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the frustration. It's hard to find resources and solutions for Esri's prodcuts. They acutually put up an example here.&amp;nbsp;&lt;A href="https://github.com/gavinr-maps/experience-builder-devops-example" target="_blank"&gt;https://github.com/gavinr-maps/experience-builder-devops-example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's introduced during a dev summit event. I think dev summit is probably the best place to find useful info on Esri's products.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 20:24:17 GMT</pubDate>
    <dc:creator>LoisLi</dc:creator>
    <dc:date>2024-03-07T20:24:17Z</dc:date>
    <item>
      <title>Web AppBuilder in CI/CD Pipelines</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-in-ci-cd-pipelines/m-p/556645#M14762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use ArcGIS Web AppBuilder in CI/CD pipelines.&lt;BR /&gt;&lt;BR /&gt;While having a lot of experience as a developer, my current tasks involve assisting the developers with moving their applications along the CI/CD pipeline, eventually to production. &amp;nbsp;Most are used to the notion / practice of creating on their laptop and deploying from their laptop. &amp;nbsp;And they are not sure what code to commit into our Git repositories.&lt;BR /&gt;&lt;BR /&gt;I'm curious if there is documentation on how to use the AppBuilder tool within a CI/CD pipeline, &amp;nbsp;and how to version control the source (i.e. where are changes stored as you create/save).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:31:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-in-ci-cd-pipelines/m-p/556645#M14762</guid>
      <dc:creator>TimmonsAgsDeveloper02</dc:creator>
      <dc:date>2018-08-07T15:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder in CI/CD Pipelines</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-in-ci-cd-pipelines/m-p/1257088#M22808</link>
      <description>&lt;P&gt;5 years ago, no replies. I am thinking no one anywhere in the Esri universe uses CI/CD.&lt;/P&gt;&lt;P&gt;Last Friday I updated some services and a cascade of widgets and maps stopped working. I really really want to avoid doing that again. I spent this week cleaning up. First I patched up the broken things then spent a couple days getting back to making the actual improvements.&lt;/P&gt;&lt;P&gt;We don't have a tester on our staff (ha ha ha I'm on a county budget but it would be sweet) and no, I don't have a rigorous check list. I used to work in software shops where we separated build, test, release into separate units and I pine for those days. I am willing to code up a test process but have no time or skill to develop and execute extensive test plans manually.&lt;/P&gt;&lt;P&gt;It is hard to stage releases with Esri. Please send me blog postings or (gag) youtubes or helpful links.&lt;/P&gt;&lt;P&gt;Often OVERWRITE is the only path forward Esri provides to us. And it's hard to do OVERWRITE and then OOPS UNDO that!! For me UNDO would be "restore from a backup wiping out all other work for the day". How does that work when data are scattered across several servers and databases?&amp;nbsp; Neither of these options is satisfactory for me.&lt;/P&gt;&lt;P&gt;I guess we can call what we have the "No turning back" strategy.&lt;/P&gt;&lt;P&gt;So... there are actually several problems to solve here.&lt;/P&gt;&lt;P&gt;1) a process for a test build&lt;/P&gt;&lt;P&gt;2) comprehensive automated test before release&lt;/P&gt;&lt;P&gt;3) systematic automated release process&lt;/P&gt;&lt;P&gt;4) roll back without destroying other work (backup tapes are not the answer)&lt;/P&gt;&lt;P&gt;I guess the 1% of Esri customers who have the money have dedicated staff. Only the other 99% suffer. Not going to change here.&lt;/P&gt;&lt;P&gt;I really want to put "Web App Builder, Dev Edition" behind me and move on the Exp. Builder. Yesterday I found out they used the same stupid deployment process - ZIP as output =&amp;gt; Copy -&amp;gt; UNZIP.&amp;nbsp; &lt;STRONG&gt;HELLO ESRI let me introduce you to git&lt;/STRONG&gt;!&amp;nbsp; BUT let's leave that out for now. What else do I need to think about? I am erasing my whiteboard now so I can think about all this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 16:55:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-in-ci-cd-pipelines/m-p/1257088#M22808</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2023-02-10T16:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder in CI/CD Pipelines</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-in-ci-cd-pipelines/m-p/1392794#M23400</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the frustration. It's hard to find resources and solutions for Esri's prodcuts. They acutually put up an example here.&amp;nbsp;&lt;A href="https://github.com/gavinr-maps/experience-builder-devops-example" target="_blank"&gt;https://github.com/gavinr-maps/experience-builder-devops-example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's introduced during a dev summit event. I think dev summit is probably the best place to find useful info on Esri's products.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 20:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-in-ci-cd-pipelines/m-p/1392794#M23400</guid>
      <dc:creator>LoisLi</dc:creator>
      <dc:date>2024-03-07T20:24:17Z</dc:date>
    </item>
  </channel>
</rss>

