Re: Remove job from queue via groovy

2012-04-14 Thread grayaii
Dang. Forget it. I found like 2 seconds after I posted this. There is a "doCancelQueue()" function. I don't know why I missed it. I was staring at the list of functions for so long :) -- View this message in context: http://jenkins.361315.n4.nabble.com/Remove-job-from-queue-via-groovy-tp4558034p

Remove job from queue via groovy

2012-04-14 Thread grayaii
Hi, Is there a way to remove a job from the job queue using a groovy api? Right now, if I hover my mouse over the red "x" button of a job in the queue, I can see the remove-from-queue-URL is something like: http://my.jenkins:8080/queue/item/15/cancelQueue If I print out all methods and properties f

Re: Unsubscribe

2012-04-14 Thread Sami Tikka
You unsubscribe the same way you subscribed: Go to groups.google.com -- Sami 2012/4/14 Anton Zavrin : > Unsubscribe doesn't work... > Please, let me know how to unsubscribe ? > > > On Apr 14, 2012, at 12:33 PM, Chuck Doucette wrote: > >> >> >> Sent from my iPhone

Re: Unsubscribe

2012-04-14 Thread Anton Zavrin
Unsubscribe doesn't work... Please, let me know how to unsubscribe ? On Apr 14, 2012, at 12:33 PM, Chuck Doucette wrote: > > > Sent from my iPhone

Re: How do I get Jenkins to skip failed branches till they change?

2012-04-14 Thread fREW Schmidt
Ok, I've made progress on this. It turns out it was only failing because the git plugin would throw an exception when a submodule couldn't be checked out. I think this is a problem but should basically mark the build as an error and move on, not kill the whole process and thus keep trying to redo

Re: Jenkins fails to run silently, any tips? (Fedora 7)

2012-04-14 Thread Erwin Coumans
The java interpreter is using too much memory, the following works better: nohup java -Xms128m -Xmx256m -jar jenkins.war & On Apr 14, 10:21 am, Erwin Coumans wrote: > I tried to manually start Jenkins by invoking the java interpreter > directory instead of using a service: > It was not clear

Unsubscribe

2012-04-14 Thread Chuck Doucette
Sent from my iPhone

Re: Jenkins fails to run silently, any tips? (Fedora 7)

2012-04-14 Thread Erwin Coumans
I tried to manually start Jenkins by invoking the java interpreter directory instead of using a service: It was not clear where jenkins.war is installed using yum, so searching for it: yum install yum-utils repoquery --list jenkins /usr/lib/jenkins/jenkins.war Now manually running java -jar jenk

Jenkins fails to run silently, any tips? (Fedora 7)

2012-04-14 Thread Erwin Coumans
I installed jenkins (as root) and start the service but I cannot connect to the service: wget http://localhost:8080/jenkins --09:31:54-- http://localhost:8080/jenkins => `jenkins' Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8080... failed: Connection refused.

Re: Artifact Deployment

2012-04-14 Thread Grégory Boissinot
For the first case, there is a bug on the artifactdeployer plugin : promoted variables are not interpreted. Please raise a bug report for the artifactdeployer component. For the second case, you have to prefile with file:// because a URI is expected by the artifactdeployer plugin. On Sat, Apr 7, 2

Re: clean up maven repo in Jenkins slave

2012-04-14 Thread domi
It's not jenkins who copies the dependencies to this location, its maven. There are multiple reasons which could cause this: - you have configured /opt to be the home directory of your user you running jenkins with. - this location is configured in your settings.xml If you delete all these, maven