email-ext documentation

2013-09-24 Thread Burkhardt, Glenn UTAS
Where's the best place to look for documentation on the email-ext plugin? 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

Plugin for displaying IP address from witch a job was started

2013-09-24 Thread Maciej Jaros
Hi. Is there a plugin (or configuration option) to display an IP address of an anonymous user. Specifically I'd like to be able to see who started the job (without the need to register all users). So instead of Started by user anonymous in the log (and on the build page) I would like to see

Re: email-ext documentation

2013-09-24 Thread Slide
The wiki has quite a bit, see [1] for that. There is also help within the Jenkins UI itself if you click on the ? icon next to fields. slide 1 - https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin On Tue, Sep 24, 2013 at 5:14 AM, Burkhardt, Glenn UTAS glenn.burkha...@utas.utc.com

Re: How to hide Disk usage plugin link at the left menu for anonymous users?

2013-09-24 Thread Peter Soncek
Hi, Did you ever figure this one out? I would like to do the same. Thanks! Peter On Thursday, January 17, 2013 12:24:56 PM UTC-6, zakyn wrote: Hello, I would like to ask you if you could give me any hint how to hide the link of Disk usage plugin link for anonymous users? Thank you.

global properties

2013-09-24 Thread Tânia Magalhães
Hi! Under Restrict where this project can be run, it is possible at label expression add a global property key (name) ? I have a global property named MAIN_SLAVE which value sometimes changes. And I have some jobs that I want to run in that main slave. I already tried to add %MAIN_SLAVE% to

Re: Running two maven profiles in one job

2013-09-24 Thread Philippe Cambien
This does not seem to do the job. It only seems to run the second profile. Any other ideas? On Fri, Sep 13, 2013 at 2:23 PM, Baptiste Mathus bmat...@batmat.net wrote: Try -Pprofile1,profile2 Le 13 sept. 2013 14:16, Philippe Cambien incubusat...@gmail.com a écrit : I tried it with maven

Re: global properties

2013-09-24 Thread Les Mikesell
On Tue, Sep 24, 2013 at 9:40 AM, Tânia Magalhães taniamagalh...@gmail.com wrote: Hi! Under Restrict where this project can be run, it is possible at label expression add a global property key (name) ? I have a global property named MAIN_SLAVE which value sometimes changes. And I have some

Re: global properties

2013-09-24 Thread alok kumar
Try ${MAIN_SLAVE}. That should work On Tue, Sep 24, 2013 at 8:10 PM, Tânia Magalhães taniamagalh...@gmail.comwrote: Hi! Under Restrict where this project can be run, it is possible at label expression add a global property key (name) ? I have a global property named MAIN_SLAVE which value

Re: global properties

2013-09-24 Thread Tânia Magalhães
Well... because it would be much easier to change the value for my main slave in just one place, rather than have to go from job to job and change the label expression for restrict where this project can be run. To make it clear: - I have severall nodes - a lot of jobs - some of them must run

Re: Running two maven profiles in one job

2013-09-24 Thread Stephen Connolly
I suspect you have set up your profiles so that they are exclusive, or to put it another way, activating profile2 will revert the changes in profile1 and profile2 is later in the pom so wins out. what you could do is cheat the reactor. Maven will execute goals and phases against each module in

Re: global properties

2013-09-24 Thread Tânia Magalhães
Thanks for your answer, but it does not work. Building a job with ${MAIN_SLAVE} at restrict where ... results on: [image: 100%] Build History[image: pending] #1 [image: cancel this build] http://gk-svr2:9090/queue/cancelItem?id=477 (pending—All nodes of label

jenkins_1.532_all

2013-09-24 Thread ray charley
Hello guys, yesterday i intalled Jenkins 1.532 on my home server ( Ubuntu 13.04 ) and everything worked fine. Today i tried the same on the company-server but i got following message Failed to fetch http://pkg.jenkins-ci.org/debian/binary/jenkins_1.532_all.deb; I also tried to dowload the

Re: jenkins_1.532_all

2013-09-24 Thread Vivekanand S V
Look if the network is behind a proxy, if they are working fine check if you have done the steps mentioned here - http://pkg.jenkins-ci.org/debian/ On Tue, Sep 24, 2013 at 8:57 PM, ray charley jnbe...@googlemail.com wrote: Hello guys, yesterday i intalled Jenkins 1.532 on my home server (

Re: Unable to release project from a specific jenkins box using m2 release plugin and perforce SCM

2013-09-24 Thread Daniel B
Did you ever resolve this? I'm seeing the same problem on a CentOS box. Thanks On Monday, 8 July 2013 12:22:01 UTC-4, Usman Ismail wrote: Both the job failing and succeeding are running on OSX boxes. On Monday, July 8, 2013 9:21:30 AM UTC-7, Usman Ismail wrote: The password is simple its

Re: Unable to release project from a specific jenkins box using m2 release plugin and perforce SCM

2013-09-24 Thread Usman Ismail
No idea if this is the canonical solution but I resolved the issue but adding the following line to to the Script Content field in the Inject environment variables setting. This way a ticket file is created on the Jenkins Slave before every build. See attached screen-cap. echo ${P4PASSWD} | p4

editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Eric Wood
The editable email Notification Project Recipient List keeps getting reset to  $DEFAULT_RECIPIENTS.  I open a job, place a comma separated list and then save the job. Reopen and it is reset. Is there any fix or work around? Thanks, Eric -- You received this message because you are subscribed

