Jenkins Classroom Series -15/Sep/2019

Topics

  1. Git
    • 5th area of GIT:
    • Git Ignore:
      • Is a file which consists all the files or folder which are supposed to be ignored
      • eg: target folder in case of mvn, bin folder in case of msbuild
      • To create this list. create a file call as .gitignore in the root git folder
    • Bare Repositories:
      • Only .git folder will be received on clone git clone --bare <repourl>
    • Git Hooks:
      • An Event raised after some git activity
      • Client-side hooks:
        • Events on your local repo
      • Server-side hooks:
        • Events on remote repo
  2. Jenkins API Integration
  3. Jenkins and .net technologies
    • Install Visual Studio Build Tools on Windows Server
  4. Git Flow:
    • It is popular branching strategy for organizing branches of git. Refer here

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Plugin for Social Media by Acurax Wordpress Design Studio

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%