Fix CI
This commit is contained in:
parent
bf9a262c19
commit
28cec40d00
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
/build/
|
/build/
|
||||||
/bin/
|
/bin/
|
||||||
/target/
|
/target/
|
||||||
|
.repository/
|
||||||
|
|
|
||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -14,7 +14,7 @@ node {
|
||||||
}
|
}
|
||||||
|
|
||||||
withMaven(mavenConfiguration) {
|
withMaven(mavenConfiguration) {
|
||||||
def mvnParams = "-Dbuild.number=1.0.${BUILD_NUMBER} -Dbuild.development=false"
|
def mvnParams = "-Dbuild.version=1.0.${BUILD_NUMBER} -Dbuild.development=false"
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
sh "mvn ${mvnParams} clean compile"
|
sh "mvn ${mvnParams} clean compile"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue