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
Integrating Testing and QA into AI Workflows
How to build a .NET Android App in a Gitlab CI Pipeline
Syntax for running sed in a Jenkins pipeline
HowTo: Executing Powershell Scripts from Gitlab via Linux Runners
Custom Bitbucket pipe is unable to reach the docker service
Recommended answers
View all recommended answersThese answers have been recommended
GitHub Actions scheduled workflow (cron) not triggering, but works with workflow_dispatch
Scheduling your cron job at the top of the hour may be the cause of this: The schedule event can be delayed during periods of high loads of GitHub Actions workflow runs. High load times include the ...
Do Github rules allow one to connect via SSH to their continuous integration machines?
Did you mean the ability to connect to GitHub Actions Hosted Runners using SSH? Officially not supported out of the box, but there are Actions on the marketplace you can include in your workflow to ...
Azure DevOps Pipeline Error: "A supported task execution handler was not found" on Windows for Azure APIM Task
The error message is a bit misleading. I've submitted a bug to the agent repo to see if that can be fixed. What it's trying to tell you is that the task only defines execution handlers that aren't ...
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 ...
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 ...
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