Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add classpath attribute for groovy post build plugin #884

Merged
merged 1 commit into from
Aug 10, 2016

Conversation

wutingbupt
Copy link

Add possibility for user to define classpath for groovy post build plugin.
groovyPostBuild {
script('foo')
behavior(PublisherContext.Behavior.MarkFailed)
sandbox()
classpath(["foo","bar"])
}

@wutingbupt wutingbupt force-pushed the master branch 3 times, most recently from 8481b25 to 878f275 Compare July 31, 2016 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants