readme.md update ; info to how cicd works with long tasks / how long it takes see #Comment on Compile Times with CI/CD!

This commit is contained in:
ZockerKatze
2025-05-15 10:04:16 +02:00
parent 50c38e5f97
commit 84d55c546e

View File

@@ -2,6 +2,7 @@
**Pommer** is an internal Python tool designed to streamline CI workflow generation for Java/Kotlin Maven projects. It scans for `pom.xml` files, analyzes project metadata, and generates a Gitea CI workflow along with a local build script.
---
## ⚠️ Internal Use Only
@@ -60,6 +61,12 @@ python3 pommer.py
![](img.png)
### _**Comment on Compile Times with CI/CD :**_
_Currently installing **JDK** and finishing up the **Proccess** takes ages! If it is **stuck** on **"Downloading JDK 21"** for a few minutes just **wait**. If you arent sure if its actually doing stuff ; **check the Network Usage of the Server**. If it is **0** for a long time then **restart the Runner!** Finishing up also takes ages ; but that **usually doesn't get stuck** as often. But if just **reboot**!_
_**For big Projects it might take a while** ; if compiling via Maven on your local Instance takes ages ; **it will take even longer on Gitea CI/CD!**_
---
## Requirements