Re: trigger local jenkins with github

2014-01-08 Thread Stefan Bauer
Hello Marius, I want to use the second method, because efficiency is really important to my project. I tried this configuration: *Jenkins GitHub Plugin (Version 1.8):* Configure System/ GitHub User Login: mustermann GitHub User Password: my_oauth_token GitHub Web Hook: Man

RE: Unable to send a mail through Jenkins.

2014-01-08 Thread Brosh, Yossi
Hi , Please try first to test your server by: Manage Jenkins->Configure system -> e-mail notification And check the checkbox, insert your email and press BR Yossi From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of chethan jain Sent: Thursday 09 Janu

Unable to send a mail through Jenkins.

2014-01-08 Thread chethan jain
Hi, *I am unable to send a mail from jenkins.* As i understand , SMTP Port must be enabled in the PC to send a mail, which is enabled. We are able to send a mail from a C# Test app. But,we get this error from Jenkins: javax.mail.MessagingException: Could not connect to SMTP host:"appmail.com"

Re: Supress windows gui/output via Jenkins job

2014-01-08 Thread blaz
Since Windows 7 and Windows Server 2008 services cannot interact with desktop. You will have to configure slave to perform auto login and start slave as desktop application. This was discussed a while back. I think it was related to executing Selenium tests on Windows machine. -- You received

Re: Git-Jenkins Issue

2014-01-08 Thread Mark Waite
Aaron, My apologies for the poorly phrased answer from my phone. There are two different base implementations of Git which can be used by the Git plugin. The command line implementation is the default implementation. It assumes you have git 1.7.10 or newer and requires that git is installed loc

Using Build Pipeline Plugin and Remote API together

2014-01-08 Thread Ryan Brown
We currently have a need to trigger a manual downstream build step in our Build Pipeline from another server. I am able to trigger simple builds via the Jenkins remote API easily enough, but I am yet to get this working for a manual step within a pipeline. Does anyone have any experience with

Securely obtain the Jenkins package and public key

2014-01-08 Thread Abhijith Chandrashekar
Hello all, I work with a tech company where we're trying to establish a pristine build environment for all of our products. As part of this, we are looking to create a Jenkins CI server from scratch using the most secure methods possible. This would be on an underlying CentOS 6.2 machine. From

Re: Git-Jenkins Issue

2014-01-08 Thread Mark Waite
That is correct. Configure another git in Jenkins, using jgit, and sewer of that will work in your case without changing your installed git. Mark Waite On Jan 8, 2014 1:23 PM, "Slide" wrote: > This is just a guess, but your Git version looks pretty old, so perhaps it > doesn't support the --pro

Groovy Plugin VS Build Flow Plugin

2014-01-08 Thread dev123
I have installed the Build Flow Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin making the Build Flow Job Type available. But this jobtype does not have the *Build Environment *configuration like the other jobtypes (freestyle, maven, etc.) which I need. I have also install

Re: Jenkins in non internet connected environment

2014-01-08 Thread Daniel Beck
On 08.01.2014, at 03:26, John Gornowich wrote: > updates.jenkins-ci.org. For a start, try setting -Dhudson.model.UpdateCenter.never=true Documentation: https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties If it's only these two hosts accessed from Jenkins, I'd

Re: Jenkins in non internet connected environment

2014-01-08 Thread John G
Jenkins does preform as expected as far as I can tell, but I have not been using it that long. The DNS is certainly getting bursts of requests, which appear to overload it but not to the point of it dying. I can't pinpoint an exact problem elsewhere on the network that is having problems, but

Re: Git-Jenkins Issue

2014-01-08 Thread Slide
This is just a guess, but your Git version looks pretty old, so perhaps it doesn't support the --progress option at all. On Wed, Jan 8, 2014 at 1:21 PM, Aaron Golub wrote: > I'm having a hell of a time getting Jenkins to work with Git. I'm on > Ubuntu 10.04, Jenkins 1.545, Git 1.7.9.5. I've i

Git-Jenkins Issue

2014-01-08 Thread Aaron Golub
I'm having a hell of a time getting Jenkins to work with Git. I'm on Ubuntu 10.04, Jenkins 1.545, Git 1.7.9.5. I've installed the Jenkins Git Client 1.6, Jenkins Git 2.0 plugins as well as a few others that I use for ANT and SVN integrations I've tried setting up jobs to pull from both a loc

Re: Jenkins in non internet connected environment

2014-01-08 Thread JonathanRRogers
On Tuesday, January 7, 2014 9:26:06 PM UTC-5, John Gornowich wrote: > > I am currently trying to deploy Jenkins in an environment that will never > have a connection to the internet. We have a DNS server on the network > that handles all the internal traffic. After installing Jenkins I have >

Re: shared workspace

2014-01-08 Thread Les Mikesell
On Wed, Jan 8, 2014 at 1:01 AM, Liora Milbaum wrote: > Thanks for the input. > The symbolic link option is not available as some of my build servers are > Windows XP. > The reason I need a shared workspace is for sharing build artifacts, like > dlls (generated by multiple jobs on multiple slaves).

Re: Unable to run flashplayer under Jenkins

