jenkins - testing remote deploy

This commit is contained in:
Szakalakamaka
2020-09-29 13:12:12 +02:00
parent 834f300bc4
commit 85df18ada0
2 changed files with 12 additions and 12 deletions

2
Jenkinsfile vendored
View File

@@ -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') {