SAP ABAP的CI/CD解決方案

現在國外不少partners已經在嘗試Jenkins + abapGit + 公有云搭建ABAP CI/CD環境了。ABAP系統的改動經過abapGit提交,觸發Jenkins上部署的命令行腳本,腳本調用restful API遠程執行ABAP系統的ATC檢查並以報表形式顯示結果。git

原本ABAP Netweaver系統同Jenkins服務器是割裂開的,經過ABAP系統上安裝的abapGit和公網上的github倉庫,爲兩者創建了交互的橋樑。現代ABAP系統的Code Inspector和ATC檢查均能經過Restful API的方式遠程執行。經過Jenkins腳本命令行調用這些ABAP API並顯示結果到Jenkins的pipeline裏,能充分利用到Jenkins強大的自動化功能和插件豐富的生態圈。github

<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...;>服務器

相關文章
相關標籤/搜索