testing jenkins docker
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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\\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user