Complete Jenkins CI/CD Using GitLab and Docker | Jenkins Deployment To Docker Container |

preview_player
Показать описание
Complete Jenkins CI/CD Using GitLab and Docker | Jenkins Deployment To Docker Container |
#jenkins #cicd #deployment

Configure the Jenkins project:

Set up the Jenkins project you intend to run your build on.

On your Jenkins instance, go to New Item.
Enter the project’s name.
Choose between Freestyle or Pipeline and click OK. We recommend a Freestyle project, because the Jenkins plugin updates the build status on GitLab. In a Pipeline project, you must configure a script to update the status on GitLab.
Choose your GitLab connection from the dropdown.
Check the Build when a change is pushed to GitLab checkbox.
Check the following checkboxes:
Accepted Merge Request Events
Closed Merge Request Events
Specify how build status is reported to GitLab:
If you created a Freestyle project, in the Post-build Actions section, choose Publish build status to GitLab.
If you created a Pipeline project, you must use a Jenkins Pipeline script to update the status on GitLab.

1) Configure the GitLab project
2) Webhook integration
3) configure Jenkins with GitLab
4)configure docker machine remote machine with Jenkins
5) make deployment script
Рекомендации по теме
Комментарии
Автор

sir can u show how to do with pipeline

shootogram
Автор

If i want to add sonarqube how can i add it. What are the steps need to be taken inorder to implement code coverage. Plz tell me

kavacham
Автор

how did you get into docker root? 8:44. i have docker installed on windown pc but cant find this command prompt. please help

allsmiles
Автор

please I am 5 days blocked on the docker command and the container created how you get inside it and which image is in it

elmehdifrimane
Автор

How did you solve the error "Connection failed" at 26:33 ?
I have the same error but I have not been able to solve it, I put the username and password with which I login to Jenkins but it does not work. Everything else except this is working perfectly.

BryanSalasValenzuela
Автор

dude dont add iritating loud music to your videos

MrNNAVNEET