Re: Job Jenkins unable to access secure svn repository

2012-05-31 Thread Riadh MNASRI
Hello, Any news ? can you help please, it's urgent! Thank you in advance. best regards Riadh On May 29, 6:40 pm, Riadh MNASRI wrote: > Hello, > I'm using Jenkins ver. 1.454, apache 2, redmine 1.3.1 and subversion > 1.6.11. I would like to secure access for my svn repositories (I'm > using Redm

Jenkins Plug-in

2012-05-31 Thread Lamar Williams
Hey! Just wanted to make sure people knew about our plug-in contest that is going on right now. You can still enter and have a chance to win a new iPad3! Here is the link to register: http://register.sourcesquare.org If you have questions, feel free to contact me. Lamar

Collabet net plugin help you upload the jar into team forge.

2012-05-31 Thread Tim
Hi there, I use the collabnet plugin help me to upload jar package into teamforge automatically, however, the bad thing is that I have to create the package and folder first in the teamforge. Do you know if there is better idea for me not create this folder first? Br, Tim

Re: /etc/init.d/jenkins missing

2012-05-31 Thread Barış İnanç
If you delete with apt get remove jenkins --purge parameters all files should be removed from your computer. Then you can install with apt get install jenkins command. Then I think stratup script should be emerge 2012/5/31 Kamal Ahmed > Well, > I removed jenkins via ' apt-get remove jenkins > th

Re: Trigger downstream jobs depending upon the some input parameter

2012-05-31 Thread Arun Kumar
Excellent!! That is exactly i was looking for!!! thanks a bunch OSUBeavBane.. But one more question now.. I found this below.. Perform a build To programmatically schedule a new build, post to* this URL.* If the build has parameters, post to *this URL* and provide the parameters as form data.

Problem with Jenkins on WAS 7.0.0.13

2012-05-31 Thread Gildas Cuisinier
Hi, I wanted to install Jenkins on WAS 7.0. As I read on the wiki, Jenkins was not working on version before 7.0.0.7, but I am on 7.0.0.13. I've already change the classloading to parent last. Jenkins start correctly, I can see "Jenkins is fully up and running" in logs. But when I try to access

reverse engineering

2012-05-31 Thread Nig
Hi, Most of our code is written in Java and C/C++. I'm looking for tools/plugins that show paths through the code. With javadoc I couldn't see much in the way of flows through the code (e.g. use cases) ? doxygen seems better in that it generates call graphs, inheritance diagrams, etc. Any suggestio

RE: Email with pmd | checkstyle

2012-05-31 Thread Michael Polinovskiy
Hi Ulli, great job, thanks! Wouldn't it be possible somehow to add a template for Clover and Robot Framework? Regards, Michael -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ullrich Hafner Sent: Tuesday, May 22, 2012 12:28

Re: Trigger downstream jobs depending upon the some input parameter

2012-05-31 Thread Brian Parker
If you are using the Parameterized Trigger plugin, the "projects to build" field can be a build environment variable. So, if you can inject the downstream job name into the build environment, you can trigger it. Cheers, Brian On Wed, May 30, 2012 at 1:03 AM, Arun Kumar wrote: > Hi, > > I hav

Re: Trigger downstream jobs depending upon the some input parameter

2012-05-31 Thread Arun Kumar
Thanks Brian, yes i use Parameterized trigger plugin. But if i use "projects to build" field, then i cannot condition the downstream job right? I got a answer to my query from OSUBeavBane as below So, you can launch jobs programatically within another job. So within > your job just set up a

Re: reverse engineering

2012-05-31 Thread Mark Waite
If your goal is to understand a large code base more rapidly, you might consider OpenGrok [1].  It doesn't show call graphs or inheritance diagrams, but OpenGrok is used heavily in our organization to rapidly search a very large code base.  It understands source control systems (Git, ClearCase,

Re: /etc/init.d/jenkins missing

2012-05-31 Thread Mark Waite
You may need to remove configuration files[1] in order to persuade apt-get install that the package has been completely removed, before installing again. Mark Waite [1] http://www.linuxquestions.org/questions/debian-26/how-do-i-get-apt-get-to-completely-uninstall-a-package-237772/  >

Dummy's guide to Jenkins CLI with authentication

2012-05-31 Thread Lewis, Eric
Hi I'm trying to use the Jenkins CLI, but I'm getting nowhere... We're using 1.460, and I did read https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI but the crucial part about how to generate an SSH key pair is missing. My problem is that we have two different users: - The Linux user unde

Re: Email with pmd | checkstyle

2012-05-31 Thread Ullrich Hafner
Well, I don't use these tools. But it is quite easy to clone the email-ext plug-in and create a pull request:-) Are you volunteering? Ulli On 05/31/2012 12:39 PM, Michael Polinovskiy wrote: > Hi Ulli, > > great job, thanks! > Wouldn't it be possible somehow to add a template for Clover and Robot

RE: Email with pmd | checkstyle

2012-05-31 Thread Michael Polinovskiy
I'd like to! Unfortunately I'm a user, not a developer (at least not Jenkins/Clover/Robot one). Are you talking about cloning the whole plug-in or just the jelly template? I hoped the static-analysis.jelly could be just extended to incorporate the data available from the corresponding Jenkins plug-

RE: Dummy's guide to Jenkins CLI with authentication

2012-05-31 Thread Mandeville, Rob
If you're not doing so already, try running the command line with "-i ~/.ssh/id_rsa". Your _private_ key should be passed in with the "-i" argument. Also, double-check the "SSH Public Keys" field in your user config. For example, my public key listing looks like ssh-dss B3NzaC1kc3MAAACB

Re: Using CopyArtifacts Plugin for Parameterized Projects

2012-05-31 Thread طلال Anthony رابعة
I was trying to do a similar thing but the copy artifact plugin wasn't working for me. Instead I pass in the URL of the artifacts for the job I'm promoting and use curl to retrieve it. Works like a charm. :-) Anthony On 2012-05-24, at 2:02 PM, Bob Dixon wrote: > I'm trying to create a s

