Skip to content

Instantly share code, notes, and snippets.

View chaitu6022's full-sized avatar

Krishna Chaitanya Kurnala chaitu6022

View GitHub Profile
#!/bin/bash
REPO="My-Job-Name"
TOKEN="token from jenkins"
JENKINSURL="http://login:password@jenkins.localhost/"
declare -A branches
while read oldrev newrew ref; do
if [ -z $ref ]; then