Jenkins Simultanuous access

2012-06-20 Thread Mehdi Hayani Soujaa
Hi Team, Yesterday, with my co-worker, we were trying to test Jenkins features by doing the same actions at the same time like create jobs, nodes, adding plugins.. everything was good until we try with the "user & Group" section What we've done here is we have both of us added many groups to the l

Re: Jenkins Simultanuous access

2012-06-20 Thread Alexis Morelle
Lol are you also trying to see what's coming out of a simultaneous request on both Jenkins and Hudson mailing lists? Sorry for not answering the question though. Le mercredi 20 juin 2012 10:06:28 UTC+2, Mehdi Hayani Soujaa a écrit : > > Hi Team, > Yesterday, with my co-worker, we were trying to

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-20 Thread tcendrowski
Yes, after few restarts message is still there. Hm, in which log? In hudson.err.log and hudson.out.log last entries are from few days before it happened. And no warning in plugin page. Unfortunately I have to work on Hudson 1.389. On Tuesday, June 19, 2012 5:01:40 PM UTC+2, Andrey Myatlyuk wrot

Re: Jenkins Simultanuous access

2012-06-20 Thread Mehdi Hayani Soujaa
lol :D No, i'm just getting this on both of this tools, and any answer from both of them could be helpfull

Bug in build-timeout plugin 1.10

2012-06-20 Thread Matthew.Webber
If you use the build-timeout plugin, please be aware of this bug in saving the job configuration: https://issues.jenkins-ci.org/browse/JENKINS-14158 -- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee

Re: CVS Bugfix

2012-06-20 Thread Fred G
Hi Jürgen, You could try the snapshot release: https://buildhive.cloudbees.com/view/All/job/jenkinsci/job/cvs-plugin/org.jenkins-ci.plugins$cvs/ Please report back (here or in JIRA) if this fixes the reported issue. Hth, Fred On Monday, June 18, 2012 2:23:56 PM UTC+2, Knuplesch, Jürgen wrote:

Release the m2release plugin

2012-06-20 Thread Jay Keshur
Hi, Could someone release 0.10.0 of M2 Release plugin please (https://wiki.jenkins-ci.org/display/JENKINS/M2+Release+Plugin) Cheers. Regards, Jay Keshur This message contains confidential and proprietary information of the sender, and is intended only for t

RE: Release the m2release plugin

2012-06-20 Thread Nord, James
I've not had time to test it yet. Have you tested it - and which of the new features have you tested. /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jay Keshur Sent: 20 June 2012 12:35 To: jenkinsci-users@googlegroups.com Subject: Release th

Rebuild Plugin

2012-06-20 Thread William Soula
Does the rebuild plugin support the "List Subversion tags (and more)" parameter? It appears it doesn't. I have jobA that lists the svn tags and then triggers jobB. When I click the rebuild link for jobA then I get the following error on screen: Exception: org.apache.commons.jelly.JellyTagExc

RE: Parameterized Trigger Plugin and Downstream Build View plugin

2012-06-20 Thread William Soula
Should I open a jira defect for this? Which project? I hope it isn’t the downstream build view plugin project, because that, based on the comments on the plugin page, is not actively maintained. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Will

RE: Release the m2release plugin

2012-06-20 Thread Jay Keshur
Haven't managed to test it yet, TBH I'm only interested in: https://issues.jenkins-ci.org/browse/JENKINS-12076 Will test it later on today/tomorrow. Regards, Jay Keshur From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Nord, James Sent: 20 June 2012

RE: Rebuild Plugin

2012-06-20 Thread William Soula
Nevermind it is already filed: https://issues.jenkins-ci.org/browse/JENKINS-9211 From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of William Soula Sent: Wednesday, June 20, 2012 8:04 AM To: jenkinsci-users@googlegroups.com Subject: Rebuild Plugin Does th

RE: Parameterized Trigger Plugin and Downstream Build View plugin

2012-06-20 Thread William Soula
This also appears to be a known issue: https://issues.jenkins-ci.org/browse/JENKINS-9263 From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of William Soula Sent: Wednesday, June 20, 2012 8:07 AM To: jenkinsci-users@googlegroups.com Subject: RE: Parameteriz

Re: email notification delivery issue

2012-06-20 Thread marko
I've configured our SCM to trigger builds automatically when a commit occurs. Jenkins has been set up to send a notification for broken builds to the person who did the last commit. I didn't realize Jenkins automatically creates a user account for the committer with SCM triggered builds. In my

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-20 Thread Andrey Myatlyuk
Hi! This issue was resolved in Jenkins version 1.401 What's new in 1.401 (2011/03/13) - Fix for JENKINS-8711 breaks deployments with credentials (issue 8939 ) - Environment variable not available for Maven build/POM parsing. (issue 88

How can I configure a different sender email address for each build?

2012-06-20 Thread Aaron Kushner
I'd like the email sender address to be a different group email address for each build type. I use a single Jenkins instance for various builds (hadoop, mysql, various apache projects, etc) and each of these builds has a team responsible for the outcomes and questions. For example, I'd like the

Re: How can I configure a different sender email address for each build?

2012-06-20 Thread Slide
With email-ext 2.22 you should be able to change the sender in the pre-send groovy script (this is a per project script). It provides access to the MimeMessage object in the script, see [1] for more information. slide 1 - https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin On Wed, Jun 2

Differences in Jenkins master behavior between host operating systems

2012-06-20 Thread Daniel Beck
Hi all, I recently learned that when run on Linux, Jenkins uses symlinks to make builds a bit more easily accessible on the file system. lrwxrwxrwx 1 danielbeck danielbeck 19 Jun 10 19:24 1 -> 2012-06-10_19-24-57 lrwxrwxrwx 1 danielbeck danielbeck 19 Jun 10 19:25 2 -> 2012-06-10_19

Re: How can I configure a different sender email address for each build?

2012-06-20 Thread Aaron Kushner
Before posting my questions, I looked through all the templates and code for the mail-ext plugin and was still unclear on how to do this. Can you point me to a script/code that I might have missed. On Wednesday, June 20, 2012 1:40:54 PM UTC-7, slide wrote: > > With email-ext 2.22 you should be

Re: Many jobs at the same slave

2012-06-20 Thread Sami Tikka
Exactly. Copying artifacts to master for archiving and copying them out to the workspace where they are used seems to be the way Jenkins works, at least, currently. You need to install the Copy artifact plugin, or at least it will make your life easier. At work my build artifacts are around 30

Re: Differences in Jenkins master behavior between host operating systems

2012-06-20 Thread Mark Waite
These are not really operating system specific Jenkins behavioral differences, but they are are differences that are important to me.  Your mileage may vary...   The Linux package manager versions (apt packaging for Debian and Ubuntu, rpm packaging for Red Hat, CentOS, Scientific Linux, and Oracl

troubles with svn externals - auth error

2012-06-20 Thread phil swenson
I am setting up a new jenkins server and am running into a problem. when synching my svn repo I get this error on the externals: Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: No credential to try. Authentication failed at org.tmatesoft.svn.core.internal.wc.SVNErrorMa

Maven Snapshot dependency

2012-06-20 Thread Mohammed, Ashfaque
For Maven jobs, is the following build trigger based on Fingerprint functionality? "Build whenever a SNAPSHOT dependency is built" Thanks. Ash.

Re: Unfail a build manually?

2012-06-20 Thread Bopolissimus X Platypus
On Wed, Jun 20, 2012 at 12:40 PM, Richard Lavoie wrote: > What you could do is probably look at the "promoted builds" plugin, where a > human can actually promote a build after a manual review. I've never tried > it tho but it looks like doing a promotion on some criterions. Take a look, > that mi

Re: startup errors.

2012-06-20 Thread Andrey Myatlyuk
Hi Federico, Have you tried to find a plugin which is causing the issue? I see the following exception: java.lang.LinkageError: Failed to resolve class hudson.plugins.release.dashboard.RecentReleasesPortlet$DescriptorImpl Can it be caused by *Jenkins Maven Release Plug-in Plug-in 0.9.1*? (sic)

Different server jobs

2012-06-20 Thread Suri
Hi, I need your suggestion.. I have two Jenkins server. My second Jenkins server job should be run based on First Jenkins server job outcome. For example, I have two Jenkins server, one server is located in X country and another Jenkins server is located in Y country. I want to run

in svn checkout strategy, is it possible to update every day and emulate clean checkout on weekend?

2012-06-20 Thread ohad shai
Hi, I am using jenkins with svn repository. Usually I want only to update svn since cleaning is long and also might interrupt other processes running. However in the weekend I want to do a clean checkout. Is it possible? Thanks, Ohad.

Re: Different server jobs

2012-06-20 Thread Daniel Beck
Hi, you could do one of the following: 1. Make one of the systems a slave node of the other, and assign jobs to specific nodes. Then you can set up a simple downstream relationship between jobs on different nodes. 2. You can trigger builds on the Y Jenkins system by sending an HTTP request to

Re: startup errors.

2012-06-20 Thread fridodev
Hi Andrey I saw that those plugins are causing issues. I also updated all plugins but the error still is there. I need artifactory plugin and release plugin working so.. how can i solve? Should i write to the plugin owner? Is there a way to unistall and reinstall from scratch the plugins (even remo

Re: startup errors.

2012-06-20 Thread Andrey Myatlyuk
Hi Federico, Here's how to remove Jenkins plugins: - locate Jenkins home folder (/var/lib/jenkins) - open plugins folder - remove plugin file with jpi extension and related data folder So for ant plugin remove ant.jpi and ant folder. Before writing to plugin developer, try to reinstall plugins

Re: startup errors.

2012-06-20 Thread fridodev
Hi Andrey, Thank you for the procedure. I'll do as you suggested but considering that tere is a great amount of plugins i can imagine that will take some time. I'll let you know. Thank you again. Federico -- Federico Paolantoni Il giorno 21/giu/2012 08:17, "Andrey Myatlyuk" ha scritto: > Hi Fede