Building Jenkins-plugins failed in maven enforcer plugins

2023-01-29 Thread Ahmed Rafiq
Hello, trying to update our inhouse Jenkins plugins. But it gets failed from maven-enforcer-plugin at *[ERROR] Rule 1: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:3.8.1 required to no longer download dependencies via HTTP (use HTTPS instead).* In our *settings.xml*

Re: jenkins_home, docker, upgrades

2020-12-12 Thread Ahmed Rafiq
hello, for your question 1, i can share my experience. We are using near same settings as you describe, jenkins in docker and Jenkins_home point to a docker volume. There's no problem once you upgrade the Jenkins version and point the new version jenkins_home to old docker volume. What I do is, bef

How to trigger a Slave Job

2020-07-22 Thread Salah Uddin Ahmed
Hello, Im new to jenkins, Anybody please help me on an "How to" question? Suppose I have one master node and one slave node, I have a maven project in the slave node. Now I want to trigger the build of the project from the master node pipeline. Is that a meaningful idea? I tried to run the mas

Re: CppCheck(XML parsing) with Warning-Next-Generation plugins

2020-04-03 Thread Ahmed Rafiq
Thanks for the reply. What I've done is, put this, echo ' ' inside *execute shell command*, under *Build*. Set Tools *CPPCheck* and *Build*. I was waiting that the * * would produce *new** line* where used. But they didn't. On Fri, Apr 3, 2020 at 10:14 AM Ullrich Hafner wro

Re: CppCheck(XML parsing) with Warning-Next-Generation plugins

2020-04-02 Thread Ahmed Rafiq
Thanks for your reply. I've used the example xml from the given link, and getting error - Started by user unknown or anonymous Running as SYSTEM Building in workspace /media/persistent_storage/home/jenkins-warnings/work/workspace/test [test] $ /bin/sh -xe /tmp/jenkins918250917560153069.sh + echo '

[ERROR] Failed to execute goal on project bouygues: Could not resolve dependencies for project A:war:1.0.0-SNAPSHOT: Could not find artifact B:jar:1.0.0-SNAPSHOT

2018-09-07 Thread 'Makkaoui Ahmed' via Jenkins Users
Hello please i need a help evry time i try to use mvn install -Diskeptest or mvn pmd:pmd pmd:cpd i get this error i try a many solutions but dosent work *Mekkaoui Ahmed* Tel : (+216) 27678489 E-mail : ahmed.makka...@esprit.tn Réseaux sociaux : https://www.linkedin.com/in/mekkaouiahmed

JENKINS ERROR READ of POMs java.nio.file.NoSuchFileException:

2018-08-17 Thread 'Makkaoui Ahmed' via Jenkins Users
/testjunit/trunk/pom.xml *Mekkaoui Ahmed* Tel : (+216) 27678489 E-mail : ahmed.makka...@esprit.tn Réseaux sociaux : https://www.linkedin.com/in/mekkaouiahmed/ -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Build triggers on bitbucket PRs leads to MissingObjectException: Missing unknown {HASH} after upgrading to LTS 2.6.0

2017-09-13 Thread Ahmed Hosni
Hi all, After upgrading to Jenkins 2.60.2 (with git client plugin 2.5.0 and git-plugin from 3.5.1), we noticed a JGit issue whith multibranch pipeline trying to fetch the git reference matching the latest Pull Request from Bitbucket, here is the stacktrace: [Bitbucket] Build result notified >

Jenkins EC2 Plugin doesn't provision existing stopped instances

2017-07-07 Thread Ahmed Akram
Hello all, I have a Jenkins setup with 1 master and 9 slaves on AWS and using the EC2 Plugin to manage them. When setting-up my slave I ticked the "Stop/Disconnect on idle" option so my slaves won't be terminated on idle timeout but rather stopped so it's faster when rebooting them. However, w

EC2 Plugin: cannot automatically connect to "stopped on idle" instances

2017-07-07 Thread Ahmed Akram
Hello all, I have a Jenkins setup with 1 master and 9 slaves on AWS and using the EC2 Plugin to manage them. When setting-up my slave I ticked the "Stop/Disconnect on idle" option so my slaves won't be terminated on idle timeout but rather stopped so it's faster when rebooting them. However, w

Issue connecting slave on aws EC2 using JNLP4 to on-premise master

2017-07-03 Thread Ahmed Hosni
Hi all, I've just spin up an EC2 on aws running ubuntu 14 with openjdk 1.8, and i'm trying to connect it to a master hosted within internal network running V 2.46.1 without any clue: i've downloaded the slave.jar to my ec2 the ran the following command: java -jar slave.

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: Show JUnit test results in email notifications

2015-04-30 Thread Ahmed
Dear Kamal, Kindly let me know where to place cust.jelly in .jenkins directory once we customize and how to use in jenkins UI in Default Content field? - Ahmed On Wednesday, 19 September 2012 18:12:11 UTC+5, Kamal Ahmed wrote: > > try this as an example (you might have to tweek

How to use assertion failure in jelly script - jenkins

2015-04-30 Thread Ahmed
How to use assertion failure in jelly script - jenkins Currently I'm ${JELLY_SCRIPT,template="html"} to view email report as: *BUILD UNSTABLE*Build URLhttp://localhost/jenkins/job/TestJob/2/Project: TestJobDate of build:Wed, 29 Apr 2015 12:47:47 +Build duration:56 sec *CHANGES*No Changes

Sending email from jenkins

2014-10-02 Thread Ahmed ET-TANANY
t 535 5.7.8 http://support.google.com/mail/bin/answer.py?answer=14257 qs6sm1344302lbb.40 - gsmtp I have did all steps found on http://support.google.com/mail/bin/answer.py?answer=14257, but the problem is still not resolved. Thank you in advance. Best regards, Ahmed -- You received this me

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 ?

Re: Null pointer exception in ExtendedEmailPublisher after updated jenkins it's plugin and build script- Jenkins ver. 1.536 - Email Extension Plugin ver. 2.35.1

2013-10-29 Thread Ahmed Mubbashir Khan
Version 2.36 seems to have fixed it. https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin Regards, -- Ahmed Mubbashir Khan "I don't make Software, I make it better" http://about.me/mubbashir On Wed, Oct 23, 2013 at 5:18 PM, Ulli Hafner wr

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

Re: Null pointer exception in ExtendedEmailPublisher after updated jenkins it's plugin and build script- Jenkins ver. 1.536 - Email Extension Plugin ver. 2.35.1

2013-10-22 Thread Ahmed Mubbashir Khan
I tried the same after posting to the mailing list, didn't help :( Regards, -- Ahmed Mubbashir Khan "I don't make Software, I make it better" http://about.me/mubbashir On Tue, Oct 22, 2013 at 6:09 PM, Daniel Beck wrote: > I think we had t

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
>Chris > > >On 18/04/2013 20:17, 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 >> >>

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

Which branch is build if there are multiple branches in a job and job has been configured for all jobs?

2013-01-28 Thread Ahmed Mubbashir Khan
Hi All, Which branch is build if there are multiple branches in a job and job has been configured for all jobs? What is the workflow? How jenkins determine what to build? Similarly: If a job was initially configured for master, and then we switch it to monitor all branches. It seems like its

Re: git: Can I change a barnach in 'Branches to build' in configuration after building a project in a specific branch

2013-01-27 Thread Ahmed Mubbashir Khan
above list all branches as it should. Any idea what might be happening here? p.s. following is the branch config: Branches to build Branch Specifier (blank for default): On Sunday, 27 January 2013 16:19:45 UTC+4, Ahmed Mubbashir Khan wrote: > > Plus on executing 'git branch -a

Re: git: Can I change a barnach in 'Branches to build' in configuration after building a project in a specific branch

2013-01-27 Thread Ahmed Mubbashir Khan
Plus on executing 'git branch -a' It doesn't list any of the other remote branch, see: $ git branch -a * (no branch) master remotes/origin/HEAD -> origin/master remotes/origin/master On Sunday, 27 January 2013 16:13:09 UTC+4, Ahmed Mubbashir Khan wrote: > > H

git: Can I change a barnach in 'Branches to build' in configuration after building a project in a specific branch

2013-01-27 Thread Ahmed Mubbashir Khan
Hi All, I configured a porject with a specific branch, then instead of specifiying a branch I though it would be better if I go with the default behaviour that is build every branch. I removed the the branch name from 'Branches to build' but on polling it seems like that it is still looking for

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

  1   2   >