Skip to main content

CI/CD Collective

Questions

Browse questions with relevant CI/CD tags

19,883 questions

No answer
0 votes
0 answers
41 views

Test Results in Pull Request always show all tests as “new”

I have an Azure DevOps pipeline configured as a Branch Policy build validation for Pull Requests into the develop branch. The pipeline runs automatically for every PR targeting develop. The pipeline ...
Roman Matkovskyi's user avatar
1 vote
0 answers
78 views

AWS Lambda TargetInvocationException : could not load file or assembly 'System.Data.SqlClient, Version=4.6.1.6'

I have a .NET 8 based multi-project backend solution. It uses GitHub actions to build the build/publish project with release, that is later used by AWS Lambda to run it whenever an invocation occurs. ...
humblefool's user avatar
0 votes
0 answers
45 views

Cloud Build no longer authenticates gsutil using service account

I have a Dockerfile that builds an image based on golang:bookworm. It installs the google-cloud-cli package from the https://packages.cloud.google.com/apt repository. I used it to build an image that'...
derat's user avatar
  • 218
Best practices
1 vote
0 replies
97 views

How to securely build Docker images in GitHub Actions on Kubernetes runners (no privileged mode / no DinD)?

I'm setting up a secure CI/CD pipeline using GitHub Actions with self-hosted runners running in Kubernetes, and I want to build Docker images and push them to AWS ECR securely. Goals Build Docker ...
refaeldoron's user avatar
0 votes
0 answers
50 views

Error in credential substitution in downstream job when upstream job is strigged by timer in Jenkins

I am using Jenkins version 2.528.3 with Parameterized Trigger plugin (Version873.v8b_e37dd8418f). I have a job (free style) (JOB A) which is parameterized to accept credential parameter of type secret ...
Kalpa Welivitigoda's user avatar
0 votes
0 answers
33 views

Creating environment variables across jobs

I'm trying to write a CloudBees workflow and it uses GitHub Actions syntax. I'm looking for some advice with environment variables. I want to dynamically create some variables at 'workflow' scope that ...
user1587804's user avatar
0 votes
0 answers
69 views

Wikipedia returns 403 when using sphinx linkcheck to check for broken links

We use sphinx linkcheck to make sure that our docs do not contain broken links, but Wikipedia has started returning a 403, assuming that our CI is a robot. Fair enough, it is a robot, so has anyone ...
jon_two's user avatar
  • 1,278
0 votes
0 answers
81 views

Azure DevOps Pipeline cannot access GitHub org with IP restrictions when using OAuth service connection

We have a GitHub Organization hosted on a cloud subscription with enterprise-level security controls enabled. One of the key controls is IP allow-listing, where only traffic originating from our ...
user32062994's user avatar
1 vote
0 answers
86 views

Trigger Adding Automatic Parent Feature by Creation of Custom Work Item Type?

I have a custom work item type which will always have the same parent feature. I'm trying to create a pipeline which is triggered by the creation of the work item type to add that particular feature ...
user32056895's user avatar
0 votes
0 answers
57 views

GitLab CI runs even when `changes:` field doesn't match any files

I want my GitLab CI job to run only when one of my doc files at docs/**/*.md or docs/**/*.mdx changes. When I put these patterns in the rules:changes: field, the job always seems to run, even when ...
Tim McMackin's user avatar
1 vote
0 answers
77 views

Unable to publish private npm packages with Lerna on GitLab CI (403 error after npm changes)

Since the recent changes on npm regarding authentication and token permissions, we are no longer able to publish private packages in our monorepo using Lerna in our CI/CD pipeline on a self-hosted ...
Sami Ghorbel's user avatar
0 votes
0 answers
52 views

Authenticating to GCP npm Artifact Registry using Direct Workload Identity Federation from a Bitbucket Pipeline

In my Bitbucket Pipeline I use the following step, with the intention to download some npm dependencies from a private GCP npm Artifact Registry: - step: &download-dependencies name: Download ...
nucleus's user avatar
  • 25
0 votes
0 answers
94 views

E: Unable to locate package libeigen3-dev

In short, in the GitLab CI I get the error E: Unable to locate package libeigen3-dev Context. I'm on Linux. On my machine the makefile works and the program can run. The CI can run the installation of ...
Blue Lama's user avatar
  • 172
0 votes
0 answers
71 views

Receive 403 inconsistently from GitHub npm registry

We have several (private) npm packages in the GitHub npm registry. Let's say we have repository A and repository B. Repository A publishes an npm package into the GitHub registry, and repository B ...
jleeothon's user avatar
  • 3,216
0 votes
0 answers
51 views

ArgoCD applicationset - path and .argocd-source.yaml issues

I have a test setup where I have a base folder structure. This is working and I create the application for staging with the values and the configmap from the staging folder. However, I also need to be ...
furion2000's user avatar
0 votes
0 answers
79 views

How to create an atomic unabortable step in jenkins

I have a Jenkins pipeline with a critical stage that runs my custom .NET CLI performing important tasks. I want this stage to be fully atomic, meaning that if someone tries to abort the build while ...
Raj Mohammed's user avatar
Best practices
0 votes
0 replies
47 views

How do I manage Supabase migrations across main and develop branches using GitHub Actions?

I’m using Supabase, Next.js, and GitHub with the following setup: A main branch for production A develop branch for development Two separate Supabase projects: Project A → Production Project B → ...
user12504353's user avatar
0 votes
0 answers
21 views

Jenkins Groovy list user login with Groovy script

I am Rajeswari In the groovy script i have to filter who login in Jenkins but I am able to filter the user list all in the manage/security Realm the user list So How to use it they is no direct method ...
Rajeswari S's user avatar
0 votes
0 answers
39 views

Gitlab CI: Rules based on array parameter

Is there a solution to create a rule that check if an array parameter contains a given element? Below example is not a valid one. spec: inputs: ARRAY: type: array ...
Raphael Vig's user avatar
0 votes
0 answers
30 views

Github Action for test build and run unit tests for iOS library

I have github action written to test build and also run unit tests before performing a release. steps: - name: Checkout repo uses: actions/checkout@v4 - name: Set up Ruby (for ...
Dragisa Dragisic's user avatar
-1 votes
0 answers
79 views

Azure App Service (Linux) showing default page instead of Laravel app wrong root? Startup command not working

I deployed a Laravel project to Azure App Service (Linux) using Bitbucket Pipelines, but the app is not loading. Instead of my Laravel homepage, Azure shows the default App Service page. In my ...
Manoj Singh's user avatar
0 votes
0 answers
91 views

An error occurred while validating. HRESULT = '80004005'

I'm implementing CI/CD for a couple applications using GithubActions in GHES with a self-hosted runner and I've been facing this problem "An error occurred while validating. HRESULT = '80004005'&...
Frank Junior Reyes Batista's user avatar
0 votes
0 answers
40 views

Jenkins new version won't make string variable be read by dimensionscm plugin

We have a very old Jenkins version (1.577) on windows server that we upgrade to 2.516.3 version successfully more or less. The most problematic issue is related to a freestyle job: the job is a build ...
DanieleF's user avatar
0 votes
0 answers
26 views

Active choices - use html text values in pipeline

I want to do the following (I’m testing with the Active Choices plugin): Have a dropdown with three possible values (one, two, three) – Active Choices Parameter Depending on the selection, display ...
Angel Elvira's user avatar
0 votes
0 answers
36 views

npm test fails in Azure pipeline with Chrome Headless 107.0.5304.87 (Linux x86_64) ERROR

I have an Angular app with below specifications in my Azure pipeline Angular: ^20.2.3 Node.js: v22.21.1 Karma: ~6.4.3 My tests run successfully in my local but fails in my pipeline with below error: ...
tangel's user avatar
  • 393
0 votes
0 answers
69 views

sqlcmd ODBC Driver 17 TCP Provider Error 0x2746 (Client unable to establish connection)

I’m running an Azure DevOps pipeline on an Ubuntu agent inside a container (rocker/verse:4.0.4). The goal is to push data from R to SQL Server after refreshing some datasets. I installed the Microsoft ...
Ferxani's user avatar
Best practices
0 votes
0 replies
44 views

Gitlab show result from multiple pipelines on Merge Request page

We aare developing new features for our code which we use merge requests in Gitlab to a release branch where all features are collected. When doing the actual release we do a MR from release branch to ...
Sverker Abrahamsson's user avatar
0 votes
0 answers
63 views

Accessing to two or more Gitlab Projects in the same Jenkins pipeline file

We have the following Jenkins pipeline script. pipeline { agent any stages { stage('Run in Sandbox'){ steps { dir('Pot') { checkout ...
Timothy A Calderwood's user avatar
0 votes
0 answers
39 views

AWS CDK repository authentication

I'm working on a CDK deployment. I'm trying to set up a stack that creates a ECR image which is completely build the way I want. However, I'm stuck at the part of getting the private repositories ...
Donny van Grondelle's user avatar
Best practices
0 votes
0 replies
37 views

screenshot unreal app in windows ci pipeline

Is there a best practice to capture screenshots of an unreal app when performing a test in a gitlab ci pipeline? gemini suggest using movie render queue w a vnc session or NICE DCV to stimulate a user ...
simgineer's user avatar
  • 1,926
0 votes
0 answers
133 views

Failing healthcheck of GitLab CI PostgreSQL service

I get this error in my pipelines: Health check container logs: 2025-11-18T09:45:19.064500182Z FATAL: No HOST or PORT found Service container logs: 2025-11-18T09:45:19.061855973Z ...
Lehks's user avatar
  • 3,368
0 votes
0 answers
46 views

Error in Pod Update while building in Azure DevOps Pipeline for React Native

I'm setting up an Azure pipeline for a React Native project, but I'm running into an error during the Pod update step. Does anyone know what changes I might need to make in the Podfile, the YAML ...
error404's user avatar
0 votes
0 answers
29 views

How to translate CI to IC of the header of a in gtsummary table?

How to translate CI to IC (brazilian portuguese) of the header of a gtsummary table? Using theme_gtsummary_language() function, it doesn't work. I tried the modify_header() function too, but doesn't ...
Ornella Scardua's user avatar
Advice
2 votes
0 replies
62 views

ArgoCD ApplicationSet and Workflow to create ephemeral environments from GitHub branches

How would you rate this GitOps workflow idea with ArgoCD + ApplicationSet + PreSync hooks? In my organization we already use Argo CD for production and staging deployments. We're considering giving ...
luacassus's user avatar
  • 6,750
-1 votes
0 answers
72 views

Generate OWASP Dependency Report as HTML and JSON inside Jenkins pipeline using Kotlin pom.xml profile

I want to generate artifacts of type HTML and JSON for Jenkins. I now only generate HTML reports. My end goal is to check the JSON report for any issues and make the build UNSTABLE if there are any ...
Europa's user avatar
  • 1,454
0 votes
0 answers
81 views

GitHub Actions iOS build fails with “Exit status 65” – works locally with Xcode 16.1

I have a React Native project that builds and uploads successfully using Fastlane on my local Mac (Xcode 26.1). However, the GitHub Actions iOS build fails with the following error: ** ARCHIVE FAILED *...
Ruchira Swarnapriya's user avatar
Best practices
0 votes
0 replies
62 views

How to share Python environment set up between jobs

There's this GitHub Actions workflow to build & release Python project: name: build, test, release on: push jobs: build: name: build runs-on: ubuntu-latest steps: - uses: ...
basher's user avatar
  • 87
Advice
2 votes
0 replies
60 views

Is it allowed to put anything in a hidden GitLab job

GitLab seem to accept jobs containing anything, including keywords that aren't normally allowed in a job. I've not tested, but this question even suggest that one could even make the hidden job a ...
skyking's user avatar
  • 14.6k
0 votes
0 answers
32 views

Flaky Circle CI tests (django): ImportError: cannot import name "task" from "app.tasks" (unknown location)

Sometimes, I have many flaky test failures due to one error: ImportError: cannot import name 'task_import_events_to_db' from 'app.tasks' (unknown location) It seems the tests fail because of this ...
Vasyl Bilych's user avatar
1 vote
0 answers
118 views

Azure DevOps Pipeline YAML file - How To Access (upstream) Pipeline Resource Completion Time in downstream pipeline?

How to get the completion time of a stage in my upstream pipeline? I read in the documentation that I can use resources.pipeline.<alias>.xyz, but I don't see any predefined variables that allow ...
Carla Lima's user avatar
0 votes
0 answers
87 views

VS Code GitHub Actions extension shows incorrect linter errors for valid workflow syntax

I'm using VS Code and working on GitHub Actions workflow files. I'm using the GitHub Actions extension. I'm having issues with the linter. VS Code is showing me some errors and warnings that are ...
Valentin Vignal's user avatar
0 votes
0 answers
67 views

Tag push doesn't trigger workflow if the workflow didn't exist at the tagged commit

Repository structure: Commits first-commit: add test file second-commit: add workflow .github/workflows/tag.yaml name: tag_handler on: push: tags: - "*" jobs: hello: ...
CatBraaain's user avatar
0 votes
0 answers
44 views

Trigger stage when file deleted or added to a directory

I want to add to my gitlab-ci a stage that is triggered based on two factors: If a particular stage "a" was also triggered. If a file was added or removed in a directory (not changed). I ...
Remchuk's user avatar
0 votes
0 answers
63 views

Fastlane CI/CD build error: “fastlane ran into a build/archive error with your project” when using xcodebuild

I’m running a Fastlane pipeline for iOS app builds in CI/CD, and my build fails with the following log output: INFO [2025-11-04 18:09:06.48]: ERROR [2025-11-04 18:09:06.48]: Looks like fastlane ran ...
Somnath Sabale's user avatar
0 votes
0 answers
52 views

GitLab CI Allure Report Shows Garbled Characters in Console Output

I'm experiencing intermittent issues with Allure reports in GitLab CI where the console log occasionally displays garbled/corrupted characters instead of readable output. This doesn't happen ...
dreamer's user avatar
1 vote
0 answers
150 views

Should I use Docker-in-Docker or a Docker socket mount for building images inside CI containers?

I’m experimenting with a self-hosted CI/CD setup where each pipeline step runs as a Docker container. However, some steps need to build and push their own Docker images I currently use Docker-in-...
Alex's user avatar
  • 101
0 votes
0 answers
41 views

Concurrency issue while updating micro-frontend manifest to s3

All MFEs are deployed using a single shared GitHub Actions workflow. This workflow handles deployment for any MFE that has been updated and updates a shared manifest file that lists all deployed MFE ...
Gregster's user avatar
0 votes
0 answers
45 views

Azure Pipeline Error - Building .Net MAUI App

I am trying to create an Azure Pipeline to build the APK for .net MAUI project. Pipeline on run failing with below error. * C:\hostedtoolcache\windows\dotnet\sdk\8.0.414\Sdks\Microsoft.NET.Sdk\...
XaMAUI's user avatar
  • 390
0 votes
0 answers
78 views

GitHub Actions job matrix with continue-on-error fails

I have the following jobs specified: jobs: test: continue-on-error: ${{ matrix.allow_fail }} strategy: fail-fast: false matrix: versions: - "latest" ...
user31777736's user avatar
1 vote
0 answers
37 views

Display GitLab CI Pipeline on CI_COMMIT_TAG

I have a quite complex GitLab CI config structure which is distributed via multiple files. . ├── .gitlab-ci.yml └── .gitlab-ci.d    ├── main.yml   └── release_main.yml The gitlab-ci.yml looks like ...
MaKaNu's user avatar
  • 1,108


15 30 50 per page
1
2 3 4 5
398