Jenkins pluging to delete same type of jobs

2014-10-14 Thread Meherdad Bomanbehram
Hi, Is there are plugin that will delete a job from the queue if we start a job of the same type. Basically if I were to start a incremental build job on a commit from the SCM on a post commit hook and it goes in the queue to wait till the current job is completed. Then if another developer co

Re: Custom Views for Users

2014-10-14 Thread Richard Bywater
Always the way! Glad I could help. Richard On 15/10/2014 5:38 PM, "طلال Anthony رابعة" wrote: > Yea... That's exactly what I was looking for. Right there in front of me > and I totally missed it. ;-) > > Thanks! > >Anthony > > On Oct 14, 2014, at 8:02 PM, Richard Bywater wrote: > > If they

Re: Custom Views for Users

2014-10-14 Thread طلال Anthony رابعة
Yea... That's exactly what I was looking for. Right there in front of me and I totally missed it. ;-) Thanks! Anthony On Oct 14, 2014, at 8:02 PM, Richard Bywater wrote: > If they are logged in, they should be able to go to > /user//my-views and create new views under there. > > Not sure

Re: Custom Views for Users

2014-10-14 Thread Richard Bywater
If they are logged in, they should be able to go to /user//my-views and create new views under there. Not sure if that's what you are referring to though? Richard. On Wed, Oct 15, 2014 at 12:57 PM, طلال Anthony-Peter-Thomas رابعة < anth...@rabaa.ca> wrote: > Good evening, > > I've been searchin

Custom Views for Users

2014-10-14 Thread طلال Anthony-Peter-Thomas رابعة
Good evening, I've been searching for a way to let users create personal custom views in Jenkins. Couldn't find anything. Anybody have any pointers? Regards, T. Anthony Rabaa (طلال رابعة) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Invalid method Code length (Job DSL)

2014-10-14 Thread Jordan Spiker
I'm creating a matrix job with Job DSL. It has two text axis, roughly 150 x 10 in size. The following is the rough DSL for the seed job: job(type: Matrix) { name("documentation") runSequentially(true) scm { svn("svn://Documentation/", '.') } triggers { cron('H 18 * * *') }

Ban a user from Jira?

2014-10-14 Thread Mark Waite
obatperangsangg seems to be spamming the Jira bug database with advertisements for clothing. Could we ban that account and remove all bug reports from that account? -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns

Re: Cloud slaves not being started by Jenkins

2014-10-14 Thread Richard Bywater
How long have you waited for it to start a new node? I've found it can take quite a while (minutes) which apparently is caused by https://issues.jenkins-ci.org/browse/JENKINS-24752. Not sure if thats the case in your instance though. If you have a label which only contains docker providers does it

Re: Disabling archiving artifacts

2014-10-14 Thread John D. Ament
That's what I thought at first, but it turns out the step wasn't even configured when it was doing its archiving. Based on the docs I figured it shouldn't be archiving artifacts. On Tuesday, October 14, 2014 4:26:19 AM UTC-4, matthew...@diamond.ac.uk wrote: > > Can’t you just edit the job con

Re: Disabling archiving artifacts

2014-10-14 Thread Daniel Beck
It's probably a Maven job doing its magic. On 14.10.2014, at 10:22, matthew.web...@diamond.ac.uk wrote: > Can't you just edit the job configuration and delete the "Archive Artifacts" > post-build step? > > From: John D. Ament [mailto:john.d.am...@gmail.com] > Sent: 14 October 2014 01:50 > To:

Violations cause a java.lang.IllegalStateException: cannot change build result while in COMPLETED

2014-10-14 Thread llaumgui
Hi, with Jenkins 1.584 and Violations plugin 0.7.11, when I build my project on Jenkins, I have a successfull build, but a IllegalStateException caused by Violations plugins cause a fail: INFO: INFO: EXECUTION SUCCESS INFO

Cloud slaves not being started by Jenkins

2014-10-14 Thread Daniel Laird
All, I am using the docker-plugin and provisioning containers as I require them. I am using the latest LTS Jenkins release. I have some non cloud based slaves with a label of ubuntu_12.04 and I also use this label for the docker containers. If I take all the non-cloud slaves offline (which is my

AW: Can we print Master name in slave machine

2014-10-14 Thread Eric Engel
You could print the environment variable JENKINS_URL in a pre-build step. The JENKINS_URL contains at least the domain name of the master, which then may be parsed for further use. Regards Eric Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Laure

how to detect wheather job started by upstream project or user has manually started project using groovy

2014-10-14 Thread niraj nandane
I have one job which i start as a downstream job. I want a groovy script which will detect wheather this job is started as a downstream job or user has started it customly by clicking build now button. Based on that i want to execute another job say "abc" .Means if current job started as downstream

Starting WAS Server via Jenkins Job Doesnt Work

2014-10-14 Thread Mohamed Amin Mengat
Hi! I'm trying to start and stop local WAS server via two jenkins Jobs, stop job is working correctly but start Job doesnt. I'm using the plugin "Execute Batch command line on Windows" as follows: *D:\IBM\SDP\runtimes\base_v7\bin\stopServer.bat server1 -profileName AppSrv01 -username admin -pa

Re: Can we print Master name in slave machine

2014-10-14 Thread Laurent Malvert
>From Rajashekar's last message, I suppose he wants to see in the build console/log on what node the current building is running, and also to which master this particular node is connected. I don't quite understand why one would need this, but I suppose if you have a swarm of nodes that may connect

is there any plugin which allow me to select which job to run

2014-10-14 Thread niraj nandane
I want a plugin which will show all my jobs in list and provide a checkbox to select a list of projects to run. I mean when i select the projects and click on build now ,only selected projects should run -- Thanks and regards-- Niraj Nandane(Vit pune) -- You received this message because you ar

RE: Can we print Master name in slave machine

2014-10-14 Thread Matthew.Webber
When you say you want to print the “master name”, what exactly do you want to print? And where / when do you want to print it? I don’t understand what you are trying to achieve here – can you explain in more detail? From: Panikera Raj [mailto:panikera.raj...@gmail.com] Sent: 14 October 2014 11:0

Re: Can we print Master name in slave machine

2014-10-14 Thread Panikera Raj
Hi All, Any update on this... here is senario: Started by upstream project "Iphone7.4Auto " build number 1527 originally caused by: Started by upstream project "Iphone7.10Auto

RE: Disabling archiving artifacts

2014-10-14 Thread Matthew.Webber
Can’t you just edit the job configuration and delete the “Archive Artifacts” post-build step? From: John D. Ament [mailto:john.d.am...@gmail.com] Sent: 14 October 2014 01:50 To: jenkinsci-users@googlegroups.com Subject: Disabling archiving artifacts Hi, I have a job, in which I use Artifactory