Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [devops]

This tag is for programming questions about DevOps ("development" and "operations"), which is a software development method that stresses communication, collaboration, integration, automation, and measurement of cooperation between software developers and other IT professionals. Non-programming related questions should be asked on the DevOps Stack Exchange site.

devops
0 votes
1 answer
27 views

No artifact output from dotnet-ef migrations script in Devops Pipeline

I have a Devops pipeline which used to run under a windows-latest agent. We've recently moved it to ubuntu-latest for a variety of reasons. However since that change, the dotnet-ef tool has not been ...
Rory McCrossan's user avatar
0 votes
0 answers
16 views

Error: unable to unlink old 'demo-app/target/classes/application.properties': Permission denied

I am trying to setup an end to end pipeline with Jenkins for a spring boot application. Everytime I am triggering the pipeline, it's showing me this error. I am unable to find the solutions. Started ...
Bandhan Majumder's user avatar
1 vote
1 answer
35 views

Azure DevOps REST API parent relation link to existing work item error

I am attempting to utilize the Azure DevOps REST API to create and/or update a work item in Boards to allow adding a Parent link. So far this is unsuccessful. and its creating an error... Invoke-...
trentR's user avatar
  • 11
-1 votes
0 answers
23 views

deploy frontend made in angular 13 with parameters in IIS

I need help deploying an Angular 13 frontend in IIS. The application uses URL parameters, but I'm getting a 404 error when deployed.enter image description here The frontend works correctly on ...
Andrea Tabares's user avatar
1 vote
2 answers
19 views

Terraform │ Error: Variables not allowed | Random Required Provider

When I try to validate this Terraform config, I get an error: terraform { required_providers { aws = { source = "hashicorp/aws" version = "5.58.0" } ...
Duo Lingo's user avatar
0 votes
1 answer
14 views

How to Build a Microservices Architecture with Centralized Authentication and Secret Management from Scratch like Google?

I am currently working on a project that involves setting up a microservices architecture with centralized authentication, authorization, and secret management. I want to implement a centralized ...
Radioactive Boy's user avatar
1 vote
1 answer
67 views

How to use secrets in Azure DevOps Powershell script task

I have a secret in a Azure keyvault which basically stores 1 command az login --service-principal -u ... I am trying to call this secret in a simple Powershell Task but when I run the pipeline every ...
Mudit Balooja's user avatar
0 votes
0 answers
12 views

jenkins not exposing in browser in custom nat network

I had configured my vagrantfile with my custom nat network for some use to connect the remote servers but the problem is I am not able to access the jenkins at port 8080 on browser debug trials done: ...
Jasvinder singh's user avatar
0 votes
3 answers
67 views

Read a variable from a .ps1 file and run a .ps1 script inside Pipeline with Git Repo

I am using Azure DevOps repos, and I am working on a pipeline. I want it to read a variable from config.ps1 file and set a env variable with it. After that I want to run a powershell script. It gives ...
Tiago's user avatar
  • 3
0 votes
0 answers
11 views

How can I connect aws instance running ssh on other port using aws ec2 connect

I need to connect to aws instance using aws ec2 connect, but it is using port other than 22. While connecting getting access denied. Also is there any way to recover pem I am getting error while ...
Abhinav 's user avatar
-2 votes
0 answers
16 views

How can I bulid an ontology tool for devops life cycle? [closed]

I want to build a small tool about DevOps life cycle ontology. In the digital twin DevOps lifecycle, there are different activities and different assets. Suppose we have a project and want to know who ...
YE WON's user avatar
  • 1
0 votes
1 answer
38 views

Can’t connect PostgreSQL to my Django App in Azure VM

I am build a django app that I am deploying through a CI/CD pipeline into my Azure VM. I already created a PostgreSQL database. When I deploy my docker container in my VM and try to connect to my ...
Rafik Telli's user avatar
0 votes
0 answers
22 views

Nightly build specific job does not get triggered

I have multi project pipelines and within my downstream pipeline (e2e) I have defined a chrome job which runs on every push, merge request and nightly scheduled pipeline. I created an almost identical ...
mih-ana's user avatar
1 vote
1 answer
37 views

argocd-image-updater failing to connect aws ECR: Could not set registry endpoint credentials: invalid script output, must be single line with syntax

I am trying to setup a pull based deployment pipeline where argocd image updater reads updates to images in amazon elastic container registry. What have I done so far? Installed image updater in the ...
Gabe's user avatar
  • 158
0 votes
0 answers
22 views

How to give request and limit under resources in yaml [closed]

We have 5 services running in GKE Standard cluster when i see pods history of 30 days Here is the breakdown Service 1 Memory --> limits = 11.4GB Request = 5.7GB Used = 1.2GB ...
cloudnetwork's user avatar

15 30 50 per page
1
2 3 4 5
546