add Jenkinsfile
tg_bot_zammad/tg_bot_zammad/pipeline/head There was a failure building this commit Details

main
bart 2023-04-16 20:55:50 +05:00
parent e819cce2e0
commit 56142e8df0
1 changed files with 10 additions and 0 deletions

10
Jenkinsfile vendored 100644
View File

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