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 »

Jenkins Error: Jenkins time-out while pushing to github

rajeshkumar created the topic: Jenkins time-out while pushing to githubC:\Build_WS\BuildDeployment>exit 0Pushing HEAD to branch master at repo originusing .gitcredentials to set credentials> C:\Program Files (x86)\Git\bin\git.exe –version # timeout=10> C:\Program Files…

Read more »

Jenkins Error: Jenkins Workspace Issue

pasupuleti2 created the topic: Jenkins Workspace IssueMost of our jobs which are running on the Windows systems are failing due to issues in “deleting the workspace”. Our Jenkins working on…

Read more »

Jenkins Error: java.io.IOException: Failed to rename jenkins

rajeshkumar created the topic: java.io.IOException: Failed to rename jenkinsToday while setting up the maven automatic install setup with jenkins, i found following issues…. Started by user anonymousBuilding on master in…

Read more »

Monitor and Restart Offline Slaves

rajeshkumar created the topic: Monitor and Restart Offline Slaves If you facing a problem of jenkins node disconnect automatically, you can try this script- This script can monitor and restart…

Read more »

Suddenly started hanging

pasupuleti2 created the topic: Suddenly started hanging Suddenly jenkins started hanging. that keeps hanging every second. We have many projects in Jenkins. The jobs were running fine in the past….

Read more »