2014-01-08 Thread JonathanRRogers
On Wednesday, January 8, 2014 3:10:22 AM UTC-5, Wim Deblauwe wrote: > > Hi, > > Thanks for testing this. But how come it can work if I start flashplayer > manually from the command line into Xvnc ? > I haven't tried running flashplayer under Wine connected to a vncserver so I can't say if it's

Re: Attaching extra informations to tests for display

2014-01-08 Thread JonathanRRogers
On Wednesday, January 8, 2014 6:46:55 AM UTC-5, Mathieu Malaterre wrote: > > Hi, > > I am trying to understand if this is possible to attach arbitrary > information to a test and then submit this to jenkins. In my case, I use > googletest to store information from a test: > > > https://code.goo

Re: Supress windows gui/output via Jenkins job

2014-01-08 Thread JonathanRRogers
On Wednesday, January 8, 2014 6:49:13 AM UTC-5, david@barclays.com wrote: > So, the question finally is; is there any way to supress/redirect the gui > output via Jenkins on a windows slave? > > I don't use Jenkins on Windows but I'm going to go out on a limb and say that I'm pretty sure Je

How to use Artifact Diff Plugin?

2014-01-08 Thread Amin Kh
Hi, I installed the plug-in in my Jenkins but I don’t know how to use it! Can someone provide an example of how this plug-in works? I have a Maven project on my Jenkins and want to compare the jar files in different builds. Regards, -Amin -- You received this message because you are subscrib

Re: User e-mail display and LDAP

2014-01-08 Thread Slide
That's correct, the MailAddressResolver will get called by the notification mechanism and update the user account with the Mailer.UserProperty so that the email address shows up. This is expected. On Wed, Jan 8, 2014 at 8:47 AM, Simon Tremblay wrote: > Hello, > > Jenkins imported users from LDAP

User e-mail display and LDAP

2014-01-08 Thread Simon Tremblay
Hello, Jenkins imported users from LDAP directory. Everything seems to work perfectly, even e-mail notification. The only interrogation I have is why e-mail address of my user isn't displayed here: https://cell-jenkins.no-ip.org/user/my_username/configure

Re:Jenkins in non internet connected environment

2014-01-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
These DNS queries are not harming anything, they are coming from background processes in Jenkins checking for things like documentation (for plugins, from the wiki) and core/plugin updates (from the Update Center). If you don't want them to hit your DNS server, you can put entries into an /etc/h

Re: shared workspace

2014-01-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Right, the solution to this problem is not to share the workspace, but instead to archive the important artifacts from each job (onto the Jenkins master) and then configure downstream jobs to retrieve them. This is a far more reliable solution as well, as it allows job to be re-run, and for jobs

Re: shared workspace

2014-01-08 Thread k . thieling
For this then you should be able to use the Copy artifact plugin . - Original Message - From: "Liora Milbaum" To: jenkinsci-users@googlegroups.com Sent: Wednesday, January 8, 2014 1:01:17 AM Subject: Re: shared workspace Thanks for the input. The symbolic link option is not availa

Supress windows gui/output via Jenkins job

2014-01-08 Thread david.doughty
Hi I'm working with our Siebel development team with the aim of automating some of their build/release practices; currently they use a utility siebdev.exe, which provides a facility to compile/export/import data between Siebel databases. The problem appears to be that running it via Jenkins "bl

Attaching extra informations to tests for display

2014-01-08 Thread Mathieu Malaterre
Hi, I am trying to understand if this is possible to attach arbitrary information to a test and then submit this to jenkins. In my case, I use googletest to store information from a test: https://code.google.com/p/googletest/wiki/AdvancedGuide#Logging_Additional_Information This is not cle

Re: trigger local jenkins with github

2014-01-08 Thread Marius Gedminas
On Wed, Jan 08, 2014 at 01:06:16AM -0800, Stefan Bauer wrote: > general is it possible to trigger a local jenkins job, when a push to > github repositorie was made? Yes. You have two options: 1. Dumb and simple: enable polling 2. Smart and efficient but more complicated: enable the GitHub plug

trigger local jenkins with github

2014-01-08 Thread Stefan Bauer
Hello, general is it possible to trigger a local jenkins job, when a push to github repositorie was made? Since about one month I work on this problem. At the moment I use the following plugins: git github github oauth I tried a lot of things out, but nothing worked :-( I need help. PLEASE :-

Releaseprocess for multicomponent, multideliverable software

2014-01-08 Thread Nick Stolwijk
Hi all, We are having a little trouble with our release process and I was hoping for some insightful ideas how to ease our struggle. I'm sending this to the Jenkins list, because I think Jenkins is the tool, who can help with this. We develop 5 different web applications (war files in ear files)

Re: Unable to run flashplayer under Jenkins

2014-01-08 Thread Wim Deblauwe
Hi, Thanks for testing this. But how come it can work if I start flashplayer manually from the command line into Xvnc ? Is it possible to only run 1 maven child project in a multi-module project on a different slave ? regards, Wim 2014/1/8 Dirk Heinrichs > Am 07.01.2014 15:11, schrieb Wim