Commit de062b4f authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #20382 from dreis2211

* pr/20382:
  Add branch information to build scans on Windows

Closes gh-20382
parents 41101f7a bd1016b1
......@@ -390,6 +390,7 @@ jobs:
- WIN64
timeout: ((task-timeout))
params:
BRANCH: ((branch))
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
GRADLE_ENTERPRISE_CACHE_USERNAME: ((gradle_enterprise_cache_user.username))
GRADLE_ENTERPRISE_CACHE_PASSWORD: ((gradle_enterprise_cache_user.password))
......
......@@ -3,6 +3,7 @@ platform: windows
inputs:
- name: git-repo
params:
BRANCH:
CI: true
GRADLE_ENTERPRISE_ACCESS_KEY:
GRADLE_ENTERPRISE_CACHE_USERNAME:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment