testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-30 10:12:21 +02:00
parent 7ec9e03b6c
commit 8a65809d30
2 changed files with 25 additions and 21 deletions

4
Jenkinsfile vendored
View File

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