[CHORE] Fix build display info for jenkins

This commit is contained in:
2024-06-11 22:31:40 +02:00
parent c63514511d
commit 0a3781a42c
28 changed files with 59 additions and 118 deletions

View File

@@ -33,7 +33,7 @@ pipeline {
stage("Prepare") {
steps {
sh "chmod +x ./gradlew"
sh "./gradlew build -PreleaseType=port"
sh "./gradlew build -PreleaseType=${reltype}"
}
}