From 8567d7d0c2031bf7ad99b09a705a2beee2c37b99 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 13 Jan 2026 12:05:59 +0000 Subject: [PATCH] feat: add jenkins support --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 38c4278..5dcfa2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Deploy') { steps { echo "Deploy new kuma..." - sh "ocker compose up -d --remove-orphans" + sh "docker compose up -d --remove-orphans" } } }