Re: How do you deploy web apps with Jenkins?

2013-11-21 Thread Mads Mohr Christensen
Hi Owen, Thank you very much. I’m so going to read up on Puppet. It sounds just like what I was looking for! :-) Mads. On 20 Nov 2013, at 19:40, Owen B. Mehegan o...@nerdnetworks.org wrote: We use Puppet and Mcollective to deploy the 30-40 components of our distributed architecture, with

Use different backend (plug in) for authentication and authorization?

2013-11-21 Thread Steffen Breitbach
Hi everyone! In our company one can use CAS as an authentication service for single sign on purposes. Unfortunately, however, that is all it does. The response contains information about the user (like email address) but not about the roles he is in. This has to be done e.g. trough LDAP. Is

Archived artifacts not appearing in build links

2013-11-21 Thread Nigel Magnay
Hi - We have many jobs that work correctly, but one maven (integration) job is displaying weird behaviour. It runs correctly, it reports 'artifacts being archived'. These appear in the .jenkins directory in the place I'd expect. However, the left-hand sidebar reports a build size of '1 MB', and

Re: Use different backend (plug in) for authentication and authorization?

2013-11-21 Thread Stephen Connolly
you could certainly write such a Security Realm implementation... but be warned that Security Realm implementations are probably among the more complex to write (i.e. it can be easy to fuck them up) The user and group information is all provided by the single Security Ream component, so they both

Re: Archived artifacts not appearing in build links

2013-11-21 Thread Mads Mohr Christensen
On 21-11-2013 11:24, Nigel Magnay wrote: Hi - We have many jobs that work correctly, but one maven (integration) job is displaying weird behaviour. It runs correctly, it reports 'artifacts being archived'. These appear in the .jenkins directory in the place I'd expect. However, the

AW: Use different backend (plug in) for authentication and authorization?

2013-11-21 Thread Steffen Breitbach
Don't worry, I wasn't going to run around begging for money ;-) I just have heard ...or you could use the enterprise version one too many times, so I think I'll give it a closer look (for real this time). -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com

Re: Jenkins crashing java.exe when run on my windows 7 box.

2013-11-21 Thread Eric
I got the same error and had to revert back to 1.535 as my last good build. I downloaded the windows native installer. The previous build did not work for me either when merely upgrading the war. Sent from my iPhone On Nov 21, 2013, at 2:13 PM, Warren Postma warren.pos...@gmail.com wrote: I

Suggestions...

2013-11-21 Thread Kishore RP
We cannot afford to run jenkins clients exe on our slaves since they are used for getting performance metrics, requirement being, when we collect our metrics(for over an hour) we want the jenkins client to shutdown or go into a suspended state without taking any system resources however we need

hudson.security.AccessDeniedException2: anonymous is missing the Overall/Read permission

2013-11-21 Thread Henry Hsue
Need help figuring this one out. I think I enabled global security and saw this error immediately. (accessing localhost:8080 see the following...) A problem occurred while processing the request. Please check our bug tracker https://issues.jenkins-ci.org/ to see if a similar problem has

Upgraded to 1.540, when a new job is created via the CLI using the copy-job command, the Build with Parameters button is not available

2013-11-21 Thread Jason Stanley
I just upgraded to version 1.540. Linux server. Problem: New jobs do not include the Build with Parameters link when created via the CLI. Here is the command I use to create the new job. # java -jar jenkins-cli.jar -s http://usmar-jenkins:8081 copy-job BUILD_TEMPLATE NEW_BUILD --username

best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread andrea crotti
On ubuntu server now there is this version: Jenkins ver. 1.509.2 http://jenkins-ci.org/ which however is not letting me install Cobertura and other few things for example. I would like to update it but also still use a standard package style, is that possible? There was a PPA for that but very

jelly editor

2013-11-21 Thread bilak
Hello is there any jelly editor for plugin creation? I found only maveinde jelly editor which is quite outdated and doesn't support new tags. Thanks -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

Contingency Planning

2013-11-21 Thread Joao Bosco Jares
Hi Friends, I want a help to implement a contingency plannning, for Jenkins running on tomcat http://www.coderanch.com/how-to/java/TomcatFaq and supposing my configuration is simple as possible on an vm machine, what is the best advice to strat the job? Best Regards -- You received this

Findbugs plugin - tell Jenkins where to find the XML file

2013-11-21 Thread John D. Ament
All, Is it possible to tell Jenkins where to find the findbugs xml file after running a build? I have a multi module project, and want Jenkins to be able to run findbugs analysis on all of the XML files and report against it that way. John -- You received this message because you are

Re: Findbugs plugin - tell Jenkins where to find the XML file

2013-11-21 Thread John D. Ament
So if I have a multi module project, where the root pom.xml doesn't have findbugs, but instead one of the child modules has it, there's not possibility to have a maven job pick up that findbugs.xml file in my-submodule/target/findbugs.xml ? On Thursday, November 21, 2013 4:15:53 PM UTC-5,

Git Plugin Triggering Build Inaccurately

2013-11-21 Thread Erik Cokeley
My git is calling Jenkins in it's post-receive hook exactly how it says to here: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-Pushnotificationfromrepository It is kicking off builds and doing the Poll SCM (which I checked). My git is huge (I mean HUGE) and I need to

Re: Use different backend (plug in) for authentication and authorization?

2013-11-21 Thread Stephen Connolly
Try a 30 day evaluation license first... I am worried that you might be confused about how the RBAC's local groups work... you are still going to be limited by what the Security Realm you choose can provide... but one of the reasons for RBAC was to allow Jenkins to manage its own internal group

Re: Ivy Job Keeps Making New Workspace

2013-11-21 Thread Mark Waite
If your Jenkins job is using the JGit implementation (rather than the Git command line implementation), then you may be seeing https://issues.jenkins-ci.org/browse/JENKINS-20286 - polling reports changes when there are none I would expect that if a job is allowed to run multiple concurrent

Ivy Job Keeps Making New Workspace

2013-11-21 Thread Erik Cokeley
I just updated Jenkins after a long time. Our company was always to busy and worried about updated, we got devil jenkins a while back. After updating all my ivy jobs started creating new workspaces (for example workspace@2...) I've seen these workspaces happen in the past with builds that

Re: Git Plugin Triggering Build Inaccurately

2013-11-21 Thread Mark Waite
You may be suffering from: https://issues.jenkins-ci.org/browse/JENKINS-20569 - excluded regions not honored by Git plugin 2.0 I believe there is also a bug report that include regions do not behave as expected. It is probably worth a search through Jira to see what it will tell you about

Re: Findbugs plugin - tell Jenkins where to find the XML file

2013-11-21 Thread Ullrich Hafner
In a maven job every child module XML should be picked up automatically. How do you start findbugs? Which version of the maven findbugs plugin are you using? Newer version should produce a findbugsXml.xml file and not the outdated find bugs.xml file... Are there logging messages in the console

Re: Ivy Job Keeps Making New Workspace

2013-11-21 Thread Erik Cokeley
I don't have the JGit plugin installed. None of my jobs have Execute concurrent builds if necessary selected. On Thursday, November 21, 2013 6:09:07 PM UTC-5, Mark Waite wrote: If your Jenkins job is using the JGit implementation (rather than the Git command line implementation), then you

Re: Ivy Job Keeps Making New Workspace

2013-11-21 Thread Mark Waite
Sorry, if you don't have execute concurrent builds enabled, then I don't have any good suggestions to offer on the specific problem. It sounds like your organization may prefer stability over frequent updates. If so, then you might consider using the long term support release, instead of using

Re: Running daemon processes

2013-11-21 Thread JonathanRRogers
On Wednesday, November 20, 2013 6:48:26 AM UTC-5, andrea crotti wrote: Hello everyone, I'm trying to move some integration tests for our django app to Jenkins. I already succesfully managed to run integration tests for our business logic doing with coverage and violations as well, using

