Re: Not able to setup PVCS based project on jenkins

2014-10-14 Thread chinmaya hoshing
Hi , Please can anybody help me out Thanks Regards C Hoshing On Friday, October 10, 2014 6:09:18 PM UTC+5:30, chinmaya hoshing wrote: Hi , I have initiated Jenkins deployment activity and want setup and build a project which is PVCS based . Till now I have installed jenkins on my

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

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 http://192.168.2.28:8080/job/Iphone7.4Auto/ build number 1527 http://192.168.2.28:8080/job/Iphone7.4Auto/1527 originally caused by: Started by upstream project Iphone7.10Auto

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

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

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

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

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

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

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

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:

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

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

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

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 * * *') }

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.

Re: Custom Views for Users

2014-10-14 Thread Richard Bywater
If they are logged in, they should be able to go to JENKINSURL/user/USERNAME/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

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 rich...@byh2o.com wrote: If they are logged in, they should be able to go to JENKINSURL/user/USERNAME/my-views and create