Added clean build

This commit is contained in:
qtdevops 2019-12-25 08:27:49 +05:30
parent a0e0817ae4
commit e36cc6a884

2
Jenkinsfile vendored
View file

@ -7,7 +7,7 @@ node {
stage ('build the packages') {
// mvn package
sh 'mvn package'
sh 'mvn clean package'
}