Skip to content

Instantly share code, notes, and snippets.

View bGorle's full-sized avatar

Bharath Gorle bGorle

  • Publicis Sapient
  • Bangalore
View GitHub Profile
@bGorle
bGorle / jenkins_script.py
Created March 7, 2016 18:02
Jenkins python script to build the job and getting the apk from the build
from jenkinsapi.jenkins import Jenkins
import requests
from requests.auth import HTTPBasicAuth
import json
import datetime
from giturlparse import parse
import base64
import time
from jenkinsapi.queue import QueueItem
from jenkinsapi.job import Job
@bGorle
bGorle / appium_intslation.md
Created October 18, 2015 18:23
Appium installation on ubuntu

installing ruby rvm

Step One— Install Ruby with RVM

sudo apt-get update

Once that's done, we can start installing RVM, Ruby Version Manager. This is a great program that lets you use several versions of Ruby on one server.

If you do not have curl on your system, you can start by installing it:

@bGorle
bGorle / Attachment
Last active August 29, 2015 14:23
Get Attachment details from Uri
import java.io.Serializable;
import java.lang.Override;
import java.lang.String;
import android.net.Uri;
public class Attachment implements Serializable{