Skip to content

Instantly share code, notes, and snippets.

dexdump classes.dex | grep 'Class descriptor'|grep ArrayList
@krabaey
krabaey / post-receive
Created March 26, 2013 12:09
Script when added as post-recieve hook in a git repository will force a jenkins git build trigger. The script can be put in a common place and then symlinked from each repository where needed. See https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-Pushnotificationfromrepository for a description
#!/bin/sh
REPO_NAME=${PWD##*/}
JENKINS_HOST=http://host.jenkins.eg:6789
GIT_URL=gitolite@githost.eg
curl $JENKINS_HOST/git/notifyCommit?url=$GIT_URL:$REPO_NAME