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') {
/*
agent {
node {
label 'tester'
}
}
*/
steps {
//sh ''
echo 'NOT YET IMPLEMENTED'
sh 'ssh -p 2223 vagrant@192.168.0.18'
sh 'sudo systemctl status tomcat'
}
}
}