Cpptest Plugin failed to link to job source code

2014-05-05 Thread 于兴红
hello, I'm setting up a job to inspect our code using cpptest plugin, and seems depending on static code analysis plugin. the parasoft's cpptest in the build environment works well, and Cpptest warnings are well collected too. but when we look into the warning details reported by plugins, which

Failing Jobs

2014-05-05 Thread Jared Griffith
I upgraded to the latest version of Jenkins as well as updated all of the plug ins. Since doing so, I'm having several jobs which normally complete correctly fail. They are failing with the following message: "Warning: this build has no associated authentication, so build permissions may be lacki

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-05 Thread Charles Chan
On Monday, May 5, 2014 2:26:19 PM UTC-7, Kevin Fleming wrote: > > Unfortunately it's not possible to reconnect to an SSH session; if the > session is disconnected, the SSH daemon on the receiving end will close its > end, and kill any processes that had been launched by that connection. In > oth

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Unfortunately it's not possible to reconnect to an SSH session; if the session is disconnected, the SSH daemon on the receiving end will close its end, and kill any processes that had been launched by that connection. In other words, any job that was running will be lost. - Original Message

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-05 Thread Charles Chan
Hello Stephen, Thank you for the informative reply. I look forward to your blog post! To answer your question, we have approximately 2 dozen standard ssh Linux slaves, and about 10 JNLP Windows slaves to support various platform/configurations. Based on the build history, sometimes we have up

Re: maven plugin - how to obtain the jenkins user name

2014-05-05 Thread Mauro Flores
> > Then you do mean the user who initiated the job; note that this does not > necessarily mean a user who was logged in, as jobs can be started by > 'anonymous' (from an SCM trigger for example), or via the API. I'm aware of it. The Build object itself should have a record of the user who i

Re: Polling from git doesn't work

2014-05-05 Thread Sebastian Schmidt
Thank you for your fast reply! I'll try that immediately. Am 05.05.2014 22:48, schrieb Mark Waite: > Looks like you may be > encountering https://issues.jenkins-ci.org/browse/JENKINS-22750 . > Several ideas are listed in the comments of alternative techniques > you can apply to work around the iss

Re: Polling from git doesn't work

2014-05-05 Thread Mark Waite
Looks like you may be encountering https://issues.jenkins-ci.org/browse/JENKINS-22750 . Several ideas are listed in the comments of alternative techniques you can apply to work around the issue. On Mon, May 5, 2014 at 2:44 PM, Sebastian Schmidt wrote: > Hi, > > I'm trying to integrate jenkins

Polling from git doesn't work

2014-05-05 Thread Sebastian Schmidt
Hi, I'm trying to integrate jenkins with github. I first tried the webhook, but it fails with no error message. Github says the message was delivered correctly... Then I tried git polling. It gives this strange message in the poll log: Started on 05.05.2014 23:41:42 We need to schedule a new bu

Weird tool update issue...

2014-05-05 Thread Jeff
Jenkins 1.559 + Tomcat 7 + JDK 7 + Ubuntu 12.04LTS This morning I came to work and finished configuring a new slave that I set up on Friday. When I tried building (Maven project) I kept getting these errors when it tried running Maven 3.1.1: Invalid tool ID 3.1.1 I thought it had to do with co

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-05 Thread Stephen Connolly
How many slaves do you have? It is rather easy to saturate a server with a small number of ssh-slaves based slaves. For example, on an AWS m3.large class machine, 10 ssh-slaves concurrently building jobs as chatty as the mock-load-builder job type is the most you can push. If you use JNLP slaves

Re: maven plugin - how to obtain the jenkins user name

2014-05-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Then you do mean the user who initiated the job; note that this does not necessarily mean a user who was logged in, as jobs can be started by 'anonymous' (from an SCM trigger for example), or via the API. The Build object itself should have a record of the user who initiated it, there's no need

Re: maven plugin - how to obtain the jenkins user name

2014-05-05 Thread Mauro Flores
I mean the user that is logged on jenkins and started a jenkins job that in the build step refers a pom.xml that declares this plugin. Em segunda-feira, 5 de maio de 2014 14h21min39s UTC-3, Kevin Fleming escreveu: > > What do you mean by 'running'? Does this plugin provide a build step, a >

