feat: add jenkins support
All checks were successful
jenkins-ci Build successful

This commit is contained in:
2026-01-13 12:05:59 +00:00
parent 2b541ca452
commit 8567d7d0c2

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
stage('Deploy') { stage('Deploy') {
steps { steps {
echo "Deploy new kuma..." echo "Deploy new kuma..."
sh "ocker compose up -d --remove-orphans" sh "docker compose up -d --remove-orphans"
} }
} }
} }