DevOps Classroom notes 14/Dec/2024

Github Actions

  • Github Actions Help in running workflows on GitHub Events
  • For Github Repository and associated stuff watch classroom recording
  • Github Events
  • Github Actions responds to Events by triggering one or more Github Actions
  • Github Actions are expressed in yaml files which will be present in .github/actions folder in root of your repo
  • Github Actions Workflow Structure
    • Events: Trigger which is of three types
      • schedule
      • activity on Github such as PR, push, issue created ..
      • Manual Execution (Workflow dispatch)
    • Runners:
    • Jobs
    • Steps: Individual actions, which can be acheived by predefined actions or low level commands which use run
      Preview
  • Github actions for Azure DevOps

Lets Create first pipeline for Spring Petclinic

Starter Workflows

  • Github actions provides starter workflows which can be used depeneding on the technology stack
  • Using Starter Workflows
  • Refer Here for java with maven starter workflow
  • Note: Watch classroom recording and create atleast two workflows

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

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

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

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

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube