Browse Source

Add build scan tag for all pull request builds (#47889)

Mark Vieira 6 years ago
parent
commit
585a1aafc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/build-scan.gradle

+ 1 - 1
gradle/build-scan.gradle

@@ -1,4 +1,3 @@
-import nebula.plugin.info.scm.ScmInfoExtension
 import org.elasticsearch.gradle.OS
 
 buildScan {
@@ -37,6 +36,7 @@ buildScan {
             value 'Git Branch', System.getenv('ghprbTargetBranch')
             tag System.getenv('ghprbTargetBranch')
             tag "pr/${System.getenv('ghprbPullId')}"
+            tag 'pull-request'
             link 'Source', "https://github.com/elastic/elasticsearch/tree/${System.getenv('ghprbActualCommit')}"
             link 'Pull Request', System.getenv('ghprbPullLink')
         } else {