jenkinsci / groovy-events-listener-plugin

A Jenkins plugin, which executes groovy code when an event occurs.
https://plugins.jenkins.io/groovy-events-listener-plugin/
MIT License
36 stars 34 forks source link

Add posibility to add custom folders to classpath #15

Closed Jimilian closed 8 years ago

jenkinsadmin commented 8 years ago

Thank you for this pull request! Please check this document for how the Jenkins project handles pull requests.

nickgrealy commented 8 years ago

Looks good! Any tests for the classpath?

Jimilian commented 8 years ago

It doesn't have any business logic except comma-separated splitting. But, probably, you are right, and I can write several simple functional tests for this stuff.

Jimilian commented 8 years ago

@nickgrealy Could you check it? And if it's ok, merge and release new version?

nickgrealy commented 8 years ago

Checked, merged, and new version released. Thanks!