Polish "Pass CI branch parameter to build scan"
See gh-19658
This commit is contained in:
parent
240f2fb2c8
commit
4ea739f91c
|
|
@ -52,7 +52,7 @@ boolean isCi() {
|
|||
|
||||
String getBranch() {
|
||||
def branch = System.getenv('BRANCH')
|
||||
if (branch != null && !branch.isEmpty()) {
|
||||
if (branch) {
|
||||
return branch
|
||||
}
|
||||
return execAndGetStdout('git', 'rev-parse', '--abbrev-ref', 'HEAD')
|
||||
|
|
|
|||
Loading…
Reference in New Issue