How to start License Server in BuildForge?

rajeshkumar created the topic: How to start License Server in BuildForge?
How to start License Server in BuildForge?
cd /apps/IBM/Rational/base/cots/flexlm.11.1.1/i386_linux2
./Rational/config/start_lmgrd_on_hostname
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :

What is Bamboo and its Features

scmuser created the topic: What is Bamboo and its Features
What is Bamboo and its Features. please explain?

rajeshkumar replied the topic: Re:What is Bamboo and its Features
Good Articles
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

mfeighner replied the topic: Re:What is Bamboo and its Features
Yes, What is Bamboo and its Features. please explain?
“Good Articles”? I am fluent in ClearCase.

rajeshkumar replied the topic: Re:What is Bamboo and its Features
Please refer this…

www.scmgalaxy.com/index.php?view=categor…om_content&Itemid=62
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :

Hudson plugin development in Eclipse

rajeshkumar created the topic: Hudson plugin development in Eclipse
I’m following the instructions to create a plugin workspace located at:

wiki.hudson-ci.org/display/HUDSON/Plugin+tutorial

however, when I run the setup (mvn hpi:run), the plugin doesn’t show up as a configuration option in the Hudson Management console. It does show up as an installed plugin in the Plugin Manager. The build runs fine, Jetty starts fine, no exceptions in the console, one info-level warning about the plugin being loaded twice:

Mar 24, 2010 12:13:16 AM hudson.PluginManager$1$3$1 isDuplicate

INFO: Ignoring C:\p4\Hudson\reviewboard\.\work\plugins\testplugin.hpl because C:\p4\Hudson\testplugin\.\work\plugins\testplugin.hpl is already loaded

Any ideas why the sample wouldn’t work “out of the box”?
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :

Questions on Hudson

scmuser created the topic: Questions on Hudson
Hi,

I have setup Hudson successfully and covered all most all the features. But Still i have some question which want to get clarify with the help of community members.

1. Each Project Build Number in Hudson and build artifact folder naming are different. How can we match up so it should be with Hudon Build number.
2. Upon successful build, how can i get the build artifact link for each build of Hudson Dashboard?

rajeshkumar replied the topic: Re:Questions on Hudson
reply from hudson community…

> 1. Each Project Build Number in Hudson and build artifact folder naming are
> different. How can we match up so it should be with Hudon Build number.

Hudson provides your build scripts an environment variable
BUILD_NUMBER which is an increasing integer. You are free to use that
or ignore it and come up with your own way of identifying your builds.

If want to increment Hudson’s build number, edit the file buildNumber
which is in HUDSON_HOME/jobs/JOBNAME and then go to Manage Hudson ->
Reload configuration files from disk.

> 2. Upon successful build, how can i get the build artifact link for each
> build of Hudson Dashboard?

If I understand you correctly, you are looking for the permalinks in
the page for each project. I.e. http://YOURHUDSON/job/JOBNAME/
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :

Tips on migrating Hudson instance to new machine

scmuser created the topic: Tips on migrating Hudson instance to new machine
Tips on migrating Hudson instance to new machine, upgrading?

Today I’m going to be migrating a Hudson 1.334 instance on one machine to another machine and in the process upgrading to 1.355.

Anyone happen to have any tips or things to watch out for while
migrating servers?

I’m going to start by simply backing up my HUDSON_HOME directory and
attempting to move that, hoping it is as simple as it sounds.

Tagged :

How to map Hudson user names to VCS user names

rajeshkumar created the topic: How to map Hudson user names to VCS user names
Hi All

I’m wondering if it is possible to map the Hudson user name to one or more VCS user names. I’ve setup a Hudson instance with simple security (logged in people can do anything, non-logged in people can only view build results). For some reason Hudson is not mapping the users to the people that perform the checkins. So the last activity of each user is always empty. Is there a special setting that I need to know of or should Hudson automatically take care of that?

Thanks
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :