2. The SwitchYard Tools job is calling a shell script after
the Maven build is finished. You pull some script file from a
remote location and execute it locally at the Jenkins job.
This script seems to do the update site deployment or at
least some preparations (haven't fully examined the script) but
it seems to be a general script which is used for
more than one project. (btw. this script assumes that the
update site zip file is named like "site-assembly.zip" if I
understood it correctly)
The question is now if I can also call that script in our
Jenkins job. Maybe somebody could explain a bit more detailed
what exactly is done by that script and to check with me
if that script can be used for Fuse Tools as well.
Do you really need this script? If all you need is to publish the
update site, simply use a scp or a rsync command. Target destination
would be something like filemgmt.jboss.org:downloads_htdocs/fuse/...