Category "cicd"

Uploading CICD artifact to Blob Storage with a time stamp

So I'm working on a CI/CD Pipeline in Azure DevOps and I want to add the functionality of sending the artifact at every run to blob storage, so we can revert to

include local.properties file in android jenkins build

I am trying to set up jenkins pipeline for android app. we are not commiting the local.properties file on git server for security reasons. now the problem is th

Error Opening Cypress - macOS (CI/CD) Error choosing pixel format

I'm trying to add cypress to our CICD workflow. It's running in a self-hosted macOS builder runner (12.2.1) Any idea how to fix the error below? Opening Cypress

Deployment gaps at fast pace growing application [closed]

Some context: I have little experience with ci/CD and manage a fast paced growing application since it saw the light of the day for the first

ARM FunctionApp listkeys retrieve previous custom key

We've got ARM deployment template which is working fine, the only issue there is, as we're creating FunctionApp and adding custom key to it that will be referen

Is there a way to stream cloudwatch logs while executing a Jenkins build

I'm trying to stream cloud watch logs in jenkins console output as and when my sagemaker processing job is executing. But unsure if there is a plugin for the sa

Continue running scripts even after exit code 1

I'm trying to run Cypress test in Gitlab. Below is the sample script. After executing 'npm run Cypress', if there is any test case fail, it exits with 'exit cod

Drone IO Difference between when and trigger?

My need is to run drone build when create a new tag in Gitea. I can see two options there in Drone documentation. Please find below: When when: event: tag

How can I execute and schedule Databricks notebook from Azure Devops Pipeline using YAML

I wanted to do CICD of my azure Databricks notebook using YAML file. I have followed the below flow Pushed my code from Databricks notebook to Azure Repos. Crea

Mirror Bitbucket Repositories to Google Cloud Source Repositories

I am trying to build CICD using cloud build in GCP. As a part of that, I am trying to mirror the repositories from Bitbucket into CSR. But I am not able to mirr

How to run a 2 Jenkins slaves simultaneously with only one trigger from the job of master

I have a selenium automation project with Maven and I am currently using XML files to run the batches of test cases locally. Now I have a requirement to run the

Browser is crashing in CI after updating chrome to 100. I see error ERR_INSUFFICIENT_RESOURCES in the browser log. We are using webdriverIO v6

Browser is crashing while running tests in CI after updating chrome to 100. I see error ERR_INSUFFICIENT_RESOURCES in the browser wdio log. We are using webdriv

jq - return array value if its length is not null

I have a report.json generated by a gitlab pipeline. It looks like: {"version":"14.0.4","vulnerabilities":[{"id":"64e69d1185ecc48a1943141dcb6dbd628548e725f7cef7

aws codedeploy can not kubectl into aws eks

i am trying to connect to eks cluster via aws codebuild. when: kubectl get svc output: [Container] 2022/05/13 11:27:03 Running command kubectl get svc error: Yo

deploying on eks via travis ci fails

i am trying to make a cicd pipeline github->travisci->aws eks everything works fine images are posted to dockerhub and all.but when travis is executing ku

How to deploy dacpac changes to SQL Server database hosted on azure vm

We have an Azure VM with SQL Server installed on it. We have our Visual Studio SQL Server database project in an Azure git repository. I've got the project to b

GitHub Actions: How to view inputs for workflow_dispatch?

My idea here is to write my inputs from workflow_dispatch on each pipeline run. . For example, in Bitbucket pipelines input parameters shown after custom - Is

GitHub Actions: How to view inputs for workflow_dispatch?

My idea here is to write my inputs from workflow_dispatch on each pipeline run. . For example, in Bitbucket pipelines input parameters shown after custom - Is

Bitbucket Pipelines: Build iOS for CI CD without external dependency

In Android, you can easily build an APK as long as you have Android SDK image. Then create a release (internal, beta, production) automatically on PlayStore. Ho

Cypress run on Gitlab CI/CD always failed but work properly on local run using Chrome image & node

I have configured my cypress test in the GitLab CI/CD pipeline, However, in my local environment, it runs perfectly with no errors, however, when the pipeline j