Add steps for mvn build

This commit is contained in:
YuCheng Hu 2022-06-17 12:44:29 -04:00
parent 3c9061cc47
commit f0cf866d20
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
sh 'mvn clean install'
}
}
stage('Test') {