<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops</link><pubDate>Thu, 18 Apr 2024 15:54:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>Appian Max Team</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Current Revision posted to Article by Appian Max Team on 4/18/2024 3:54:51 PM&lt;br /&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/p&gt;
&lt;p&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;
&lt;figure style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/p&gt;
&lt;p&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/p&gt;
&lt;p&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/p&gt;
&lt;p&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:100%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span style="font-size:145%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developers Across the CI/CD Pipeline&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;Time taken for developers to push their code changes to source control&lt;/li&gt;
&lt;li&gt;Time taken to deploy a package to a target environment&lt;/li&gt;
&lt;li&gt;Number of issues executing the deployment&lt;/li&gt;
&lt;li&gt;Number of issues as a result of the deployment&lt;/li&gt;
&lt;li&gt;Time taken to find the following metrics of current and past deployments:
&lt;ul style="font-size:95%;"&gt;
&lt;li&gt;Success / Not Successful&lt;/li&gt;
&lt;li&gt;What was deployed&lt;/li&gt;
&lt;li&gt;Who deployed and when&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/p&gt;
&lt;p&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/p&gt;
&lt;h2 id="ebook"&gt;&lt;b&gt;Downloadable Resources&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-45/ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf"&gt;community.appian.com/.../ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/33</link><pubDate>Wed, 14 Feb 2024 18:34:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 33 posted to Article by joel.larin on 2/14/2024 6:34:24 PM&lt;br /&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/p&gt;
&lt;p&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;
&lt;figure style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/p&gt;
&lt;p&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/p&gt;
&lt;p&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/p&gt;
&lt;p&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:100%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span style="font-size:145%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developers Across the CI/CD Pipeline&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;Time taken for developers to push their code changes to source control&lt;/li&gt;
&lt;li&gt;Time taken to deploy a package to a target environment&lt;/li&gt;
&lt;li&gt;Number of issues executing the deployment&lt;/li&gt;
&lt;li&gt;Number of issues as a result of the deployment&lt;/li&gt;
&lt;li&gt;Time taken to find the following metrics of current and past deployments:
&lt;ul style="font-size:95%;"&gt;
&lt;li&gt;Success / Not Successful&lt;/li&gt;
&lt;li&gt;What was deployed&lt;/li&gt;
&lt;li&gt;Who deployed and when&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/p&gt;
&lt;p&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/p&gt;
&lt;h2 id="ebook"&gt;&lt;b&gt;Downloadable Resources&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-45/ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf"&gt;community.appian.com/.../ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/32</link><pubDate>Thu, 09 Nov 2023 14:48:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 32 posted to Article by joel.larin on 11/9/2023 2:48:23 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/p&gt;
&lt;p&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;
&lt;figure style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/p&gt;
&lt;p&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/p&gt;
&lt;p&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/p&gt;
&lt;p&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:100%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span style="font-size:145%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developers Across the CI/CD Pipeline&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;Time taken for developers to push their code changes to source control&lt;/li&gt;
&lt;li&gt;Time taken to deploy a package to a target environment&lt;/li&gt;
&lt;li&gt;Number of issues executing the deployment&lt;/li&gt;
&lt;li&gt;Number of issues as a result of the deployment&lt;/li&gt;
&lt;li&gt;Time taken to find the following metrics of current and past deployments:
&lt;ul style="font-size:95%;"&gt;
&lt;li&gt;Success / Not Successful&lt;/li&gt;
&lt;li&gt;What was deployed&lt;/li&gt;
&lt;li&gt;Who deployed and when&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/p&gt;
&lt;p&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/p&gt;
&lt;h2 id="ebook"&gt;&lt;b&gt;Downloadable Resources&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-45/ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf"&gt;community.appian.com/.../ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/31</link><pubDate>Thu, 05 Oct 2023 17:58:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>Appian Max Team</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 31 posted to Article by Appian Max Team on 10/5/2023 5:58:43 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/p&gt;
&lt;p&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;
&lt;figure style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/p&gt;
&lt;p&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/p&gt;
&lt;p&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/p&gt;
&lt;p&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:100%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span style="font-size:145%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developers Across the CI/CD Pipeline&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;Time taken for developers to push their code changes to source control&lt;/li&gt;
&lt;li&gt;Time taken to deploy a package to a target environment&lt;/li&gt;
&lt;li&gt;Number of issues executing the deployment&lt;/li&gt;
&lt;li&gt;Number of issues as a result of the deployment&lt;/li&gt;
&lt;li&gt;Time taken to find the following metrics of current and past deployments:
&lt;ul style="font-size:95%;"&gt;
&lt;li&gt;Success / Not Successful&lt;/li&gt;
&lt;li&gt;What was deployed&lt;/li&gt;
&lt;li&gt;Who deployed and when&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/p&gt;
&lt;p&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/p&gt;
&lt;h2 id="ebook"&gt;&lt;b&gt;Downloadable Resources&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-45/ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf"&gt;community.appian.com/.../ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/30</link><pubDate>Fri, 02 Jun 2023 19:04:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 30 posted to Article by joel.larin on 6/2/2023 7:04:49 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/p&gt;
&lt;p&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;
&lt;figure style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/p&gt;
&lt;p&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/p&gt;
&lt;p&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/p&gt;
&lt;p&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:100%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span style="font-size:145%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="display:inline-block;font-size:115%;margin-top:0.8rem;"&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developers Across the CI/CD Pipeline&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li&gt;Time taken for developers to push their code changes to source control&lt;/li&gt;
&lt;li&gt;Time taken to deploy a package to a target environment&lt;/li&gt;
&lt;li&gt;Number of issues executing the deployment&lt;/li&gt;
&lt;li&gt;Number of issues as a result of the deployment&lt;/li&gt;
&lt;li&gt;Time taken to find the following metrics of current and past deployments:
&lt;ul style="font-size:95%;"&gt;
&lt;li&gt;Success / Not Successful&lt;/li&gt;
&lt;li&gt;What was deployed&lt;/li&gt;
&lt;li&gt;Who deployed and when&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/p&gt;
&lt;p&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/p&gt;
&lt;h2 id="ebook"&gt;&lt;b&gt;Downloadable Resources&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-45/ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf"&gt;community.appian.com/.../ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/29</link><pubDate>Thu, 04 May 2023 18:54:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 29 posted to Article by joel.larin on 5/4/2023 6:54:20 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developers Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul style="font-size:95%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="ebook"&gt;&lt;b&gt;Downloadable Resources&lt;/b&gt;&lt;/h2&gt;
&lt;p style="font-size:115%;"&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;&amp;nbsp;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-45/ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf"&gt;community.appian.com/.../ebook_2D00_low_2D00_code_2D00_and_2D00_devops_5F00_EN.pdf&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/28</link><pubDate>Thu, 04 May 2023 18:52:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 28 posted to Article by joel.larin on 5/4/2023 6:52:08 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developers Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul style="font-size:95%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Downloadable Resources&lt;/h2&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;DevOps and Low-Code: Better Together&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/27</link><pubDate>Tue, 18 Apr 2023 13:54:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 27 posted to Article by joel.larin on 4/18/2023 1:54:39 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developers Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul style="font-size:95%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/26</link><pubDate>Tue, 18 Apr 2023 13:50:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 26 posted to Article by joel.larin on 4/18/2023 1:50:40 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul style="font-size:95%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/25</link><pubDate>Tue, 18 Apr 2023 13:50:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 25 posted to Article by joel.larin on 4/18/2023 1:50:22 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul style="font-size:90%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/24</link><pubDate>Tue, 18 Apr 2023 13:50:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 24 posted to Article by joel.larin on 4/18/2023 1:50:01 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul style="font-size:100%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/23</link><pubDate>Tue, 18 Apr 2023 13:49:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 23 posted to Article by joel.larin on 4/18/2023 1:49:40 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul style="font-size:105%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/22</link><pubDate>Tue, 18 Apr 2023 13:42:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 22 posted to Article by joel.larin on 4/18/2023 1:42:49 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_2_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Get Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/21</link><pubDate>Mon, 17 Apr 2023 17:40:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 21 posted to Article by joel.larin on 4/17/2023 5:40:55 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_1_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Getting Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/20</link><pubDate>Mon, 17 Apr 2023 17:30:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 20 posted to Article by joel.larin on 4/17/2023 5:30:36 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_1_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Getting Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/19</link><pubDate>Mon, 17 Apr 2023 17:29:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 19 posted to Article by joel.larin on 4/17/2023 5:29:29 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_5F00_final_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Getting Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/18</link><pubDate>Mon, 17 Apr 2023 17:26:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 18 posted to Article by joel.larin on 4/17/2023 5:26:13 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/DevOps-Graphic_2D00_01.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Getting Started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/17</link><pubDate>Mon, 17 Apr 2023 17:16:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 17 posted to Article by joel.larin on 4/17/2023 5:16:05 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/knowledge_5F00_sharing.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Getting started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/16</link><pubDate>Mon, 17 Apr 2023 15:57:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 16 posted to Article by joel.larin on 4/17/2023 3:57:44 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/knowledge_5F00_sharing.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: DevOps, Platform&lt;/div&gt;
</description></item><item><title>Getting started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/15</link><pubDate>Mon, 17 Apr 2023 15:56:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 15 posted to Article by joel.larin on 4/17/2023 3:56:52 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/knowledge_5F00_sharing.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Getting started with Appian DevOps</title><link>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops/revision/14</link><pubDate>Mon, 17 Apr 2023 15:56:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d55e9629-e573-45a9-8c4c-3213eb0ab846</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3129/get-started-with-appian-devops#comments</comments><description>Revision 14 posted to Article by joel.larin on 4/17/2023 3:56:25 PM&lt;br /&gt;
&lt;p style="text-align:center;"&gt;&lt;img alt=" " src="/resized-image/__size/800x601/__key/communityserver-wikis-components-files/00-00-00-00-45/knowledge_5F00_sharing.png" /&gt;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;h2&gt;Start your Appian DevOps Journey&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;This article addresses the most common challenges encountered by Appian experts when working with customers on their DevOps journeys. It emphasizes the importance of learning to use Appian&amp;#39;s out-of-the-box Compare &amp;amp; Deploy capabilities, as well as integrating Appian&amp;#39;s embedded DevOps capabilities with external or specialized tools and practices.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Additionally, it references how Appian&amp;#39;s internal IT department empowers their DevOps developers and suggests implementing measures to track your DevOps success.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Leverage Appian Compare &amp;amp; Deploy&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;For organizations new to Appian, we recommend deploying your first applications with &lt;a href="https://docs.appian.com/suite/help/22.4/deploying-applications.html#direct-deployment"&gt;Direct Deployments&lt;/a&gt;&amp;nbsp;within Appian using &lt;a href="https://docs.appian.com/suite/help/22.4/compare-deployment-packages.html"&gt;Compare &amp;amp; Deploy&lt;/a&gt;. This&amp;#39;ll enable you to push your objects from one Appian environment to another and leverage Appian&amp;rsquo;s out-of-the-box DevOps features to:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;Compare versions of an object within a single Appian environment in a graphical and intuitive way&lt;/li&gt;
&lt;li&gt;Compare objects across Appian environments in a graphical and intuitive way (i.e. between DEV and TEST environments)&lt;/li&gt;
&lt;li&gt;Create and deploy packages from one environment to another&lt;/li&gt;
&lt;li&gt;Centralize deployment approval and review processes&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;In this early stage, it may be tempting to manually deploy changes. However, as the use of Appian increases across an organization, automating deployments and simplifying change and release processes eases the burden in a more scaled DevOps model. Furthermore, using agile delivery practices coupled with enhanced automation can allow for the early detection of code issues in an environment that supports more frequent application releases.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style="margin:60px 0;position:relative;text-align:center;"&gt;
&lt;figure&gt;&lt;img alt="Application Vision Board " src="/resized-image/__size/820x546/__key/communityserver-wikis-components-files/00-00-00-00-45/compare_5F00_conflict_5F00_detected.png" /&gt;&lt;/figure&gt;
&lt;figure&gt;&lt;em style="bottom:-20px;display:inline-block;left:19%;position:absolute;"&gt;Using the Compare and Deploy feature to detect conflicts.&lt;/em&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Organizations often overlook Appian&amp;#39;s out-of-the-box deployment capabilities while trying to standardize their DevOps tool suite. While popular tools like Jenkins and Azure offer many features, forcing-fit Appian low-code objects into existing DevOps pipelines can cause issues. Assess how much of your organization&amp;#39;s needs can be fulfilled by Appian&amp;#39;s out-of-the-box DevOps capabilities before looking to alternative options.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Implement External Tools &amp;amp; Practices&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;As you develop and deploy more applications on Appian, you may need to use external DevOps tools to manage your deployment pipeline. This can help with source control, change auditing, and regulatory obligations. Using these tools can also make it easier to scale deployments due to customizable pipelines and automation. Consider how to implement these tools with your Appian applications.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The main advantage of using external tools is typically allowing the code for your applications to be source-controlled in a repository (such as GIT) and then building your patches and/or packages from there. However, managing Appian code in GIT is very different from managing high-code (such as Java) in GIT and can be extremely difficult. This can be done with your Appian applications through the &lt;a href="/b/appmarket/posts/automated-versioning-manager-avm"&gt;Appian Version Manager (AVM)&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;The other main benefit of external tool integration is the ability to orchestrate automated test and regression suites post-deployment to ensure functionality is working as expected. This can take the form of executing test cases against your Appian expression rules or invoking automation suites built using tools such as Fitnesse or Cucumber. Be sure to have these results feed back into your pipeline and trigger exceptions if any failures occur.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;When using other DevOps tools, challenges arise when exporting Appian objects as compressed files with non-deterministic XML. These are difficult to read outside of Appian, and comparing different versions using traditional text comparison tools is challenging. Unlike Appian&amp;#39;s intuitive comparison features, comparing XML is resource-intensive and not user-friendly. Additionally, checking in Appian packages using a &amp;#39;high code&amp;#39; approach can be complicated and time-consuming for developers, taking away from development time and causing potential deployment issues.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Empower DevOps Developers&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Appian&amp;#39;s internal IT teams substantially increased their development and delivery velocity to meet growing project demand from lines of business. They identified manual processes, handoffs, and repetitive tasks within the DevOps pipeline that were limiting developers. One issue developers noted was the bottleneck created by manual steps and reviews to promote applications across environments.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To address this, Appian created a self-service capability that allowed developers to directly promote applications and code across Development (Dev), Test, and Production (Prod) environments in real time. Prior to this, Appian developers often reported having to &amp;quot;hurry up and wait&amp;quot; for code reviews and for a governance body to manually promote code from one environment to the next.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="text-align:center;"&gt;
&lt;div style="line-height:200%;margin:0 auto;text-align:justify;width:70%;"&gt;
&lt;div&gt;&lt;img alt=" " src="/resized-image/__size/75x100/__key/communityserver-wikis-components-files/00-00-00-00-45/Quote-Marks_5F00_orange_2D00_01.png" /&gt;&lt;/div&gt;
&lt;span&gt;&lt;span style="font-size:140%;"&gt;&lt;strong&gt;To me, DevOps and CI/CD are fundamentally about the deployment pipeline and how you move code across environments. You need to make sure you can do it in a streamlined fashion that doesn&amp;rsquo;t involve too many tasks and leverages governance and structures already in Appian. By automating reviews and enabling any developer to promote from the Dev to Test environment, we not only increased the speed to delivery, but also reallocated 10% of our team to higher value activities.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Ahmed Elmorsy, Sr. Director - Business Applications at Appian&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div style="margin:10px 21% 10px 21%;"&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;Read the full story about how Appian implemented these changes and tips for your organization on &lt;a href="/success/w/story/2988/empowering-developers-across-the-ci-cd-pipeline-at-appian"&gt;Empowering Developer Across the CI/CD Pipeline&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Track Success&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To implement DevOps effectively, it is crucial to understand and measure key outcomes. Streamlining deployments through DevOps can significantly reduce deployment time and free up developers to work on new features or enhancements. Appian suggests tracking the following metrics as a baseline in most cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken for developers to push their code changes to source control&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to deploy a package to a target environment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues executing the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Number of issues as a result of the deployment&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Time taken to find the following metrics of current and past deployments:&lt;/span&gt;
&lt;ul style="font-size:115%;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Success / Not Successful&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;What was deployed&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Who deployed and when&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;It&amp;rsquo;s important to track the success of your approach to ensure that what you&amp;rsquo;re implementing is doing more good than harm. DevOps shouldn&amp;rsquo;t just be implemented for the sake of ticking a box. By tracking the metrics mentioned above, you should be able to demonstrate how your team is becoming more agile and productive.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Key Take Aways&lt;/h2&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;DevOps is and will continue to be an important aspect of software development. Organizations are looking to deliver features to end users faster and more efficiently. However, this can be a challenge when contrasting Appian&amp;#39;s low-code platform with traditional high-code development.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size:118%;"&gt;&lt;span style="font-weight:400;"&gt;To overcome this challenge, Appian offers a robust out-of-the-box set of DevOps features. These should be your go-to solution for your initial Appian application. Once your development cycle has matured, you may look to implement external tools. However, be sure to define and measure what success looks like for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>