Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created July 17, 2012 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitode909/3129200 to your computer and use it in GitHub Desktop.
Save hitode909/3129200 to your computer and use it in GitHub Desktop.
Jenkinsで指定したジョブを実行
#! /usr/bin/env ruby
require 'open-uri'
open("#{ARGV.first}/build").read
warn 'build scheduled'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment