Interesting in CI, Agile, Web development (C# MVC, REST API, CMS, NOSQL, jQuery, AngularJS, ember.js)
def
job = hudson.model.Hudson.instance.getItem(
"$Jobname"
)
Process p =
"git.exe branch -r"
.execute(
null
,
new
File(job.workspace.toString()))
p.text.
findAll
(/(?m)origin\/(.*?)$/) { match, branch ->
return
branch }
Post a Comment
No comments:
Post a Comment