Add steps for mvn build

This commit is contained in:
2022-06-17 12:44:29 -04:00
parent 3c9061cc47
commit f0cf866d20
Vendored
+1
View File
@@ -5,6 +5,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
sh 'mvn clean install'
}
}
stage('Test') {