Download doc - Hudson job configuration

Transcript
Page 1: Hudson job configuration

1. prepare provider project2. prepare requester project3. remove server dependency in requestor project reference components by using file based MDS.4. test the projects , whether they are working in DEV env or not.5. prepare the ANT projectcheckout ANT project from below locationhttp://soabpm-vm:81/svn/aim/softwares/ANT/ANT_HudsonServerInSOABPM-VM/6. modify .properties file as per your env.properties:

a. applications.home=/home/oracle/.hudson/jobs/<hudson job name>/workspaceb. applications=B27SOAApplication_santoshc. projects=reqProject,MultiTaskComposited. mds.defaultfolder=Batch27/santoshe. mds.applications=Batch27/santosh/B27SOAApplication_santoshf. mds.deploy.dir=/home/oracle/.hudson/jobs/<hudson job name>/workspace/soa_shared/appsg. all other environment related properties

7. now open "adf-config.xml"in jdeveloper --> ApplicationResources pallet --> Descriptors --> ADF META-INF --> adf-config.xml --> source view

search for " metadata-path " property and value ="/home/oracle/.hudson/jobs/<hudson job name>/workspace/"ex:<property name="metadata-path" value="/home/oracle/.hudson/jobs/B27SOAApplication_santosh_job1/workspace/"/>

8. now commit all the checked out documents into SVN.NOTE:there is a time delay between SVN server and HUDSON server. So after commiting the code please wait for some time(10-15 min, we are trying to resolve this issue, we will update you soon) to get the latest code from svn to hudson.

Recommended