Skip to content

Commit 0671a07

Browse files
committed
fix
1 parent 1ae945f commit 0671a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkinsfile-BD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414

1515
stage('Build') {
1616
steps {
17-
sh 'mvn -DskipTests=true build'
17+
sh 'mvn -DskipTests=true install'
1818
}
1919
}
2020

0 commit comments

Comments
 (0)