Cannot create a slave node : Failed to instantiate class hudson.slaves.DumbSlave

2016-07-15 Thread Kamal Ahmed
Jenkins: Jenkins ver. 1.651.2 trying to create a Dumb Node: i get the following error: Here is the stack trace: A problem occurred while processing the request. Please check our bug tracker to see if a similar problem has already been reported. If it is already reported

error: package jenkins is not relocatable

2016-04-15 Thread Kamal Ahmed
I am trying to use yum, or rpm to install ( by default ) jenkins @ /opt/jenkins and not /var/lib/jenkins. But when i try to : $rpm --prefix=/opt/jenkins -ivh jenkins-1.656-1.1.noarch.rpm error: package jenkins is not relocatable I get error, is there a way to easily install jenkins in other loca

InfluxDb Jenkins Plugin

2016-04-11 Thread Kamal Ahmed
Where can i find the hpi for InfluxDb Jenkins Plugin I found the source @ https://github.com/jrajala-eficode/jenkins-ci.influxdb-plugin.git but having trouble building it -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from th

Re: Permission denied when executing shell script

2014-04-29 Thread 'Kamal Ahmed' via Jenkins Users
Look at your .hg's for permissions After hg init .hg and .hg/store have 755 permission, so if you're not the owner of the repository, you won't be able to write there. You can read, but not write. hope this helps On Tuesday, April 29, 2014 8:51 AM, Justinas Urbanavicius wrote: I have a Ma

persisting PERL5LIB During a build job

2014-04-26 Thread 'Kamal Ahmed ' via Jenkins Users
on a Linux slave, i have a default PERL5LIB which works, fine, but i have another project running on the same slave, for which the PERL5LIB is different, i want to persist the alternate PERL5LIB During the job run. I tried export PERL5LIB="/alternate PERL5LIB Path/" in an Execute Shell but it d

deploying a directory structure in tomcat using Jenkins

2014-02-26 Thread Kamal Ahmed
Hi, Has anyone resolved this issue: The application frontend comprises of files , structure such as: workspace/DATASC-UI-DEV-STAGING/datasc-ui/dist $ tree . ├── DataSc.html ├── index.jsp ├── js │   └── DataSc.min.js ├── lib │   ├── ember.js │   ├── handlebars.js │   └── jquery.js ├── META-INF │  

Re: email-ext plugin sending incorrect LDAP email

2014-02-04 Thread Kamal Ahmed
ername to >email address >2) Create user accounts in Jenkins for those users and make sure the email >address is added in their profile > > >Either of these should do the trick. > > >slide > > > >On Tue, Jan 28, 2014 at 10:10 AM, Kamal Ahmed wrote: > >S

email-ext plugin sending incorrect LDAP email

2014-01-28 Thread Kamal Ahmed
Seems that email-ext plugin constructs email by an LDAP user's first initial and last name and append the @domain (like mail.com) after that. The problem is that some of these addresses do NOT exist in LDAP and are bounced, and sometimes go to another unintended person. How do i resolve this ?

log parser failing subversion merge

2013-10-25 Thread Kamal Ahmed
I am using Jenkins to do subversion merge. Jenkins is reporting Success all the time, even though if i look at the console: 00:22:40 Summary of conflicts: 00:22:40   Text conflicts: 1 00:22:40   Tree conflicts: 2 How can i fail the build so that the email notification goes out if there are confl

parse build text and based on match send email

2013-10-03 Thread Kamal Ahmed
Hi, I want to be able to parse the following text : 01:17:46 Summary of conflicts: 01:17:46 Text conflicts: 3 01:17:46 Tree conflicts: 8 Text conflicts: 0 and Tree conflicts: 0 Send no email, but any positive integer, send email Any ideas how i can do that ? Thanks, -Kamal. -- You receiv

svn merge using jenkins

2013-10-02 Thread Kamal Ahmed
Hi, How can i do an svn merge using Jenkins, when there is a prompt for selecting "postpone" or their changes, or my local changes, etc. Thanks, -Kamal. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

append arbitrary versioning to the generated war file

2013-09-16 Thread Kamal Ahmed
Hi, I am running a maven build and the output artifact is saved as dite-application.war I would like to append versioning to the war file, like: build23_345767 < which is svn head >.dite-application.war Any idea how ? i can do this, without adding some plugin and setup to the pom.xml ? and JUS

Continuous Merge between Branches in Jenkins

2013-09-06 Thread Kamal Ahmed
Hi, Is there a tried and working way of automatically merging between two branches using Jenkins ? Has someone a working system and what plugin are you using? Thanks, -Kamal. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Add Version to a maven build war file in Jenkins

