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

CI/CD Collective

Discuss CI/CD with peers and experts Learn more
A new space for technical discussions about CI/CD
Share your insights, advice and experience with peers and experts
Engage and discuss in threaded post replies

Discussions

Browse discussion posts about CI/CD.

33 discussion posts
Sorted by:
0 votes
9 views
0 replies

Not fond of installing AzDevOps deploy agent on each target machine

Hi, To deploy artifacts, it seems like AzDevOps wants us to install an agent on each target virtual machine. That doesn't look good for us from a security standpoint having a 3rd party agent on each ...

Tri's user avatar
  • 323
11 votes
370 views
11 replies

Should you test all your project every time a push is made?

Disclaimer : I know almost nothing about DevOps and have been tasked with implementing CI/CD for this project. My question may be unclear and lacking in detail, so any guidance is appreciated. Please, ...

Alexandre's user avatar
  • 1,182
4 votes
74 views
1 reply

"Exploring GitHub's Best Practices for Collaboration: Tips and Tricks"

Hello everyone, I'm reaching out to gather insights and personal experiences related to best practices for using GitHub, particularly in the context of collaborative projects. GitHub offers a wide ...

Mohamed Abdullah's user avatar
0 votes
36 views
0 replies

How to Ensure that timings are always configured in UTC, irrespective of Jenkins timezone in cron jobs

Our team is responsible for configuring the cronjobs for application deployment. Recently due to jenkins upgrades, deployment went around in production hours though we already set the non prod hours ...

chethan k's user avatar
1 vote
94 views
1 reply

Disabling GitHub actions on specific branches

How do I can get GitHub actions disabled for branches, which is unprotected? I want developers modifying the workflow and trying to run the actions against a custom branch. At the same time, I don't ...

M--'s user avatar
  • 28.2k
3 votes
104 views
2 replies

owasp zap pipeline

I would like to know if anyone can share pipeline for Owasp Zap for an android application that is compatible with Azure DevOps pipeline, I've tried so many that i have found on the internet but none ...

wzdmeister's user avatar
0 votes
30 views
0 replies

abstract kubernetes resource deploy tool

Hi Folks, my company has used helm charts to deploy cloud services before. Operation and maintenance personnel generally reported that the writing of helm charts is too complicated, for example: go ...

Awadabang's user avatar
3 votes
222 views
6 replies

from GitHub Actions to Azure DevOps pipeline

I was wondering if there is some way to convert Github Actions yaml files to files that are adaptable for Azure DevOps pipeline.

Henry's user avatar
  • 1
30 votes
2k views
48 replies

which CICD tool should i use ?

well , i have couple of applications , one in node js and other one is in PHP laravel. Both code are managed in github .I have choosen aws as cloud. So which is the most reliable and convenient way ...

Whizkevina's user avatar
3 votes
54 views
1 reply

How to improve the quality of your GitHub commit?

1. Commit often and focus on the single topic for commit. 2. Do the commits in branches for particular component or task. 3. Commit in informative manner such as if you are adding something new to ...

Matt Simerson's user avatar
0 votes
101 views
3 replies

dast for mobile applications

I want to know if there are any tools that can integrate with Azure DevOps for dynamic security analysis testing either for android or ios.

Fakhar Iqbal's user avatar
  • 4,039
2 votes
228 views
4 replies

Jenkins, Terraform and AWS

I am being tasked to create a Jenkins job that would enable/disable AWS Config logs for a few separate accounts(I am using admin access, that gets me to all the accounts). I am fairly new and so far I ...

Avinash Sharma's user avatar
5 votes
483 views
15 replies

Who should be allowed to trigger CI/CD for Production?

I know that there won't be a silver-bullet answer, therefore i would like this topic to be a discussion and in best case even a helpful guideline. The problem: CI/CD is nowadays nearly everywhere. It ...

SmellyCat's user avatar
  • 659
3 votes
133 views
7 replies

Is there a way to control azure pipeline from "outside" ?

I have an azure pipeline (based on a yaml-file) that is automatically triggered by a PR to the master-branch. My requirement is, that a certain step should be conditional, i.e. it should only be ...

Franz Schroedl's user avatar
1 vote
115 views
4 replies

The Future of CI/CD For Platform Teams?

I recently read this article about the Future of CI/CD for platform teams, discussing the Dagger tool. I agree with the article that we should always encourage a culture where the maintenance and ...

