change host to dash
tg_bot_zammad/tg_bot_zammad/pipeline/head There was a failure building this commit Details

main
bart 2023-04-16 20:57:39 +05:00
parent 56142e8df0
commit 22f92ad575
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('zero, hostname') { stage('zero, hostname') {
steps { steps {
sh "ssh -p 3322 oracle@31.25.240.180 hostname" sh "ssh dash.dataekb.ru hostname"
} }
} }
} }