Jenkins slave appear offline - SSHLauncher threads BLOCKED

2014-05-05 Thread Charles Chan
Hello, One of the issue we have recently been experiencing with Jenkins is that the slaves (node) would go offline for no apparent reason and would not reconnect automatically. When slaves appear as offline, we tried to launch/reconnect the slave manually but it does not work either. However,

Re: maven plugin - how to obtain the jenkins user name

2014-05-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
What do you mean by 'running'? Does this plugin provide a build step, a publisher, or something else? If it provides something that is used during a build, then you want the user who initiated the build. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@goog

Re: maven plugin - how to obtain the jenkins user name

2014-05-05 Thread Mauro Flores
I'd like to log who is running this maven plugin. I thought I could access the jenkins user from a simple maven plugin running on jenkins.. I'm afraid I'll have to build (or extend) a jenkins plugin to achieve that. Regards. Mauro. Em sábado, 3 de maio de 2014 12h04min32s UTC-3, Baptiste Ma

Re: Error when upgrading Jenkins server (1.560 Ubuntu)

2014-05-05 Thread Marius Gedminas
On Sun, May 04, 2014 at 09:03:19PM -0700, ziv wrote: > Thanks, Daniel but that did not help. > > - > The following packages will be upgraded: > jenkins > 1 upgraded, 0 newly installed, 0 to remove and 10 not upgraded. > 1 not fully installed or removed. > Need to get 62.1

Dynamic Parameter question

2014-05-05 Thread alok kumar
Hi All, We have a requirement in one of our Jenkins parameterized build project where we need to populate a selection of options in one parameter based on the selection that was made before in another parameter i.e. dynamically populating the second parameter based on the first one. What is the b

Need help with a simple problem with MSBuild

2014-05-05 Thread Aaron Stokes
We are now in the process of updating our IDE to C++ builder XE5. We needed to recreate all of our projects from scratch. The project compiles in both MSBuild (on the actual machine) and the IDE but when we try to run MSBuild through jenkins, MSbuild does not know how to find certain resource

RE: EXTERNAL: Re: Advice on how to have single job iterate over several different Config Specs?

2014-05-05 Thread Horton, Anne B
Vivekanand, Thank you very much for your reply. I have been reading up and found that some Jenkins users have found that the Matrix plugin does not work well with other plugins (and we need our other plugins to work!!). Does anybody have anymore suggestions please??? Thank you in advance, Anne

Re: New build flow seems to break many things

2014-05-05 Thread Slide
It seems like with all of these issues and Nicolas no longer wanting to manage the plugin, perhaps someone could take it over and revert to the code at the previous version before the changes and do a release. On Mon, May 5, 2014 at 4:02 AM, frank270380 wrote: > Hi, > > with the new version, we

Activation of "retain long standard output/error" on a Maven job

2014-05-05 Thread Kamil Szuster
Hi there, I am looking for a way to activate the "retain long standard output/error" option of the JUnit Testresults Publisher on a Maven job. The output (stdio) of a unit-test is truncated on a maven job and there is no checkbox (but there is on a freestyle job) to deactivate that behaviour. T

Re: New build flow seems to break many things

2014-05-05 Thread frank270380
Hi, with the new version, we can't use the promotion plugin any longer. Jobs using DSL will just not geht the "Promotion Status" Link after building finished. It seems the promotion plugin is no longer triggered. Any ideas/help? -- You received this message because you are subscribed to the

Jenkins to update multiple jira issues to resolved

2014-05-05 Thread Raf
Hi All, I am trying to updating a list of Jira ticktes to resolve and update the fix version, what is the best way to do this in Jenkins? Any plugin for recommendation? Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

ssh slaves connection timeout

2014-05-05 Thread Guillaume Boucherie
Hi, I'm facing very unstable ssh connection between master/slaves on my Jenkins installation. Both master and slaves are AWS instance that run on AWS Linux system. After some time the ssh connection stop, current job that run are freeze and failed after 15min. I attached the stacktrace from jenk

A misconfigured host name / port? Anyone know which please?

2014-05-05 Thread William Damage
(Taken from the Resin Google group) Happens with the latest Resin Pro (4.0.39) and latest Jenkins (1.561). It's always been there since I started using them through their applicable versions last year. On start up, all is well until you first visit the Jenkins page then the error is thrown. It