Re: Jenkins, Maven, & Dimensions CM

2013-07-16 Thread Sean C
For future reference, this turned out to be an issue with me having multiple versions of commons-coded.jar on the classpath. Once I removed the earlier version, all worked well. - Sean On Tue, Jul 16, 2013 at 2:40 PM, Sean C wrote: > I am new to Jenkins, and unfortunately, we are using Serena

Re: jenkins hadoop plugin issue

2013-07-16 Thread Irfan Sayed
still waiting for reply please please suggest regards On Tue, Jul 16, 2013 at 9:09 PM, Irfan Sayed wrote: > can someone please suggest > i am stuck > > regards > irfan > > > > On Tue, Jul 16, 2013 at 9:15 AM, Irfan Sayed wrote: > >> hi, >> greetings !!! >> >> >> i am using jenkins version 1.

Re: Access violations data in jelly email template

2013-07-16 Thread Slide
Hi, I'll recommend that you switch to Groovy templates, they are far easier to work with than Jelly templates. With that being said, you need to look at the API's available for the Violations plugin, then you would access the Violations action for the specific build using AbstractBuild.getActions,

Access violations data in jelly email template

2013-07-16 Thread Daniel Becroft
Hi, Does anyone have an example of accessing the Violations information (StyleCop, FxCop, etc) in a jelly email template? Or some documentation on how it would be accessible? We are looking to start failing the build on violation counts, and it would be good if we can include information regardin

Re: compile Windows CE 6.0 project by Jenkins batch file

2013-07-16 Thread YenCheng Wang
Hi slide, I just install it and I can use jenkins on browser. I'm not sure is it run as jenkins, I am going to check it. YenCheng Wang於 2013年7月17日星期三UTC+8上午10時52分20秒寫道: > > Hi all, > I have a windows ce 6.0 project, and I want to use jenkins to do > regular build. > but it always

Re: compile Windows CE 6.0 project by Jenkins batch file

2013-07-16 Thread Slide
Yes, but how are you running Jenkins? As a service? On Jul 16, 2013 7:59 PM, "YenCheng Wang" wrote: > Hi slide, > I have opened a console, and use "set" instruction to list all > environment variables and copy it before my below jenkins' setting. > but the problem still exist. > > slide於

Re: compile Windows CE 6.0 project by Jenkins batch file

2013-07-16 Thread YenCheng Wang
Hi slide, I have opened a console, and use "set" instruction to list all environment variables and copy it before my below jenkins' setting. but the problem still exist. slide於 2013年7月17日星期三UTC+8上午10時54分47秒寫道: > > Are you running as the same user when you build from the command line? > J

Re: compile Windows CE 6.0 project by Jenkins batch file

2013-07-16 Thread Slide
Are you running as the same user when you build from the command line? Jenkins might be running as the Local System account depending on how you are running it. So, are you running as a service? On Tue, Jul 16, 2013 at 7:52 PM, YenCheng Wang wrote: > Hi all, > I have a windows ce 6.0 project

compile Windows CE 6.0 project by Jenkins batch file

2013-07-16 Thread YenCheng Wang
Hi all, I have a windows ce 6.0 project, and I want to use jenkins to do regular build. but it always fails with these error messages : LINK : fatal error LNK1101: incorrect MSPDB80.DLL version; recheck installation of this product NMAKE : fatal error U1077: 'link' : return code '0x4

Re: "curl: (7) couldn't connect to host error" in Execute shell build step

2013-07-16 Thread Ling-Yi Kung
Ah, that was the problem! Thanks! Most of my environment variables were missing when non-interactive shells ran. On Tuesday, July 16, 2013 10:46:40 AM UTC-7, JonathanRRogers wrote: > > Ling-Yi Kung wrote: > > On Tuesday, July 16, 2013 9:19:26 AM UTC-7, JonathanRRogers wrote: > > > > So you

Re: I/O error in channel CLI

2013-07-16 Thread Kalpanasanthi Raju
I am having the same issue. Using SWARM plugin to manage slaves in matrix config project. the swarm jar will be executed at the time of windows startup. the slaves is up during the startup and able to run the job once, but afterwards the slave goes offline, Jenkins version is 1.523, I am stuck

SEVERE: The server rejected the connection: SSH-2.0-OpenSSH_5.3

2013-07-16 Thread Sameh Tawfik
We're using Jenkins 1.522, both the master and the slave are linux systems. When, I try launch the salve node from the command line I get an error "The server rejected the connection: SSH-2.0-OpenSSH_5.3" I can successfully ssh to the master server from the slave system. I verified we do n

Help to find a log parser

2013-07-16 Thread Eduardo Dias
Hi All, I am trying to find an example to get a part of console log based on a regex to send by email. who can help me? Thanks Eduardo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Jenkins, Maven, & Dimensions CM

2013-07-16 Thread Sean C
I am new to Jenkins, and unfortunately, we are using Serena Dimensions for our current build management and code repository. As a proof of concept, I am trying to get Jenkins (on Tomcat) to checkout and build my Maven project; however, that is proving to be easier said than done. I have downl

RE: Creating a Global View For Use as New Default View

2013-07-16 Thread Gottfried, Brian
Excellent, much appreciated Daniel! -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: Tuesday, July 16, 2013 1:22 PM To: jenkinsci-users@googlegroups.com Subject: Re: Creating a Global View For Use as New Def

RE: Run Jenkins onTomcat

