testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-30 10:26:30 +02:00
parent 25b0bc0b5f
commit 49e4c265e2
2 changed files with 13 additions and 12 deletions

4
Jenkinsfile vendored
View File

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