Skip to content

Instantly share code, notes, and snippets.

View Shashankreddysunkara's full-sized avatar
🏠
Working from home

Shashank Reddy Sunkara Shashankreddysunkara

🏠
Working from home
View GitHub Profile
@Shashankreddysunkara
Shashankreddysunkara / gist:7a9391304ed657ccae77d9cf5abbc996
Last active October 10, 2018 00:28 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
pipeline {
// run on jenkins nodes tha has java 8 label
agent { label 'java8' }
// global env variables
environment {
EMAIL_RECIPIENTS = 'mahmoud.romeh@test.com'
}
stages {
stage('Build with unit testing') {