2013-09-04 Thread Kamal Ahmed
Hi, I am using Jenkins to build a war file for deployment via puppet. Would be good to have version information appended to the war file. Is there a plugin that does this ? Does anyone have such experience of versioning the war file in Jenkins Thanks, -Kamal. -- You received this message beca

Email-Ext , Subversion Repo URL in Jelly script

2013-06-28 Thread Kamal Ahmed
I can get the Subversion Repo URL, for the Job as: Subversion URL: ${ENV, var="SVN_URL"} But, is it possible to have the same in jelly script, like "build.svn_url" so i can display it as part of the email with the same fonts, etc Project: ${project.name} Date of build: ${it.timestampString}

new user gets a Status Code: 404 @ login

2013-06-21 Thread Kamal Ahmed
I create a new user using Jenkins Security, but the user cannot login, and gte a 404 Status Code -K -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsc

Cannot connect slave "Caused by: java.io.IOException: Invalid PEM structure, '-----BEGIN...' missing"

2013-06-18 Thread Kamal Ahmed
I am using Jenkins ver. 1.518, on Centos 6.4 , and trying to connect to a CentOs 6.4 Slave but getting exception: ERROR: Failed to authenticate as jenkins with credential=a5504c8f-3302-40bd-ab4b-8c689e64c84f java.io.IOException: Publickey authentication failed. at com.trilead.ssh2.auth.Authen

Re: Jenkins ver. 1.518 java.lang.NullPointerException

2013-06-15 Thread Kamal Ahmed
removed global build stats plugin, back to normal. Filing a bug, if not already there -K > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Friday, June 14, 2013 6:01 PM >Subject: Jenkins ver. 1.518 java.

Jenkins ver. 1.518 java.lang.NullPointerException

2013-06-14 Thread Kamal Ahmed
Getting NPE starting jenkins on centos 6.4 java.lang.NullPointerException at com.thoughtworks.xstream.converters.ConversionException.add(ConversionException.java:65) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1066) at hudson.util.XStream2.unmarshal(XStream2.java:109) at com.tho

exception accessing jenkins-ci.org

2013-06-10 Thread Kamal Ahmed
when i access http://jenkins-ci.org/ i get : warning: unlink(/tmp/cache_lock) [function.unlink]: No such file or directory in /etc/drupal/6/sites/default/modules/cacherouter/Cache.php on line 124. Can some one please fix this Thanks, -Kamal. -- You received this message because you are subs

exception trying to use jigomerge

2013-06-04 Thread Kamal Ahmed
I am trying to use jigomerge with jenkins 1.516 and getting Exception: + groovy /opt/jigomerge/jigomerge.groovy -u https://svn.hq.coderyte.corp/coderyte/perlapp/trunk Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/groovy/tools/GroovyStarter Caused by: java.lang.ClassNotF

Content Encoding Error

2013-05-31 Thread Kamal Ahmed
When trying to access http://local-jenkins:8080/job/app/integration-status/? i get an error: The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression   Please contact the website owners to inform them of this problem. I am using Jenkins Je

subversion merging with Jenkins

2013-05-31 Thread Kamal Ahmed
Hi Group, Sorry for posting a lot today, but i wanted to know your expert opinion. I have a subversion trunk that developers work on , as well as a branch RC-1 now, i want to merge changes from trunk to RC-1 every night, just to see if it is still building if not then revert What is the Jenki

Re: Javadoc plugin 1.0 displaying error in plugin manager

2013-05-31 Thread Kamal Ahmed
: > > From: jieryn >To: Jenkins Users >Sent: Friday, May 31, 2013 9:33 AM >Subject: Re: Javadoc plugin 1.0 displaying error in plugin manager > > >Greetings, > >On Fri, May 31, 2013 at 9:11 AM, Kamal Ahmed wrote: >> question is how come javadoc, which is a

Re: Javadoc plugin 1.0 displaying error in plugin manager

2013-05-31 Thread Kamal Ahmed
tings, > >On Fri, May 31, 2013 at 8:09 AM, Kamal Ahmed wrote: >> any idea how to resolve this ? > >Uninstall the TestSwarm plugin. > >-- >You received this message because you are subscribed to the Google Groups >"Jenkins Users" group. >To unsubscribe fr

Javadoc plugin 1.0 displaying error in plugin manager

