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
369 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
15 30 50 per page