jenkins - testing remote deploy
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -13,6 +13,7 @@ pipeline {
|
||||
steps {
|
||||
sh "docker-compose up -d"
|
||||
sh "ssh jenkins@s5000xvn echo 'Dupa dupa dupa'"
|
||||
sh "DOCKER_HOST=“ssh://jenkins@s5000xvn” docker-compose up -d"
|
||||
}
|
||||
}
|
||||
stage('Logs') {
|
||||
|
||||
Reference in New Issue
Block a user