mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 19:50:42 +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 {
|
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 {
|
task buildProperties {
|
||||||
|
|
Loading…
Reference in a new issue