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
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 
ПΣӨƧӨ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 
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 
大†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 
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 
ronaldinho424
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 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Winxvideo AI 3.1.0.0 (x64) Multilingual
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 2:38 pm por ПΣӨƧӨFƬ

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 2:34 pm por ПΣӨƧӨFƬ

» 4Videosoft Video Converter Ultimate 7.2.60 (x64) Multilingual
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 2:19 pm por ПΣӨƧӨFƬ

» Maplesoft Maple 2024.1.1 (x64) Multilingual
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 1:58 pm por tano1221

» ARES Commander 2025.1 Build 25.1.1.2142 (x64)
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 1:56 pm por tano1221

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 1:43 pm por tano1221

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 1:30 pm por tano1221

» Disk Pulse Pro/ Ultimate / Enterprise 16.2.24 
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyHoy a las 1:26 pm por tano1221

» Chaos Vantage 2.5.0 (x64)
GitHub-Workflow Git Branching Strategy plus Jenkins for  CICD EmptyAyer a las 10:34 pm por ℛeℙ@¢ᴋ€r

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 : 70293
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 Project: CICD with Git GitLab Jenkins and Laravel
» DevOps Build Complete CICD Jenkins Pipeline With AWS
» 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-