Re: editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Slide
Some people have mentioned this before, but I haven't been able to reproduce it myself. Can you check if there are any errors on the logs? Also, what version of email-ext are you using? Thanks, Alex On Tue, Sep 24, 2013 at 9:18 AM, Eric Wood eric.w...@rocketmail.com wrote: The editable email

RE: editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Ginga, Dick
I struggled with this for a long time. I managed to correct it by doing Apply instead of Save just once. Then it seemed to take. It feels like it gets into this state somehow and Apply gets it out. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of

Re: editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Slide
Hmmm, that's interesting. What does Apply do differently than Save I wonder. On Tue, Sep 24, 2013 at 9:29 AM, Ginga, Dick dick.gi...@perkinelmer.comwrote: I struggled with this for a long time. I managed to correct it by doing Apply instead of Save just once. Then it seemed to take. **

RE: editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Ginga, Dick
When in this state, as I recall, other things were not getting saved like the contents of conditional build steps. Apply fixed those too. Now I generally always use Apply first From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: Tuesday,

Re: global properties

2013-09-24 Thread Les Mikesell
On Tue, Sep 24, 2013 at 10:04 AM, Tânia Magalhães taniamagalh...@gmail.com wrote: Well... because it would be much easier to change the value for my main slave in just one place, rather than have to go from job to job and change the label expression for restrict where this project can be run.

Re: global properties

2013-09-24 Thread Tânia Magalhães
Until now I was doing like that, having a label to identify my main_slave. But then we had the need to add a build step that copy some files from main_slave to other slaves. We are doing this via Execute windows batch command and the command lines were first something like: xcopy

Re: TFS + Jenkins

2013-09-24 Thread Owen B. Mehegan
If someone knows the answer, they will probably provide it. Please don't keep sending these one-line replies, especially only 1-2 hours after your first post. You've already been asked not to do that. Try asking in the #jenkins IRC channel on irc.freenode.org. On Monday, September 23, 2013

Re: Reading HTTP request body from triggered parameterized job

2013-09-24 Thread Owen B. Mehegan
Yeah, it has that attribute, and it also kicks off a build no matter what branch your commit is for. Previously I used a custom git post-receive hook to trigger builds only if a commit was for the master branch. I might end up creating a proxy like what you used to do more filtering. On

Re: editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Eric Wood
Hitting apply is not working for me.  I'm running version 1.530 of Jenkins and 2.34 of the email extensions plugin. From: Ginga, Dick dick.gi...@perkinelmer.com To: jenkinsci-users@googlegroups.com jenkinsci-users@googlegroups.com Sent: Tuesday, September 24, 2013 12:34 PM Subject: RE: editable

RE: email-ext documentation

2013-09-24 Thread Dhrutiben.Patel
What specific information you are looking for? As I never find detailed information on any plugins until you Google a lot. If you have any question regarding this plugin please send an email. -Original Message- From: jenkinsci-users@googlegroups.com

Can't hg clone my Kiln repository from Jenkins running on Ubuntu

2013-09-24 Thread bluntcoder
Hi there, I'm trying to get my new project setup on a new Jenkins build, installed on Ubuntu Linux. I use Kiln by FogBugz. I've tried many different solutions based on tons of research on the net. But still this is my output: $ hg clone --rev default --noupdate

Re: Can't hg clone my Kiln repository from Jenkins running on Ubuntu

2013-09-24 Thread Daniel Beck
I'm not sure about Mercurial specifically, but it's complaining about the _host_ key. Run some hg command against that repo from the Jenkins node interactively once, you'll probably be prompted to confirm the host key fingerprint. This'll get stored in ~/.ssh/known_hosts for future executions.

Re: jenkins_1.532_all

2013-09-24 Thread Richard Bywater
It could be a timing thing where that file hasn't reached a mirror or something. Seems to be there for me when I visit the link so perhaps try again? Cheers Richard On Wednesday, September 25, 2013, ray charley wrote: Hello guys, yesterday i intalled Jenkins 1.532 on my home server ( Ubuntu

Test failures in build step clobbered by success in next step

2013-09-24 Thread Laurie Spencer
Hello, I have a rails app with two rake tasks, one that runs integration specs and the other runs unit tests. These two sets of specs do not do well in the same thread so they are separate tasks. Unfortunately, when there are failures in the first task (integration), the entire jenkins build

Build flow + email-ext

2013-09-24 Thread Curtis Kline
I think I have a pretty simple requirement for the build flow plugin and the editable email plugin, but I could use some help getting this working. In the build flow job I am kicking off some builds: build( job1 ) build( job2 ) build( job3 ) Then I want to send some emails with links to build

Re: Build flow + email-ext

2013-09-24 Thread Curtis Kline
Thanks! To get what I needed I had to use this syntax: build(SendEmail, JOB1_ID : b1.build.number, JOB2_ID : b2.build.number, JOB3_ID : b3.build.number) But otherwise this worked great. I just created a job called SendEmail which has only one step: Editable Email Notification. In the body of

deploy build artifacts to nexus

2013-09-24 Thread Irfan Sayed
hi, we are using open source nexus as maven internal repository management tool is there any Jenkins plugin which deploys the build artifacts to nexus once build is successful? i have seen the plugins like : artifactdeployer , copyartifact etc , but they don't deploy to nexus please suggest