Hudson Build Script changes
Hudson Build Script changes
- Subject: Hudson Build Script changes
- From: David Avendasora <email@hidden>
- Date: Tue, 2 Nov 2010 16:12:02 -0400
Hi all,
I've been busy today updating the shell scripts that are in the WOCommunity subversion repository so that they can maintain and use wonder builds that may not always be from trunk.
*** These changes will break any Hudson jobs that you may have setup that depend upon these scripts! ***
There are a couple things you can do to fix any jobs that are having problems:
• In the job configuration, add "@122" to the end of the SCRIPT_REPOSITORY parameter. It would now be: https://services.wocommunity.org/wowodc/HudsonBuildFiles@122
OR <- That's an "or" people
• For any of your own frameworks or applications, modify all of your jobs to include a WONDER_BRANCH parameter. It should look something like this:
The build scripts will automatically pick up this new value and use it. Without this parameter, the build will fail.
• For any jobs you have that build Wonder, add the same Parameter, and change the Repository URL for Wonder to: ${APPLICATION_REPOSITORY}/${BRANCHES_TAGS_TRUNK}${APPLICATION_BRANCH_TAG}/${APPLICATION_NAME}/${APPLICATION_REVISION}
The build scripts will automatically pick up this new value and use it. Without this parameter, the build will fail.
PRO TIP: You really should keep a copy of the build scripts that you use with each branch of your own projects so you will always have the scripts that built that particular release of your application.
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden