Unable to delete user in Build Forge console

rajeshkumar created the topic: Unable to delete user in Build Forge console Problem(Abstract) When trying to delete a user in the IBM® Rational® Build Forge® Management Console, the Delete option…

Read more »

A valid Access Group Identifier must be specified in buildforge

scmuser created the topic: A valid Access Group Identifier must be specified in buildforge I am getting following error while copy library in buidforge library … A valid Access Group…

Read more »

Missing expected character “[” at byte 0 – found “”

scmuser created the topic: Missing expected character “[” at byte 0 – found “” I am getting following error while accessing lib in buildforge… Missing expected character “[” at byte…

Read more »

About the license key types in Build Forge

rajeshkumar created the topic: About the license key types in Build Forge Reference- www-01.ibm.com/support/docview.wss?uid=swg21298058 Question What are the types of licenses in IBM® Rational® Build Forge® and are the seats…

Read more »

BFException[0]: Missing expected character “[” at byte 0 – found “

rajeshkumar created the topic: BFException[0]: Missing expected character “[” at byte 0 – found “ Issues – BFException[0]: Missing expected character “[” at byte 0 – found “” Solution –…

Read more »

Returned value (env.List) not found.

rajeshkumar created the topic: Returned value (env.List) not found. Issues – Returned value (env.List) not found. Solution – IBM confirmed that this issues appears to related to an existing defect:…

Read more »

Can’t spawn “cmd.exe”: No such file or directory at BFexport.pl line 4

scmuser created the topic: Can’t spawn “cmd.exe”: No such file or directory at BFexport.pl line 4 I am getting following error and looking for solution. Can’t spawn “cmd.exe”: No such…

Read more »

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

Read more »

Advantage and disadvantage of Bamboo?

scmuser created the topic: Advantage and disadvantage of Bamboo? what is the what is Advantage and disadvantage of Bamboo? Any body can define?

Read more »

Bamboo Vs Teamcity

scmuser created the topic: Bamboo Vs Teamcity What is difference between Bamboo and Teamcity? Any body can explain?

Read more »

Bamboo Vs AnthillPro

scmuser created the topic: Bamboo Vs AnthillPro What is the difference between Bamboo Vs AnthillPro? Any inputs ?

Read more »

Bamboo Vs CruiseControl

scmuser created the topic: Bamboo Vs CruiseControl what is difference between Bamboo Vs CruiseControl? Any inputs for this?

Read more »

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…

Read more »

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…

Read more »

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…

Read more »

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…

Read more »

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…

Read more »

Advice on our Hudson setup / How to Poll Dependencies

scmuser created the topic: Advice on our Hudson setup / How to poll dependenc Advice on our Hudson setup / How to poll dependencies Hi, I’m looking for some advice…

Read more »

Where can you set/change the ANT_OPTS in Hudson

rajeshkumar created the topic: Where can you set/change the ANT_OPTS in Hudson Where can you set/change the ANT_OPTS in Hudson Questions: I’m using Hudson and Maven and also Ant to…

Read more »

Seeking in and out of Cobertura

mnanjala created the topic: Seeking in and out of Cobertura Hi All, I need all info about Cobertura How we can implement?How much time it would need to get implemented?What…

Read more »

Creating single WAR file from multiple branches

revanthreddy created the topic: Creating single WAR file from multiple branches Hi, I am Revanth working for a product company. We are using Hudson for creating WAR files from SVN…

Read more »

Does Jenkins let you create branches?

To craete a new git branch using jenkins, you may follow the steps. Step 1 – Edit the job which you are using to create a branch. Step 2 –…

Read more »

Jenkins Error: /usr/bin/p4 error in windows machine with jenkins

rajeshkumar created the topic: /usr/bin/p4 error in windows machine with jenkinsIssues: [workspace] $ “C:\Program Files\Perforce\p4.exe” login -p[workspace] $ /usr/bin/p4 login -p Solution: This must be related to value of P4USER,…

Read more »

How to Change Jenkins HTTP port number?

How to Change Jenkins HTTP port number? Change a jenkins web http port in WindowsStep 1 – Stop the jenkins servicesStep 2 – Go to the directory where you installed…

Read more »

Jira issue not fixed via hudson

amitanand123 created the topic: Jira issue not fixed via hudson Anybody performed this task? Let say Hudson+Jira and SVN are integrated and we are planning to release a build. While…

Read more »

Jenkins Upgrade and Solution!!!

rajeshkumar created the topic: Jenkins Upgrade and Solution!!!Issues 1: You will find these entry in jenkins log file which will take longer time to start the services of jenkins SEVERE:…

Read more »

Dashboard for CLOC?

scmuser created the topic: Dashboard for CLOC? Hi, I would like to extend Dashboard for CLOC? Can you please suggest one?

Read more »

Check to see if a build is running or not

rajeshkumar created the topic: Check to see if a build is running or not All I need to do is check to see if a build is running or not….

Read more »

Script to check the build status of a Jenkins job

Using JSON & Curl [code]BUILD_STATUS=$(curl –user USER:TOKEN_VALUE –silent $BUILD_URLapi/json | jq -r ‘.result’)echo $BUILD_STATUS[/code] Using jenkins PluginsPlugins Name – Conditional Build Step For Implementations, Please check here.https://stackoverflow.com/questions/11125598/getting-the-build-status-in-post-build-script Using Python &…

Read more »

Jenkins plugin list sometimes shows up empty

If you are unable to see the list of any plugins, there may be isuses with following reasons. 1. Check the internet if its connected with jenkins Server2. Do you…

Read more »