Category "gitlab"

What happens when I run "ssh [email protected]

I have tried google it and check the gitlab-documentation but did not find a good answer for this. When I setup GitLab I am advised to test my SSH-keys to my Gi

Gitlab CI with Ansible

I am creating a pipeline which is automatically triggered when I push my code on gitlab.com. The project is about the provisioning of a machine. Here my .gitla

fatal: unable to access ".....": gnutls_handshake() failed: Handshake failed

I've been using Git for the past few months. Recently when I try to clone or to push, I keep on getting this error. I've researched on the internet but so far n

Reinstall gitlab on my server

I've uninstalled gitlab from centos7 server using,using the following commands sudo gitlab-ctl uninstall sudo gitlab-ctl cleanse sudo gitlab-ctl remove-account

GitLab pass variable from one pipeline to another

We have a master pipeline, which is responsible for triggering pipelines from multiple projects and performing some steps. I want to pass a file from first pipe

gitlab runner Specific runner vs Shared runner vs Group runner

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

Storing secrets and credentials securely in GitLab

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

How to fetch entire repository with GitLab CI/CD?

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

Gitlab automatically stops environment after merge

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

Manual approval in GitLab CI deployment pipeline

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

zsh: permission denied: /Users/ryanshumway/.ssh

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

Gitlab deploy keys configured but still doesn't grant access

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

GitLab as mirror for CodeCommit

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

How to get schedules description in gitlab?

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

Gitlab package registry throw 404 on npm publish

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

gitlab-runner:Pipeling is pending infinitely

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

Different branches in repositories

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

Gitlab CI, include rule's if condition is ignored

I've following in .gitlab-ci.yml: include: # env variables - local: test.yml rules: - if: $CI_BUILD_REF_NAME == "dev" - local: int.yml rules

Use artifacts from merge request job in GitLab CI

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

How to allow others to have access to my local gitlab?

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