bugfix
This commit is contained in:
parent
4c0cf90344
commit
dc98ed767e
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -17,6 +17,7 @@ node {
|
||||||
def gradleParams = "--no-daemon -Pversion=1.0.${BUILD_NUMBER}"
|
def gradleParams = "--no-daemon -Pversion=1.0.${BUILD_NUMBER}"
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
sh "chmod +x ./gradlew"
|
||||||
sh "./gradlew ${gradleParams} -x test clean build"
|
sh "./gradlew ${gradleParams} -x test clean build"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue