mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 11:40:48 +00:00
Oops
This commit is contained in:
parent
df87cd73fd
commit
cc2ba42e87
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue