Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-05 Thread Anand Raja.K
Thanks for the information Slide. Im planing to try it out. Please build debug version of email-ext. let me know once its available. On Wednesday, 22 January 2014 16:11:05 UTC+5:30, Anand Raja.K wrote: > > Hi, > > I have tried various thing to attach pdf as attachment in email-ext but > unable

Re: Need suport about Reporter Output with TestNG

2014-02-05 Thread Nguyen Hung
Hi Shawn, Thanks for your supports. I updated the new version of TestNG Report plugin on Jenkins. This bug is fixed :). Thanks, Hung Nguyen On Mon, Jan 27, 2014 at 11:10 PM, Shawn McCarthy wrote: > Have you tried just instead of ? I use in my Reporter.log > and it looks correct. > > > On Su

How to change abort message when run Build Current Patches only in gerrit trigger?

2014-02-05 Thread Dio
I'm using gerrit-trigger v2.10.1 and jenkins v1.524 I want to change abort message when run "Build Current Patches only". how can i do that? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: Junit Attachment Plugin

2014-02-05 Thread JonathanRRogers
On Wednesday, February 5, 2014 5:53:59 AM UTC-5, metalmo...@gmail.com wrote: > > I had the same isssues as you did. Couldn't find a proper example of the > Junit XML file. Finally made it work. Maybe XML example below might help > > >> >> >> >> >> >> Failure info >> [[ATTACHMENT|C:/path/to/

Re: Jenkins Editable Email

2014-02-05 Thread Slide
Can you provide more of a build log? Also, what version of email-ext are you running? My guess is that the Git plugin is returning a username, then AD/LDAP plugin has an implementation of MailAddressResolver, so when email-ext sees just a username it tries to resolve it into an email address which

Re: Violations plug-in not showing errors or source

2014-02-05 Thread den ben
Alex, I'm experiencing the same thing. Will the fix you've proposed work for a free-form build? (I'm not using a Maven job) On Thursday, January 26, 2012 6:07:10 PM UTC-6, Daniel Becroft wrote: > > Hi, > > Since upgrading to a recent release (currently on 1.448, but it was > happening before tha

Configuring Violations plugin with Jenkins for Django project

2014-02-05 Thread den ben
Hi, I'm trying to configure the violoations plugin. I get the line-graph summarization of violations on the project, I get the link for violations, i can click which shows a run-down of all the files in my project and the number of violations in each. And then if I click a file, it should take me

Jenkins Editable Email

2014-02-05 Thread schujk
Not sure if this is a Jenkins plugin issue or our VM... Git is our SCM, We have the editable email plugin configured to send email to developer, recipients and culprits for fixed, still failing and failing. Only recipients are receiving the email for still failing and failing but all seems to w

Re: compiling under java 1.6.0_71

2014-02-05 Thread teilo
If you don't need jdk auto install then try using maven toolchains. Then run the job with whatever jdk works for maven and Jenkins -- 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

Re: SCM Polling does not show in 'configure system' page

2014-02-05 Thread Joe Mihalich
FYI, i found my answer here: https://groups.google.com/forum/#!searchin/jenkinsci-users/scm$20polling/jenkinsci-users/xLXpSPsIAps/WbXPBI40DkgJ Joe On Tuesday, February 4, 2014 6:08:13 PM UTC-8, Joe Mihalich wrote: > > >Hi, > > I just installed a new jenkins instance running build 549.

getting build information from another job

2014-02-05 Thread Ginga, Dick
I am using the Build Flow plugin in a model where the initiating build creates the source code workspace and the called build builds it. Since the "builder" job may build from a number of source code copies (different branches), I want the job that creates the source workspace to send the build

Re: Complete confusion regarding testng report parsing

2014-02-05 Thread Robert Krüger
Ah, so my gradle buildfile was incorrect. Thank you!!! For those running into this, I changed the gradle buildfile like described here http://forums.gradle.org/gradle/topics/how_to_generate_testng_xml_report and that did the trick. On Wed, Feb 5, 2014 at 4:21 PM, Nalin wrote: > Robert, > > yo

Re: Complete confusion regarding testng report parsing

2014-02-05 Thread Nalin
Robert, you need to use the XML files generated by using the org.testng.reporters.XMLReporter reporter. Usually this is just a single file named testng-results.xml. The other files like TEST-*.xml files are generated by Junit Reporter and are used with the inbuilt Junit reporting. I am not s

Re: Nunit multiple report files

2014-02-05 Thread Mark Waite
If the help text suggests multiple file support, then maybe I'm wrong. Have you tried providing multiple file names separated by spaces, or separated by commas? Alternately, you could look at the plugin source code and decide if the source code supports multiple file names. Mark Waite On Wed,

Re: Complete confusion regarding testng report parsing

2014-02-05 Thread Robert Krüger
On Tue, Feb 4, 2014 at 5:17 PM, Robert Krüger wrote: > > First of all, which of the test result files are the correct ones that > should be parsed? The ones named testng-results* or > TEST-.xml? OK, I found out the testng-results-.xml ones in the build directory are copies of the TEST-.xml in th

Re: compiling under java 1.6.0_71

2014-02-05 Thread Stephen Connolly
Switching to a freestyle build with a maven build step should resolve the issue as you can then run Jenkins with 1.7.0 and build using maven and the older JDK http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.htmlstrikes again! On 5 February 2014 14:20, marathiboy

Re: compiling under java 1.6.0_71

2014-02-05 Thread marathiboy
Thanks Richard, I understand that Java 1.6.0_71 is NOT freely available, however, since I am just compiling (Jenkins's tomcat is running under Java 1.7), I thought this should show me compilation error from my code and never expected to see errors from Jenkins side. Due to COTS issue, we must sti

Re: Nunit multiple report files

2014-02-05 Thread Matthias
Hi, Thanks for your Answer.. But, why is there a help text, telling me that multiple files are supported? Isn't that a Bug? For now, my workaround looks like this: i have 2 separate jobs, building the x86 and x64 part of the Project. Regards 2014-02-05 Mark Waite : > My last experience with

Creating a Jenkins job using remote API and python 3

2014-02-05 Thread Del Hyman-Jones
This post has NOT been accepted by the mailing list yet. I couldn't find a solution the actually worked on the web but managed to work it out my self so though I would share the information. To add a job from Python 3.x to jenkins 1.547+ do the following: 1. Using pip or otherwise install the

Jenkins with sahi

2014-02-05 Thread vinil narayan
hi all... Is there any chance to work Jenkins with Sahi?? -- 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-users+unsubscr...@googlegroups.com. For mor

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-05 Thread Slide
I'm not sure why this is not working for you. I can build a debug version of email-ext with additional logging if you are willing to try it out. On Tue, Feb 4, 2014 at 11:22 PM, Anand Raja.K wrote: > > Hi, > > Thanks, > > I have tried all scenario but the PDF does not show up. Im not sure im I >

Re: Nunit multiple report files

2014-02-05 Thread Mark Waite
My last experience with the plugin was that it only supports a single results file. You will need to find a way to make one file rather than two. On Feb 5, 2014 3:45 AM, "Matthias" wrote: > Can no one help me with this Issue? > > > > Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias: >

Jenkins + CVS always looking for private key

2014-02-05 Thread Intervest Stefan
Dear All, Setup - Jenkins Ver 1.549 running on RHEL 6. I am trying to connect to a CVS repository from Jenkins. The CVS repository is in the same server as Jenkins. Authentication Cvs Root Username Password Under configurations for CVS we have defined the username and passwords for CVS as abo

Re: Junit Attachment Plugin

2014-02-05 Thread metalmonkey280
I had the same isssues as you did. Couldn't find a proper example of the Junit XML file. Finally made it work. Maybe XML example below might help > > > > > > Failure info > [[ATTACHMENT|C:/path/to/file.jpg]] > > > Failure info > > [[ATTACHMENT|C:/path/to/file2.jpg]] > [[ATTACHMENT|C:/pa

Re: Nunit multiple report files

2014-02-05 Thread Matthias
Can no one help me with this Issue? Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias: > > Hello > > We are using Jenkins to build a Delphi Job. > This Job builds an x64 and x86 Tests.exe. > Both of them excecute fine and also generate a seperate "dunit-report.xml" > and "dunit-repor

RE: Upgrade woes from Jenkins 1.532.1 to 1.549

2014-02-05 Thread David Aldrich
Rolled back to Jenkins 1.542 and that seems to be working ok for us. Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: 05 February 2014 08:55 To: jenkinsci-users@googlegroups.com Subject: Upgrade woes from Jenkin

Re: Companies using Jenkins?

2014-02-05 Thread Adrian Keller
here at igniti (http://www.igniti.de a development/it agency) we are using jenkins for continuously building our testing environments for all of our projects (magento, zend, java). it has made the working life so much easier. deployment with a click! -- You received this message because you are

Option "launch a build everytime a SNAPSHOT dependence is contructed" is not working properly

2014-02-05 Thread jenkinscip
Hi everyone! I need help for a job configuration in Jenkins ver. 1.509.4. I need to use the option "launch a build everytime a SNAPSHOT dependence is contructed" to detect all the dependencies between jobs so that the sequencing of jobs will be automatic. For example,

Upgrade woes from Jenkins 1.532.1 to 1.549

2014-02-05 Thread David Aldrich
Hi As I reported in an earlier email, Jenkins is not working properly after upgrading from 1.532.1 LTS to 1.549. I am seeing the following problems: 1) Initially I couldn't login with LDAP authentication. That is now working ok (just left it overnight and the problem went away) 2)

Test Count Reduced Report

2014-02-05 Thread Alexander Dikanchukov
Hi all, Is there any way to notify developers about total test count reducing since last successful build via e-mail? -- 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