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