The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

The bridge server used for analyzing JavaScript/TypeScript files is unresponsive.

Dhruvin Gabani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 12, 2024

 

image: node:lts # Choose an image matching your project needs

clone:
depth: full # SonarCloud scanner needs the full history to assign issues properly

definitions:
caches:
sonar: ~/.sonar/cache # Caching SonarCloud artifacts will speed up your build
services:
docker:
memory: 1024
docker-with-large-memory:
memory: 7168
type: docker #For large file line code
steps:
- step:
name: Install dependencies
caches:
- node
script:
- npm install
- npm install -g increase-memory-limit
- step: &build-test-sonarcloud
name: Build, test and analyze on SonarCloud
caches:
- sonar
script: # Build your project and run
- pipe: sonarsource/sonarcloud-scan:2.0.0
variables:
EXTRA_ARGS: "--exclude=src/@fuse/* -X"
- step: &check-quality-gate-sonarcloud
name: Check the Quality Gate on SonarCloud
script:
- pipe: sonarsource/sonarcloud-quality-gate:0.1.6
variables:
EXTRA_ARGS: "--exclude=src/@fuse/*"

default:
- step: *build-test-sonarcloud
- step: *check-quality-gate-sonarcloud

above is code of my bitbucket-pipeline.yml file for my react.js project but i still faced below issue as show in image

Screenshot from 2024-08-12 19-24-51.png

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 13, 2024

G'day, @Dhruvin Gabani 

Welcome to the community!

I can see that you are using a pipe. Can you enable the debug option in the pipe to generate a more verbose log?

DEBUG: "true"

Once done, please create a support ticket on our Support portal with the pipeline build URL enabled by the verbose option.

Regards,
Syahrul 

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events