Adding integration test step

This commit is contained in:
Natalia Villegas 2018-12-17 17:54:44 -03:00
parent 1e4ed072bc
commit 379bd64596

7
Jenkinsfile vendored
View file

@ -46,6 +46,13 @@ pipeline {
} }
} }
stage('Run Integration Test') {
agent any
steps {
sh 'mvn clean verify -Dbrowser=chrome'
}
}
stage('Push to dockerhub') { stage('Push to dockerhub') {
agent any agent any
steps { steps {