Re: Email with pmd | checkstyle

2012-05-31 Thread Ullrich Hafner
On 05/31/2012 03:33 PM, Michael Polinovskiy wrote: > I'd like to! Unfortunately I'm a user, not a developer (at least not > Jenkins/Clover/Robot one). > Are you talking about cloning the whole plug-in or just the jelly > template? I hoped the static-analysis.jelly could be just extended to > incorp

Re: Hudson to Jenkins

2012-05-31 Thread Bob
Hi Marcel, I too am trying to do this and would appreciate the helpful xsl. Regards, Bob On Tuesday, May 15, 2012 2:33:48 AM UTC-4, Marcel Schutte wrote: > > Hi > > I recently did this, it's not straightforward because Hudson 2.2 uses a > different xml format for its config. With the help of so

Re: Trigger downstream jobs depending upon the some input parameter

2012-05-31 Thread OSUBeavBane
You can do a POST to this url using this. Also, it didn't occur to me yesterday but probably a simpler solution is to use the Jenkins CLI. I believe the command: java -jar "{PATH_TO_JENKINS_CLI}\jenkins-cli.jar" -s "{JENKINS_URL}" build {JOB_NAME} (optional: -p PARAMETER_KEY1=PARAMETER_VALUE1

Re: Collabet net plugin help you upload the jar into team forge.

2012-05-31 Thread Dharmesh Sheta
Hi Tim, If you referring to "File Release" feature of TeamForge, then you've to create "package" and "release" first in TeamForge first and then you can use Collabnet Plugin. However if your use case is just archiving "files" into TeamForge from Jenkins without caring about release and stuff.

Re: Dummy's guide to Jenkins CLI with authentication

