14,070 questions
0
votes
0
answers
14
views
How to translate CI to IC of the header of a in gtsummary table?
How to translate CI to IC (brazilian portuguese) of the header of a gtsummary table? Using theme_gtsummary_language() function, it doesn't work. I tried the modify_header() function too, but doesn't ...
Best practices
0
votes
5
replies
45
views
Need a Opinion on the workflow from Feature dev to staging test to prod run
the title is somewhat difficult i try to explain what i want the input from you all.
My current practice from a feature/bug development towards the codes journey to the production is following
I get ...
-1
votes
0
answers
40
views
ansible.builtin.command module fails to decompress zip file with gzip [closed]
I download zip archive from github releases but fail to unarchive it.
For testing purposes I created this minimal example. It fails while performing these commands in terminal works fine on same ...
Best practices
0
votes
1
replies
38
views
How do you handle CI/CD for APIs? I’m stuck on how setups with multiple local/staging/prod fit together
We built a CI/CD monorepo -- it makes intuitive sense with local/staging/prod. You push small commits and it auto-deploys. That makes sense when you just have that one pipeline for one app.
But now as ...
-3
votes
1
answer
38
views
Running job in CI from UI on demand [closed]
I am writing heavy e2e tests suite.
I want to run the whole e2e setup in ci.
But i want to be able to trigger this job from github UI when i want.
How this can be achieved?
3
votes
1
answer
171
views
Fastlane 'upload_to_testflight' reports success but build never appears in AppStore Connect (Bitrise CI, iOS)
I’m using Fastlane on Bitrise CI to build and distribute an iOS app.
Everything in my CI runs fine — the build succeeds, Fastlane reports that the upload to TestFlight was successful — but the build ...
0
votes
1
answer
47
views
Unable to authorize databricks from Azure Devops Stage
I'm trying to build a devops pipeline that allows to upload a python wheel file to my databricks volume.
However I keep getting the error : "Error: Authorization failed. Your token may be expired ...
0
votes
0
answers
20
views
How to update Android cmdline-tools on a MacOS agent in Azure Pipelines
I have an Apache Cordova application for which I create an iOS and an Android build. For this purpose I have a build pipeline in Azure running on a MacOS agent. Up until recently this pipeline had ...
0
votes
3
answers
106
views
In gitlab CI, how to branch and merge stages or jobs so that the pipeline can complete in different ways?
I have a CI script on my gitlab repositories to publish plugins for my application.
My plugins can either be published in debug or release. The steps for doing them are slightly different, so i have 3 ...
0
votes
0
answers
48
views
SwiftLintBuildToolPlugin doesn't have a bundle identifier
I integrated SwiftLint into my HelloWorld app to explore how I can incorporate it into my development and CI flow. While it works during development, I face a problem in my pipeline during archiving.
...
0
votes
1
answer
415
views
error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.win-x64 with version (= 8.0.19)
Using GitHub actions I'm building for Windows on an Ubuntu agent, this is a snippet from the build.yml:
jobs:
build:
runs-on: ubuntu-latest
- name: "⚙ Setup .NET"
uses: ...
0
votes
1
answer
83
views
FTPError: 550 No such file or directory [closed]
I'm using FTP-Deploy-Action to push my code on my server.
But I sometime gets the following error in my CI
FTPError: 550 /my-folder/my-file: No such file or directory
at FTPContext....
0
votes
0
answers
61
views
Global parameters are not added to ARM template after enabling "Include global parameters in ARM template"
We need to override global parameters in our CI/CD pipeline. We have enabled "Include global parameters in ARM template" from the "ARM template" blade in ADF. After publishing ...
1
vote
3
answers
174
views
Run `dotnet dev-certs https --trust` without showing user prompt
When I run
dotnet dev-certs https --trust
I see this message
Trusting the HTTPS development certificate was requested. A confirmation prompt will be displayed if the certificate was not previously ...
1
vote
0
answers
64
views
In TeamCity, why are Angular tests failing to start in the build but not in the agent's terminal?
SOLVED: The issue was a difference in temp directories in the environment. The build was using the temp directories set in buildAgent.properties and the terminal was using the default /tmp directory. ...
0
votes
0
answers
51
views
Codecov failing, and I don't understand why (and how fix this)
I have added a CI using Codecov to ensure that code is sufficiently covered when PR are done in my code.
But the job is still failing after the modifications I made.
Here is the full report from ...
0
votes
1
answer
90
views
Getting user client IP in Jenkins [duplicate]
In Jenkins, I need the IP/Computer Name of the client computer that the user started a Jenkins job from. I have tried this, but it never reaches the inner "if" source: Source 1 Source 2:
...
0
votes
1
answer
71
views
Avoid browser's download file dialog box in selenium/C# automation
I am using selenium and c# to test the download file from the browser application. when I click on download button then file download option is opening on the browser. So how can I resolve this. Also ...
0
votes
0
answers
51
views
Cross OS gitlab CI/CD with service
I have a situation where I need to build and test on windows, a .NET Core application. However, as part of the testing I would like to bootstrap a database and then run tests against it. In Gitlab, ...
1
vote
1
answer
43
views
How to completely disable video recording in Karate Docker CI execution?
I’m using Karate for UI automation and running tests via Docker in CI.
My configuration is as follows:
karate.configure('driverTarget', {
docker: 'karatelabs/karate-chrome:1.5.0',
showDriverLog: ...
0
votes
1
answer
125
views
Problems when setting up a CI/CD for Cloud Functions using Google Cloud Build and Github
Problem
I'm trying to create a CI/CD pipeline for a set of Cloud Functions stored in a GitHub repository. I've already linked the repository to Cloud Build and created YAML files for each function ...
0
votes
0
answers
58
views
How can I block GitHub pull request due to a fail of a dynamic Azure pipeline?
I would like to add status checks to GitHub pull request, however, you can only add status checks on name-specific Azure pipelines / GitHub actions.
The CI currently runs all kinds of Azure pipelines ...
0
votes
0
answers
49
views
Ultra-Fast Angular CI: Persistent, Local node_modules Cache on Self-Hosted Runner
so I'm having a bit of a headache with my CI setup. I've got my GitLab runner running right here on my own machine, you know, locally.
The main thing is, I want my node_modules to be super, super fast....
0
votes
0
answers
18
views
Travis deploy not triggered
I am doing a small project for a course, and I configured a build and deploy project on Travis-CI.
Build and deploy are executed using poetry.
The project is linked to GitHub. When I push my changes ...
0
votes
0
answers
44
views
Are GitHub actions with on.push.branch.main guaranteed to be atomic?
I have two PRs which pass UT check on their own, but merging one would break another even though they don't generate a merge conflict. Simplest example is that PR#1 rename foo() to bar() and all ...
0
votes
0
answers
14
views
Gitlab Steps access to K8S agent
How can I access my K8S agent from a CICD Step? The agent is installed and working correctly, but I get no contexts when using it.
The following code returns the expected context:
job:
image:
...
0
votes
0
answers
84
views
Control git init.defaultBranch settings in FETCHSOURCE
How can I set git config --global init.defaultBranch main during the FETCHSOURCE step in google cloud build?
The mission is silencing this redundant message:
hint: Using 'master' as the name for the ...
3
votes
0
answers
1k
views
Can't install iOS 26 beta using xcodes or xcodebuild (ProcessExecutionError)
I need to automate updating to latest iOS betas as part of my ci script, but I can't get it to install iOS 26.0 beta for the life of me, using xcodes or xcodebuild.
I can see the version listed using ...
0
votes
0
answers
40
views
Test Case Title in Release pipeline Tests tab not updating with parameter change
Test case title in the release pipeline Tests tab display outdated parameter values despite the actual test outcome updating and the underlying published test files (.trx) containing the correct ...
0
votes
0
answers
33
views
TeamCity checkout rules are having issues with parameters and absolute paths
Two issues that seem like they might be related. I'm trying to apply checkout rules for a VCS and getting weird results
+:Installers/Script => %teamcity.agent.work.dir%\Installers\Script is just ...
0
votes
0
answers
29
views
GitVersion.yml PullRequest PreReleaseLabel without number of Pull Request
I use Azure Pipeline for builds and have the folowing GitVersion.yml (i use v5 of gitversion):
...
branches:
main:
regex: ^main$
mode: ContinuousDeployment
tag: alpha
increment: ...
0
votes
0
answers
66
views
How to programmatically set version and build numbers for Xcode Cloud CI using scripts?
We are integrating Xcode Cloud as CI/CD solution. I want to have control over how version numbers and build numbers are set. Is there any way to do this via ci_scripts? I tried updating ...
0
votes
0
answers
43
views
How to send aggregated jacoco coverage report to coveralls?
I am generating an aggregated jacococ coverage report in a Maven module project like below
<build>
<plugins>
<plugin>
<groupId>org.jacoco<...
0
votes
0
answers
46
views
How can I promote database inserts and schema changes through dev → test → prod in a Kubernetes CI/CD pipeline without skipping environments?
I have a simple Git-based CI/CD setup deployed to Kubernetes:
Dev environment: Automatically updated when I push to the dev branch.
Test environment: Automatically updated when I merge from dev into ...
0
votes
0
answers
21
views
Reusable git in Jenkins stages running a docker image
I have a jenkins pipeline and I am running a Nodejs application which uses the docker image node:22.14.0-alpine3.21. I need to run git on the build and deploy stage but git is not available in the ...
0
votes
0
answers
36
views
Editing CI build environment set up by checking out Github workflow
I am trying to use a Github Workflow to build an Android app, but it requires a nonstandard development environment. Specifically, I need to use a file from https://github.com/Reginer/aosp-android-jar....
1
vote
1
answer
113
views
How to stay up to date with spm packages?
We use the Swift Package Manager for our iOS project and declare our versions, for example, as follows:
I found the GitHub action from getSideTrack to update the packages. Under the hood, it invokes ...
0
votes
2
answers
402
views
React + Vite + TailwindCSS application is not building
I was working on migration my application from CRA to Vite.
Project is using React, Tailwind, SCSS, TS and Vite.
After migration application works well with all Tailwind styles locally. It is also ...
0
votes
0
answers
109
views
fastlane pilot stuck on upload to App Store
I'm doing a workflow in git actions (Gitea) that build and upload the app to App Store in TestFlight. The match and build work as expected the issue is in uploading the process start but then stuck ...
0
votes
1
answer
176
views
Azure DevOps CI/CD Pipeline for private Azure Container Registry and Azure Container App
I have azure function in .NET 8 Isolated function app, I want to deploy on Azure container plan. I have created Azure resources on Azure portal
Current CI/CD pipeline is resulting unable to connect ...
0
votes
1
answer
322
views
Triggering ArgoCD webhook using Github Actions
I want to utilize the this annotation: https://argo-cd.readthedocs.io/en/stable/operator-manual/high_availability/#webhook-and-manifest-paths-annotation but I can't use the traditional Github webhooks ...
0
votes
0
answers
33
views
Github Workflow can't use Organizational Secrets
I have a github workflow that pushes to a nuget server. The api key and source are stored as origanizational secrets, and this fails with the error:
error: Source parameter was not specified.
It can'...
2
votes
0
answers
265
views
How to get the build fingerprint required by `eas build:download`?
According to the documentation for the EAS CLI's eas build:download command, a fingerprint hash to identify the build you wish to download is required.
The sensible way to get this fingerprint seems ...
0
votes
1
answer
68
views
Typical way to keep persistent builds using Kubernetes pods instead of VMs?
We have a Jenkins job that is currently running on VMs. The initial build takes a long time to complete, but since the binaries are persistent the job only takes 5-10 minutes after the first build is ...
1
vote
0
answers
33
views
Transient gitlab downstream pipeline that does not record results on the main branch
How can I trigger a downstream pipeline that does not replace results on the main branch/commit (or any other) of the downstream project?
Lets say I have two projects in gitlab. One is an executable ...
0
votes
2
answers
38
views
Not able to set/access the latest value of variable in conditions on Azure Devops Pipeline
I have a Azure pipeline containing a job with a structure like this:
jobs:
- job: A
variables:
- name: runJob
value: true
steps:
- task: Powershell@2
displayName: ...
1
vote
2
answers
45
views
Jenkins Trigger Build if 2 string don't match
Currently i am using "post-build Actions" in order to trigger another build and it works, i have a condition of "string match" that if it matches the build triggered,
Now i have ...
0
votes
1
answer
102
views
Why is Jenkins appending @2 to the working directory?
I've been having an issue cropping up with my builds recently where they sometimes append an '@2' to the working directory being used, ie D:\WorkingDirectory@2 - this is an issue since I have my ...
0
votes
0
answers
92
views
Snowflake Streamlit CI CD
Currently having some Streamlit apps created using the integrated Streamlit in Snowflake, the actual script for creating the apps is already done via CI/CD pipeline and it works great. My question ...
0
votes
0
answers
157
views
How to trigger a Jenkins build on GitHub Pull Request without webhooks
I’m currently working on a CI/CD setup during my internship, and I want to trigger a Jenkins build automatically whenever a Pull Request (PR) is created on a GitHub repository.
Here’s my context:
I’m ...