testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-30 10:38:47 +02:00
parent 49e4c265e2
commit 5ff513cf17

2
Jenkinsfile vendored
View File

@@ -6,7 +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\\"'
}
}
}