Skip to content

Instantly share code, notes, and snippets.

View TheClassic's full-sized avatar

Andrew Sasak TheClassic

View GitHub Profile
@Thermionix
Thermionix / jira-comment-oauth.groovy
Last active November 24, 2016 09:59
Gitblit Post-Receive Hook: jira-comment
import com.gitblit.GitBlit
import com.gitblit.utils.JGitUtils
import org.eclipse.jgit.lib.Repository
import org.slf4j.Logger
@Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.7.2' )
import groovyx.net.http.RESTClient
import groovyx.net.http.HttpResponseException
import groovyx.net.http.ContentType