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
#! /usr/bin/env ruby | |
require 'open-uri' | |
open("#{ARGV.first}/build").read | |
warn 'build scheduled' |