Re: Custom columns in Jobs view

2013-11-04 Thread Ulli Hafner
You can write a simple plug-in that does the job. It requires just one simple class that gathers the information from the SCM and shows the result. (Or you add that column class to the mercurial plug-in and create a pull request). Ulli Am 05.11.2013 um 07:58 schrieb Andreas Schilling : > Hi

Custom columns in Jobs view

2013-11-04 Thread Andreas Schilling
Hi everyone! My research didn't bring any positive results, so I assume it is not possible but maybe I overlooked something: is it possible to add custom columns to the jobs view(s)? I know that some plugins exist that extend the possible columns, but what I need in some way is to display the c

There are No gerrit parameters when use Query and Trigger Gerrit Patches.

2013-11-04 Thread Dio
There are NO gerrit parameters when commits triggered by Query and Trigger Gerrit Patches. when commits triggered by manually, below parameters doesn't exist in build parameters job -> build -> parameters GERRIT_EVENT_ACCOUNT GERRIT_EVENT_ACCOUNT_NAME GERRIT_EVENT_ACCOUNT_EMAIL GERRIT

Re: Running Microsoft Office Macros

2013-11-04 Thread Peter Soncek
Thanks for the information. Unfortunately, I need to run as a specific user so the option there to interact with the desktop is not available. I just discovered a work-around to start the slave from command-line instead of the service. I just created a .bat that I added to the startup folder

Re: Running Microsoft Office Macros

2013-11-04 Thread Slide
Go into the Services snap-in and right click on the service. Then go to the LogOn tab and make sure that the checkbox is checked ("Allow to interact with desktop) if you are running as the local system account. There was a weirdness that I ran into when one of my jobs had to open Excel that the "h

Re: Running Microsoft Office Macros

2013-11-04 Thread Peter Soncek
Yes, this is a slave machine I setup that is dedicated to running these Macros. I setup the slaving to launch using Java Web Start. Then once I launched it the first time I installed the Windows Service. How would I go about setting this flag to allow it to interact with the desktop? Thanks!

Re: Running Microsoft Office Macros

2013-11-04 Thread Slide
How are you running Jenkins? Are you running it as a service? If so, the service needs the flag set that allows it to interact with the desktop. slide On Mon, Nov 4, 2013 at 3:03 PM, Peter Soncek wrote: > Hi Everybody, > > I want to run some Microsoft Office Word and Excel Macros from a Jenkin

Running Microsoft Office Macros

2013-11-04 Thread Peter Soncek
Hi Everybody, I want to run some Microsoft Office Word and Excel Macros from a Jenkins job. These macros are actually invoked from an Ant script. I currently run these through our older Cruise Control machine that we are replacing with Jenkins. From the Cruise Control job, Word actually open

Re: What is teh best way to prevent several jobs from running at once?

2013-11-04 Thread Scott Evans
Eric, If you don't care the order that they run, just that they don't run simulatnously, my first thought is to set up a build executor with only one agent, and assign this job to that single executor. That way, only one can run at a time. There's also a build throttling plug-in, but I haven't l

Re:What is teh best way to prevent several jobs from running at once?

2013-11-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Plugins: Throttle Concurrent Builds, Locks and Latches - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 4 2013 16:37:07 I have about 6 jobs that all deploy to a SalesForce cloud instance and they cannot run at the same time. This a

What is teh best way to prevent several jobs from running at once?

2013-11-04 Thread Eric Wood
I have about 6 jobs that all deploy to a SalesForce cloud instance and they cannot run at the same time. This are CI jobs that get triggered by check-ins to the repository.   What is the best way in Jenkins to make sure that one one job at a time is running and other jobs get queued up to run on

Re: git polling is broken for me (ugh!)

2013-11-04 Thread nicolas de loof
this was one goal for git-plugin 2.0 : remove the advanced, advanced section, and move all exotic options into extensions. 2013/11/4 Steve K > > Oh. OK. That section has changed. I'm accustomed to seeing an "Advanced" > options button. > Thanks. > > -- > You received this message because you ar

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Steve K
Oh. OK. That section has changed. I'm accustomed to seeing an "Advanced" options button. Thanks. -- 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: git polling is broken for me (ugh!)

2013-11-04 Thread Daniel Beck
It's under 'Additional behaviors', the last item in the Git SCM section of your job configuration. On 04.11.2013, at 22:06, Steve K wrote: > Where would I set "Force polling using workspace"? > I don't see that option in the job config nor in the server config. > > > > -- > You received thi

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Steve K
Where would I set "Force polling using workspace"? I don't see that option in the job config nor in the server config. -- 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 em

Re: Failed to connect to repository

2013-11-04 Thread slouie . at . work
Mr. Waite, Thanks for your reply. So maybe I didn't type clearly. I apologize. What I was trying to say was on the Jenkins server with a service account Num #1: Running the command frmo a unix terminal works git clone https://blah.com:8443/blah.git Num #2: In Jenkins, running it under Build>

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Ahh, my mistake, since all my slaves are Amazon EC2 VMs and don't exist except when they are needed, I assumed the master did all polling :-) - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 4 2013 15:30:06 no, polling occurs on la

Re: Failed to connect to repository

2013-11-04 Thread slouie . at . work
Thanks Mr. Silva, I'm using Jenkins 1.535, git plugin 1.5.0 git client plugin 1.4.5. I upgraded to git plugin 2.0 and git client plugin 1.4.6 to see if there were bug fixes but it's now giving me a NoClassDefFoundError. grrr. I thought about downgrading to see but since this is a recent inst

Re: git polling is broken for me (ugh!)

2013-11-04 Thread nicolas de loof
no, polling occurs on last available workspace, that may be a slave. git-plugin 2.0 is using remote polling "ls-remote" by default, you force the legacy mode setting "Force polling using workspace" option BUT a simpler option is for you to install git on master ! 2013/11/4 Kevin Fleming (BLOOMBE

Re:git polling is broken for me (ugh!)

2013-11-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Polling has always run on the master IIRC, otherwise it wouldn't be possible for the master to know when to fire up a slave to run a job. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 4 2013 14:54:17 Hello, I just upgraded seve

git polling is broken for me (ugh!)

2013-11-04 Thread Steve K
Hello, I just upgraded several of my plugins including git (2.0), ssh-credentials (1.5.1), scm-api (0.2), and git-client (1.4.6). I'm on Jenkins 1.509.3 Now, polling fails as shown below: FATAL: Error performing command: ls-remote -h ssh://m...@myserver.corp.mycompany.com:29418/Bryce.git fs01

Re: Unable to connect EC2 slaves to remote Git repository

2013-11-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Amazon EC2 plugin is not 'credentials aware' at this point, so it's not going to push credentials down to the slave. This is something I plan to work on in the near future, but I've been waiting for the Credentials plugin and its data structures to settle down. As it stands today, the EC2 s

Re: New testing automation google group

2013-11-04 Thread Avihay Eyal
Forgot the link... https://groups.google.com/forum/#!forum/testing-automation On Monday, November 4, 2013 6:28:47 PM UTC+2, Avihay Eyal wrote: > > Hi, I opened a testing automation group. I noticed that there isn't any > forum for testing automation advice, I hope this will be help... > -- You

Re: New testing automation google group

2013-11-04 Thread Avihay Eyal
Forgot the link... https://groups.google.com/forum/#!forum/testing-automation On Monday, November 4, 2013 6:28:47 PM UTC+2, Avihay Eyal wrote: > > Hi, I opened a testing automation group. I noticed that there isn't any > forum for testing automation advice, I hope this will be help... > -- You

New testing automation google group

2013-11-04 Thread Avihay Eyal
Hi, I opened a testing automation group. I noticed that there isn't any forum for testing automation advice, I hope this will be help... -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails f

Re: Best method to copy (release installation) files to Jenkins slaves (Windows)

2013-11-04 Thread Eric Pyle
Hi, If the installation files are also created by a Jenkins job, you can have the job save them as artifacts, and then use the Copy Artifact Plugin on your test/prod jobs to retrieve the files. Cheers, Eric On 11/4/2013 10:59 AM, Edin Mujkanovic wrote: Hi! We are currently creating a job

Best method to copy (release installation) files to Jenkins slaves (Windows)

2013-11-04 Thread Edin Mujkanovic
Hi! We are currently creating a job in Jenkins, that will be used to deploy the system we are developing, to various test and production server environments (~40 servers in total, where each environment consist of 4 servers with different roles)). Our main concern now is that the job needs to

Re: Jenkins can't pull local Git repo - v1.536

2013-11-04 Thread Julien Tanay
Hi all, It was a proxy issue... my bad... I had to save proxy settings again after the upgrade and that did the trick. Thanks all for your help. I hope this thread could help someone else ! Julien -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gr

RE: CLI

2013-11-04 Thread Matthew.Webber
>> looks like CLI is completely broken. >> I cannot auth via u/p and not even via ssh keys. What release are you using? Has this ever worked for you, or are you trying it for the first time? Post the exact command you are using, and the response. -- This e-mail and any attachments may contain

Re: How to purge old builds

2013-11-04 Thread lfast1
Is Delete-old-builds only available on a build-by-build basis? Is there a global default I can set? Two reasons. 1. I have a lot of old builds everywhere and I'm just turning on delete-old-builds. 2. I don't want one or more mis-configured jenkins runs to fill up my disk. -- View this message

CLI

2013-11-04 Thread Andrea Campolonghi
Hi, looks like CLI is completely broken. I cannot auth via u/p and not even via ssh keys. Any suggestion? Thanks -- 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

Re: Jenkins can't pull local Git repo - v1.536

2013-11-04 Thread Julien Tanay
Hi all, After upgrading again to 1.537, I changed the git credentials just to see if it works... Well now I don't see the error anymore, but when I try to pull from my local gitlab (on the same machine than Jenkins) during a build job, getting a 503 error : "*Failed to connect to* 'http://gitlab.

RE: "Failed to test the validity of the user name ..."

2013-11-04 Thread David Aldrich
Hi Stephen I finally got round to looking at this again. I found that I had both the following plugins enabled: - LDAP Plugin 1.6 - Jenkins Active Directory Plugin 1.33 I disabled the LDAP Plugin and restarted Jenkins but I still see the following error in Configure Global

JENKINS-17684 || Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-11-04 Thread Matthias
Hi I have Jenkins Version 1.537 installed on a Windows Server 2008 R2 and still get this Error. But not only with Chrome. It occurs also with IE 9 and Firefox 23. Normally its every morning if nobody access the Server at all. The workaround with [Shift]+[F5] does not work for me. Is there anot