fix: cpu/memory , test webhook

This commit is contained in:
2026-06-04 14:53:34 +01:00
parent 92908695ae
commit 7255c510b3

View File

@@ -5,7 +5,7 @@ pipeline {
stage('Checkout') { stage('Checkout') {
steps { steps {
echo '✅ Code checked out from gitea' echo '✅ Code checked out from Gitea'
} }
} }