radaitor plugins and jenkins 1.539

2013-11-21 Thread Luis Lopez
hello people! i installed jenkins 1.539 and my radiator view don't save the jobs selected. I need show the jobs state in a display to my team project. The walldisplay consumes many resources on the machine where it is showing the status of jobs. Is there another way to show the status of jobs?

Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread andrea
Ah yes sorry I missed that.. Now I followed the doc from that page but it still didn't work and left me in a half-configured state; I had to force a dpkg -i of the old package to fix it.. Basically it was failing Setting up jenkins (1.540) ... start: Job failed to start invoke-rc.d: initscript

Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread Sebastian Otaegui
The Jenkins website specifies how to import the key in the gpg keystore On Nov 21, 2013 10:21 AM, andrea crotti andrea.crott...@gmail.com wrote: It complains about the key now when I try to do the update though.. W: GPG error: http://pkg.jenkins-ci.org binary/ Release: The following

Re: Suggestions...

2013-11-21 Thread Stephen Connolly
why don't you turn this on its head somewhat. have a jenkins job that ssh's into the machine and starts the perf tests. The perf tests then publish their results to Jenkins using the External Job type which is designed for jobs that are outside of the control of Jenkins but you want to integrate

Re: Is it any good to use Jenkins as a web based UI for running operational scripts?

2013-11-21 Thread Mark Waite
It is well within the Jenkins use model to use it to automate all sorts of other tasks. We've even gone so far as to have some of our tasks learn how to write more detailed information in JUnit format so that we can monitor results from portions of the task while still allowing the task to

Re: Difference btw. Enterprise Role-Based-Access-Control and Free Role-Strategy Plugin?

2013-11-21 Thread Daniel Beck
I've used Role Strategy for about two years before switching to RBAC in spring this year, on a medium-sized instance (100 or so users from LDAP, 10+ project teams, 15 slaves). We have fairly complex permissions setup for some users, so I feel like I reached the limits of both plugins fairly

Multijob jenkins plugin help

2013-11-21 Thread Rodrigo Berto
Hello people, my name is Rodrigo and I am completely new into Jenkins world. In the project I'm working on right now, we are setting up Jenkins for a CI process. We started by creating one job per each different component of our system but we are looking forward to have just one job for all the

Re: Build FLow : How can I pass a property file (or a set of parameters) to the triggered jobs

2013-11-21 Thread Jean-Luc Pinardon
Well... it was probably too trivial for most people here to have an answer ;) So, I give me the answer. One possible way of doing is to create a starter freestyle job which passes the property file to the build flow job using parameterized trigger. Then, configure the build flow job : // Get all

Re: Findbugs plugin - tell Jenkins where to find the XML file

2013-11-21 Thread Ulli Hafner
For Maven jobs, the file name is automatically derived from the pom. For Freestyle jobs, you can enter the filename in the advanced section. Ulli Am 21.11.2013 um 19:52 schrieb John D. Ament john.d.am...@gmail.com: All, Is it possible to tell Jenkins where to find the findbugs xml file

Re: Is it any good to use Jenkins as a web based UI for running operational scripts?

2013-11-21 Thread Yasir
I am contemplating whether to use Jenkins for non-build related things. It seems like a lot people are doing that, however, what I want to ask is that does it go against the principle of Jenkins? I would love to automate certain daily tasks that a team member has to perform using jenkins.

Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread Nick Stolwijk
As far as I know you can use the debian repository of Jenkins. I have this in /etc/apt/sources.list.d/jenkins.list: deb http://pkg.jenkins-ci.org/debian binary/ Hth, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy

time finish multiconfiguration job fail

2013-11-21 Thread Luis Lopez
Hi people !!! When a multiconfiguration job finish with bad status this delay in completing work. This causes the execution of other work to be delayed long. I await your response. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

Re: Suggestions...

