testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-30 10:18:06 +02:00
parent 8a65809d30
commit 25b0bc0b5f
2 changed files with 13 additions and 15 deletions

4
Jenkinsfile vendored
View File

@@ -7,8 +7,8 @@ pipeline {
stage('Build') {
steps {
sh "docker context create DEV \
--description connection to DEV environment \
--docker host=ssh://jenkins@s5000xvn:22"
--description \\"connection to DEV environment\\" \
--docker \\"host=ssh://jenkins@s5000xvn:22\\""
}
}
}