GitLab CI CD Tutorial For Beginners | GitLab CI To Build A Java Maven Project Using Docker

preview_player
Показать описание
#devops #cicd #gitlab In this video we will learn How to use GitLab CI to build a Java Maven project. This will be a continuation of GitLab CI CD Tutorial For Beginners , and another GitLab CI/CD Examples. If you are looking for tutorial on GitLab CI/CD with Maven and Docker, this is the right place for you.

Key words:
gitlab ci cd demo, gitlab ci/cd pipeline configuration, gitlab ci cd pipeline, gitlab ci cd docker

---------------------------------------------------------------------------
GitLab CICD basics:
---------------------------------------------------------------------------
-------------------------------------------------------------------------
GitLab runners:
-------------------------------------------------------------------------
------------------------------------------------------------------------
GitLab CICD Pipeline
--------------------------------------------------------------------
-------------------------------------------------------------------
GitLab Project link:
--------------------------------------------------------------------
==================================
Follow me @:
================================
Music credit: "Royalty Free Music from Bensound"
Рекомендации по теме
Комментарии
Автор

How can I add eslint steps to do in testing in gitlab

shambhunathsahani
Автор

Please upload a vedio on node js project with gitlab cicd. Although the vedio was very much informative

abhinaysharma
Автор

Более нудного дикломатора я не встречал... Вам бы в театр читать сказки, а не инструкции создавать

svetlanaromahova
Автор

Hi,

It’s a wonderful explanation and so good for starters but I have a question how the gitlab url communicate with runner installed in some Linux or windows machine is that through the runner registration? If so how shared runner works?

balajibabu
Автор

Hi sir, thanks for your useful tutorial. But i just got one question, if i need to include some 3rd party jar in the build process (e.g. ojdbc), how can i do?
Because those jar is not on maven repository which will cause error during build process. Thanks!!

kcwoo
Автор

Hi sir. What does the first image keyword signify ? Which image should we give here ?

fathimashahla
Автор

Can you point to the video on how to deploy the jar file and build th docker container for this jar file

svkiruthik
Автор

Hello Sir, how can we implement Sonar on gitlab with maven project?

So that whenever pipelines runs and if sonar fails then fail complete pipeline.

jyoti
Автор

Hi, I have a doubt .
1. Why we are creating pipelines ?
2. We will see the output of selenium class files by give run in eclipse, in same way what is the output we will get ? Once the test job is passed, it will automatically launch browser ?
3. What happens all the jobs are passed ? Where the codes are deploying ?
4. Why we using variables in yml file ?

I m new to ci CD concept. Kindly give me a reply .

venkyjaa
Автор

Hi, Thanks very much for your instructive and useful video.I have a question, which I. appreciate very much, if you can answer it for me. I have a Maven project in Appium, which install app on IOS real device(iPhone) and launch it. I am running this using Eclipse editor, now I want to run it in gitlab CI. According to your instruction, I created .gitlab-ci.yml to be like the following:

stages:
- build
-test

build_jobs:
stage: build
script:
- echo "Maven compile started"
- "mvn compile"

test_jobs:
stage: test
script:
- "mvn test"

I am going to install any necessary component on the new testing machine and avoid using docker image ( as I had on my local Mac machine like Appium server, Maven, Java jdk1.8, also I am staring Appium server programmatically from my test. so there is no problem.)
I am using company gitlab CI, but I do not know how to register a runner or which one to use? So I appreciate very much, if you let me know what I should do, step by step (because I am very new), or if you kindly make a a quick video on that, I would be eternally grateful. Thank you very much

raminkarimi
Автор

Please update video for specific runnner jobs

satyanarayana-ohsx
Автор

How can I include sonarqube in the process ?

Xaalek
Автор

Need Full git lab video s can any one help in this

satyanarayana-ohsx
Автор

Thanks for good explanation. Keep it up your good works

BamBamTr
join shbcf.ru