Skip to main content
The 2024 Developer Survey results are live! See the results

CI/CD Collective

A collective where developers focused on continuous integration, delivery, and deployment can find, share, and learn about simultaneous development.
113k Questions
+145
+1
16k Members
+140
Contact

Pinned content

View all 2 collections

CI/CD admins have deemed these posts noteworthy.

Pinned
6 votes
2k views
Collection

CI/CD Content Needing Updates

This is a collection of questions, answers, and articles about CI/CD practices that are now outdated due to the fast-paced evolution of DevOps. When collective members find CI/CD tagged content that ...
Berthold's user avatar
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
5 views

Invalid yaml syntax on github-actions

I am trying to setup a github action but I have an invalid yaml syntax on line 20 run: echo "Merged PR detected: ${{ github.event.pull_request.head.ref }}": name: Auto Delete Feature Branch ...
0 votes
0 answers
8 views

Getting error at data flow level while extracting data through REST API

I have an ADF pipeline with a REST API call that is supposed to return data in chunks, with a maximum of 100 records per page. In the below image it is showing until the Set No of pages required ...
0 votes
0 answers
6 views

Start a process in Jenkins without waiting for its end

I'm able to start a process in my Jenkins pipeline easily, but I'm struggling to avoid being blocked by the process. Currently, Jenkins is waiting for its end before going on to the next step, but I ...
0 votes
0 answers
16 views

Why gitlab ci fails with no error and how can I fix it?

Here is the content of .gitlab-ci.yml file: stages: - deploy deploy_job: stage: deploy before_script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )...
0 votes
0 answers
8 views

Tomcat is shutting down if my Jenkins job takes too long

I run Jenkins as a webapps inside a Tomcat on a Ubuntu machine. In case one Jenkins build task takes longer than one hour the Tomcat is shutting down (without any user action). If I exclude some work ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

-1 votes
0 answers
46 views
+150

macos-14 github runner: how do I launch my app

I am using github actions macos-14 arm64 runner to test building of an app, followed by a test launch for verification. On x86_64 runners this works ok: - name: Test-launch the app run: | ...
0 votes
1 answer
111 views
+50

Module import error for PYTHON_PYLINT when using super-linter/[email protected]

I've been working on getting super-linter within a GitHub Action to accept my recent Python project import for a while now without success. I am using py3langid to detect English language in a pretty ...
0 votes
0 answers
30 views
+50

Handshake failed in Gitlab runner autoscale setup with Fargate

My config.toml file concurrent = 1 check_interval = 0 shutdown_timeout = 0 [session_server] session_timeout = 1800 [[runners]] name = "fargate testing" url = "https://code.xx....
-1 votes
0 answers
65 views
+50

Jenkins on EKS, mount EFS in DIND

I am running Jenkins master and agents on K8S. Some of CI workloads require a docker image to be build and pushed to ECR. I installed Jenkins using its Helm chart and running the DIND agent as a ...
2 votes
1 answer
59 views
+100

sh commands seem to hang when running in parallel stages

We have a primary build pipeline that uses workflow-cps parallel step to run around ~50 containers at the same time, and it’s heavily sh dependent. As more agents are added to the parallel step, sh ...

Learn something new
These are the most recent articles in CI/CD Collective
0 votes
21 views
1 minute read
How-to guide

Overcoming Azure DevOps Build Agent Issues with Docker

Hi community, As a developer, I love using Azure DevOps in my projects to create robust CI/CD pipelines. It streamlines workflows and ensures consistent, automated deployment processes. But recently, ...
Volodymyr Shyrmanov's user avatar
2 votes
138 views
1 minute read
Knowledge article

Publishing JUnit to Azure Test Plan with PowerShell Module

My current challenge revolves around Azure Test Plan's robust test management features, which unfortunately do not include built-in support for importing JUnit test results. This poses an obstacle for ...
Rey's user avatar
  • 29
7 votes
439 views
9 minute read
Knowledge article

Protect the repository hosting your GitHub Action

Cover photo used under Creative Commons It comes as no surprise that the tags and branches solution to version GitHub Actions is weak at best. There have been rumors of Actions moving to a different ...
jessehouwing's user avatar
2 votes
243 views
6 minute read
How-to guide

Publish Azure DevOps Extensions using Azure Workload Identity

As you may know, I maintain several Azure DevOps Extensions. To publish them I use the Azure DevOps extension tasks (if you need help configuring a basic CI/CD pipeline for an Azure DevOps Extension, ...
jessehouwing's user avatar
5 votes
11k views
5 minute read
Knowledge article

GitHub Actions & AWS ECS CI/CD Enterprise Design

Designing CI/CD Workflows in Enterprise Repositories with GitHub Actions & ECS This knowledge article is supposed to provide the appropriate design of the CI/CD workflows in enterprise level scale,...
Hubert Bratek's user avatar