2013-11-21 Thread Kishore RP
Thank you Stephen, will try the same. On Thursday, November 21, 2013 6:46:33 PM UTC+5:30, Stephen Connolly wrote: why don't you turn this on its head somewhat. have a jenkins job that ssh's into the machine and starts the perf tests. The perf tests then publish their results to Jenkins using

Jenkins crashing java.exe when run on my windows 7 box.

2013-11-21 Thread Warren Postma
I am starting Jenkins 1.540 version of jenkins.war, and have tried the included Java jre that came with the Windows Installer, plus the 32 bit and 64 bit latest Java 7 JRE versions, and in all three cases, I get a java.exe crash right after startup. From the console the output of my attempts

Re: Upgraded to 1.540, when a new job is created via the CLI using the copy-job command, the Build with Parameters button is not available

2013-11-21 Thread Daniel Beck
Could be related to https://issues.jenkins-ci.org/browse/JENKINS-2494 You probably just need to re-save the job configuration once for every such job. On 21.11.2013, at 20:49, Jason Stanley jason.stan...@oracle.com wrote: I just upgraded to version 1.540. Linux server. Problem: New jobs

Re: What creates the SCM Polling section of the system config page

2013-11-21 Thread rejesi
I was forwarded an old post that advises that it only shows itself if you have more than 10 projects configured to use SCM polling. I added additional jobs that meet this requirement and the SCM polling section is now showing as expected Thanks -- View this message in context:

Passing parameters or files within a matrix build

2013-11-21 Thread cchen
Hey folks, For a matrix job, I can't seem to find a good way to pass parameters or files from the parent build(flyweight build) to child builds. My use case is that the parent build will perform some calculation which I don't want the child builds to repeat. As a result, I would like to pass

Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread andrea crotti
It complains about the key now when I try to do the update though.. W: GPG error: http://pkg.jenkins-ci.org binary/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9B7D32F2D50582E6 On Thursday, November 21, 2013 2:39:12 PM UTC, andrea

What creates the SCM Polling section of the system config page

2013-11-21 Thread rejesi
I need to recreate a test environment of our production environment of Jenkins. When installing the respective Jenkins version from rpm and updating all required plugin versions (SCMs included), I find that there is no SCM Polling section on the system config page in the test instance. What

AW: Use different backend (plug in) for authentication and authorization?

2013-11-21 Thread Steffen Breitbach
I think I might have to convince middle management to buy a license ;-) -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Stephen Connolly Gesendet: Donnerstag, 21. November 2013 11:56 An:

Re: Jenkins crashing java.exe when run on my windows 7 box.

2013-11-21 Thread Eric
Also, I highly recommend creating a test platform to upgrade as the releases are very buggy and upgrading your production site is very risky. Sent from my iPhone On Nov 21, 2013, at 2:23 PM, Eric eric.w...@rocketmail.com wrote: I got the same error and had to revert back to 1.535 as my last

jnlp vs headless start methods causing issues with sikuli

2013-11-21 Thread James Theisen
I have a situation where if I start the slave agent using the jnlp, sikuli runs from my test architecture (java based calling older rc3 sikuli) just fine. If i start the same agent in headless mode then there is a linking issue that the sikluli dlls cannot be found. Clearly my path statement

hudson.remoting.ChannelClosedException: channel is already closed caused by java.net.SocketException: Connection reset

2013-11-21 Thread Kishore RP
Summary : We are seeing the below exception hudson.remoting.ChannelClosedException: channel is already closed Caused by: java.net.SocketException: Connection reset Any suggestions on how to fix it? Text of full exception below [21-11-2013 14:29:54] FATAL: channel is already closed

Re: hudson.security.AccessDeniedException2: anonymous is missing the Overall/Read permission

2013-11-21 Thread Vivekanand S V
May be THIS https://wiki.jenkins-ci.org/display/JENKINS/Securing+Jenkinscan help you. On Fri, Nov 22, 2013 at 3:39 AM, Henry Hsue henryh...@gmail.com wrote: Need help figuring this one out. I think I enabled global security and saw this error immediately. (accessing localhost:8080 see the