|
1 | 1 | # abapGit CI backend
|
2 | 2 |
|
3 |
| -Latest nightly build: https://ci.abapgit.org |
| 3 | +Latest build: https://ci.abapgit.org |
4 | 4 |
|
5 | 5 | This repo provides basic continous intergration capabilities for abapGit.
|
6 |
| -It fetches abapGit test repos from https://github.com/abapGit-tests. Then |
7 |
| -for each repo the following steps are executed: |
8 |
| -- create package (if needed) |
9 |
| -- clone |
10 |
| -- pull |
11 |
| -- syntax check |
12 |
| -- purge (uninstall) |
13 | 6 |
|
14 |
| -Additionally the latest abapGit build is checked. |
| 7 | +For details, see the [abapGit Development Documentation](https://docs.abapgit.org/development/ci.html). |
15 | 8 |
|
16 |
| -If there is any error in these steps abapGit CI will indicate that. |
17 |
| - |
18 |
| -Run report ZABAPGIT_CI_UPDATE_ABAPGIT to update the abapGit repo. |
19 |
| - |
20 |
| -Run report ZABAPGIT_CI_UPDATE_ABAPGIT_CI to update the abapGit CI repo. |
21 |
| - |
22 |
| -There are currently three possibilities to run abapGit CI: |
23 |
| - |
24 |
| -**1) Adhoc CI with report ZABAPGIT_CI** |
25 |
| - |
26 |
| -Selection screen: |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| -Result list: |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| -**2) REST API** |
35 |
| - |
36 |
| -POST /sap/zabapgit_ci/run |
37 |
| - |
38 |
| -[response.json](/test/response.json) |
39 |
| - |
40 |
| -**3) Schedule job sequence with report ZABAPGIT_CI_JOB_SCHEDULER** |
41 |
| - |
42 |
| -A job sequence is created with |
43 |
| - |
44 |
| -1) update abapGit repo |
45 |
| - |
46 |
| -2) update abapGit CI repo |
47 |
| - |
48 |
| -3) run abapGit CI |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| -**Check transportable packages** |
53 |
| - |
54 |
| -Optionally you can also let abapGit CI create the repositories in transportable packages. You need to activate the checkbox in the selection screen and specify the transport layer. Then the pull and purge actions will each get recorded into a transport request per repository. These get released and their content is checked to ensure it matches the objects in the repository. |
55 |
| - |
56 |
| -To set up a suitable transport landscape on the AS ABAP Developer Edition you need to create a new virtual system in STMS (for example `EXP`, `Virtual export system`). This serves as a dummy export target for transport requests. Next you need create a new transport layer (for example `ZEXP`) and connect the current system and the virtual system with it. Then save and activate the configuration. |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| -**Prerequisites:** |
61 |
| -- abapGit repo |
62 |
| -- NW >= 7.50 |
| 9 | + |
0 commit comments