From ebe164c861657b970e04845596de6facfd200ca0 Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Mon, 9 Jun 2025 12:15:05 +0300 Subject: [PATCH] add docker compose step --- Jenkinsfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b2d694b..b77bc69 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,14 @@ pipeline { keyFileVariable: 'SSH_PRIVATE_KEY' ) ]) { - sh 'ssh -i "$SSH_PRIVATE_KEY" -p 2222 saccada@saccada.xyz "find ~/ws"' + sh '''ssh -i "$SSH_PRIVATE_KEY" -p 2222 saccada@saccada.xyz <