We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16a266 commit 25e728fCopy full SHA for 25e728f
Jenkinsfile
@@ -12,7 +12,7 @@ pipeline {
12
13
steps {
14
echo 'building application'
15
- sh 'maven clean package'
+ sh 'maven clean install'
16
}
17
18
0 commit comments