2013-05-31 Thread Kamal Ahmed
I installed jenkins LTS 1.501.1 via rpm, on centos 6.4 then upgraded some plugins, and start getting VERY Slow performance, so i manually removed some plugins , dont remember wich ones. Now i uninstalled and reinstalled the rpm, and then copied the core hpi files to /var/lib/jenkins/plugins/ b

Two Jenkins Masters for same set of slaves

2013-05-30 Thread Kamal Ahmed
Is it possible to have two jenkins masters for same set of slaves, and when one master is out of service, the other one continues, like hot backup ? i think Cloudbees Jenkins Enterprise has HA support using active and stand-by Jenkins masters. but open source does not. Is there a poor man's worka

java.io.FileNotFoundException: http://download.sonatype.com/clm/ci/sonatype-clm-ci-2.8-update-center.json?

2013-05-30 Thread Kamal Ahmed
After installing Jenkins ver. 1.509.1 on centos 6.4 and trying to install sonatype plugin https://wiki.jenkins-ci.org/display/JENKINS/Sonatype+CI+Plugins seems not available java.io.FileNotFoundException: http://download.sonatype.com/clm/ci/sonatype-clm-ci-2.8-update-center.json?uctest at su

Javadoc plugin throwing exception 500

2013-05-30 Thread Kamal Ahmed
How do i remove this plugin, or resolve the issue: Jenkins 1.509.1 javadoc 1.1 and 1.0 give the same exception Status Code: 500Exception: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.509.1.jar!/hudson/PluginManager/installed.jelly:67:55

Jenkins Slow to browser response, Status Code: 500Exception: java.lang.NullPointerExceptionStacktrace

2013-05-30 Thread Kamal Ahmed
I am running jenkins on Centos 6.4 and trying to access it from Firefox 20.0 on ubuntu 12.04 and every time i click a button, ( Any button ) it responds after 1.5 minutes or so. i turned firebug on, and saw the following error: I am using Jenkins Jenkins ver. 1.509.1, and vfabric plugin version

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-30 Thread Kamal Ahmed
tlist_recipients"] >not found. > > > >Was the page fully rendered when you pressed the save or apply buttons? I >can't think of any reason why the item wouldn't be in the JSON if the form >element is visible and ready. > > > >On Wed, May 29, 2013 at 1:33 PM,

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-29 Thread Kamal Ahmed
net.sf.json.JSONException: JSONObject["recipientlist_recipients"] >not found. > > > >Strange, is this reproducible?  > > > >On Wed, May 29, 2013 at 12:42 PM, Kamal Ahmed wrote: > >Jenkins ver. 1.509.1 >>which is LTS, on Centos 6.4 >>Ema

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-29 Thread Kamal Ahmed
tlist_recipients"] >not found. > > > >What version of Jenkins and email-ext are you using? > > > >On Wed, May 29, 2013 at 12:32 PM, Kamal Ahmed wrote: > >While trying to run https://github.com/rombert/Maven-Recipe--RPM-Package in >jenkins, i got an exception

net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-29 Thread Kamal Ahmed
While trying to run https://github.com/rombert/Maven-Recipe--RPM-Package in jenkins, i got an exception: Error Failed to parse form data. Please report this problem as a bug JSON={"name":"Maven-Recipe--RPM-Package","description":"","":["","0","0","0","0","0","0","0","0"],"logrotate":true,"buildDi

Re: Build Parameters in server host names

