Skip to content
View jonico's full-sized avatar
🚀
@ home
🚀
@ home

Highlights

  • Pro

Block or report jonico

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jonico/README.md

poolside

👋 I am an Open Source Enthusiast who is interested in all things GenAI, IssueOps, integrations, CI/CD and API design.

Pinned Loading

  1. awesome-runners Public

    A curated list of awesome self-hosted GitHub Action runners in a large comparison matrix

    SCSS 766 44

  2. speedup-builds Public

    Some ideas on how to speed up builds / tests with Jenkins partitioning example

    Shell 43 17

  3. postman-solutions-eng/backstage-postman-plugin Public

    A backstage plugin that displays API and collection objects, along with their respective versions, featuring monitoring options and "Run in Postman" buttons. This plugin can be seamlessly integrate…

    TypeScript 11

  4. postman-solutions-eng/aippealing-companies-template Public template

    API to create appealing images of company products made of chocolate, gold or lego

    HTML 3 1

  5. Example for a full blown Jenkins pip...
    1
    #!groovy
    2
    import groovy.json.JsonOutput
    3
    import groovy.json.JsonSlurper
    4
    
                  
    5
    def label = "mypod-${UUID.randomUUID().toString()}"
  6. Jenkinsfile showing advanced Postman...
    1
    def checkout () {
    2
        context="continuous-integration/jenkins/"
    3
        context += isPRMergeBuild()?"pr-merge/checkout":"branch/checkout"
    4
        def scmVars = checkout scm
    5
        setBuildStatus ("${context}", 'Checking out completed', 'SUCCESS')