pipeline { agent any stages { stage('zero, hostname') { steps { sh "ssh root@dash.dataekb.ru hostname" } } } }