I've a gitlab-ci file that works as is no problem, however, a question has been asked as to whether we can abstract the contents of this file/move this file to
I have a GitLab CI/CD job doing some stuff. I want some executed commands to be able to fail and result in a warning for this job, but I also want other command
First I thought this is a very simple issue. But after trying a lot of ways, I couldn't find a way to explore a file's all history versions on gitlab.com What
I have a Gitlab Runner running on Kubernetes. I see there are options to limit concurrent jobs from the runner level, but it would be preferable if we could do
Here is error when i use git add . $ git add . error: short read while indexing .editorconfig error: .editorconfig: failed to insert into database
Context: Sonarqube: 9.2.4.50792 --> https://sonar.dev.mycompany.com/ Gitlab: 13.4.3-ee --> http://git.mycomany.com/ What I am trying to achieve: I try to
I am looking to use the environment keyword as shown below in job which has trigger. deploy: stage: deploy environment: name: develop variables:
I'm setting up a SSH key for the first time on Gitlab.com. I'm stuck at verifying that you can connect: ssh -T [email protected]. The gitlab.example.com yo
how to set git up in vs code. help i cant set it up. When i try to push a commit it shows cant find repository and shows a publish branch button and it opens a
I have the next configuration in my gitlab proyect: cont_eval: variables: DOCKER_TLS_CERTDIR: "/certs" stage: cont_eval
I am trying to add needs between jobs in the Gitlab CI yaml configuration file. stages: - build - test - package - deploy maven-build: stage: build
I have created a custom trigger form my project in GitLab and it works fine on branch 'main' via curl (with POST queries): curl -X POST -F token=%myToken% -F re
I am trying to build my go apps on a docker file. Inside my go.mod there is private package that needs authentication/ssh. This question is similar to Building
I'm trying to push an image to gitlab registry. I've done it many times, so I wonder why I get this error. I build the image with latest tag: Successfully t
I came across a set of images (e.g., https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop/blob/master/stuttgart/stutt
I have a weird problem that I cannot understand. Running a k3s cluster with an external mysql database on ubuntu server 18.04 LTSall the pods that come pre-inst
I just upgraded my gitlab-ce version to the latest version using this command sudo yum install gitlab-ce-12.1.3-ce.0.el7.x86_64 the upgrade works well, but a
We are using git (on premises gitlab) as source controle, Can some one guide me how I can integrate private gitlab repo to my azure devops organization to push
This is how I'm using kaniko to build docker images in my gitlab CI, which is working great. But I need to read a json file to get some values. Therefore I need
variables: MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository - Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer