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