-
Notifications
You must be signed in to change notification settings - Fork 30
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 Jenkins Pipeline support #38
Comments
I started here: https://github.com/TobiX/poll-mailbox-trigger-plugin/tree/pipeline - feel free to use that as a starting point. That said, you probably should switch from hudson.util.Secret to the credentials plugin first, since I don't think the former is supported in pipelines... |
Regarding secrets and credentials, there is a short documention on jenkins.io: https://jenkins.io/doc/developer/plugin-development/pipeline-integration/#handling-secrets |
@TobiX @nickgrealy - Can you please let me know if there is a way to use the plugin with Jenkins Pipeline Jobs? |
Sorry, I can't provide that information. I no longer support this plugin.
…On Thu, 2 Apr 2020 at 02:12, donepudi369 ***@***.***> wrote:
@TobiX <https://github.com/TobiX> @nickgrealy
<https://github.com/nickgrealy> - Can you please let me know if there is
a way to use the plugin with Jenkins Pipeline Jobs?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMXR7IB22DPMAUYB3BGHQ3RKNKULANCNFSM4EQGHELA>
.
--
Kind regards,
Nick Grealy
M: +61 4 0775 6895
E: [email protected]
|
@TobiX any update on this? |
@Dibakarroy1997 Neither am I a maintainer of this plugin nor am I using it. I suspect this plugin doesn't have a maintainer at all at the moment. |
https://jenkins.io/doc/book/pipeline/
Currently the plugin doesn't support Jenkins Pipeline.
If anyone has experience with implementing Pipeline support, please submit a Pull Request. 👍
The text was updated successfully, but these errors were encountered: