Update Jenkinsfile and pom.xml
This commit is contained in:
parent
4da2f921a7
commit
23d5c248d9
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -72,6 +72,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "git config user.email \"jenkins@mchv.eu\""
|
sh "git config user.email \"jenkins@mchv.eu\""
|
||||||
sh "git config user.name \"Jenkins\""
|
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"
|
sh "mvn -s $MVN_SET -DpushChanges=false -DlocalCheckout=true -DpreparationGoals=initialize release:prepare release:perform -B"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
5
pom.xml
5
pom.xml
@ -56,11 +56,6 @@
|
|||||||
<preparationGoals>clean verify</preparationGoals>
|
<preparationGoals>clean verify</preparationGoals>
|
||||||
<localCheckout>true</localCheckout>
|
<localCheckout>true</localCheckout>
|
||||||
<tagNameFormat>v@{project.version}</tagNameFormat>
|
<tagNameFormat>v@{project.version}</tagNameFormat>
|
||||||
<checkModificationExcludes>
|
|
||||||
<checkModificationExclude>**/*.so</checkModificationExclude>
|
|
||||||
<checkModificationExclude>**/*.dylib</checkModificationExclude>
|
|
||||||
<checkModificationExclude>**/*.dll</checkModificationExclude>
|
|
||||||
</checkModificationExcludes>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user