As a Sysadmin, I'm using gitlab as git server and some docker server as deploy servers. We have many projects on gitlab, Now I decide to use gitlab runner as a
I am wondering if it's possible to store credentials like passwords, tokens and keys safely in my GitLab project. Currently there are a bunch of Java files wit
I'm currently setting up GitLab CI/CD. We use GitVersion in our project, which throws the following error: /root/.nuget/packages/gitversiontask/5.3.7/build/GitV
In our team we have multiple static environments. There is always dev and test and for certain customers where our infrastructure is allowed to deploy also stag
we've got a GitLab CI build / test / deployment pipeline and need to insert a manual approval between deployment to Test and promoting to Prod. I can't figure o
New to programming, and my employer had setup my SSH with Gitlab for me. Now that I'm learning more programming I thought, hey, I'll setup another SSH for my pe
I just configured Gitlab with a deploy key so that it doesn't ask for a username and password every time—but when pulling, it still fails with the followi
For my use case I need to use CodeCommit repositories. But I would also like to use GitLab GUI and features. If I install GitLab on my server, is there a way
I have a scheduled pipeline in gitlab, whose description is "run everyday". similar to this https://docs.gitlab.com/ee/ci/pipelines/schedules.html How can I fet
I'm trying to publish a package to Gitlab package registry but it keeps erroring me with 404 @my-scope/<package-name> is not in this registry. Initially I
I install a Specific Runners,and the status is actived. my .gitlab-ci.ymi file code: stages: - build build_maven: stage: build only: - master scrip
When I see my branches in a local repository with git branch in the terminal it prints only one, which is master But when I go to the gitlab page I have two bra
I've following in .gitlab-ci.yml: include: # env variables - local: test.yml rules: - if: $CI_BUILD_REF_NAME == "dev" - local: int.yml rules
In my project I use merge requests to test builds, and deploy once the commit is merged to master. Currently my .gitlab-ci.yml looks like: build: stage: build
I am new to Linux and command line, so sorry if my question is way too rookie for this community but i installed Ubuntu 16.04 on Virtual Box and configured git
I tried to set up Gitlab Pages, until now I finished uploading my static website files👇 Uploading artifacts... coverage/lcov-report: found 77 matching
I have configured my cypress test in the GitLab CI/CD pipeline, However, in my local environment, it runs perfectly with no errors, however, when the pipeline j
I have a Gitlab CI job that has a rule making the job run if any of 3 paths are modified. I made the job fail purposefully. Then, I modified the README.md - a f
I have an issue were I am the owner of a project on a gitlab server, and I can successfully delete all artifacts for a job as listed in the docs.. curl --reque
i have written workflow rules as give below. it working fine but as soon as pipeline fails two failed pipelines run: one for merge and one for branch. as well a