testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-30 12:30:44 +02:00
parent 7c8fe06ea0
commit 215c9ca22a
2 changed files with 12 additions and 12 deletions

4
Jenkinsfile vendored
View File

@@ -11,9 +11,9 @@ pipeline {
}
stage('Deploy') {
steps {
sh "docker-compose up -d"
sh "ssh jenkins@s5000xvn echo 'Dupa dupa dupa'"
sh "docker-compose context DEV up -d"
sh "docker --context DEV ps"
sh "docker-compose --context DEV up -d"
}
}
stage('Logs') {