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
Test Results in Pull Request always show all tests as “new”
AWS Lambda TargetInvocationException : could not load file or assembly 'System.Data.SqlClient, Version=4.6.1.6'
Cloud Build no longer authenticates gsutil using service account
How to securely build Docker images in GitHub Actions on Kubernetes runners (no privileged mode / no DinD)?
Error in credential substitution in downstream job when upstream job is strigged by timer in Jenkins
Recommended answers
View all recommended answersThese answers have been recommended
Deploying separate repos to production with azure-pipelines.yml
I suspect the upload files step is what's baffling you? I suspect that you're connecting to an FTP server using FileZilla. There is a task in Azure Pipelines as well to connect to and upload files to ...
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
Docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
npm check and update package if needed
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