SAP-ABAP的CICD解决方案

如今国外很多partners已经在尝试Jenkins + abapGit + 公有云搭建ABAP CI/CD环境了。ABAP系统的改动通过abapGit提交,触发Jenkins上部署的命令行脚本,脚本调用restful API远程执行ABAP系统的ATC检查并以报表形式显示结果。

本来ABAP Netweaver系统同Jenkins服务器是割裂开的,通过ABAP系统上安装的abapGit和公网上的github仓库,为二者建立了交互的桥梁。现代ABAP系统的Code Inspector和ATC检查均能通过Restful API的方式远程执行。通过Jenkins脚本命令行调用这些ABAP API并显示结果到Jenkins的pipeline里,能充分利用到Jenkins强大的自动化功能和插件丰富的生态圈。

<img width=”579″ alt=”clipboard1″ src=”https://user-images.githubuse…;>
<img width=”499″ alt=”clipboard2″ src=”https://user-images.githubuse…;>
<img width=”448″ alt=”clipboard3″ src=”https://user-images.githubuse…;>
<img width=”467″ alt=”clipboard4″ src=”https://user-images.githubuse…;>

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理