Hi Team, I have been trying to build and containerize a node application using bitbucket pipelines and I'm getting inconsistent results when I run them. I'm using nextjs:22 imag...
const lastStatusChangeTime = new Date(ticket.fields.statuscategorychangedate); This provide the status category change( if an issue were transitioned from "...
I am trying to execute the following command so that I can build my Angular application within the pipeline: - npm install -g @angular/cli But this throws an error: + npm install -g @angular/cli n...
export const uploadImageToBitbucketServer= async (req, res) => { const { fileUrl } = req.body; try { const fileResponse = await fetch(fileUrl); const fileBuffer = await fileResponse...
Hi There, I have installed NVM in my ubuntu build agent. I am able to use nvm and node commands in my local. But when I run nvm or node commands from bamboo plan, Plan fails with error as node comm...
I have been trying to build a docker image and deploy it to ECR through Bitbucket pipeline. In the build step I am facing an issue process "/bin/sh -c npm run build" did not complete successfull...
Here is my Pipeline file This is the error I am getting
I am trying to push files to bitbucket repo using nodejs. Here is the code I am using async function pushToRepo(remoteUrl, options, filePath, message) { try { // Reading file content from ...
Facing issues exceeding memory limit even set size is 2x. image: nikolaik/python-nodejs:python3.10-nodejs14 pipelines: branches: master: - step: size: 2x...
Hello ■Background In Google Cloud Run using AXIOS with node.js for file downloading from atlassian Confluence, when the file's size is greater than 100M,download failed. ■What I did Read resp...
Hi, could anyone advise what is the best practices to deploy NodeJs to the Heroku template for bitbucket-pipelines.yml, please?
I am trying to run npm install on Bamboo but I'm getting this error: 07-Apr-2022 17:18:11 npm ERR! Could not resolve dependency: 07-Apr-2022 17:18:11 npm ERR! peer react@"^16.0.0-0" from enz...
Hello Team, When I am hitting my Permission API in postman it give me "hasPermission =true": { "permissions": { "BROWSE_PROJECTS": { "id": "10", "key": "BROWSE_PROJECTS", "name": "Browse Proj...
Hello Team, I am looking for APIs which can add options to Single Select or multi-selected type custom fields. I read most of articles but nothing is confirmed if we can add it or not. ...
Hello, specifying "image: node:14.X" in the pipeline leads to the "npm install" failure. The "npm install" will also fail, if I use "node:16". But if I specify " image:atlassian/default-image...
I'm using NodeJS to try to POST a file as an attachment to the /rest/api/3/issue/{issueIdOrKey}/attachments endpoint as shown here. Using CURL inside the command line successfully POSTs the fil...
please help with this, which task to use?
Hi, I have a simple nodejs app that I want to copy to my production server after installing. When node install is ready I want to know in which directory it is done. I thought ist was my 'artifacts...
We are using SonarScanner to scan our .NET Core applications during build. This tool has upgraded its required Node.js version to v10 instead of v9. ERROR: Error during SonarScanne...
I can be able to create a JIRA issue with the type of BUG How to create this issue under already created epic on my project. Name of the epic ID - TEST-12. I have searched a lot but I couldn't find...
I'm trying to deploy my webapp to firebase hosting through a bitbucket pipeline, It's not deploying correctly in the pipeline but in the console it works no problem. This is what I do in the console:...
This is my Node JS code: const jiraApi = require('jira-client'); var jira = new jiraApi({protocol: 'https', host: 'jira.XXXX.global', user...
Good morning erveryone. I am tasked with streamlining the Support-Ticket creation. Part of the requirement is to create attachments on newly opened tickets. Jira-SDs Rest-API requires the user to fi...
I have my angular and nodejs app hosted on Azure VM (Linux (ubuntu 18.04)) using nginx and pm2 respectively. Now I want to create pipeline by which i can deploy my code to the nginx root folder. Sam...
Hey guys, I made a request to the Trello servers and got this response: ``` Error: FetchError: request to https://api.trello.com/1/cards/$cardID failed, reason: socket hang up `...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.