mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Testing ssh to tomcat server
This commit is contained in:
parent
8638a7c8db
commit
2041063860
1 changed files with 2 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -17,16 +17,14 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Deploy to QA') {
|
||||
/*
|
||||
agent {
|
||||
node {
|
||||
label 'tester'
|
||||
}
|
||||
}
|
||||
*/
|
||||
steps {
|
||||
//sh ''
|
||||
echo 'NOT YET IMPLEMENTED'
|
||||
sh 'ssh -p 2223 vagrant@192.168.0.18'
|
||||
sh 'sudo systemctl status tomcat'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue