Will this build now?
This commit is contained in:
@@ -33,7 +33,7 @@ pipeline {
|
||||
dir('dev') {
|
||||
sh "chmod +x ./gradlew"
|
||||
sh "./gradlew clean"
|
||||
sh "./gradlew build"
|
||||
sh "./gradlew build -PreleaseType=snapshot"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,7 @@ pipeline {
|
||||
steps {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
dir('dev') {
|
||||
sh "./gradlew publish"
|
||||
sh "./gradlew publish -PreleaseType=snapshot"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1 +1 @@
|
||||
16163ac944796dc258d7afa54484e5cfc29906d8
|
||||
f712036d2e19267bd281397fb48ba4fe94774efa
|
Reference in New Issue
Block a user