Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created July 17, 2012 12:40
Show Gist options
  • Select an option

  • Save hitode909/3129200 to your computer and use it in GitHub Desktop.

Select an option

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