BlameSubversion plugin and post-commit-hook

2012-12-20 Thread Robert Gonciarz
Hi Guys, I'm trying to configure a building environment in my project. We use for that Jenkins server. The problem is that I'm not able to configure post-commit-hook and BlameSubversion plugin together. We have a very specific configuration here and have multiple jobs that use the same workspa

Account creation error

2012-12-20 Thread Suri
Hi When i am creating new account in jenkins i am getting below error. please can anyone help me. Jenkins version is 1.480.1 Status Code: 500Exception: java.lang.UnsupportedClassVersionError: (org/mindrot/jbcrypt/BCrypt) bad major version at offset=6 Stacktrace: javax.servlet.ServletExce

Need help on using Jenkins Git Plugin in my java application

2012-12-20 Thread Santosh Kumar K
Hi, Actually my requirement is to git poll every 2 mins, i.e., if there is any new file say file "abc" been added/edited to the git then I have to generate the jar file of the "abc" file and later upload it to my deployment server. Please can you help me more on this to get upto speed on initia

Re: Need help on using Jenkins Git Plugin in my java application

2012-12-20 Thread nicolas de loof
nothing specific here, just configure SCM with your git repository, and a "poll scm" trigger to schedule a poll every 2 minutes for such a quick poll, a better option is for you to setup a git post-commit hook to immediately trigger a new build 2012/12/20 Santosh Kumar K > Hi, > > Actually my r

Master - Slave | Does not want master to sftp slave.jar

2012-12-20 Thread ilikeflex
Hi I want to configure remote slave. I cannot do sftp to the slave. I have the slave.jar at /opt/webapp/jenkins-slave on slave box. Now when i launch slave from my remote(master) it always try to copy slave.jar on slave. I want Jenkins to stop copying slave.jar as i have manually put this file

Re: Master - Slave | Does not want master to sftp slave.jar

2012-12-20 Thread ilikeflex
Just to add: I have script on slave which will all the stuff i want. So i am calling the script on slave but i do not want master to copy slave.jar on slave. On Thursday, December 20, 2012 10:11:01 AM UTC-5, ilikeflex wrote: > > Hi > > I want to configure remote slave. I cannot do sftp to the sl

Re: Need help on using Jenkins Git Plugin in my java application

2012-12-20 Thread Mark Waite
You could also consider the blog posting from CloudBees which describes how to use a git trigger to avoid the overhead of polling every two minutes. http://blog.cloudbees.com/2011/11/polling-must-die-triggering-jenkins.html I've been very pleased with the results when I made that switch on my g

Any way to determine trigger source, whether manual build or scm change?

2012-12-20 Thread Lars Nordin
Is there any way to determine trigger source, whether manual build or scm change? I have a job that takes a parameter when manually triggered but when triggered from a git commit I plan to set that parameter from info gathered from GIT. I guess one way would be to change the default parameter t

Monotone SCM Plugin

2012-12-20 Thread M.Faraday
Would anyone know if there was or is a scm plugin to manage monotone repositories? Would anyone be interested in creating one?

Help with Deploy to Websphere plugin

2012-12-20 Thread MoBarger
I am having issues with the deploy to websphere plugin. I am trying to deploy to WAS7, I am thinking that despite the presence of "WebSphere Application Server 6.1/7 (with security disabled)" on its wiki page that perhaps it does not work with WAS7. If I deploy the ear file to http://server:8880 f

View Job Filters plugin - create a view based on "Label Expression"?

2012-12-20 Thread VFloyd
Hi All, I have a master linux box, a build linux box, 2 Windows 2008 build servers, 1 Windows 2003 server, 2 Mac build serverswe use Dimensions, TFS, and Gitand we are just getting started. Some groups can have jobs that have any number of combinations. ExampleGroup XX has Git iOS

HTTP Basic Auth via Tomcat

2012-12-20 Thread bm38
Anyone know or is there a good reference on how one would go about doing the following? Want to deploy Jenkins to Tomcat and not only delegate to Tomcat's security realm, but also let Tomcat's HTTP Basic Auth serve as the authentication mechanism? That is, have the entire Jenkins app behind HT

Re: HTTP Basic Auth via Tomcat

2012-12-20 Thread Richard Lavoie
As fas as I can tell, it's quite possible to do that in the following way (have not tested myself) 1. Configure tomcat to do BASIC auth 2. Configure jenkins to delegate the authentication to the container This would probably do the trick. On Thu, Dec 20, 2012 at 3:07 PM, bm38 wrote: > Anyone

Aggregating JUnit Test Results

2012-12-20 Thread Stuart Lorber
My test jobs are posting junit results. I also have downstream jobs that grab those results to aggregrate results together from multiple test jobs. However, I'm getting this message: Recording test results Test reports were found but none of them are new. Did tests run? For example, /var/lib/je

Jenkins (1.471) loses "Restrict where this project can be run" and its label expression value

2012-12-20 Thread roshandawrani
Hi, I use a Jenkins 1.471 job that has been successfully performing build on a slave machine for a long time now. Recently I needed to make some changes in the configuration, but everytime I try it, it additionally loses the value of "Restrict where this project can be run" parameter and its l

Re: HTTP Basic Auth via Tomcat

2012-12-20 Thread bm38
That was my hope, however I haven't found it to be the case so far. Maybe I've got something simple wrong on the Tomcat side. Here is what I tried: 1.) Start with clean installation of Jenkins on a clean installation of Tomcat. Ensured everything is working properly. 2.) Manage Jenkins ->

Restricting job names question...

2012-12-20 Thread Jeff
I'm trying to restrict job names after hitting an issue with the maven RPM plugin complaining that spaces were not allowed in the path. I have started with a simple regex allowing any of the characters in: [a-zA-Z0-9]+ but when I name a project such as "MyProject" (no quotes), I get a blank erro

Re: Restricting job names question...

2012-12-20 Thread Jeff
Clarification, I got the error when clicking "Apply". Clicking "Save" seemed to work. On Thu, Dec 20, 2012 at 8:36 PM, Jeff wrote: > I'm trying to restrict job names after hitting an issue with the maven RPM > plugin complaining that spaces were not allowed in the path. > > I have started with

Re: Restricting job names question...

2012-12-20 Thread Jeff
One more note...seems that if I have a Pattern-based name restriction, many of the other "Apply" buttons such as on the Edit View page throw the same error. I am also NOT able to disable the "Restrict Project Naming" option once enabled. I can change it to use the "default" option, but I can't un

automated testing

2012-12-20 Thread Pankaj Pankaj
Dear All I am new in Jenkins wants to include automated testing in our maven project Please help me what to do? -- Pankaj Kumar Technical Support Officer www.hispindia.org

Re: automated testing

2012-12-20 Thread Jeff Williams
You probably want to start here: https://wiki.jenkins-ci.org/display/JENKINS/Use+Jenkins Then ask about any specific issues. Jeff On Dec 21, 2012, at 7:38 AM, Pankaj Pankaj wrote: > Dear All > > > I am new in Jenkins wants to include automated testing in our maven project > > Please help me