We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a6eb4 commit 19dbabdCopy full SHA for 19dbabd
1 file changed
artifact Jenkins
@@ -9,7 +9,7 @@ pipeline {
9
}
10
stage('Build Application Code') {
11
steps {
12
- sh 'mvn package -f pom.xml'
+ sh 'mvn clean -f pom.xml'
13
14
15
stage('Upload Artifact to Nexus') {
0 commit comments