OK, figured it out. /var/lib/jenkins is a symbolic link to /opt/jenkins, so nm, this is fine... The builds just choose to tell it one way in one place and another way in another place.
On Monday, October 3, 2016 at 7:43:59 AM UTC-6, Eric Fetzer wrote: > 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/50127e93-6a6b-41b0-8df9-f2973a63e3c0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
