tg_bot_zammad/Jenkinsfile

10 lines
141 B
Groovy

pipeline {
agent any
stages {
stage('zero, hostname') {
steps {
sh "ssh -p 3322 oracle@31.25.240.180 hostname"
}
}
}
}