How to access Global Variable from the hudson job [message #1046602] |
Mon, 22 April 2013 01:59  |
Eclipse User |
|
|
|
In our project,for each mothly release,we create a branch from the trunk and perform the release.As a result,before the release ,we need to modify the SVN path for each module to refer to new branch,in each job configuration page.
To avoid modifying each job for every release ,we defined a global variable to contian the url for the branch.This gloabal variable is not accessible form the from the job configuration page.
As the gloabal variable contains the path to the branch and hence the pom.xml file of the module,we cannot even use the build script to access the global variable. Therefore we need to access the varibale from the job configuration page itself.
|
|
|
|
|
Re: How to access Global Variable from the hudson job [message #1269709 is a reply to message #1046602] |
Wed, 12 March 2014 01:38  |
Eclipse User |
|
|
|
We are using the Hudson subversion plugin "2.3.8". but still we are getting the same below issue-
org.tmatesoft.svn.core.SVNException: svn: E170000: URL '${GLOBAL_URL}/platform_components/shared_components/btable' doesn't exist
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:934
We checked in the build.xml, the url is getting expanded correctly but during the checkout of the project its failing.
We have many other plugins also on hudson like polarian, Hudson Release Manager, Subversion Tagging Plugin also installed, do this cause any issue or what other configuration might cause the issue."RequestDumperValve" in tomcat is enabled in tomcat. Does this cause the above issue. Please let me know.
|
|
|
Powered by
FUDForum. Page generated in 4.06948 seconds