fix: cpu/memory , test webhook

This commit is contained in:
2026-06-04 14:29:22 +01:00
parent a5bd4b75cf
commit a89fe1ecfd

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'
} }
} }