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
sonar scanner not working says its not a file or directory | sonarqube setup on local VM
Accessing to two or more Gitlab Projects in the same Jenkins pipeline file
AWS CDK repository authentication
Jenkins Docker Node error 400 Bad Request
CI/CD in github actions with firebase functions
Recommended answers
View all recommended answersThese answers have been recommended
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 ...
Can an installation job and a test job be in different stages in an Azure Devops Pipeline?
Each job creates a new build agent on Azure DevOps pipelines. In your case, you install nodejs on one agent and then run build/test on another. Here, it is better to use one job definition.
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