Jenkins Plugin to capture Details and invoke external script
18 views
Skip to first unread message
Alim Azad
unread,
Jan 19, 2016, 11:27:44 PM1/19/16
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
Hi,
I am a new developer trying to develop a plugin that would help me in capturing the details from lastSuccessfullBuild of a jenkins job and invoke an external shell script with those captured details.I am referring the Jenkins Plugin tutorial but confused with what methods should I implement.
Please help me with this urgently.
Thanks
Alim
Victor Martinez
unread,
Jan 20, 2016, 3:25:40 AM1/20/16
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
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
Hi Victor,
Thanks for the referral link. It was of great help. Is there any way to get all the jenkins job parameter & variables within plugin . How can I get it? Are there any existing plugins that can help is deriving those parameters.