pipeline { agent any tools { maven "Maven 3.6.3" } stages { stage('Build') { steps { sh "docker context create DEV \ --description “connection to DEV environment“ \ --docker “host=ssh://jenkins@s5000xvn:22”" } } } }