-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: PC, OS: Linux
When alternate settings.xml files are located in the workspace, they should be
referable via the 'Alternate settings file' options. However when we enter the
path as: "sccm-conf/sccm-conf/settings-snapshot.xml" we get a message that this
file cannot be found.
When we do a run we get a message:
"sccm/var/db/hudson/jobs/SCCM-demo-applicatie/workspace/trunk/sccm-conf/sccm-conf/settings-snapshot.xml"
which is indeed the wrong path. The 'trunk' part should not be there.
This seems to be inherited from the SVN URL that we use (we checkout 2 projects
and the first one ends in 'trunk').
- duplicates
-
JENKINS-4693 Alternate settings file not found
-
- Reopened
-
[JENKINS-4938] Alternate settings file cannot be located
Link |
New:
This issue is blocking |
Link | New: This issue duplicates JENKINS-4693 [ JENKINS-4693 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Link |
Original:
This issue is blocking |
Component/s | New: maven-plugin [ 16033 ] | |
Component/s | Original: maven2 [ 15487 ] |
Workflow | Original: JNJira [ 135011 ] | New: JNJira + In-Review [ 203206 ] |
Trying to alter the location of the settings.xml by adding ../ in front results
in
"/sccm/var/db/hudson/jobs/SCCM-demo-applicatie/workspace/../sccm-conf/sccm-conf/settings-snapshot.xml"
(basically, Hudson is also removing the 'trunk' part and the '..' of the path is
added as well).
Add "../workspace/" adds 'trunk' again so this seems like a cycle we cannot break.