-
Notifications
You must be signed in to change notification settings - Fork 198
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
Run azd pipeline config --provider azdo
pipeline missing Java SDK
#3520
Comments
@vhvb1989 can you triage this? |
the pipeline definition uses: - task: JavaToolInstaller@0
inputs:
versionSpec: '17'
jdkArchitectureOption: 'x64'
jdkSourceOption: 'PreInstalled' By using It looks like the agent, in this case, doesn't have a pre-install JAVA sdk. @v-jiaodi , can you show the output from JavaToolInstaller?: Note: |
@vhvb1989 Output from JavaToolInstaller: |
We also encountered the same problem in this manual test. Environment:
|
@rajeshkamal5050 In the latest round of azd manual testing (1.9.2), this issue still exists.
|
@rajeshkamal5050 In the latest round of azd manual testing, this issue still exists.
|
Does this repro in main? |
@jongio Yes, this issue can also be reproduced in main. We tested the following four scenarios and they can all be reproduced:
|
@rajeshkamal5050 In the latest round of azd manual testing, this issue still exists.
|
@rajeshkamal5050 In the latest round of azd manual testing, this issue still exists.
|
Describe the issue:
Test
todo-java-mongo
template. Runazd pipeline config --provider azdo
, get error as follow:Repro Steps:
azd auth login
.azd init -t todo-java-mongo -b staging
.azd pipeline config --provider azdo
.Environment:
Expected behavior:
Run
azd pipeline config --provider azdo
, pipeline log can pass.@rajeshkamal5050 for notification.
The text was updated successfully, but these errors were encountered: