12
tg_bot_zammad/tg_bot_zammad/pipeline/head This commit looks good Details

main
korotkov 2023-04-18 17:05:56 +05:00
parent a14f4eef0f
commit 49c2114d1d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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