diff --git a/Jenkinsfile b/Jenkinsfile index 80c1e0676..3e2aa5a0d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } }