fix: cpu/memory , test webhook

This commit is contained in:
2026-06-04 14:37:55 +01:00
parent a89fe1ecfd
commit 7a3f3113f3

View File

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