Skip to content

Commit 8dc5fe2

Browse files
mbtoolslarshp
andauthored
Docs: Move CI description (#97)
Closes #62 Co-authored-by: Lars Hvam <[email protected]>
1 parent 99c892a commit 8dc5fe2

File tree

1 file changed

+3
-56
lines changed

1 file changed

+3
-56
lines changed

README.md

+3-56
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,9 @@
11
# abapGit CI backend
22

3-
Latest nightly build: https://ci.abapgit.org
3+
Latest build: https://ci.abapgit.org
44

55
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)
136

14-
Additionally the latest abapGit build is checked.
7+
For details, see the [abapGit Development Documentation](https://docs.abapgit.org/development/ci.html).
158

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-
![abapGit CI selection screen](/img/ZABAPGIT_CI_selection_screen.png)
29-
30-
Result list:
31-
32-
![abapGit CI results](/img/ZABAPGIT_CI_result.png)
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-
![abapGit CI job scheduler](/img/ZABAPGIT_CI_JOB_SCHEDULER.png)
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-
![STMS transports landscape](/img/STMS.png)
59-
60-
**Prerequisites:**
61-
- abapGit repo
62-
- NW >= 7.50
9+
![Example](/img/ZABAPGIT_CI_result.png)

0 commit comments

Comments
 (0)