Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [cicd]

Use for questions related to practices of CICD (Continuous Integration and Continuous Delivery or Continuous Deployment) and its related tools.

0 votes
1 answer
24 views

ssh permission denied while running jenkins

+ ssh -i /home/ubuntu/myphpApp/key.pem [email protected] /bin/bash Warning: Identity file /home/ubuntu/myphpApp/key.pem not accessible: Permission denied. [email protected]: Permission denied (...
Patil's user avatar
  • 1
0 votes
0 answers
10 views

How to perform in-place update of CredentialsParameter in jenkins pipeline groovy

Here's a simple stage wherein I'm looping through all jobs and checking if they have a CredentialParameterDefinition If yes, looping again within each job against all CredentialParameters and trying ...
anantha's user avatar
  • 27
-1 votes
0 answers
19 views

Does anyone know why my saved output in github actions workflow doesn't work on SSH with appleboy/ssh-action?

So, I am working with simple NestJS application, docker, and terraform. My CI/CD scripts consists of 3 jobs, Docker, Terraform, and Deploy (with GCP). So I need to store the external IP of my created ...
Iqbal Pahlevi A's user avatar
0 votes
0 answers
10 views

Using Gitlab as a Configuration Management Tool for My Jira Scripts (ScriptRunner)

Im currently trying to understand, in a very secure environment ( Jira instance under dmz network), how can I make a full linked repo with all my Jira script with Gitlab ! It is possible that I make ...
Pierre Andrieu's user avatar
0 votes
0 answers
28 views

ci pipeline building an artifact for a function app contains no functions

I have a function app, I want to deploy functions into that function app I made a CI and a CD pipeline in azure devops, all of it results in no functions in the function app this is what my CI yaml ...
nevermonday's user avatar
0 votes
1 answer
9 views

Prevent teamcity mail notifications upon developing

In teamcity we have builds that are use for both regressions and for developing. I want that when scheduled trigger (regression) is running the build it will send mail notifications, otherwise it won'...
arye's user avatar
  • 458
0 votes
1 answer
22 views

How to set Helm Argument —create-namespace in ArgoCD Applications Definition

I have try to add cert-Manager via Helm through ArgoCD applicaton Definition. I set the Namenspace value for the Helm chart. And if i sync the following definition i get an error because the namespace ...
Marcus's user avatar
  • 700
0 votes
0 answers
17 views

Getting redirect_uri for microsoft azure pipelines

I've been working on a project that requires a Android Microsoft Authentication Library redirect_uri, but I am not sure how to get it when building using azure pipelines. Currently I am building all ...
KbreadMan's user avatar
0 votes
1 answer
47 views

Azure Pipelines: Unable to pass a template

I have an azure-pipeline.yml file that extends to another template (called build-and-deploy.yml) in a different repo, which in turn refers to 3 different yml templates (called 0.yml, 1.yml and 2.yml), ...
Anonymous Person's user avatar
0 votes
0 answers
29 views

How to get commit hash of current Jenkinsfile without checkout?

Either when creating a new plugin or just using groovy in the pipeline, how to get the commit hash of the Jenkinsfile. The commit hash is visible in the logs without using any kind of checkout or ...
Zerint's user avatar
  • 1
0 votes
1 answer
17 views

Jenkins Could not find credentials matching aws credential when I push my image

I use jenkins pipeline to build and push image to my aws registry. I created a related credential, and its type is AWS credential named 'aws_credential'. But I got error message ERROR: Could not find ...
tzr0125's user avatar
0 votes
0 answers
13 views

Register GKE cluster to external ArgoCD

Is it possible to register a GKE cluster to an ArgoCD instance running on another cluster created on bare-metal and orchestrated by rancher? I found this guide but it seems that it only works between ...
Francesco Biancucci's user avatar
1 vote
2 answers
30 views

how to get branch name in Gitlab ci/cd

i have a gitlab ci config like this simple build : stage: build script: # i want to echo branch name here rules : - if: $CI_COMMIT_TAG i want to echo branch name as a variable i tried ...
eby64's user avatar
  • 11
0 votes
0 answers
16 views

Argo CD ApplicationSet: Conditional AutoSync for Dev and Manual Sync for Prod

I’m trying to set up an Argo CD ApplicationSet where I want to enable auto-sync for the develop environment and disable it for the prod environment. Here’s what I have so far: apiVersion: argoproj.io/...
Sergey Bizinow's user avatar
0 votes
0 answers
26 views

How to exclude checking black formatter in github actions for folders from the main branch?

I learn Python and I'd like to use GitHub actions, but I have an issue with Black Formatter, because it checks all files in pull-requests (also from the main branch), but I don't need it. I've tried ...
A. Serguta's user avatar

15 30 50 per page
1
2 3 4 5
173