mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +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') {
|
stage('Deploy to QA') {
|
||||||
/*
|
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'tester'
|
label 'tester'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
steps {
|
steps {
|
||||||
//sh ''
|
sh 'ssh -p 2223 vagrant@192.168.0.18'
|
||||||
echo 'NOT YET IMPLEMENTED'
|
sh 'sudo systemctl status tomcat'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue