Hudson JOB has an option:
Build Environment -> Configure M2 Extra Build Steps -> Add post-build step -> Execute Shell
So, you can execute wget with this option as follows:
wget="http://server/job/myjob/buildWithParameters?PARAMETER1=Value1\&PARAMETER2=Value2"
Give it a try! I used it and it works! :)
source
share