Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Variables with equals in the name are null at the task level but are fine at env: level on win os 2022 #4931

Open
1 of 4 tasks
TrentBie opened this issue Aug 7, 2024 · 2 comments

Comments

@TrentBie
Copy link

TrentBie commented Aug 7, 2024

What happened?

Migrated our onprem ados agents to windows server 2022 and a task started to fail with null value issues

Versions

Agent version 3.242.1 - Windows 2022 OS

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

Azure DevOps Server type

Azure DevOps Server (Please specify exact version in the textbox below)

Azure DevOps Server Version (if applicable)

Azure Devops Server 2022,1 20240130.2

Operation system

Windows 2022 OS

Version controll system

GIT

Relevant log output

Initialize Job
[SPEC_METADATA[?(@_NAME=='CLIENTID')]_VALUE] --> [12345689]
				[SPEC_METADATA[?(@_NAME=='CLIENTSECRET')]_VALUE] --> [jnH8Q~uHASs0hLk3WXLqg1CvE3umheKHcR-JDbCT]
				[SPEC_METADATA[?(@_NAME=='SCOPES')]_VALUE] --> [api://NautilusApi-tst/.default]
				[SPEC_METADATA[?(@_NAME=='TOKENURL')]_VALUE] --> [https://login.microsoftonline.com/12345789/oauth2/v2.0/token]



At Task Level
##[debug]spec.metadata[?(@.name=='scopes')].value=undefined
##[debug]spec.metadata[?(@.name=='tokenURL')].value=undefined
##[debug]spec.metadata[?(@.name=='clientSecret')].value=undefined
@vmapetr
Copy link
Contributor

vmapetr commented Aug 12, 2024

Hi @TrentBie thank you for your report!
This looks like an external issue related on prem. Could you please confirm that the same issue happens on agent versions before 3.242.1, like 3.240.1 ?

@TrentBie
Copy link
Author

TrentBie commented Aug 12, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants