Re: Jenkins plugin to compare and replace files

2016-07-11 Thread Harry G.
This is no Jenkins-specific functionality.
Sounds like you just could use a diff tool of your choice and just call it 
from Jenkins.

On Friday, 8 July 2016 18:11:06 UTC+2, Parth Mody wrote:
>
> 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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/94409792-c0ac-4a55-9341-02f55b3e0458%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins plugin to compare and replace files

2016-07-08 Thread Parth Mody
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.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/22d3c16f-c62a-4bed-852d-0ba0a0b68742%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.