Bazaar Source Code Management

2012-08-04 Thread Pankaj Pankaj
**Hi i am using Jnkins ver.1.475, source code is rsides on launchpad.net we used to checkout from lp through bzr please tell me how to configure Source Code Management field for Bazaar while creating new job ? System Properties Name ↓ http://localhost:8080/systemInfo# Value

Re: Bazaar Source Code Management

2012-08-04 Thread Sami Tikka
You need to install the Bazaar plugin and also the bzr tool and configure it so that Jenkins user can check out code. You seem to run Jenkins as the SYSTEM user. (Maybe https://wiki.jenkins-ci.org/display/JENKINS/How+to+get+command+prompt+as+the+SYSTEM+user is a good read for you). When the

Re: Bazaar Source Code Management

2012-08-04 Thread Pankaj Pankaj
bazaar is already installed in my system, but dont know where to find repository URL. i used to checkout sourcecode by bzr commands are below- ssh-keygen -t rsa add ssh key in my profile on launchpad.net bzr lp-login user bzr checkout lp:dhis2 after these step my source code start

Re: Jenkins EC2 plugin: Use Instance-ID of slave instead if AMI-ID

2012-08-04 Thread Stefan Dänzer
Thanks for your reply. I understand your concern about not having a clean host for the build process. However there are a couple of arguments for me using an instance instead of an ami: - firing up a new ami is quite more time consuming then booting an already existing instance. - when having

Valgrind plugin example

2012-08-04 Thread Mark Waite
A posting a few weeks ago asked if there was an example of how to use the Jenkins valgrind plugin.  There wasn't as far as I can tell. I wanted to learn more about the valgrind plugin, so I created a sample project on google code with most of the types of failures illustrated in ANSI C source

Re: Jenkins EC2 plugin: Use Instance-ID of slave instead if AMI-ID

2012-08-04 Thread Sami Tikka
You could mount a disk which contains a fairly uptodate clone of your repo, and when you clone, pass this local disk as --reference repo. Works with git, I don't know about other version control tools. -- Sami Stefan Dänzer stefan.daen...@gmail.com kirjoitti 4.8.2012 kello 15.28: Thanks for

Copy files from slave post-build step failing to run when a build step fails?

2012-08-04 Thread Tony Spataro
I'm running Jenkins with several slave nodes and I need to copy some build outputs back to the master for use with the Publish files post-build step. I've noticed that when one of the build steps fails, the copy files to master post-build step does not seem to run. This contradicts what I *