1
0

Update Jenkinsfile and pom.xml

This commit is contained in:
Andrea Cavalli 2020-10-07 14:16:37 +02:00
parent 61c91c82b0
commit 8bc18123a2
2 changed files with 1 additions and 5 deletions

1
Jenkinsfile vendored
View File

@ -88,6 +88,7 @@ pipeline {
steps {
sh "git config user.email \"jenkins@mchv.eu\""
sh "git config user.name \"Jenkins\""
sh "git add --all; git commit -m \"Add generated files\""
sh "mvn -s $MVN_SET -DpushChanges=false -DlocalCheckout=true -DpreparationGoals=initialize release:prepare release:perform -B"
}
}

View File

@ -56,11 +56,6 @@
<preparationGoals>clean verify</preparationGoals>
<localCheckout>true</localCheckout>
<tagNameFormat>v@{project.version}</tagNameFormat>
<checkModificationExcludes>
<checkModificationExclude>**/*.so</checkModificationExclude>
<checkModificationExclude>**/*.dylib</checkModificationExclude>
<checkModificationExclude>**/*.dll</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
<plugin>