From 84d55c546e2d9ac56f773219a7c8e8e8041a693c Mon Sep 17 00:00:00 2001 From: ZockerKatze Date: Thu, 15 May 2025 10:04:16 +0200 Subject: [PATCH] readme.md update ; info to how cicd works with long tasks / how long it takes see #Comment on Compile Times with CI/CD! --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 96c6704..fcd52bc 100644 --- a/readme.md +++ b/readme.md @@ -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