You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
Hello all,
Is it possible to create then run a declarative pipeline from a Jenkins plugin using java?
Mark Waite
unread,
Aug 17, 2024, 11:15:07 PM8/17/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
On Saturday, August 17, 2024 at 8:27:12 AM UTC-6 Réda Housni Alaoui wrote:
Hello all,
Is it possible to create then run a declarative pipeline from a Jenkins plugin using java?
Yes, automated tests do it frequently. The git plugin includes tests that define and run scripted Pipeline jobs as part of its tests. Other plugins as well. Declarative Pipeline creation will need the plugin to depend on the declarative Pipeline plugins, but that should be enough.