2012-05-31 Thread Sami Tikka
Did you read https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH ? It should describe what you need to do. -- Sami Lewis, Eric kirjoitti 31.5.2012 kello 16.24: > Hi > > I'm trying to use the Jenkins CLI, but I'm getting nowhere... > We're using 1.460, and I did read > https://wiki.jenkins

jenkins-client: a Ruby library and command-line tool

2012-05-31 Thread Daniel Doubrovkine
Jenkins, There's a new Ruby library in town called *jenkins-client*. It's pretty rudimentary, but we think it's a beginning of something good. https://github.com/john-griffin/jenkins-client Aside of being a Ruby gem that lets your application interact with Jenkins, the next release contains a co

Jenkins + CMake

2012-05-31 Thread Paulo Benatto
Hi all, I would like a litle help to integrate jenkins + cmake. I read some docs (like http://schneide.wordpress.com/2009/04/07/cmake-builder-plugin-for-hudson/) , but I didn't fix my problem yet. When I try to build my project by myself (cmake . && make), evertything works, but when I try to buil

Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
I am charged with piloting Jenkins for our development team. I wrote a Hello-World type C# app for initial testing. It contains a Build error, but Jenkins reports a successful build. Any clues? (Build error is a missing semi-colon after "Second box". Jenkins is reading the code file from S

Re: Complex Parameters and the Configure Page

2012-05-31 Thread giuliano
Not sure this will work. But you might try the "Pre SCM BuildStep Plugin." - Check "Run buildstep before SCM runs" - Add an "Execute shell" buildstep: echo >job.properties echo "TEST_RUN_JOBNAME=${TEST_RUN.jobName}" >>job.properties echo "TEST_RUN_NUMBER=${TEST_RUN.number}" >>jop.prope

Re: Jenkins not catching Build errors

2012-05-31 Thread Slide
How are you running the build? Are you using the msbuild plugin, a batch build step? More information would be needed in order to help. If the command that runs the build returns a 0 as the return code, Jenkins will normally treat this as a successful build. On Thu, May 31, 2012 at 1:13 PM, Steve

Re: Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
I am new at this, so I hope I can provide you with enough information. I have a project called TestingJenkins. I used the Configure link to schedule the Builds. I checked "build periodically" (and right now the schedule is 35 * * * *). On Thursday, May 31, 2012 3:18:21 PM UTC-5, slide wrote:

RE: Jenkins not catching Build errors

2012-05-31 Thread Bob Dixon
Does the build log show an error that would result in a non-zero return code? Do you have evidence Jenkins is even running the build? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Steve Berg Sent: Thursday, May 31, 2012 4:29 PM To: jenkinsci-use

Re: Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
Here is my Console Output: Started by timer Building in workspace /var/lib/jenkins/jobs/TestingJenkins/workspace Updating https://... (hiding the URL for security) At revision 2026 no change for https://... since the previous build Finished: SUCCESS I followed the URL link and looked at the co

Re: Jenkins not catching Build errors

2012-05-31 Thread Slide
On Thu, May 31, 2012 at 1:28 PM, Steve Berg wrote: > I am new at this, so I hope I can provide you with enough information.  I > have a project called TestingJenkins.  I used the Configure link to schedule > the Builds.  I checked "build periodically" (and right now the schedule is > 35 * * * *).

Re: Jenkins not catching Build errors

2012-05-31 Thread Slide
This looks like its only polling the SCM, but not actually building the code. You need to add build steps to the job to actually build the code. On Thu, May 31, 2012 at 1:41 PM, Steve Berg wrote: > Here is my Console Output: > > Started by timer > Building in workspace /var/lib/jenkins/jobs/Testi

Re: Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
OK, I'm seeing a section call Build with a button labeled Add build step, and I hadn't put anything there. I'll check around with my team to see if they can help me use Ant or something to set up the Build. Thanks for your help. On Thursday, May 31, 2012 3:44:07 PM UTC-5, slide wrote: > This l

Re: Jenkins not catching Build errors

2012-05-31 Thread Slide
If you are using C# code, I might recommend installing the msbuild plugin and setting up an msbuild project file for building your source. You can even use Visual Studio solutions or csproj files. On Thu, May 31, 2012 at 1:57 PM, Steve Berg wrote: > OK, I'm seeing a section call Build with a butt

Re: Jenkins not catching Build errors

2012-05-31 Thread Steve Berg
Using Visual Studio solutions files sounds promising. Where can I found out how to do that from Jenkins? On Thursday, May 31, 2012 3:59:36 PM UTC-5, slide wrote: > If you are using C# code, I might recommend installing the msbuild > plugin and setting up an msbuild project file for building yo

Not able to install Jenkins Source code from git

2012-05-31 Thread geetha
Hello, Can somebody help me in resolving the error when installing jenkins source code from github.. download link : https://github.com/jenkinsci/jenkins/ These are the steps i followed... $ git clone https://github.com/jenkinsci/jenkins.git // build with Maven $ cd jenkins $ mvn -Plight-test ins

RE: Jenkins not catching Build errors

2012-05-31 Thread Alex Earl
Look into the msbuild plugin on the Jenkins wiki. Sent from my Windows Phone -- From: Steve Berg Sent: 5/31/2012 2:07 PM To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins not catching Build errors Using Visual Studio solutions files sounds promising. Where can

Re: Complex Parameters and the Configure Page

2012-05-31 Thread OSUBeavBane
Thanks a lot! That completely unblocks me. Your solution works for everything other than an issue I was having with the Custom Workspace location we are defining. That being said I realize we were using that to workaround an issue that we shouldn't be working around to begin with. On Thursday,

Using jenkins to package apps for a "forge" site: a generic job with parameters or one dedicated job per application?

2012-05-31 Thread gggeek
The usecase is: - I have already a build script (php), which can be used to package apps (plugins to an existing cms system), hosted on a "forge" website - I want to allow the users of the forge to be able to schedule "builds" of their apps and have the build artifacts uploaded directly to the forg

Error in downloading Jenkins source code from GIT.

2012-05-31 Thread sangeetha saggam
Hello , I am new to Jenkins and can somebody *please *help me in resolving the error when installing jenkins source code from github.. download link : https://github.com/jenkinsci/jenkins/

RE: Error in downloading Jenkins source code from GIT.

2012-05-31 Thread Alex Earl
What jdk are you trying to build with? Sent from my Windows Phone -- From: sangeetha saggam Sent: 5/31/2012 6:20 PM To: jenkinsci-users@googlegroups.com Subject: Error in downloading Jenkins source code from GIT. Hello , I am new to Jenkins and can somebody *please *he

Re: Error in downloading Jenkins source code from GIT.

2012-05-31 Thread geetha
1.6.0 JDK Apache Maven 3.0.3 On May 31, 9:02 pm, Alex Earl wrote: > What jdk are you trying to build with? > > Sent from my Windows Phone > -- > From: sangeetha saggam > Sent: 5/31/2012 6:20 PM > To: jenkinsci-users@googlegroups.com > Subject: Error in downloading Jenk

Re: Trigger downstream jobs depending upon the some input parameter

2012-05-31 Thread Arun Kumar
Thank you so much OSUBeavBane... That answers all my question.. Best Regards, Arun On Thursday, 31 May 2012 22:24:21 UTC+5:30, OSUBeavBane wrote: > > You can do a POST to this url using this. Also, it didn't occur to me > yesterday but probably a simpler solution is to use the Jenkins CLI. I

hudson.util.IOException2: Failed to join the process

2012-05-31 Thread Arun Kumar
I have a hudson job and job executes fine with all the steps i mentioned. But after all the steps complete it fails with the below error. Can anybody tell me what i am doing wrong here? FATAL: command execution failedhudson.util.IOException2