Help with MSbuild 4 and custom tasks

rajeshkumar created the topic: Help with MSbuild 4 and custom tasks I’m trying to build a custom task using the Task base class in Microsoft.Build.Utilitieis.v4.0. I have…

Read More

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,…

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…

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…

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…

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…

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…

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…

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 @…

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…

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…

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…

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…

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…

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…

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…

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…

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…

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….

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…

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…

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…

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…

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…

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…

Read More