Skip to main content
  1. Writings/

Laying the Groundwork

·2 mins
standup playform engineering
Imran Ali
Author
Imran Ali
A curious human learning as he grows.
Table of Contents
Welcome to my standups - a series where I share what I’m working on, thoughts rummaging around in my head, and what I’m excited for! 🚀

What I’m working on
#

Last week, I was writing up scripts that would let GitHub Enterprise Site Admins audit entire orgs within their enterprise servers. I used my open source GitHub action as a base layer and built on top of that. I intend to use my learnings here and update it with the new feature!

There also was a need to quickly make a script that would go through all CJE Jenkins controllers and the plugin’s that they have installed on them in preparation for a major upgrade. You can expect this being up on GitHub soon as well!

Repos for the week
#

imranalley/go-track

A collection of Golang exercises from the incredible exercism.org

Go
0
0
  • Continuing my progress to learn golang
    • added solutions for gigasecond, isogram, leap on exercism

Musings
#

The current solution for enteprise pipeline templates lies with Jenkin’s Share pipeline libraries feature. How would this translate to a GitHub Action Pipeline library? Is this really the solution we want to go for or can we just start creating workflows and actions and then post them up on our internal github marketplace catelogue for consumption? Clearly, GitHub has been on my mind a lot :D

In other news:

  • Are the M3 Macs really that good of an upgrade?

Things I’m excited for next week
#

  • Starting to build out workflows to deploy to OCP4

Related

Scaling DevOps Across an Enterprise
·2 mins
standup audit
My Public Speaking Journey
·2 mins
Enterprise Audit GitHub Action
·2 mins