-
Notifications
You must be signed in to change notification settings - Fork 130
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
Cannot Trigger JenkinsWorkflow Projects #20
Comments
Happy to take a PR on this one. |
Any update on this issue? The majority of my pipelines are workflow and I could really use this functionality. I can take a stab at coding it, but I'm not a java developer. It would probably be terrible. |
@jhunthrop I don't have any time to work on this one right now so if you want a have a stab that would be great |
I think I've captured the current state of play with this in #80 |
Merge pull request #20 from nemccarthy/master
I think this can be marked a duplicate of #80 |
Currently it is not possible to Enable this PR Builder on Projects that are JenkinsWorkflow Projects (https://github.com/jenkinsci/workflow-plugin)
According to the Documentation what has to be done is:
"Implement Trigger<ParameterizedJobMixIn.ParameterizedJob> and implement TriggerDescriptor.isApplicable accordingly."
The text was updated successfully, but these errors were encountered: