mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 11:40:48 +00:00
idk why its not working
This commit is contained in:
parent
cc2ba42e87
commit
56e71b10fa
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") : getBuildNumber()
|
||||
buildNumber = System.getenv("JENKINS_URL") != null ? System.getenv("BUILD_NUMBER") : getBuildNumber()
|
||||
}
|
||||
|
||||
task buildProperties {
|
||||
|
|
Loading…
Reference in a new issue