Skip to Content
Technical Articles
Author's profile photo Eng Swee Yeoh

Dear SAP Cloud Integration, meet FlashPipe, your CI/CD companion

Slightly over a year ago, I wrote Dear SAP Cloud Platform Integration, where is my CI/CD pipeline?. As there is no native out-of-the-box solution/capability provided by SAP, I decided to experiment with it myself and hopefully learn a thing or two along the way.

 

Today, I’m proud to present the results of many hours of tinkering, learning and coding-fun… 😁

The CI/CD Companion for SAP Integration Suite

 

FlashPipe is an open-source solution (under Apache 2.0 License terms) that is available as a public Docker image. It contains the functionality needed for automating the Build-To-Deploy tasks for SAP Integration Suite. The initial release supports Cloud Integration, with further capabilities planned for the future. It can be used with any CI/CD platform that supports container-based execution.

 

So how does it work?

Simple!

Download and extract the Integration Flow contents, and store it into a Git repository.

Configure your CI/CD platform – provide the pipeline steps, the tenant access details and the Git repository.

Execute the pipeline, then sit back and watch it do the rest! 😉

From this point onwards, whenever your changes are committed to Git and pushed, it will automatically trigger the pipeline to do the rest for you!

 

Try it for yourself!

Not convinced? Try it out for yourself! Head over to FlashPipe’s documentation site where you can find step-by-step example of how you can set it up.

 

Any limitations?

FlashPipe is not perfect – how can it be, when it is created by an imperfect human?

Due to the nature of the development approach in SAP Integration Suite, as well as the (current) limitations of the product, some areas still require manual steps like the following:

  • Due to the lack of native Git integration, changes made to the Integration Artifact on the Web UI needs to be manually downloaded and “pushed” to Git. While such capability is among the top most voted requests (https://influence.sap.com/sap/ino/#/idea/247918) in the Customer Influence Project for SAP Integration Suite, the jury is still out as to whether we are going to get this anytime soon. Updated 5 July: You can now also use FlashPipe to sync your IFlow contents to GitHub – check it out here.
  • Credentials are managed separately from integration artifacts as security material. Currently this is not part of the automated deployment and requires manual step to create/update the security materials in each target environment.

 

More details?

If you are interested in the nitty-gritty details, would love to contribute or just want to have a peak under the hood, feel free to visit FlashPipe’s repository on GitHub.

 

 

 

 

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Axel Meier
      Axel Meier

      Tks for sharing, but pls feel free to also check the SAP BTP CI&D offering "Piper" to get your software changes out into the cloud - quick and in a reliable manner.

      Its reusable capabilities support you in developing, building, testing and deploying your cloud services in compliance to SAP's corporate standards. Depending on your use case and prerequisites, Piper can be consumed in various flavors.

      https://github.wdf.sap.corp/pages/ContinuousDelivery/piper-doc/

       

      Author's profile photo Eng Swee Yeoh
      Eng Swee Yeoh
      Blog Post Author

      Thanks Axel. I am aware of Piper, but its Integration Suite related capabilities were only out in the recent months, when I already had most of the work done on FlashPipe but didn't have time to release it.

       

      So I figured, I'd still release it anyway - providing a choice to users is always a good thing. They can then try out to see which one works best for them 😉

      Author's profile photo Srini Reddy
      Srini Reddy

      Hello Axel Meier

      Is there any documentation on how to use "Piper" to deploy cloud integration artifacts?

       

      Thanks,

      Srini

      Author's profile photo Axel Meier
      Axel Meier

      Hi Srini Reddy,

      pls feel free to check out this Blog Page:

      https://blogs.sap.com/2021/01/27/sap-business-technology-platform-showcase-overall-end-to-end-demo/

      Blog 3: SAP Continuous Integration & Delivery (CI/CD) for SAP HANA Cloud: how to develop and trigger a pipeline using either Jenkins or SAP Continuous Integration and Delivery for automating the deploy of the above SAP HANA Cloud application on multi-target (DEV/PRD) landscapes.

       

      Tks, Axel