Skip to content
View ThabetAmer's full-sized avatar
🎯
In the search for a new challenge!
🎯
In the search for a new challenge!

Organizations

@OBI-digital @Souktel-dev @Care-CaMM
Block or Report

Block or report ThabetAmer

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

Pinned Loading

  1. Jenkins Groovy script to read Git re... Jenkins Groovy script to read Git repo branches and list them in an array, can be suited with Active Choice Jenkins Plugin
    1
    #!/usr/bin/env groovy
    2
    
                  
    3
    /**
    4
     * List all Git branches of a repo.
    5
     * @author thabet.amer@gmail.com
  2. docker-web-images docker-web-images Public

    Docker Images for web servers

    Dockerfile

  3. jenkins-shared-libs jenkins-shared-libs Public

    Auxiliary library of functions for Jenkins shared libraries

    Groovy

  4. elastic-dockerized elastic-dockerized Public

    ELK stack on Docker

    Shell

  5. prometheus prometheus Public

    Forked from vegasbrianc/prometheus

    A docker-compose stack for Prometheus monitoring

  6. Run SonarQube and SonarScanner in Do... Run SonarQube and SonarScanner in Docker-compose
    1
    #
    2
    # Based on https://hub.docker.com/_/sonarqube
    3
    #
    4
    
                  
    5
    version: "3.7"