Skip to content

Instantly share code, notes, and snippets.

View jabelk's full-sized avatar

Jason Belk jabelk

View GitHub Profile
# Defines all Languages known to GitHub.
#
# type - Either data, programming, markup, prose, or nil
# aliases - An Array of additional aliases (implicitly
# includes name.downcase)
# ace_mode - A String name of the Ace Mode used for highlighting whenever
# a file is edited. This must match one of the filenames in http://git.io/3XO_Cg.
# Use "text" if a mode does not exist.
# wrap - Boolean wrap to enable line wrapping (default: false)
# extensions - An Array of associated extensions (the first one is
@jabelk
jabelk / setting-up-a-pipeline.md
Created March 16, 2017 19:25 — forked from signed8bit/setting-up-a-pipeline.md
DEVNET-1027 Setting up a Pipeline

Setting up a Pipeline

Commit Job

  • New Item -> Freestyle Project

    • Name: python-commit-job
  • General