greyhairredbear's user avatar
2 votes
130 views
3 replies

How do unit and integration tests each affect the efficiency and effectiveness of CI/CD pipelines in GitHub Actions

What strategies can be employed to balance them for quicker deployments as integration test take more resources and time to ran compared to unit tests.

Sunil Kumar's user avatar
8 votes
505 views
8 replies

Difference between development, staging and deployment environments

Right now I am working on improving a ci/cd pipeline that is using github actions to compile and run tests for each of the modules of the application(its multi-architecture service) after that it does ...

Sunil Kumar's user avatar
3 votes
266 views
7 replies

What is the recommended flow to reuse the appspec and buildspec files in multiple projects without copy-paste?

In my current work I need to reuse the buildspec.yml and appspec.yml across multiple projects. The issue is that I develop software for clients using the same framework. For deployment and building I ...

Paul Munyao's user avatar
3 votes
431 views
6 replies

How to deploy a web api from github to an azure web app service if the web app service is behind a private network

The issue is the web app service is on a private network. It can be accessed through the vpn but not directly. For public web app, I can directly push it from github action. However, this won't work ...

Martin Brandl's user avatar
37 votes
3k views
36 replies

is jenkins still the winner of CI/CD space ?

I have not setup jenkins for a long time now, every cloud has its own CI/CD tool, https://aws.amazon.com/devops/ https://azure.microsoft.com/en-gb/products/devops my question for personal use is still ...

mbwmd's user avatar
  • 76
0 votes
62 views
2 replies

When making unit, integration and end-to-end tests is there a consideration to keep in mind for CI/CD with GitHub actions?

Right now I am working on a java with spring boot and vue.js(back-end front-end) project and I am trying to figure out if there is a consideration or focus on a specific types of test when writing ...

svg's user avatar
  • 118
7 votes
210 views
10 replies

Which type of testing should be prioritized: unit tests, integration tests, or end-to-end tests for GitHub Actions and why?

Which type of testing should be prioritized: unit tests, integration tests, or end-to-end tests for GitHub Actions and why? Right now I am doing a research trying to figure out what type of testing ...

Mabadai's user avatar
  • 355
7 votes
567 views
7 replies

Github Actions for mirroring from one branch to another

Is it possible using Github Actions to make a private Repo that i have for production, to mirror the client's private repo? so in general, they want to have always my latest change on my production ...

Nipuna Madhushan's user avatar
4 votes
278 views
6 replies

Ansible : ideas for role and playbooks

Hey guys I'm in the middle of studying and as part of an ansible course I need to produce playbooks and roles I would love for you to give ideas for creative and complicated things only 🙂 i need lead ...

StackedSujan's user avatar
3 votes
822 views
10 replies

how to mange different environment .env (like staging,production ) for githib action

say I have 2 environments staging and production. How to fetch .env variables like database credentials for each corresponding environment for GitHub action workflow.

Hassan ALAMI's user avatar
3 votes
379 views
6 replies

Load-Balanced Jenkins

I have set up two instances that share a shared home directory using AWS EFS. However, I have noticed that when I build projects in Jenkins UI, the build numbers are not syncing properly between the ...

coz's user avatar
  • 474
3 votes
370 views
8 replies

Best sandbox platform

What is the best sandbox platform you use to practice with new DevOps tools? I'm looking for a means of practicing DevOps skills in a way that won't destructively impact a production or rest ...

CKey's user avatar
  • 152
12 votes
594 views
5 replies

Standard approach / flow of DevOps CI/CD pipeline for Mobile Apps

I am looking for industry practice for automating the CI/CD pipeline for mobile apps (iOS and Android). For Web apps, we use the below, where we generate white label artifacts from CI and while ...

LSR's user avatar
  • 95
2 votes
374 views
2 replies

Docker Compose Takes Forever to Complete in GitHub Actions After npm Test

I have a GitHub Actions workflow set up in my repository that includes running tests using npm run test in a Docker container specified by a Dockerfile. The tests pass successfully, but I'm ...

hakre's user avatar
  • 196k
16 votes
837 views
21 replies

What could be done to reduce Infrastructure As Code (IaC) complexity?

I've recently read a great article - Rethinking infrastructure as code from scratch - from Nathan Peck (Senior Developer Advocate at AWS). There, he questioned the infrastructure complexity, and the ...

hakre's user avatar
  • 196k
15 30 50 per page