Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
150 views

I use gitlab auto dev ops to deploy my project. I have a problem with auto tests(https://docs.gitlab.com/ee/topics/autodevops/stages.html#auto-test). In my project I use a go private module. The error ...
Hugo Gallet's user avatar
0 votes
1 answer
661 views

I've enabled auto DevOps on one of my projects. I enabled the project to use shared runners. Within that there are 2 runners, one that is a dind runner (with a dind tag) and another that isn't (runs a ...
veila's user avatar
  • 93
1 vote
0 answers
232 views

I am pretty new in yaml and I wanted to put the output value of shell script in a variable. This below command is written in groovy language and I wanted to convert it into yaml rpackval= sh ...
Sharad Goyal's user avatar
1 vote
1 answer
265 views

How to restrict read and write access for a particular branch for one project member. He should have read and write access for another branches of same project. But for that particular branch commit ...
soham paul's user avatar
6 votes
1 answer
1k views

I'm using Gitlab autodevops with a Kubernetes cluster(Gitlab runner with the Kubernetes Executor). A while ago the deployments used to be in project specific namespaces like project-5648-nut-qa-9yg86f,...
iaquobe's user avatar
  • 756
0 votes
1 answer
1k views

Dockerfiles accept ENV variables via --build-args. These vars are mandatory for NextJS, used for static pages (to call remote APIs) and are "Hard coded" within the built image. Gitlab-CI ...
Jan's user avatar
  • 16.5k
1 vote
0 answers
1k views

Update We commented out the django migration and collectstatic from our Dockerfile and we managed to make a new deployment (the liveness/readinnes probe passed). We thought it would be something ...
Rhenan Bartels's user avatar
1 vote
1 answer
563 views

I have a multi-container application, with nginx as web server and reverse-proxy, and a simple 'Hello World' Streamlit app. It is available on my Gitlab. I am totally new to DevOps, and would ...
Durand's user avatar
  • 89
2 votes
1 answer
1k views

I'm utilizing the gitlab auto devops android template Android.gitlab-ci.yml here but it's using a java 8 image (whereas I want to use java 11). Also, it has ANDROID_COMPILE_SDK set to "29" ...
Kevin Worth's user avatar
0 votes
1 answer
1k views

What am I trying to achieve? We are using a self-hosted GitLab instance and use GitLab AutoDevops to deploy our projects to a Kubernetes cluster. At the time of writing, we are only using one node ...
orerry13's user avatar
4 votes
1 answer
11k views

I'm using GitLab CI Auto DevOps to compile a project based on Maven based in a DinD (docker-in-docker) runner. CI job start, and buildpack for Maven is correctly detected (based on herokuish). How can ...
gavioto's user avatar
  • 1,735
1 vote
2 answers
942 views

I am using Gitlab with Auto DevOps on. I want to use auto devops but with some custom stages on. I have already written a custom stage and i want to skip production deployment stage. How can i do it
Imran's user avatar
  • 71
0 votes
1 answer
829 views

I am trying to configure CI on Kubernetes with Gitlab and Google Cloud and I'm stuck on Let's Encrypt certificate creation. I have 2 clusters for 2 environments: Environment scope: production - for ...
Piotr Dąbrowski's user avatar
0 votes
1 answer
764 views

We have AutoDevops feature implemented with help of gitlab runner and managing the CD stage with ArgoCD. So the CI pipeline builds a docker image , pushes it to gitlab registry and CD stages use the ...
Meghana B Srinath's user avatar
1 vote
0 answers
176 views

I'm deploying a custom SaaS platform to Kubernetes and my clients get X.myplatform.com domains. So, could be acmecorp.myplatform.com, etc. Previously, on our old devops setup, we just had an Apache ...
Steve Kanter's user avatar
2 votes
1 answer
4k views

It works perfect locally but receive this error during pipelines running with CI/CD in test stage when it's deployed to the Gitlab: Webpacker::Manifest::MissingEntryError: Webpacker can't find ...
Sakshi Jain's user avatar
3 votes
1 answer
426 views

I am trying out GitLab AutoDevOps, and trying to understand how CI/CD variables work. In the Settings UI I can set create file and environment variables. According to the documentation, if an ...
mikelong's user avatar
  • 3,874