Jenkins – SSH Keys and GitLab Checkout
In this post, I will show how to configure SSH keys between GitLab and Jenkins, to facilitate script checkout and make the connection more secure, so we stop using http…
In this post, I will show how to configure SSH keys between GitLab and Jenkins, to facilitate script checkout and make the connection more secure, so we stop using http…
In another step in configuring Jenkins for pipelines, in this post I will show how to use Docker Container as an Agent, K8s Pods can also be used, but I…
In the last post, I showed how to integrate Jenkins with Gilab, to trigger a pipeline. Everything is working, but the declarative pipeline script is fixed in the Pipeline configuration,…
In this post, I will show the first part of configuring the GitLab integration with Jenkins to trigger pipelines.There are several types and forms of pipelines, including just the GitLab…
Settings There isn’t much of a secret to configuring GitLab to use LDAP integration, but it doesn’t have a graphical mode, we have to change directly in the configuration files…
Groups In Gitlab, projects are grouped into Groups, or optionally into Subgroups: How to use GitLab for Agile portfolio planning and project management At this point I’m going to create…
Default Branch This first configuration is optional, I prefer to work with the default branch as master: SMTP I have a gmail account for my domains and I will configure…
Installing GitLab is a bit of a chicken and egg story. I need GitLab because it’s a repository, pipeline trigger, Docker image registry, etc. But I’d like the installation to…