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

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

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

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 justin...@gmail.com

persisting PERL5LIB During a build job

2014-04-26 Thread 'Kamal Ahmed kamal2222ah...@yahoo.com' 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

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 │  

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

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

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 JUST

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

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 TR TDProject:/TD TD${project.name}/TD /TR TR TDDate of build:/TD

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

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

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 kamalah...@yahoo.com To: jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com Sent: Friday, June 14, 2013 6:01 PM Subject: Jenkins ver

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

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

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:

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/

Re: Javadoc plugin 1.0 displaying error in plugin manager

2013-05-31 Thread Kamal Ahmed
manager Greetings, On Fri, May 31, 2013 at 8:09 AM, Kamal Ahmed kamalah...@yahoo.com 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 from this group

Re: Javadoc plugin 1.0 displaying error in plugin manager

2013-05-31 Thread Kamal Ahmed
: From: jieryn jie...@gmail.com To: Jenkins Users jenkinsci-users@googlegroups.com 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 kamalah...@yahoo.com wrote

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

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

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:

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

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

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

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

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

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

2013-05-29 Thread Kamal Ahmed
:54 PM Subject: Re: net.sf.json.JSONException: JSONObject[recipientlist_recipients] not found. Strange, is this reproducible?  On Wed, May 29, 2013 at 12:42 PM, Kamal Ahmed kamalah...@yahoo.com wrote: Jenkins ver. 1.509.1 which is LTS, on Centos 6.4 Email-ext = 2.29

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

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 dbross...@gmail.com To:

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

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

Re: Running Slow VS Fast TEsts in Jenkins

2013-04-30 Thread Kamal Ahmed
. 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. Keeping in mind that my Application is Perl based. and i am using maven to run the tests. Thanks

Re: Running Slow VS Fast TEsts in Jenkins

2013-04-30 Thread Kamal Ahmed
: Kamal Ahmed kamalah...@yahoo.com To: jenkinsci-users@googlegroups.com 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 of the tests

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

Re: subversion changes are not trigerring automatic build

2013-04-19 Thread Kamal Ahmed
, Kamal Ahmed wrote: 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

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

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

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

2013-04-09 Thread Kamal Ahmed
To: Kamal Ahmed kamalah...@yahoo.com; jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com Sent: Monday, April 8, 2013 8:22 PM Subject: RE: email-ext groovy script groovy-html.template does not display the yellow, red and blue buttons MIME-Version: 1.0 Content-Type: multipart

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 slide.o@gmail.com To: Kamal Ahmed kamalah...@yahoo.com; jenkinsci-users

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: TABLE   TRTD align=rightIMG SRC=${build.HUDSON_HOME}/images/32x32/%= build.result.toString() == 'SUCCESS' ? blue.png : build.result.toString() == 'FAILURE' ? 'red.png' : 'yellow.png' % / after moving the images folder to $JENKINS_HOME/images/ But in the email, i still dont see

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

2013-04-08 Thread Kamal Ahmed
groovy script groovy-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 kamalah...@yahoo.com wrote: I tried with: TABLE   TRTD align

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 meinh...@javabilities.com To:

Re: system Groovy script claspath question

2013-04-05 Thread Kamal Ahmed
and the CLASSPATH is empty. Thanks, Lloyd On Fri, Apr 5, 2013 at 7:06 AM, Kamal Ahmed kamalah...@yahoo.com wrote: 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

Re: email-ext reporting Branch name

2013-04-05 Thread Kamal Ahmed
you want with the regex. % def yourStuff = yourString =~ /someregex/ % blah blah ${yourStuff} 1 - http://groovy.codehaus.org/Groovy+Templates On Thu, Apr 4, 2013 at 10:45 AM, Kamal Ahmed kamalah...@yahoo.com wrote: My only excuse is mostly my lack of groovy knowledge, and how it would

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 :

Re: email-ext reporting Branch name

2013-04-04 Thread Kamal Ahmed
be orders of magnitude easier than trying to do it in Jelly. On Thu, Apr 4, 2013 at 9:39 AM, Kamal Ahmed kamalah...@yahoo.com wrote: 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

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

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

Re: email-ext Exception while replacing BUILD_LOG_EXCERPT. Please

2013-03-05 Thread Kamal Ahmed
)     at hudson.model.ResourceController.execute(ResourceController.java:88)     at hudson.model.Executor.run(Executor.java:236) From: Alex Earl slide.o@gmail.com To: Kamal Ahmed kamalah...@yahoo.com; jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com

Re: git on jenkins

2013-02-19 Thread Kamal Ahmed
), 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 From: Kamal Ahmed kamalah...@yahoo.com To: Johannes Wienke jwie

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 jwie...@techfak.uni-bielefeld.de To: jenkinsci-users@googlegroups.com Cc: Kamal Ahmed kamalah...@yahoo.com Sent

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 jwie...@techfak.uni-bielefeld.de To: Kamal Ahmed kamalah...@yahoo.com; jenkinsci-users@googlegroups.com Sent: Tuesday, February 19, 2013 12

git on jenkins

2013-02-18 Thread Kamal Ahmed
Hi, I setup 2 linux hosts with passwordless login, and git clone IP Address:/extra/yte/www/repo/Dout.git works on command line, but when i use : IP Address:/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 IP

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 IP Address:/extra/yte/www/repo/Dout.git works on command line, but when i use : IP Address:/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 IP

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 kamalah...@yahoo.com To: jenkinsci-users@googlegroups.com jenkinsci-users

Re: ssh://IP address/Path to git repo Does not work

2013-02-14 Thread Kamal Ahmed
case I had ssh://JM IP ADDRESS/my_project On Thu, Feb 14, 2013 at 4:02 PM, Kamal Ahmed kamalah...@yahoo.com 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 ( manually created ) without

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

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?

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 kamalah...@yahoo.com To: jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com Sent

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

2013-02-08 Thread Kamal Ahmed
, -Kamal. From: Kamal Ahmed kamalah...@yahoo.com To: jenkinsci-users@googlegroups.com 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

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

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 kamalah...@yahoo.com To: jenkinsci-users@googlegroups.com jenkinsci

significance of .jenkins diectory tree

2012-12-28 Thread Kamal Ahmed
Hi, Does anyone know the significance of /home/user/.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
using the same version of chrome. On Wed, Dec 5, 2012 at 8:27 PM, Kamal Ahmed kamalah...@yahoo.com wrote: i am getting the following in Javascript console when i do a pull down and try ot select : Add Build Step -- execute Shell http://localhost:9000/$stapler/bound/1eaa24a7-91e6-4e03-bc47

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

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.

Re: issue with Chrome Version 23.0.1271.95

2012-12-05 Thread Kamal Ahmed
From: Alex Earl slide.o@gmail.com To: Kamal Ahmed kamalah...@yahoo.com; jenkinsci-users@googlegroups.com 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

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

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.

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.

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

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:

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

2012-11-02 Thread Kamal Ahmed
Perl, or prepend your Perl script with that Perl program (include the full path). On Nov 1, 2012, at 8:31 PM, Kamal Ahmed kamalah...@yahoo.com wrote: David, Unfortunately i would have to stick to Perl 5.8.8 Here is more of the error: 15:06:11  + sh run_prove.sh 15:06:18

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

2012-11-02 Thread Kamal Ahmed
: Cannot find blib On Nov 2, 2012, at 8:54 AM, Kamal Ahmed kamalah...@yahoo.com 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/perl which prove /usr/coderyte/bin/prove kahmed@athena

/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: /usr/bin/prove: Cannot find blib

2012-11-01 Thread Kamal Ahmed
that Log::Log4Perl is not where you expect it, use the use lib pragma to add that directory to your @INC search array. On Nov 1, 2012, at 12:15 PM, Kamal Ahmed kamalah...@yahoo.com wrote: Hi, When i run run_prove.sh after doing an ssh to host , the perl unit tests run fine but when i do

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

2012-11-01 Thread Kamal Ahmed
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 off the interesting part. On Nov 1, 2012, at 12:56 PM, Kamal Ahmed kamalah...@yahoo.com wrote: Hi David, Now i am

Re: violations plugin ( perlcritic ) question

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

Re: JavaMelody to measure NON J2EE System System parameters like % CPU Usage, Mem usage , etc

2012-10-18 Thread Kamal Ahmed
to monitor? if a web-application than add javamelody.jar in class-path and configure java-meldoy UI with that web-application (for example if your service is running on localhost:8080/shop) On Mon, Oct 15, 2012 at 7:38 PM, Kamal Ahmed kamalah...@yahoo.com wrote: Hi, Is there a way

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

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

JavaMelody to measure NON J2EE System System parameters like % CPU Usage, Mem usage , etc

2012-10-15 Thread Kamal Ahmed
Hi, Is there a way for JavaMelody to monitor and report Remote CPU Usage, Memory Usage, etc ? Remote systems are ubuntu in this case. Thanks, -Kamal.

ERROR: Unexpected error in launching a slave. This is probably a bug in Jenkins.

2012-10-12 Thread Kamal Ahmed
I tried setting up a slave: with the following config (Master / Slave Java Versions) Master:  java -version java version 1.6.0_24 OpenJDK Runtime Environment (IcedTea6 1.11.4) (6b24-1.11.4-1ubuntu0.12.04.1) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) Slave:  java -version java

Re: graphite integration

2012-10-12 Thread Kamal Ahmed
fridodev, try https://github.com/katzj/jenkins-to-graphite.git -Kamal From: fridodev frido...@gmail.com To: jenkinsci-users@googlegroups.com Sent: Friday, October 12, 2012 9:02 AM Subject: graphite integration Dear List, In our organization we have

IPv6 Support/Compliance

2012-09-14 Thread Kamal Ahmed
Hi List, Does Jenkins support/Comply with IPv6 ? Thanks, -Kamal.

Build a Project based on a criteria

2012-09-07 Thread Kamal Ahmed
Hi, Here is the scenario: I am doing a REST Call, using a small Java Utility that i have written, to get the Last Successful Build Number from TeamCity. I want to run this utility as a Jenkins Project every 2 hours, and compare consecutive run results , and IF the current Run Result number is

[parasoft:soatest] ERROR: Missing Resources: The following symbols/resources were specified, but were not found in the workspace.

2012-08-30 Thread Kamal Ahmed
Hi, Does anyone experienced the following error: I am running soatest via ant task in Jenkins. [parasoft:soatest] Deleting /opt/soatest/workspace [parasoft:soatest] soatestcli: Version 9.1.4.20111220 -- Copyright (C) 2003-2011 Parasoft Corporation [parasoft:soatest] soatestcli: Version

Re: pre condition for ant build

2012-08-15 Thread Kamal Ahmed
...@weintraub.name On Aug 14, 2012, at 10:39 AM, Kamal Ahmed kamalah...@yahoo.com wrote: Hi, Does someone have any insight and suggestion, as to what would work best in the following scenario. I want to have a pre-check in place, which will verify if a particular WSDL is available

pre condition for ant build

2012-08-14 Thread Kamal Ahmed
Hi, Does someone have any insight and suggestion, as to what would work best in the following scenario. I want to have a pre-check in place, which will verify if a particular WSDL is available , and if it IS ( meaning we get WSDL XML )  only then kick off the ant task which runs some functional

How to pass $jenkins-workspace variable in ant task

2012-08-09 Thread Kamal Ahmed
Hi, I used: report=${jenkins-workspace}/SoaTestJenkinsReports/report.html but its being translated as  drwxr-xr-x. 3 jenkins jenkins     4096 Aug  7 10:02 The JENKINS workspace location passed from command line.

Variable substitution for SVN tags, for Build File Location

2012-08-02 Thread Kamal Ahmed
Here is the scenario: I checkout using SVN using URL https://cm.sv.com/nm/ad/md/trunk/QA as a result of this i get the following directories: 5.1 6.0 6.7 Utils under the projects workspace i run an ant task , but my build file is under 6.7: 6.7/build.xml Is there a way i can Specify the

No files matching pattern lib in directory /var/lib/jenkins/workspace/MDNS-6.7

2012-07-31 Thread Kamal Ahmed
Hi, While trying to setup sonar with Jenkins, i am getting error: $ sonar-runner Runner configuration file: /opt/sonar-runner-1.3/conf/sonar-runner.properties Project configuration file: /var/lib/jenkins/workspace/MDNS-6.7/sonar-project.properties Runner version: 1.3 Java version: 1.6.0_22,

Re: Default location of workspace changed ?

2012-07-28 Thread Kamal Ahmed
of workspace changed ? Greetings, On Sat, Jul 28, 2012 at 7:31 AM, Kamal Ahmed kamalah...@yahoo.com wrote: I have 2 instances of Jenkins running and without ANY Custom workspace defined. Jenkins doesn't do well with two instances running on the same workspace. On 1.471, its /var/lib

Jenkins ver. 1.475 , NO plugins in Available tab

2012-07-28 Thread Kamal Ahmed
Just installed Jenkins ver. 1.475, i found NO plugins in the available in plugin manager Help please

Re: Jenkins ver. 1.475 , NO plugins in Available tab

2012-07-28 Thread Kamal Ahmed
@googlegroups.com Sent: Saturday, July 28, 2012 5:40 PM Subject: Re: Jenkins ver. 1.475 , NO plugins in Available tab RE-Download the Jenkins WAR, verify md5sum and install again and see.. Krishna Chaitanya On Sat, Jul 28, 2012 at 11:52 AM, Kamal Ahmed kamalah...@yahoo.com wrote: Just installed

Re: Jenkins ver. 1.475 , NO plugins in Available tab

2012-07-28 Thread Kamal Ahmed
resolved, use CLI to install any plugin, and the rest will appear These sort of things are annoying with Jenkins. From: Kamal Ahmed kamalah...@yahoo.com To: jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com Sent: Saturday, July 28, 2012 6

ERROR: Missing Resources: The following symbols/resources were specified, but were not found in the workspace.

2012-07-23 Thread Kamal Ahmed
Hi, I am running an ant task against a target, and its working on the command line, but in Jenkins, its not working and i get this error: ERROR: Missing Resources: The following symbols/resources were specified, but were not found in the workspace.

sonar error: Cannot execute mojo: sonar

2012-07-21 Thread Kamal Ahmed
Hi, I am trying to run sonar for a test build, but getting the following error. Any suggestions on how to resolve this ? This project has a build.xml (ant driven) but NO pom.xml, and i think sonar supports ant. [INFO] Cannot execute mojo: sonar. It requires a project with an existing pom.xml,

  1   2   >