Not sure what's going on. My workspace seems to be changing mid-build. At the beginning of the build I see:
Building in workspace /var/lib/jenkins/workspace/MyApp Then I check out to the same location and everything is cool so far. Next my ant task runs which looks like this: $WORKSPACE/MyProject/BuildMyApp.xml But then I see it kick off a build using a different location (and it's an old version): Buildfile: /opt/jenkins/workspace/MyApp/MyProject/BuildNAPReports.xml Does anyone know what is going on or how I would trouble shoot this? It seems like the ant task is ignoring the $WORKSPACE and building wherever he wants to build... Could this be a bug that comes from migrating from an old version of Jenkins? Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/34d7d83d-9a22-47a4-8114-8de527c8ffe3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
