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
Jenkins Pipeline - String Paramaters not being pulled into powershell script
Gradle Configuration Cache in Spring Boot bootBuildImage with multiple Images
errorCode:3608, getting this error while trying to run my python Rest api script to push a CSV file to Microsoft Purview
ArgoCD “ssh: handshake failed... connection reset by peer” when connecting to GitLab via SSH
`pm2 start` doesn't reload environment variables
Recommended answers
View all recommended answersThese answers have been recommended
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.
Can the GitHub Actions bot be bypassed from signing commits by the GitHub Terraform provider?
You can't add GitHub actions to the bypass list at the moment. You can either use a user's PAT token or use a GitHub App and then use the app identity in the bypass list of type "integration"...
Sign commits made by GitHub Actions workflow?
It is possible - you need to import you GPG keys and configure commits to use it. The easiest will be to use one of the existing actions, for example: - name: Configure GPG uses: crazy-max/ghaction-...
AzureDevOps pipeline Docker v2.240.2 not allowing me to push
If that is possible, add docker image ls before push to see what exactly your build agent built. As a workaround, you can try buildAndPush command on the build step: - task: [email protected] ...
Run workflow globally for all repos in an organization
GitHub Enterprise can do that via rulesets: you can create a branch ruleset that requires a workflow to pass before any PR can be merged. That workflow can live anywhere in your organization No ...
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