-
Bug
-
Resolution: Duplicate
-
Major
-
None
My job is set to check out a svn URL to a specified directory in the workspace. That is, http://....../trunk checks out to 'gloop'.
I have a settings.xml checked in as trunk/etc/hudson-settings.xml.
So, in the workspace, my settings file is located at gloop/etc/hudson-settings.xml.
If I enter gloop/etc/hudson-settings.xml, I get a red warning that the file does not exist. If I enter just etc/hudson-settings.xml, not warning, but it doesn't work.
- is blocking
-
JENKINS-6080 Unable to use alternate settings file after upgrading to Hudson 1.352
-
- Closed
-
[JENKINS-5627] Maven alternative settings seems confused about the structure of the workspace
Link |
New:
This issue is blocking |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Component/s | New: maven-plugin [ 16033 ] | |
Component/s | Original: maven2 [ 15487 ] |
Workflow | Original: JNJira [ 135719 ] | New: JNJira + In-Review [ 187027 ] |
It gets worse. If I make the path gloop/etc/hudson-settings.xml, the the build fails trying to find gloop/gloop/etc/hudson-settings.xml.
ERROR: No such settings file /home/hudson/workspace/etrog/rse/rse/etc/hudson-settings.xml exists
Please verify that your alternate settings file is specified properly and exists in the workspace.
If I leave off the gloop, I get
WARNING: Alternate user settings file: /home/hudson/workspace/etrog/etc/hudson-settings.xml is invalid. Using default path.