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 Users
I have Java project which has more than 10 WSDL files that are also hosted on a URL and keep changing from time to time. I need a way to configure my Jenkins job to always compare my WSDL files with the one on the URL(different URL for every file) and change the ones in the build if they are found to be different/updated on the URL. Also it would be nice if an email is sent out to some users when an update like that happens.
Harry G.
unread,
Jul 11, 2016, 6:18:26 AM7/11/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 Users
This is no Jenkins-specific functionality. Sounds like you just could use a diff tool of your choice and just call it from Jenkins.