Skip to content

Instantly share code, notes, and snippets.

@mattglover
mattglover / jenikns_ci_on_osx.md
Created April 17, 2018 07:16 — forked from ostinelli/jenkins_ci_on_osx.md
Setup Jenkins CI on OSX.

Jenkins CI on OSX

Instructions on how to setup a secured Jenkins CI on a Mac.

Download & Install dependencies

All of these operations are done with your admin user.

Developer tools

Install the command line developer tools.

@mattglover
mattglover / 2014-02-16 Flood Warnings JSON
Created February 16, 2014 10:02
Output from my data collection script ran this morning at 9:55 (16 Feb 2014). Maybe some help to those taking part in #floodhack (https://hackpad.com/UK-Flood-Help-February-2014-QFpKPE5Wy6s)
{
"Flood Alerts": {
"anglian": "18",
"midlands": "27",
"northeast": "11",
"northwest": "4",
"southeast": "126",
"southwest": "33",
"wales": "9",
"totals": "228",
#!/bin/sh
# Current as working as of 2012/4/17
# Xcode 4.3.2
PROJECT_ROOT="$HOME/SomeDirWhereYourProjectLives/XXXXXXXX"
WORKSPACE="$PROJECT_ROOT/XXXXXXXX.xcodeproj/project.xcworkspace"
CONFIG="AdHoc"
SCHEME="XXXXXXXX"