testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-30 13:23:47 +02:00
parent f37b84dfdb
commit 6e4f118068
2 changed files with 18 additions and 19 deletions

2
Jenkinsfile vendored
View File

@@ -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"
}
}