Skip to content

Commit 19dbabd

Browse files
authored
Update artifact Jenkins
1 parent c0a6eb4 commit 19dbabd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

artifact Jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
}
1010
stage('Build Application Code') {
1111
steps {
12-
sh 'mvn package -f pom.xml'
12+
sh 'mvn clean -f pom.xml'
1313
}
1414
}
1515
stage('Upload Artifact to Nexus') {

0 commit comments

Comments
 (0)