Skip to content
View pedrohdz's full-sized avatar
👽
👽

Block or report pedrohdz

Report abuse

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

Report abuse

Pinned Loading

  1. vim-yaml-folds vim-yaml-folds Public

    YAML, RAML, EYAML & SaltStack SLS folding for Vim

    Vim Script 113 16

  2. pythonista-fileserver pythonista-fileserver Public

    Pythonista HTTP server with SSL, and basic auth

    Python 36 3

  3. py-lambda-packer py-lambda-packer Public

    Tool for generating Python AWS Lambda zip files

    Python 10 4

  4. hammernet hammernet Public

    Java 7

  5. Export credentials for Jenkins Confi... Export credentials for Jenkins Configuration as Code (JCasC)
    1
    // This Jenkins Groovy script extracts credentials in Jenkins and outputs them
    2
    // in a JSON format that can be digested by "Jenkins Configuration as Code".
    3
    // Just pass the output into a JSON to YAML converter.  You can run this
    4
    // through the Jenkins Script Console or similar.
    5
    //