• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WOJenkins Changes Causes Jobs to FAIL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WOJenkins Changes Causes Jobs to FAIL


  • Subject: WOJenkins Changes Causes Jobs to FAIL
  • From: David Avendasora <email@hidden>
  • Date: Sun, 19 Feb 2012 18:53:01 +0800

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: WOJenkins Changes Causes Jobs to FAIL
      • From: Pascal Robert <email@hidden>
  • Prev by Date: Re: New convention of install path
  • Next by Date: Re: WOJenkins Changes Causes Jobs to FAIL
  • Previous by thread: Re: bug fix in dragdrop.js latest iteration
  • Next by thread: Re: WOJenkins Changes Causes Jobs to FAIL
  • Index(es):
    • Date
    • Thread