Skip to content

Instantly share code, notes, and snippets.

View repo-gsr's full-sized avatar
🎯
Focusing

Subbareddy Gangala repo-gsr

🎯
Focusing
  • 11:44 (UTC -12:00)
View GitHub Profile
@repo-gsr
repo-gsr / Jenkinsfile
Created April 10, 2020 04:43 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples
@repo-gsr
repo-gsr / sonarqube-docker-compose.yml
Created April 7, 2020 12:28 — forked from Warchant/sonarqube-docker-compose.yml
docker-compose file to setup production-ready sonarqube
version: "3"
services:
sonarqube:
image: sonarqube
expose:
- 9000
ports:
- "127.0.0.1:9000:9000"
networks:
@repo-gsr
repo-gsr / README.md
Created April 7, 2017 17:51 — forked from hofmannsven/README.md
My simply Git Cheatsheet