I am getting following error. Would you please help?
Error:
Container 'Build' exceeded memory limit.
Here is my pipeline code.
Hi rajputj3_bv_com,
Please refer to our documentation for troubleshooting - the easiest way to avoid encountering memory issues is to add the size attribute to your step to increase the available memory from 4GB to 8GB:
We have relevant documentation below related to configuring the size attribute and also how memory allocation works in Pipelines
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
Thank you. This worked.
I am having following error. Can you please help?
INFO: Starting deployment to Azure app service...
az webapp deployment source config-zip --resource-group oneclick_002_test --name web-oneclick-test-02 --src drop.zip
ERROR: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
File "/usr/local/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 328, in execute
raise ex
File "/usr/local/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 386, in _run_jobs_serially
results.append(self._run_job(expanded_arg, cmd_copy))
File "/usr/local/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 379, in _run_job
six.reraise(*sys.exc_info())
File "/usr/local/lib/python3.6/site-packages/six.py", line 693, in reraise
raise value
File "/usr/local/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 356, in _run_job
result = cmd_copy(params)
File "/usr/local/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 171, in __call__
return self.handler(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 441, in default_command_handler
return op(**command_args)
File "/usr/local/lib/python3.6/site-packages/azure/cli/command_modules/appservice/custom.py", line 271, in enable_zip_deploy
response = _check_zip_deployment_status(deployment_status_url, authorization, timeout)
File "/usr/local/lib/python3.6/site-packages/azure/cli/command_modules/appservice/custom.py", line 2054, in _check_zip_deployment_status
res_dict = response.json()
File "/usr/local/lib/python3.6/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/local/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
INFO: Web App URL: https://web-oneclick-test-02.azurewebsites.net
✖ Deployment failed.
This is my pipeline file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi rajputj3,
You will need to reach out to Microsoft for further troubleshooting regarding the error messages you are facing with the pipe. This pipe is developed, maintained and supported by Microsoft and falls outside of our support scope:
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.