2013-07-16 Thread Mandeville, Rob
Your settings shouldn't be in the WAR. All those settings and plugins are in a separate directory, determined by environment variable JENKINS_HOME. If you're currently running Jenkins in standalone mode (Jenkins -jar Jenkins.war, using the internal winstone server), you should probably have a

Run Jenkins onTomcat

2013-07-16 Thread bbonn
We would like to move our Jenkins installation to Tomcat. We have a Jenkins installation with around 1000 jobs, over 50 slaves, tons of plugins and other various customizations (images, email templates, settings ). The goal is to minimize down-time during the conversion - so we were hoping to keep

Re: "curl: (7) couldn't connect to host error" in Execute shell build step

2013-07-16 Thread Jonathan Rogers
Ling-Yi Kung wrote: > On Tuesday, July 16, 2013 9:19:26 AM UTC-7, JonathanRRogers wrote: > > So you were able to run " > > curl > https://raw.github.com/appium/appium/master/sample-code/examples/node/simplest.js > >

Re: "curl: (7) couldn't connect to host error" in Execute shell build step

2013-07-16 Thread Ling-Yi Kung
On Tuesday, July 16, 2013 9:19:26 AM UTC-7, JonathanRRogers wrote: > So you were able to run " > > curl > https://raw.github.com/appium/appium/master/sample-code/examples/node/simplest.js"; > interactively on the same host? > > Yes. I'm using my local machine as a slave, and everything in my scr

Re: Creating a Global View For Use as New Default View

2013-07-16 Thread Daniel Beck
You need to create new views from the home page, not the 'My Views' page. (Click the '+' button in the view tab bar, but you already know that) On 16.07.2013, at 15:54, "Gottfried, Brian" wrote: > I’ve been attempting to change the default view in Jenkins from the “All” > view to a custom vie

Re: "curl: (7) couldn't connect to host error" in Execute shell build step

2013-07-16 Thread JonathanRRogers
On Monday, July 15, 2013 5:06:02 PM UTC-4, Ling-Yi Kung wrote: > > Hello! I'm trying to run some simple shell commands. However, curl is > giving me an error. I'm a bit confused on why that is? From the terminal of > the slave, I can execute the commands without error. > > Started by user lkung >

Re: jenkins hadoop plugin issue

2013-07-16 Thread Irfan Sayed
can someone please suggest i am stuck regards irfan On Tue, Jul 16, 2013 at 9:15 AM, Irfan Sayed wrote: > hi, > greetings !!! > > > i am using jenkins version 1.512 and on top of that i have deployed hadoop > plugin version : 1.4 > when i install the plugin , installation went successful. > i

Re: Set Jenkins environmental variables within the build script

2013-07-16 Thread William Soula
The Env Inject plugin lets you prepare an environment for the run where you can set environment variables but it is the first thing to happen so you wont have any files from current source control. Without temporary files I don't think you can inject any environment variables after the source c

Set Jenkins environmental variables within the build script

2013-07-16 Thread alan . martinovic
Is it possible to set the Jenkins environmental variable within the build script? I need this is because the log which the build script creates has to be sent to Gerrit via the Gerrit trigger plugin without the use of temporary files, so the only way I see it happening is via a Jenkins environm

Re: Unable to start slave on macosx, solaris and netbsd after upgrading to jenkins 1.520

2013-07-16 Thread crbeng
None unfortunately. Manual emulation of ssh commands i.e. ssh $slave then cd $JENKINSHOME && java -jar slave.jar succeeded. Yet the slave connection still fails with remote call on failed ... error in opening zip file. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com

Setting up Jenkins with Perforce, need help

2013-07-16 Thread valipost
Hello. So I'm completely new to Jenkins and I never used a CI server before. I'm using perforce as a VCS, and I'd like to use it with jenkins. I've read the wiki about Perforce Plugin and the how-to create a new job, but I still have some problems. We will be 3 using Jenkins, so I don't want to use

Creating a Global View For Use as New Default View

2013-07-16 Thread Gottfried, Brian
I've been attempting to change the default view in Jenkins from the "All" view to a custom view that I've created, but the "Configuration Settings" in "Manage Jenkins" does not have the drop-down box for "default view." After some searching, I think I've figured out that it's because I still on

Re: maven-release-plugin and ref HEAD is not a symbolic ref

2013-07-16 Thread Frédéric Bouquet
Hi, Thank you for your answers. I had the possibility to build the project but I noticed the local branch is pushed and the release is done in this branch instead of the master. I tryed using "master" as local branch but I get this error message : Ref master already exists Just a small info wh

Re: CVS_RSH

2013-07-16 Thread Swordfish
On Tuesday, July 16, 2013 12:34:11 PM UTC+1, Swordfish wrote: > > Jenkins version 1.523, CVS plugin version 1.29. > > Correction: Plugin version 2.9 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rece

CVS_RSH

2013-07-16 Thread Swordfish
I can't get Jenkins to check anything out from CVS. I'm trying to use a private key to log into CVS over SSH. This works just fine in Hudson. I think the key difference is that in Hudson there is a CVS_RSH box, in which I've put "ssh". This does not appear to be present in jenkins CVS configura

Re: maven-release-plugin and ref HEAD is not a symbolic ref

2013-07-16 Thread Vincent Latombe
Hi, this is because by default, the jenkins git plugin builds on a detached HEAD, not on a branch. You can use the option named Checkout/merge to local branch (optional) to make Jenkins create a local branch and do your release work. HTH, Vincent 2013/7/15 Arnaud Héritier : > I think that by d