2013-05-22 Thread Kamal Ahmed
David, But on the jenkins web site (http://jenkins-ci.org/) LTS is: Java Web Archive (.war) Older but stable (1.509.1) and the normal (NON LTS )release is: Java Web Archive (.war) Latest and greatest (1.515) > > From: David Brossard >To: jenkinsci-users@go

Unable to install Jenkins LTS on CentOs 6.4

2013-05-22 Thread Kamal Ahmed
Here is a screenshot: kahmed@vm-jenkins-staging ~ $ sudo rpm --import http://pkg.jenkins-ci.org/redhat-stable/jenkins-ci.org.key kahmed@vm-jenkins-staging ~ $ sudo yum install jenkins Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile  * base: centos.someimage.com

puppet Jenkins LTS install on CentOs 6

2013-05-12 Thread Kamal Ahmed
Hi, Has anyone installed Jenkins LTS with Puppet on Centos 6.x ? If so, then How ? Thanks, -Kamal. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use

Re: Running Slow VS Fast TEsts in Jenkins

2013-04-30 Thread Kamal Ahmed
; From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Tuesday, April 30, 2013 3:14 PM >Subject: Re: Running Slow VS Fast TEsts in Jenkins > > > >ok let me try to explain further. > > >I have a set of unit tests , lets say 3000. > >Some

Re: Running Slow VS Fast TEsts in Jenkins

2013-04-30 Thread Kamal Ahmed
uot;? > >You should run them just like the fast ones. How would you like to separate them? Why is it a question? > > >Kamal Ahmed >>April 30, 2013 6:28 PM >>Hi, >>What is the best way to run slow unit tests, as compared to the ones that take longer to run. >>

Running Slow VS Fast TEsts in Jenkins

2013-04-30 Thread Kamal Ahmed
Hi, What is the best way to run slow unit tests, as compared to the ones that take longer to run. Keeping in mind that my Application is Perl based. and i am using maven to run the tests. Thanks, -Kamal. -- You received this message because you are subscribed to the Google Groups "Jenkins Use

using puppet/svn and Jenkins with slaves

2013-04-24 Thread Kamal Ahmed
Hi, Here is a scenario that i am currently working with: I have a CentOs Slave host, where puppet updates/control the directory /extra/code/developer then i run "mvn clean compile". The PERL5LIB is ALSO set by puppet, to point to /extra/code/developer Now, when i setup the slave, the name of t

Persist job results after the slave is destroyed

2013-04-24 Thread Kamal Ahmed
Hi, I just wanted to confirm, if i am running a max of 100 Jobs , with unit tests, static analysis, WebDriver tests, and then at some point destroy the slave to create a brand new one, would the results be persisted on the Jenkins Master ? , and when the new Slave ( Identical to the old one ) Co

Re: subversion changes are not trigerring automatic build

2013-04-19 Thread Kamal Ahmed
version changes are not trigerring automatic build > > > >We have found that, if a project uses an svn external to refer to a file, then >changes in that file will not trigger a build when using 1.45 of the svn >plugin. >Downgrading to 1.44 solves that particular problem. >

subversion changes are not trigerring automatic build

2013-04-18 Thread Kamal Ahmed
I setup a Job with polling the SVN URL, every 5 minutes , and made changes in 1 file but it does not trigger a build. I am using Jenkins Version 1.506 on ubuntu 12.04 , with subversion plugin 1.45 Is there a way i can still get this to without pre-commit hooks, as i would need permissions on the

SLOCCOUNT plugin to display difference in size of files between jobs

2013-04-14 Thread Kamal Ahmed
Is it possible for Sloccount plugin to display the progressive difference of size in files from job(build) to job(build) ? If i click on the Sloccount Graph, it just shows the Current Size and distributon, How difficult would it be to capture the  historical trend Thanks, -Kamal. -- You receiv

Re: email-ext groovy script groovy-html.template does not display

2013-04-09 Thread Kamal Ahmed
Alex, I am not sure "where" i can check the html, that is generated from the groovy, or jelly script. Could you give me a hint perhaps ? Thanks, -Kamal. > > From: Alex Earl >To: Kamal Ahmed ; "jenkinsci-users@googlegroups.com"

Re: email-ext groovy script groovy-html.template does not display

2013-04-09 Thread Kamal Ahmed
i am receiving email on the same host as jenkins ALSO, the jelly script DOES work, with URL:   but not the Groovy script , with the same URL, for yellow.gif > > From: Alex Earl >To: Kamal Ahmed ; "jenkinsci-users@googlegroups.com" >

Re: email-ext groovy script groovy-html.template does not display the yellow, red and blue buttons

2013-04-08 Thread Kamal Ahmed
vy-html.template does not display the >yellow, red and blue buttons > > >Can you browse to the URL that is contained in the email body and have it show >the image? > > > >On Mon, Apr 8, 2013 at 3:19 PM, Kamal Ahmed wrote: > >I tried with: >> >> >>

email-ext groovy script groovy-html.template does not display the yellow, red and blue buttons

2013-04-08 Thread Kamal Ahmed
I tried with:   " /> after moving the "images" folder to $JENKINS_HOME/images/ But in the email, i still dont see the buttons. originally, it was :   " /> but those did not work wither. Any ideas ? Thanks, -Kamal. -- You received this message because you are subscribed to the Google Grou

Re: email-ext reporting Branch name

2013-04-05 Thread Kamal Ahmed
use the built-in >regex support in Groovy to do what you want with the regex. > > ><% >def yourStuff = yourString =~ /someregex/ >%> > > >blah blah ${yourStuff} > > > > > >1 - http://groovy.codehaus.org/Groovy+Templates > > > >On Thu, Apr 4, 20

Re: system Groovy script claspath question

2013-04-05 Thread Kamal Ahmed
have >iterated through everything envVars gives me, which is I guess equivalent to >env and the CLASSPATH is empty. > >Thanks, > >Lloyd > > > > > > > >On Fri, Apr 5, 2013 at 7:06 AM, Kamal Ahmed wrote: > >I think you should think of the user

Re: system Groovy script claspath question

2013-04-05 Thread Kamal Ahmed
I think you should think of the user executing the scripts from user "jenkins" perpective. also good idea to run "env" or "set" and echo $PATH as shell script, to see what environment you have. Hope that helps -K > > From: Lloyd Meinholz >To: jenkinsci-users@

Re: email-ext reporting Branch name

2013-04-04 Thread Kamal Ahmed
rting Branch name > > >Well, is there a reason you aren't doing this in Groovy? It would be orders of >magnitude easier than trying to do it in Jelly. > > > >On Thu, Apr 4, 2013 at 9:39 AM, Kamal Ahmed wrote: > >Hi, >> >> >>I  want to be able to u

email-ext reporting Branch name

2013-04-04 Thread Kamal Ahmed
Hi, I  want to be able to use jelly script ( Apologize for not doing this in Groovy ) to display the branch name on which the changeset was submitted in subversion. Like , here is a snippet of my custom.jelly  The p.path string is : /perlapp/trunk/cgi-bin/developer/smeview/reviewfiles/demo/cui

ERROR: Publisher hudson.plugins.sloccount.SloccountPublisher aborted due to exception

2013-04-03 Thread Kamal Ahmed
Hi, I am trying to use Sloccount plugin. with Jenkins ver. 1.506 on Ubuntu 12.04 First i tried the version 1.8, then 1.8-SNAPSHOT (private-06/29/2012 16:25-brandt) But i am still getting the exception ERROR: Publisher hudson.plugins.sloccount.SloccountPublisher aborted due to exception jav

Re: Clover / Cover Perl application with Jenkins

2013-03-12 Thread Kamal Ahmed
ce/VM-KAHMED-QA called: clover.xml and will not be copied to: /var/lib/jenkins/jobs/VM-KAHMED-QA/builds/2013-03-12_12-36-53/clover.xml Any ideas on how ot resolve this ? >________ > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >

Clover / Cover Perl application with Jenkins

2013-03-12 Thread Kamal Ahmed
Hi, Does anyone have recommendation/Experience with doing Code Coverage reports in Jenkins with a Perl Application ? I would appreciate of you share your knowledge/experience. I have tests running against a perl based application in TAP, then doing something like: prove --formatter=TAP::Formatte

Re: email-ext Exception while replacing BUILD_LOG_EXCERPT. Please

2013-03-05 Thread Kamal Ahmed
FreeStyleBuild.java:46)     at hudson.model.ResourceController.execute(ResourceController.java:88)     at hudson.model.Executor.run(Executor.java:236) >____ > From: Alex Earl >To: Kamal Ahmed ; "jenkinsci-users@googlegroups.com" > >Sent:

email-ext Exception while replacing BUILD_LOG_EXCERPT. Please report this as a bug. ]] {{ java.lang.NullPointerException }}

2013-03-05 Thread Kamal Ahmed
Hi, If i use ${BUILD_LOG_EXCERPT} , in the Default Content, with jenkins 1.5, i get the following in the email. [[ Exception while replacing BUILD_LOG_EXCERPT. Please report this as a bug. ]] {{ java.lang.NullPointerException }} -- You received this message because you are subscribed to the G

Re: Groovy Scipt to update svn Browser to sventon

2013-03-02 Thread Kamal Ahmed
Hi cjo, When i use the same URL as i do for Repo, i get error: Server returned HTTP response code: 401 for URL: > > From: cjo >To: jenkinsci-users@googlegroups.com >Cc: Kamal Ahmed >Sent: Friday, March 1, 2013 8:09 PM >Subject: Re: Groo

Groovy Scipt to update svn Browser to sventon

2013-03-01 Thread Kamal Ahmed
Hi, I am using: https://wiki.jenkins-ci.org/display/JENKINS/Update+SVN+Browser to update the browser for every job, but not sure what would be the value of the URL @ browser = new hudson.scm.browsers.Sventon2(new URL("http://./";), ".") Thanks, -Kamal. -- You received this message bec

Re: BUILD and TEST results in EMAIL-EXT for Perl TAP

2013-03-01 Thread Kamal Ahmed
a lot more power to do what >you want. In the next release, you will also be able to use the content tokens >much more easily in the groovy templates, so you can reuse a lot of what you >may already have. > > >slide > > > >On Fri, Mar 1, 2013 at 9:34 AM, Kamal Ahme

BUILD and TEST results in EMAIL-EXT for Perl TAP

2013-03-01 Thread Kamal Ahmed
Hi, I want to send Console output ( Example below ) as part of the email-ext sent out. 11:17:52 ok 2 11:17:52 ok 3 - Empty AR 11:17:52 ok 4 - Basic AR 11:17:52 ok 5 - Wants AR 11:17:52 ok 6 - Need key with doublequote 11:17:52 ok 7 - Want key with doublequote 11:17:52 ok 8 - set crhead var 11:

error Code 500 trying to use git plugin in jenkins

2013-02-25 Thread Kamal Ahmed
I am using Jenkins 1.500 on ubuntu 12.04 and using git plugin version 1.2.0 https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin The target system is debian I have created a Dummy user on the Target System ( Where the git repo is ) user =  "jenkins" from my slave  i am able to do a git

Re: git on jenkins

2013-02-21 Thread Kamal Ahmed
Strange thing is that if i use the git comand as a Shell Script within Jenkins, it works > > From: Johannes Wienke >To: jenkinsci-users@googlegroups.com >Cc: Kamal Ahmed >Sent: Tuesday, February 19, 2013 2:26 PM >Subject: Re: git

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
Username = kahmed which is the same user which can do a git successfully on a command line. > > From: Johannes Wienke >To: Kamal Ahmed ; jenkinsci-users@googlegroups.com >Sent: Tuesday, February 19, 2013 12:12 PM >Subject: Re: git on

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
Something is wrong with the email To: section, as this replaced my name with Johannes --> FYI to List Admins -Kamal. > > From: Johannes Wienke >To: jenkinsci-users@googlegroups.com >Cc: Kamal Ahmed >Sent: Tuesday, February 19, 2013 10:

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
t; (on IP address, execute the command "hostname"), then you'll >probably see a similar "permission denied" message and you can begin studying >the differences between the context where it works and the context where it >fails. > > >Mark Waite > > &

Permission denied (publickey,password). cannot get git to work on Jenkins

2013-02-18 Thread Kamal Ahmed
I setup 2 linux hosts with passwordless login, and git clone :/extra/yte/www/repo/Dout.git works on command line, but when i use : :/extra/yte/www/repo/Dout.git as repo URL, in Jenkins, i get an error: Failed to connect to repository : Command "/usr/bin/git ls-remote -h :/extra/yte/www/repo/Dout.g

git on jenkins

2013-02-18 Thread Kamal Ahmed
Hi, I setup 2 linux hosts with passwordless login, and git clone :/extra/yte/www/repo/Dout.git works on command line, but when i use : :/extra/yte/www/repo/Dout.git as repo URL, i get an error: Failed to connect to repository : Command "/usr/bin/git ls-remote -h :/extra/yte/www/repo/Dout.git HEAD"

Re: slave continually going offline , Disk space is too low

2013-02-15 Thread Kamal Ahmed
sharing the workaround: http://stackoverflow.com/questions/1923406/where-to-configure-hudson-node-disk-temp-space-thresholds its all via UI -Kamal. > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Wednesday, Feb

Re: ssh:/// Does not work

2013-02-14 Thread Kamal Ahmed
n >my use case I had ssh:///my_project > > > > > > >On Thu, Feb 14, 2013 at 4:02 PM, Kamal Ahmed wrote: > >Hi, >>I have setup between Jenkins Master (JM) and Jenkins Slave (JS) so that user >>"jenkins" from JM can do an ssh login to JS as user jenkins ( ma

ssh:/// Does not work

2013-02-14 Thread Kamal Ahmed
Hi, I have setup between Jenkins Master (JM) and Jenkins Slave (JS) so that user "jenkins" from JM can do an ssh login to JS as user jenkins ( manually created ) without password. by exchanging secure authorized_keys. But now when i use git repository URL as ssh:///var/www/invo_app i get the

slave continually going offline , Disk space is too low

2013-02-13 Thread Kamal Ahmed
I have one centos 6.3 slave going offline continually while complaining of "Disk Space too Low" but when i do a df -h, i get:  df -h Filesystem    Size  Used Avail Use% Mounted on /dev/mapper/vg1-lv_root   5.0G  3.2G  1.5G  69% / tmpfs 939M 0  939M

using git with Jenkins , stderr: ssh: Could not resolve hostname : Name or service not known

2013-02-12 Thread Kamal Ahmed
I am trying to use git with Jenkins. The URL that i have been given is: git clone 10.100.243.212:/var/www/invo_app , which works as an LDAP user on command line: But when i use Jenkins , i get: Cloning repository ssh:///$GIT_USER@1.2.3.4:/var/www/invo_app git --version git version 1.7.9.5 ERR

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
, -Kamal. > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Friday, February 8, 2013 10:37 AM >Subject: Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500 > > >resolved for now, by downgradi

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
resolved for now, by downgrading jenkins to 1.494 But all the slaves are now off line, how do i bring the slaves back on ? Thanks, -Kamal. > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Friday, February 8, 201

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
kins as a plain >Java app and using WinStone, you can add the PermGen space arguments right to >the Java command line. >  >--Rob >  >  >From:jenkinsci-users@googlegroups.com >[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kamal Ahmed >Sent: Friday, February 0

java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
Hi, After i upgraded Jenkins to 1.500 on ubuntu 12.04 host. I am getting  java.lang.OutOfMemoryError: PermGen space After i click any link on Jenkins page, the CPU gets pegged 100% This also happens when i let the page stay there and not click on anything. Anyone found a resolution for this? T

Re: sloccount plugin exception

2013-01-25 Thread Kamal Ahmed
P.S This is on CentOs 6.3 ( Slave ) using sloccount-2.26-umask.1.x86_64.rpm Jenkins sloccount plugin 1.8 Jenkins version 1.499, running on ubuntu 12.04 ( Master ) > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Se

sloccount plugin exception

2013-01-25 Thread Kamal Ahmed
Hi Group, I am getting an exception: 12:16:34 ERROR: Publisher hudson.plugins.sloccount.SloccountPublisher aborted due to exception 12:16:34 java.lang.NullPointerException 12:16:34 at hudson.plugins.sloccount.model.SloccountParser.parseLine(SloccountParser.java:92) 12:16:34 at hudson.plugins.

significance of .jenkins diectory tree

2012-12-28 Thread Kamal Ahmed
Hi, Does anyone know the significance of /.jenkins and the files/Directories under it? Can i remove them without having any impact on my jenkins Instance ? .jenkins .jenkins$ cd war hostname:~/.jenkins/war$ ls ColorFormatter.class  JNLPMain.class   MainDialog.class css   

Re: issue with Chrome Version 23.0.1271.95

2012-12-16 Thread Kamal Ahmed
ng the same version of chrome. > > > >On Wed, Dec 5, 2012 at 8:27 PM, Kamal Ahmed wrote: > >i am getting the following in Javascript console when i do a pull down and try >ot select : >> >> >>Add Build Step --> execute Shell >> >> >> &

Re: issue with Chrome Version 23.0.1271.95

2012-12-05 Thread Kamal Ahmed
s:7 > > From: Alex Earl >To: Kamal Ahmed ; "jenkinsci-users@googlegroups.com" > >Sent: Wednesday, December 5, 2012 9:10 PM >Subject: RE: issue with Chrome Version 23.0.1271.95 > > >Any errors on the JavaScript console? > >Sent from my Windows Phone > >

issue with Chrome Version 23.0.1271.95

2012-12-05 Thread Kamal Ahmed
There seems to be an issue with Chrome Version 23.0.1271.95. Pull Down Menu Items stop working in a project. I was not able to create "Execute Shell". I then switched over to Firefox, and the same version of Jenkins  1.492 , works Just thought to let you guys know. -Kamal.

slave setup with VPN connectivity

2012-12-05 Thread Kamal Ahmed
I am trying to setup a slave from home while on VPN. The master is on my laptop on the 192.168.x.x. net and i also have 143.123.x.x thru the VPN but i just cannot seem to connect to the slave via home. I tried using the ssh approach, but i just get a wheel turning forever and dont get any trace

cannot use Add Build Step --> Execute Shell

2012-12-04 Thread Kamal Ahmed
Just installed Jenkins 1.492 on ubuntu 12.04 , but i was not able to use ANY pulldown menu options available by "Add Build Step" and i get no error as well.  jdk:  java -version java version "1.6.0_35" Java(TM) SE Runtime Environment (build 1.6.0_35-b10) Java HotSpot(TM) 64-Bit Server VM (build 2

trying to overwrite '/usr/share/jenkins/jenkins.war', which is also in package jenkins-common 1.424.6+dfsg-1ubuntu0.1

2012-12-03 Thread Kamal Ahmed
sudo apt-get remove jenkins-common  Reading package lists... Done Building dependency tree        Reading state information... Done The following packages were automatically installed and are no longer required:   libmaven-plugin-testing-java libjffi-jni libjnr-posix-java libconstantine-java libje

cannot add build step after upgrade to 1.480.1

2012-12-03 Thread Kamal Ahmed
I do a pull down and select add build step but noting happens, and this happens for local hosts as well as slaves Any clues ? -Kamal.

The following packages have been kept back: (upgrading from Jenkins ver. 1.466.2 to Jenkins (1.480.1)

2012-12-03 Thread Kamal Ahmed
apt-get upgrade jenkins Reading package lists... Done Building dependency tree        Reading state information... Done The following packages have been kept back:   jenkins linux-generic linux-headers-generic   linux-image-generic 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

Trying to use jQuery in Project Description

2012-11-03 Thread Kamal Ahmed
I am trying to use jQuery and graph plugin http://www.flotcharts.org/ to plot JSON based LIVE graphs with Build statistics and have few questions: 1. Where do i copy the .js files ?  2. This needs to be self updating , How do i achieve that ? 3. Here is the JSON data so if we have the url: htt

Re: /usr/bin/prove: Cannot find blib

2012-11-02 Thread Kamal Ahmed
n/prove: Cannot find blib > > > > >On Nov 2, 2012, at 8:54 AM, Kamal Ahmed wrote: > >right on the dot! >> >> >>Here is what i believe is happening: >>Jenkins THINKS the perl means /usr/bin/perl , but the actual perl is >>/usr/coderyte/bin/

Re: /usr/bin/prove: Cannot find blib

2012-11-02 Thread Kamal Ahmed
gt; > >Log in as your SSH user, the one which allows the program to work. Then, type >in "which perl" at the command line. This is the Perl you must execute as the >Jenkins user. Either fix the first line (the shebang (#!)) to point to the SSH >user's Perl, or prepe

Re: /usr/bin/prove: Cannot find blib

2012-11-01 Thread Kamal Ahmed
looking in different directories and maybe even using a completely >different version of Perl. > > >What's the full error message you're getting with Jenkins. You only gave: > > >11:41:35 Can't locate Log/Log4perl.pm in @INC (@INC contains:  > > >You left

Re: /usr/bin/prove: Cannot find blib

2012-11-01 Thread Kamal Ahmed
gt; >Do this via SSH where you can execute run_prove.sh and it works. This will >show you where this program is searching for the module and where it finds it. >That will give you an idea why Jenkins can't find it. > > >If you do find that Log::Log4Perl is not where you expect it,

/usr/bin/prove: Cannot find blib

2012-11-01 Thread Kamal Ahmed
Hi, When i run run_prove.sh after doing an ssh to host , the perl unit tests run fine but when i do it via "Execute shell script on remote host using ssh" i get error: 11:41:35 + prove -b -v -r . 11:41:35 /usr/bin/prove: Cannot find blib 11:41:35 No blib directories found. 11:41:35 Can't locate

/usr/bin/prove: Cannot find blib

2012-11-01 Thread Kamal Ahmed
Hi, When i run run_prove.sh after doing an ssh to host , the perl unit tests run fine but when i do it via "Execute shell script on remote host using ssh" i get error: 11:41:35 + prove -b -v -r . 11:41:35 /usr/bin/prove: Cannot find blib 11:41:35 No blib directories found. 11:41:35 Can't locate

Re: violations plugin ( perlcritic ) question

2012-10-19 Thread Kamal Ahmed
nm, solved removed --verbose 3 switch > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Thursday, October 18, 2012 10:48 PM >Subject: violations plugin ( perlcritic ) question > > >Hi, >What format is

violations plugin ( perlcritic ) question

2012-10-18 Thread Kamal Ahmed
Hi, What format is acceptable to the PerlCritic TYPE in violations plugin? I have the following in a file, but it is showing ZERO Violations Subroutine prototypes used at cgi-bin/CR/AccessControl.pm line 66 Subroutine prototypes used at cgi-bin/CR/AccessControl.pm line 89 Subroutine prototypes us

ERROR: Publisher hudson.plugins.summary_report.ACIPluginPublisher aborted due to exception

2012-10-18 Thread Kamal Ahmed
Getting Exception: 19:17:31 TAP Reports Processing: START 19:17:31 Looking for TAP results report in workspace using pattern: **/perlcritic_tap.results 19:17:33 Saving reports... 19:17:33 Found matching files but did not find any TAP results. 19:17:34 ERROR: Publisher hudson.plugins.summary_re

  1   2   >