Hey all,

I've made a bunch of changes to WOJenkins, which I have rolled out to both my 
own github repository () and the WOCommunity clone.

The problem is that my changes have BROKEN existing jobs!

The fixes are easy, though. You just need to make two changes to your Jenkin's 
job configurations:

1) Change the Execute Shell build step from:
        
${WORKSPACE}/WOJenkins/Build/WonderProjects/WorkspaceSetupScripts/SVNProject/GitWonder/setupWonderProjectWorkspace.sh
to:
        
${WORKSPACE}/WOJenkins/Build/WonderProjects/WorkspaceSetupScripts/setupWonderProjectWorkspace.sh

2) In the Invoke Ant Targets, change the -propertyfile argument from 
        -propertyfile ${WORKSPACE}/Root/build.properties 
to 
        -propertyfile ${WORKSPACE}/Root/jenkins.build.properties

That should get any of your projects building again!

(you really should clone my (or WOCommunity's) repository and then target your 
clone instead of using them directly, anyway…)

However, I'll try to not make changes that will break builds without some 
notice in the future!

Sorry about that!

Dave


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to