[CHORE] Fix build display info for jenkins
This commit is contained in:
@@ -33,7 +33,7 @@ pipeline {
|
||||
stage("Prepare") {
|
||||
steps {
|
||||
sh "chmod +x ./gradlew"
|
||||
sh "./gradlew build -PreleaseType=port"
|
||||
sh "./gradlew build -PreleaseType=${reltype}"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user