Add steps for mvn build
This commit is contained in:
parent
3c9061cc47
commit
f0cf866d20
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -5,6 +5,7 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
sh 'mvn clean install'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user