add Jenkinsfile
tg_bot_zammad/tg_bot_zammad/pipeline/head There was a failure building this commit
Details
tg_bot_zammad/tg_bot_zammad/pipeline/head There was a failure building this commit
Details
parent
e819cce2e0
commit
56142e8df0
|
|
@ -0,0 +1,10 @@
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('zero, hostname') {
|
||||||
|
steps {
|
||||||
|
sh "ssh -p 3322 oracle@31.25.240.180 hostname"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue