Re: Job Generator plugin - problem

2013-03-08 Thread Bizz
Thanks for such a quick reply ! I will check it right away on monday when I'll have access to the server. W dniu piątek, 8 marca 2013 16:32:11 UTC+1 użytkownik Bizz napisał: > > Hello, > > Job Generator would be very helpfull if it would work :( > unfortunately, when I run it and enter some con

Re: console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread KimSia Sim
Thank you for your advice Jonathan! I have solved the problem by restarting the Jenkins service. I had to run the following command in my console. sudo service jenkins restart This restart works better than the web gui restart sequence. For reasons unknown to me. On Saturday, March 9, 2013 2:

cygwin and Jenkins/Hudson issue

2013-03-08 Thread Z W
Hi All We installed cygwin on a 64 bit Windows Server. We tried executing a simple *nix command on the build step "Execute shell" but we're getting error below. We set the environment variables in PATH of the windows box with C:\cygwin\bin and still it doesnt help. We also have installed cygwin pl

Re: console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread Jonathan Rogers
KimSia Sim wrote: > Under build step execute shell command, I only have the following > echo "running whoami" & whoami > echo "running groups" & groups > echo $PWD > mkdir /var/virtual/stage.xxx.com/test1 > > These are my results. > + whoami > jenkins > + echo running whoami > running whoami > + gr

Re: console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread KimSia Sim
I had a relevation when I logged in to my Console as jenkins and I run groups I saw nogroup sudo www-data but in the window shell command of the build step, I only had nogroup I suspect this is the reason. How do I overcome this problem? I have already tried restarting my jenkins. It is st

Re: console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread KimSia Sim
Under build step execute shell command, I only have the following echo "running whoami" & whoami echo "running groups" & groups echo $PWD mkdir /var/virtual/stage.xxx.com/test1 These are my results. + whoami jenkins + echo running whoami running whoami + groups nogroup + echo running groups

Re: Pass parameters upstream?

2013-03-08 Thread Bill Wonch
Thanks Chris! Not sure how I missed it! On Friday, March 8, 2013 3:10:52 PM UTC-7, Bill Wonch wrote: > > Hi everyone - > > I have a job that runs "Trigger/Call builds on another project" and I need > a way to get that build number (or a couple of files that build generates) > back to the upstre

Job Generator plugin - problem

2013-03-08 Thread syl20bnr
A job generator requires the master to be able to execute jobs, a job generator cannot be executed on a slave. Can you check the number of available executors for your Jenkins server in the settings page ? Cheers, syl20bnr -- You received this message because you are subscribed to the Google G

"Console" option in popup menu is missing..

2013-03-08 Thread Jeff
Typically on most of my jobs, if I hover the mouse over a specific build entry, the resulting pop-up menu will include a "Console" link. However, it seems that jobs where there is both a "Console" link to an abbreviated log and a "[raw]" output link containing the full output, the pop-up menu is m

Re: Pass parameters upstream?

2013-03-08 Thread cjo
If you are using the "Block until the triggered projects finish their builds" there are environment parameters that are added by the build step that will provide you with triggered project name, build number and result. Check the help item or the wiki.[1] in version 2.17 the variables provided

Re: GIT and Jenkins

2013-03-08 Thread Jeff
I'm still seeing this issue. When poking around the jenkins settings, I see two XML files related to Git stuff. They are: - - hudson.plugins.git.GitSCM.xml - hudson.plugins.git.GitTool.xml Are both of these needed? The content of the file `*GitTool.xml` has my settings and looks corre

Re: Jenkins empties folders sometimes?? - why

2013-03-08 Thread Sami Tikka
Yes, Jenkins does that sometimes. I think the idea is to make sure the workspace is kept clean and also to free up disk space by getting rid of sources on slaves that have not been used for a while. If this is a problem for you, take a look at property hudson.model.WorkspaceCleanupThread.disable

Pass parameters upstream?

2013-03-08 Thread Bill Wonch
Hi everyone - I have a job that runs "Trigger/Call builds on another project" and I need a way to get that build number (or a couple of files that build generates) back to the upstream build for some validation. Is that possible? I'm open to a groovy script or whatever. Thanks! Bill -- Yo

RE: How can I set recipient list?

2013-03-08 Thread Alex Earl
If you are using email-ext, you could do it with a presend script. Sent from my Windows Phone -- From: Eduardo Dias Sent: 3/8/2013 12:37 To: jenkinsci-users Subject: How can I set recipient list? Hi All, is possible to define Jenkins email recipient list base on the b

How can I set recipient list?

2013-03-08 Thread Eduardo Dias
Hi All, is possible to define Jenkins email recipient list base on the build or script result? Thanks. Regards Eduardo -- 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

Re: Optionally Archive Artifacts

2013-03-08 Thread Bap
Quoting Christian Baumann : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I am running Selenium tests that capture a screenshot whenever a test fails. Now, I would like to publish these screenshots as artifacts. However, if no test failed and thus no screenshots were taken, the job itself

Re: Jenkins + FindBugs plugin: use rank instead of priority in Jenkins

2013-03-08 Thread Paulo Cheadi Haddad Filho
Hey Ulli! So there's no other way to classify a bug? Can't I do what I was to do (build fail on specific bug)? I would be satisfied if there's a way to Jenkins show the cloudly icon when listing the jobs. At least I could see that something went wrong. Paulo On Thu, Mar 7, 2013 at 6:08 PM,

Re: Jenkins Update center digest mismatch

2013-03-08 Thread Niko Schmuck
FYI: the last version working under CentOS 6.3 for me is 1.481 from Sept, 10th 2012 so the digest mismatch might be introduced somewhen between Sept, 10th and 16th (1.482) Cheers, Niko On Fri, Mar 8, 2013 at 6:06 PM, Niko Schmuck wrote: > BTW, same problem happens when running latest Jenkins.wa

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-08 Thread Ulli Hafner
Hmm, seems that the messages of the maven JSLint plug-in use a different warnings format. You need to choose the parser "Javac". Ulli Am 08.03.2013 um 16:32 schrieb John Smith : > Actually. > > I've added the following to the parent POM > > > org.apache.maven

Re: Jenkins Update center digest mismatch

2013-03-08 Thread Niko Schmuck
BTW, same problem happens when running latest Jenkins.war inside Tomcat 7.0.37 on CentOS INFO: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller Mar 08, 2013 6:04:02 PM hudson.model.DownloadService$Downloadable doPostBack INFO: Obtained the updated data file for hudson.tasks.Ant

Re: Jenkins Update center digest mismatch

2013-03-08 Thread Niko
Hi all: I am wondering if someone else encounters the same problem as me also on a fresh installed CentOS 6.3 with latest Jenkins 1.504 installed as explained sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo sudo rpm --import http://pkg.jenkins-ci.org/r

Re: console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread JonathanRRogers
On Friday, March 8, 2013 4:51:04 AM UTC-5, KimSia Sim wrote: > > I have this command > > mkdir /var/virtual/folder > > I can execute this when I ssh into my server as `jenkins` > > /var/virtual belongs to www-data, but not an issue because I made > /var/virtual 775 and `jenkins` is a member of `

Re: Jenkins checkout of Subversion code --read only

2013-03-08 Thread Dilip
Thanks for your response guys. MY problem seems to be running tomcat (Jenkins is running as a war in tomcat) as root. This is causing all these problems. If I run tomcat as myself and the permissions on the jenkins folder are say 774 or 777, then it would all work, I suppose. I will give it a s

Re: طونى خليفة يمنع الشيخ شعبان من ضرب مناظره بالحذاء/بالفيديو..دودة تتحول إلى ثعبان وقت الخطر!/طفلة مصريه ذات 3 سنوات تلقي قصيدة ببراعه/بالفيديو : قط ولد بوجهين

2013-03-08 Thread Andrew Melo
Could an admin please remove this guy? 2013/3/8 James James : > طونى خليفة يمنع الشيخ شعبان من ضرب مناظره بالحذاء > > > > لأول مرة في تاريخ مصر اشتباكات بين الشرطة والجيش! > > > > أحد الأقباط لـ"مرسي": هنخليها "بركة دم" لو مرحلتش > > > > الغنوشي يتعرض للرشق بالحجارة في شمال غرب تونس > > > > الخيار

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-08 Thread John Smith
Actually. I've added the following to the parent POM org.apache.maven.plugins maven-compiler-plugin true true but I keep getting the following exception at the

Job Generator plugin - problem

2013-03-08 Thread Bizz
Hello, Job Generator would be very helpfull if it would work :( unfortunately, when I run it and enter some conditional parameters, the tash goes to Build Queue and stays there for ever ... all build pc's are free and other jobs are building fine. The message on Build Queue looks like this: (pe

Optionally Archive Artifacts

2013-03-08 Thread Christian Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I am running Selenium tests that capture a screenshot whenever a test fails. Now, I would like to publish these screenshots as artifacts. However, if no test failed and thus no screenshots were taken, the job itself fails. I tried to specify the

Re: Looking for an example of using ArtifactDeployer Plugin

2013-03-08 Thread Hong Ju
Oh, my misunderstanding, thought this plugin is a Maven plugin, it is actually a Jenkins plugin. I just installed this plugin into Jenkins. I will configure it, hope it works. On Thursday, March 7, 2013 3:57:14 PM UTC-5, Hong Ju wrote: > > I have a non-web application, I need to have Jenkins copy

Jenkins empties folders sometimes?? - why

2013-03-08 Thread Kenneth Nielsen
Hi there, I've setup Jenkins to run on some virtual clients. I monitor subversion, and can get source from that. but sometimes Jenkins (or something else) deletes the folders on my virtual PC. causing Jenkins to need a full checkout. Has anyone run into that behavior before? thanks for any ti

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-08 Thread John Smith
Sorry I completely missed your reply - something to do with the way I've set gmail to forwards message I think :-/ My fault I this looks like a viable workaround. I *was *hoping to use the Violations plug in simply because I'm already using it for Java Code in the same project. That said, th

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-08 Thread Ulli Hafner
Didn't the answer to your previous thread help? http://jenkins.361315.n4.nabble.com/Q-How-to-use-Maven-JSLint-plugin-with-Jenkins-Violation-Plugin-tp4658337p4658374.html Am 08.03.2013 um 10:57 schrieb John Smith : > Hi, > > Does anybody know how to integrate the "jslint-maven-plugin" from > "o

Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-08 Thread John Smith
Hi, Does anybody know how to integrate the "jslint-maven-plugin" from "org.codehaus.mojo" with the Jenkins Violations plug-in? My current situation is that I've configured jslint-maven-plugin as part of my maven build. Errors are being written to standard output, so that's the console. In Jenkins

Re: Jenkins checkout of Subversion code --read only

2013-03-08 Thread Varghese Renny
Hi dilip, You can go with setacl to the directory(get inherit to subfolders automatically) umask to newly creating file chown change the owner to who is running the jenkins Regards On Fri, Mar 8, 2013 at 2:18 PM, wrote: > Subversion records the permissions settings of files, and wh

console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2013-03-08 Thread KimSia Sim
I have this command mkdir /var/virtual/folder I can execute this when I ssh into my server as `jenkins` /var/virtual belongs to www-data, but not an issue because I made /var/virtual 775 and `jenkins` is a member of `www-data` group However, when I run the exact same command in my web interfa

RE: Jenkins checkout of Subversion code --read only

2013-03-08 Thread Matthew.Webber
Subversion records the permissions settings of files, and when you check out, they are set. I presume that what you need to do is tell subversion that this file should be executable. Here’s my instructions for Eclipse, I’m sure you can look up the command line equivalent now that you know what