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 support for pipeline #91

Open
IvanAnishchuk opened this issue Jul 7, 2016 · 6 comments
Open

Add support for pipeline #91

IvanAnishchuk opened this issue Jul 7, 2016 · 6 comments

Comments

@IvanAnishchuk
Copy link

IvanAnishchuk commented Jul 7, 2016

How come that one of the most used plugins doesn't support pipeline/workflow yet?

Abandoned jira ticket: https://issues.jenkins-ci.org/browse/JENKINS-34205

@cjbush
Copy link

cjbush commented Sep 29, 2016

I've created a pull request for this. It's still very rough around the edges and needs some work, but it provides basic pipeline support. I welcome anybody's changes to it to make it a little more polished.

#93

@tomasbjerre
Copy link
Contributor

See: #88
An example of how to use pipeline is in the readme: https://github.com/jenkinsci/violations-plugin/tree/violations-lib

@nfergu
Copy link

nfergu commented Nov 19, 2016

When I try the instructions at https://github.com/jenkinsci/violations-plugin/tree/violations-lib I get "java.lang.UnsupportedOperationException: no known implementation of interface jenkins.tasks.SimpleBuildStep is named ViolationsPublisher". It seems that the violations plugin does not support being a simple build step.

@tomasbjerre
Copy link
Contributor

tomasbjerre commented Nov 19, 2016

Its not released. The decision was made to not release this and instead
refer to the Warnings Plugin (https://github.com/jenkinsci/warnings-plugin). It should have same functionality.

Den 19 nov. 2016 11:37 skrev "Neil Ferguson" notifications@github.com:

When I try the instructions at https://github.com/jenkinsci/
violations-plugin/tree/violations-lib I get "java.lang.UnsupportedOperationException:
no known implementation of interface jenkins.tasks.SimpleBuildStep is named
ViolationsPublisher". It seems that the violations plugin does not support
being a simple build step.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#91 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAa1EwmNQbhqJqP8WgD7mCqa4SHiBpUDks5q_tGBgaJpZM4JHiFg
.

@Symbianx
Copy link

@tomasbjerre just to be clear, the decision was to abandon this plugin in favor of the warnings plugin?

@tomasbjerre
Copy link
Contributor

I think so.

Den 22 nov. 2016 16:17 skrev "Miguel Alexandre" notifications@github.com:

@tomasbjerre https://github.com/tomasbjerre just to be clear, the
decision was to abandon this plugin in favor of the warnings plugin?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#91 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAa1E2XYglrKnzvBHnLv_S1PZx8hn0Ixks5rAwa-gaJpZM4JHiFg
.

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

No branches or pull requests

5 participants