From 6e4f11806880eefc7c345f904ff25432dcbba0ed Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Wed, 30 Sep 2020 13:23:47 +0200 Subject: [PATCH] testing jenkins docker --- .idea/workspace.xml | 35 +++++++++++++++++------------------ Jenkinsfile | 2 +- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5c7dba5..8168316 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,7 +24,6 @@ - @@ -704,13 +703,13 @@ - + - + diff --git a/Jenkinsfile b/Jenkinsfile index 3f9f482..ceb689a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { } stage('Deploy') { steps { - sh "docker-compose -H \"tcp://jenkins@s5000xvn:22\" up -d" + sh "docker-compose --context DEV up -d" } }