Click here to Skip to main content
15,902,865 members
Everything / GitLAb

GitLAb

gitlab

Great Reads

by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well
by PascalLandau
How to setup CI pipeline to run code quality tools and tests on Github Actions and Gitlab Pipelines

Latest Articles

by PascalLandau
How to setup CI pipeline to run code quality tools and tests on Github Actions and Gitlab Pipelines
by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well

All Articles

Sort by Score

GitLAb 

21 Jul 2023 by instantmaker
Hi Everyone, I have been trying many things that I am not sure what went wrong as I am not a Linux expert (as I have been a windows guy myself) I have the .gitlab-ci.yml file based on the tutorial from here: How To Set Up a Continuous...
9 Feb 2021 by DoingWork
Dear Friends I want to change my Gitlab homepage to MyGitlab.com from localhost. Please help me What I have tried: I have installed Gitlab CE server on Ubuntu 20.04 at Virtual machine. Now gitlab's homepage can be accessed and admin login...
9 Feb 2021 by DoingWork
I have found solution myself for this question. Run this command on Terminal sudo vim /etc/gitlab/gitlab.rb and Changed this Line external_url "https://gitlab.tecadmin.net"
7 Apr 2021 by askrajm
I am trying to create a pipeline and have defined some variable in my gitlab job which will be used by python script to populate results. Is there any way I can call/define those variable in my python script. Is there any way I can call/define...
21 Jul 2021 by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well
3 Nov 2021 by bob_smith_0101
I am unable to enable CI/CD in a project for Gitlab pages. Normally, I follow the steps below and once I click on CI/CD, it shows the job as running and I wait for it to pass. The steps I have taken: 1. Created a new repo for my index.html page...
3 Nov 2021 by phil.o
You'd better ask that at the right place: GitLab Community Forum[^] where chances are much higher to find someone able to help you there. There is even a dedicated support portal, if you are on paid subscription.
4 Jan 2022 by jaideepsinh
I have on-premise GitLab repository so i have configured vpn to access this repo. Now i want to import my this repository to Azure Git repository. I have enough credential gitlab user name and personal access token but unable to import because...
2 May 2022 by PascalLandau
How to setup CI pipeline to run code quality tools and tests on Github Actions and Gitlab Pipelines
30 May 2023 by stdout
Hi all, i need to deploy a .NET Core WebApi project to an dedicated VM with IIS. The build step works and puts all into a .zip package. The VM and WebDeploy Agent is configured and works well deploying via msdeploy from my local...
7 Dec 2022 by Member 15435238
Any idea about this error in gitlab-ci. Seems like the version of debhelper is not proper and I am not able to figure out what should be right version for this. Or there might be some other issue as well. Can anyone tell me what is the issue with...
6 Dec 2022 by Member 15435238
I am new to gitlab-runner and docker. I am trying to automate my project using CI/CD pipelines. I am referring to this article. (But I have modified Dockerfile and setup.sh a bit as the post is too old hence some of the things were not working or...