Testing ssh to tomcat server

This commit is contained in:
Jordan A 2019-05-09 12:31:02 -07:00
parent 8638a7c8db
commit 2041063860

6
Jenkinsfile vendored
View file

@ -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'
} }
} }
} }