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

ZAP fails to install via Azure DevOps Pipeline #50

Closed
tomaustin700 opened this issue Oct 25, 2021 · 3 comments
Closed

ZAP fails to install via Azure DevOps Pipeline #50

tomaustin700 opened this issue Oct 25, 2021 · 3 comments
Assignees

Comments

@tomaustin700
Copy link

Describe the bug
When trying to use choco install zap within an Azure DevOps pipeline the install process hangs indefinitely and the pipeline run has to be manually cancelled. Manually running choco install zap works correctly so this is just limited to Azure DevOps pipelines.

Expected behavior
Zap should install correctly

Desktop (please complete the following information):

  • OS: Windows 10 64 bit
  • Version: 21H1

Additional context
I have attached chocolately.log and choco.summary.log which show logs for the installation process

choco.summary.log
chocolatey.log

@jtcmedia
Copy link
Owner

This is most likely a timing issue; especially since you say it installs fine manually. I don't see any errors in the logs you posted other than it not finishing. You can try playing around with the --timeout option for choco install perhaps or give it more time in your Pipeline?

@tomaustin700
Copy link
Author

What's weird is that it seems that something pipeline related causes choco install to hang, once the pipeline is cancelled the ZAP install completes.

@jtcmedia
Copy link
Owner

jtcmedia commented Nov 4, 2021

Could it be related to this issue? chocolatey/choco#1871

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

No branches or pull requests

2 participants