This commit is contained in:
Telesphoreo 2022-03-26 17:46:58 -05:00
parent df87cd73fd
commit cc2ba42e87
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static def getDate() {
}
ext {
buildNumber = System.getenv("BUILD_NUMBER") != null ? System.getenv("BUILD_NUMBER") : getGitHash()
buildNumber = System.getenv("BUILD_NUMBER") != null ? System.getenv("BUILD_NUMBER") : getBuildNumber()
}
task buildProperties {