From 85df18ada0e4c6c9704909e84b57bcd651979056 Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Tue, 29 Sep 2020 13:12:12 +0200 Subject: [PATCH] jenkins - testing remote deploy --- .idea/workspace.xml | 22 +++++++++++----------- Jenkinsfile | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 45c2d7f..c6b3289 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -23,7 +23,7 @@ - + @@ -683,13 +683,13 @@ - + - + diff --git a/Jenkinsfile b/Jenkinsfile index fb74f4b..98eaa5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { stage('Deploy') { steps { sh "docker-compose up -d" - sh "scp -r klaus s5000xvn.zipper.release11.com:/home/zukowicr" + sh "ssh jenkins@s5000xvn echo 'Dupa dupa dupa'" } } stage('Logs') {