We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae945f commit 0671a07Copy full SHA for 0671a07
1 file changed
jenkinsfile-BD
@@ -14,7 +14,7 @@ pipeline {
14
15
stage('Build') {
16
steps {
17
- sh 'mvn -DskipTests=true build'
+ sh 'mvn -DskipTests=true install'
18
}
19
20
0 commit comments