Re: is Jenkins using the latest version from msysgit

2013-09-05 Thread Lee Ho Yeung
version 1.529, now i got problem at this post http://social.msdn.microsoft.com/Forums/sqlserver/en-US/d4373df2-e9fd-4896-913c-f626e2cf03ed/got-many-errors-after-import-database-to-database-project-in-vs2012 On Wed, Sep 4, 2013 at 10:42 PM, wrote: > What version are you using? I remember , I ha

Plugin require for BTS

2013-09-05 Thread Gaurang shah
Hi Guys, I have my automation project configured on the Jenkins, Now everytime a test case fails management is interested in knowing the reason. Is it a bug in automation ? is it a product bug ? is it a timing or network issue ? In all the above case if necessary bug Id. is there any plug

Re: Run Job on Remote Slave node

2013-09-05 Thread Gaurang shah
Is there any other way apart from this. ?? If i go and change the Maven and JDK setting to download from the internet it works fine. Is there any other thing i need to know about how Jenkins run program on slave node, one thing i came to know is it build project on slave node as well before ru

Got "no such job" when trigger a build with jenkins-cli 1.525 as an administrator permission after enable LDAP and role strategy security

2013-09-05 Thread viola lu
I have setup a jenkins server and enable LDAP and role strategy security. I can build jobs in UI as administrator account. But if i trigger builds via jenkins-cli , it failed, and reported an error" no such job ." icap@icap-build-linux-5:/icap/jazz_build/build/Core_Sonar/ant_build/lib$ java -j

Re: jenkins and clearcase plugin

2013-09-05 Thread Larry Brigman
Nope. Changing /etc/environment doesn't add the path into the java instance. In this case the user is just a placeholder without a login shell; a daemon account. Something in the init script or in the jenkins config file would need to add the path for clearcase. On Wed, Sep 4, 2013 at 2:37 PM, R

Re: shell execution produces "couldn't flush stdout" error

2013-09-05 Thread John Russell
I find I have much better luck in "Execute shell" build steps if I put #!/bin/bash at the top. It tends to make the behavior much more consistent. YMMV On Wednesday, September 4, 2013 4:30:04 AM UTC-4, Matthias wrote: > > Hello, > > when using pipes in shell scripts I often get the error mention

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread William Soula
I don't know of any other github pull request plugins, but I am able to get the github pull request builder to work for our enterprise server, even with a funky security certificate. The biggest distinction I see is the ability for it to work for enterprise and public at the same time. That wo

hudson.util.IOException2 - Jenkins - VSS error

2013-09-05 Thread natesh . shanmuga
My jenkins - vss configuration and mvn build and weblogic deployment works fine on a Windows 32 machine but failing on windows 64 machine and getting this exception in the first step - trying to connect to vss from jenkins. hudson.util.IOException2: com4j.ComException: 80040154 CoCreateInstance

Re: Prevent incrementing build number on failures

2013-09-05 Thread Peter Soncek
Thanks for the information. I will take a look at the plugin and see if we can take advantage of it somehow. Otherwise, I will see if I can impose this change on my group without too much uproar. Peter On Thursday, September 5, 2013 9:25:57 AM UTC-5, Volodymyr Kostyrko wrote: > > 05.09.2013 1

Re: scriptler won't let "Trigger/call builds on other projects" block on build

2013-09-05 Thread John Russell
The initiating build logs eventually update with the result of the downstream build but the initiating build does not block while this happens. On Thursday, September 5, 2013 2:37:01 PM UTC-4, John Russell wrote: > > I have a scriptler build step setting my build description just before I > call

scriptler won't let "Trigger/call builds on other projects" block on build

2013-09-05 Thread John Russell
I have a scriptler build step setting my build description just before I call "Trigger/call builds on other projects" on a downstream job which blocks waiting for that build. If I have the scriptler step there, the "Trigger..." step will not block waiting for downstream. The build ends immediat

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread Aaron Cain
Did you ever find an answer to get "Set build status on GitHub commit" configured? On Thursday, March 7, 2013 3:11:39 PM UTC-6, Andy Freeland wrote: > > I'm also not seeing any logs from the post-build actions, so I have no > idea what it's doing. > > On Thursday, March 7, 2013 4:05:14 PM UTC-5,

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread Andy Freeland
I now run Leeroy (https://github.com/litl/leeroy) on my Jenkins server. It listens for GitHub pull request notifications, triggers a Jenkins build, and sets the commit status based on the result of the build. This has been working great for me for github.com and GitHub for Enterprise repos. On T

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread Andy Freeland
Unlike all of the Git/Github related Jenkins plugins I tried, I could actually get it to work. :) I could also point it at both GitHub for Enterprise and github.com repos on the same CI server, which is important to us, because we have projects on both. On Thu, Sep 5, 2013 at 10:20 AM, William S

Re: Prevent incrementing build number on failures

2013-09-05 Thread Edwin Castro
On 9/5/13 7:25 AM, Volodymyr Kostyrko wrote: > If you need to count "good" build maybe you need to look at Version > Number Plug-In? > (https://wiki.jenkins-ci.org/display/JENKINS/Version+Number+Plugin) It > can create your own $VERSION based on how many successful builds were > in total, today or

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread William Soula
Did you look at the github pull request builder? If so, what benefits does leeroy have over it? https://wiki.jenkins-ci.org/display/JENKINS/Github+pull+request+builder+plugin Will On 09/05/13 09:58, Andy Freeland wrote: I now run Leeroy (https://github.com/litl/leeroy) on my Jenkins server. It

Re: Prevent incrementing build number on failures

2013-09-05 Thread Volodymyr Kostyrko
05.09.2013 16:36, peterman1002 wrote: Hello, I am new to Jenkins and trying to setup my build environment. I have noticed that when a build fails, the build number is still incremented. How can I prevent Jenkins from doing this? I'm not here to start a debate on whether that is the correct beh

RE: Prevent incrementing build number on failures

2013-09-05 Thread Matthew.Webber
>> But if you really what to do this, i think it can be done by hacking the >> file placed >> $hudson/jobs//nextBuildNumber in the end of you build if you now >> it failed, Don’t do that. Jenkins code assumes that the number increases with each run (pass or fail). If you invalidate that assumpt

Re: Prevent incrementing build number on failures

2013-09-05 Thread Peter Soncek
I will see if I can convince my group that this behavior is intended and see if they can live with it. I am just sick of the old Cruise Control application that hasn't been updated in like 5 years. Peter On Thursday, September 5, 2013 9:12:46 AM UTC-5, matthew...@diamond.ac.uk wrote: > > >> B

Re: Prevent incrementing build number on failures

2013-09-05 Thread Peter Soncek
Thank you for your replies. We are trying to migrate from Cruise Control, so there a build failure did not receive a build number. I am trying to mimic some Cruise Control behavior to help convince my group to migrate. If too many things are different, I don't think I will get approval. Pete

Re: Prevent incrementing build number on failures

2013-09-05 Thread Jes Struck
I must claim that i think you are going in the wrong direction. But if you really what to do this, i think it can be done by hacking the file placed $hudson/jobs//nextBuildNumber in the end of you build if you now it failed, this would probably work best if implemented in groovy where you have acc

Re: Prevent incrementing build number on failures

2013-09-05 Thread Mark Waite
You can't. At least, you can't reuse the same job number for a later build because the job number uniquely identifies the results of that job and is used to store the results of that job in the file system. If you want a monotonically increasing number which only increases when you successfull

Re: Run Job on Remote Slave node

2013-09-05 Thread Jes Struck
Hello Gaurang, it would be a good ide to consider to split it into two jobs one for building and one for the running of the program, you can easely share reslult between job's either with an artifact manegement system like artifactory or similar. Or you can use the archive function in jenkins tha

Re: IRCbot plugin fails with ngricd

2013-09-05 Thread Seiji Sogabe
Hi, If you can configure ngircd.conf, then set "MaxNickLength" to more than 11. Its default value is 9, but Nickname of the plugin is "jenkins-bot" (11 chars). 2013/8/31 Alex O'Ree : > Hi, I'm running a ngircd server in a private lan and wanted to get the > Jenkins IRC bot setup with it. Are ther

Prevent incrementing build number on failures

2013-09-05 Thread peterman1002
Hello, I am new to Jenkins and trying to setup my build environment. I have noticed that when a build fails, the build number is still incremented. How can I prevent Jenkins from doing this? I'm not here to start a debate on whether that is the correct behavior or not. I just want to know h

Run Job on Remote Slave node

2013-09-05 Thread Gaurang shah
Hi Guys, I have an automation project on the Jenkins in which I want job run on Remote Slave Node, However it looks like when I bind my project with remote slave, it builds project on that slave as well. In my Jenkins I have specified JDK and Maven Path locally rather then to install it from

Re: Git push back changes

2013-09-05 Thread David Karlsen
Yeah - I'm left with some BOFH operating Jenkins - and it's installed on an ancient RHEL5 box which have no git binaries. We can compile it by hand (in fact I have) - but that results in having to configure the path for the native git differently on the different boxes (we have a fair amount of sla

Help with Locale Plugin

2013-09-05 Thread Eduardo Dias
Hi All, I am experiencing in Jenkins a language change even that the plugin is set to a defined language and to ignore the browser (Jenkins change from English to Portuguese). Beyond that I have included in java options the parameters -Duser.language=en -Duser.country=US Jenkins Release: 1.509.2

RE: Help needed with MsBuild plugin

2013-09-05 Thread Ginga, Dick
FWIW, We build for both VS 2008 and VS 2010. I have taken the contents of the vcvarsall.bat file and made it a Properties file on the master. Then I use "Prepare an environment for the run" and set the "Properties File Path" to $JENKINS_HOME\usercontent\vs2010env.properties and click "load scrip

Re: Git push back changes

2013-09-05 Thread Mark Waite
I believe my testing of the Git plugin 2.0 beta confirmed that it was able to push back.  However, I think it will be better for you if you stay with the released plugin and use command line Git rather than JGit as your executable.   Is there a compelling reason you must use jgit? I recommend ag

VSS Plugin - Workspace Folder Structure

2013-09-05 Thread Andre Greeff
Greetings all... (: I'm somewhat new to CI servers in general so I was expecting a somewhat steep learning curve... Jenkins has made life so very easy though, I'm most of the way through my config and so far I've only had to do minimal Googling. Right now though, I'm having a problem with the

Re: Important Doubt - about how configurate jenkins with Django application in windows xp as server

2013-09-05 Thread JonathanRRogers
On Tuesday, September 3, 2013 4:50:15 PM UTC-4, Carlos Palomares Campos wrote: > > Hi everyboby, > > First I am sorry if this message or question is upset for you, but I dont > know where can I look for answers to this question. In my case I have been > working with hudson and java projects usin

Matrix projects and Git pulls

2013-09-05 Thread Paulo Matos
Hi, I have two jobs, one configures and builds a piece of software and another is triggered to test the build and passes through the git sha of the build. The test job is a matrix project with one axis (arch) and two variants (arm, intel). However, the git repository is being pulled 3 times, on

Re: GUI testing on a linux slave

2013-09-05 Thread Trystan Louboutin
Normally this is done by the Xvnc plugin: "The $DISPLAY environment variable is set for the build by the plugin." ( https://wiki.jenkins-ci.org/display/JENKINS/Xvnc+Plugin) thank you anyway 2013/9/4 Richard Lavoie > Did you set the environment variable DISPLAY to redirect the display of > your

Build success however created stored procedure not exist in database

2013-09-05 Thread Ho Yeung Lee
VS2012, use Jenkins with Git and Msbuild the database project i do not use import database as expect to use git to download source to local and use Jenkins to deploy sp_insert_rpt_criteria already exist, then i create sp_insert_rpt_criteria2 and copy code to database project in Jenkins, buil

RE: Help needed with MsBuild plugin

2013-09-05 Thread David Aldrich
Hi Mark Thanks for your reply. I have found this issue: https://issues.jenkins-ci.org/browse/JENKINS-16452 where you have also discussed this. Given that we run Jenkins as a Windows service, and given that it is not possible to run vcvarsall.bat in conjunction with the MSBuild plugin from Je

Re: Git push back changes

2013-09-05 Thread David Karlsen
Thanks! Would pushing work if I went for git-plugin 2.0 beta? 2013/9/5 Mark Waite > I think the key problem in that list is "using jgit executable". The > jgit implementation in the current released Git plugin is not able to push > to a central repository, along with many other limitations. >