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
Error: Not authorized to perform sts:AssumeRoleWithWebIdentity during OIDC when a PR get merged into main
How To Set A GCloud Flag During Cloud Build Runtime?
How to deploy Databricks Unity Catalog table with CI/CD
angular ssr not rendering in production
Incorrect value of CMAKE_SYSTEM_PROCESSOR when using cibuildwheel and scikit-build-core on GitHub macos-14 runner
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
Convert checkoutSCM from stashblue jenkins to github jenkins
Recommended answers
View all recommended answersThese answers have been recommended
How to specify a default local file for an includes?
There's no specific mechanism for specifying a default filename. But to just avoid repeating yourself and define the filename only once, you can use YAML anchors. .default_include: &include-...
Azure DevOps Server with YAML - build directory changes with every job?
Jobs are assigned to agents without any assumptions. It's your job to ensure all the required things are there when a job starts. The agent could be a different machine, it could be a completely new ...
How to debug extension in Azure DevOps Server
There are a few things you should know: An extension must always ship with a new (higher) version number. An extension doesn't have to increase the individual task's version numbers included in the ...
Set branch for scheduled runs, retain ability to select branch for manual runs
You could use a ternary expression like - uses: actions/checkout@v4 with: ref: >- ${{ github.event_name == 'schedule' && 'some-branch' || github.ref_name }} That would use some-...
I'm having a hard time setting up Substitution Variables for Google Cloud Build. I keep getting an invalid value for 'build.substitutions' error
No shame posting your first question after 10 years! Everything new is challenging, and you will see the answer pretty "weird"! In your step, you are defining ENV VARS that take the value ...
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"
Publishing JUnit to Azure Test Plan with PowerShell Module
Protect the repository hosting your GitHub Action
Publish Azure DevOps Extensions using Azure Workload Identity
GitHub Actions & AWS ECS CI/CD Enterprise Design
Simply submit a proposal, get it approved, and publish it.
See how the process works