Pinned content
View all 2 collectionsCI/CD admins have deemed these posts noteworthy.
CI/CD Content Needing Updates
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
Security Review for Gitleaks
Accessing environment variables of a pipeline build from another pipeline
how to manage SAS catalog, I have to automate the SAS catalog deployments
Multiple projects in argocd - machine sets per project
How do I manage Supabase migrations across main and develop branches using GitHub Actions?
Recommended answers
View all recommended answersThese answers have been recommended
GitHub Actions workflow_dispatch inputs not showing in Actions tab
When you first time adding a workflow to a GitHub repo from a feature branch, if you want to test it before merge to main you must give it push trigger, without that - as you said - it won't appear in ...
Find Active Pipelines in Azure DevOps Server [closed]
If you have access to the database, you query a few tables that store the build definitions and their schedules. There are at least 3 clusters of tables, one for Release management (UI), one for Build ...
Schedule a Terraform destroy and apply of the same resource using Github Actions in Azure
I would suggest to move the Bastion resource into its own Terraform configuration and state file. This prevents state file conflicts and unintended side effects for the rest of your infra. This keeps ...
Conditional Run-Time Approval at Azure DevOps
In YAML You should be able to use the ManualValidation task instead: - task: ManualValidation@1 inputs: notifyUsers: # string. Required. Notify users. #approvers: # string. Approvers. #...
GitHub PR doesn’t wait for Terraform Cloud speculative plan to complete before allowing merge
You'll need to add a Branch Ruleset in which you configure required checks: Enable the require checks to pass rule and enter the required data: You can enter the name of a check that has previously ...
See what's trending
View all trending questionsThese are the most active questions in CI/CD Collective
How to restart Jenkins manually?
Error - trustAnchors parameter must be non-empty
npm check and update package if needed
Docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
Error "The input device is not a TTY"
GitHub Actions learnings from the recent nx hack
Automating NuGet Package Verification and Publishing Using GitHub Actions
Overcoming Azure DevOps Build Agent Issues with Docker
Publishing JUnit to Azure Test Plan with PowerShell Module
Protect the repository hosting your GitHub Action
Simply submit a proposal, get it approved, and publish it.
See how the process works