Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_lcapGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Voting_barGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_rcap 
tano1221
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_lcapGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Voting_barGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_rcap 
大†Shinegumi†大
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_lcapGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Voting_barGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_rcap 
ПΣӨƧӨFƬ
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_lcapGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Voting_barGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_rcap 
ℛeℙ@¢ᴋ€r
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_lcapGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Voting_barGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_rcap 
Engh3
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_lcapGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Voting_barGitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Vote_rcap 
Octubre 2024
LunMarMiérJueVieSábDom
 123456
78910111213
14151617181920
21222324252627
28293031   
CalendarioCalendario
Últimos temas
» SkinFiner 5.3 Multilingual
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 6:26 pm por 大†Shinegumi†大

» Tagtraum Industries beaTunes 5.2.35 (x86/x64)
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 6:02 pm por 大†Shinegumi†大

» Cockos REAPER 7.23 (x86/x64)
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 5:59 pm por 大†Shinegumi†大

» Starry Night Pro Plus v8.1.1.2090
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 5:57 pm por 大†Shinegumi†大

» PassMark MonitorTest v4.0 Build 1002
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 5:54 pm por 大†Shinegumi†大

» WebMinds NetOptimizer v6.5.24.926
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 5:47 pm por 大†Shinegumi†大

» Light Image Resizer 7.0.8.45 Multilingual
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 1:54 pm por ПΣӨƧӨFƬ

» BandiView Pro 7.07 (x64) Multilingual
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 1:50 pm por ПΣӨƧӨFƬ

» YUMI exFAT 1.0.2.8
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 1:48 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 GitHub-Workflow Git Branching Strategy plus Jenkins for CICD

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 74547
Fecha de inscripción : 20/08/2016

GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Empty
MensajeTema: GitHub-Workflow Git Branching Strategy plus Jenkins for CICD   GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyMiér Mayo 26, 2021 5:35 am

GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD 0273582e81b3d9dc80b33d68ffdb3413
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 17 lectures (1h 7m) | Size: 293.2 MB
Design a Comprehensive GitHub-Workflow Git Branching Strategy with a fully functional Jenkins Multibranch CICD Pipeline

What you'll learn:
How to set up and configure Jenkins multibranch CICD pipelines
How to expose Local Virtual Linux machines to the internet with Ngrok
How to enable multiple developers work on a project
How to use Git as a DevOps Engineer

Requirements
Working knowledge of Git
Linux Command Lines
A personal computer connected to the internet

Description
As a DevOps engineer, very good knowledge and experience of Git is a MUST-HAVE in order to succeed in the field.

Git is a DevOps tool used for source code management. It is used for tracking changes in the source code, enabling multiple developers to work together on a project.

In this course, we will be talking about Git branching strategy/workflow. There is four most popular branching workflow for Git - Git Flow, GitHub Flow, Gitlab Flow and One Flow.

Each of them has its pros and cons.

Our main focus in this series will be designing and implementing the GitHub workflow as described by Scott Chacon a former employee at GitHub. and since no DevOps project is completed without proper implementation of CI and CD, we will use Jenkins to take care of that.

We will later add Git Flow to our system. So, at the end of the day, our Git branching strategy will have a little bit of Git Flow, GitHub Flow and GitLab Flow.

The Project Features

A well designed GitHub workflow as described by Scott Chacon ( Former GitHub employee).

A multibranch Jenkins pipeline that will run Continuous Integration(Build and Test) when (1) there's an even on any branch (2) a new branch is created (3) a PR is created.

The pipeline will run Continuous Deployment when another branch is merged or there is a push event on the master branch.

In the case of the mixed flow, the pipeline will deploy to staging when any branch is merged or there is a push event on the develop branch and deploy to production when the develop branch is merged onto the master branch.

We are hosting the Jenkins Instance on our local DevOps lab. So you will not have to pay any cloud service provider to practice.

We will host the project code on Github and configure a Github webhook to inform Jenkins of any activity on the code repository.

We will expose our local Jenkins instance to the internet through ngrok so it can communicate with Github.

This a very important project that you can have in your resume as an experienced engineer.

Who this course is for
Developers
System Administrators
Beginner DevOps engineers

GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD Fbebb59a5fad01862f257c232d9411d7

DOWNLOAD:
Citación :

https://rapidgator.net/file/614051666c4054c8167193cef403deba/2pqkz.GitHubWorkflow.Git.Branching.Strategy.plus.Jenkins.for.CICD.rar.html


https://uploadgig.com/file/download/5199264CE2a3cbf6/2pqkz.GitHubWorkflow.Git.Branching.Strategy.plus.Jenkins.for.CICD.rar


https://nitroflare.com/view/F08C5BE92E0B4B6/2pqkz.GitHubWorkflow.Git.Branching.Strategy.plus.Jenkins.for.CICD.rar

Volver arriba Ir abajo
 

GitHub-Workflow Git Branching Strategy plus Jenkins for CICD

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Building a Modern CICD Pipeline with Jenkins
» DevOps Build Complete CICD Jenkins Pipeline With AWS
» DevOps Project: CICD with Git GitLab Jenkins and Laravel
» DevOps Project CICD with Jenkins Ansible Docker Kubernetes
» MLOps workflow with Github Actions [Video]

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-