Re: deployment tools..

2014-04-25 Thread Les Mikesell
On Fri, Apr 25, 2014 at 4:20 PM, Chanda Norton wrote: > wow..awesome topics to think about. Ultimately, I would want to deploy > every successful build, because we would only trigger deployment builds. I > haven't found an FTP plugin as of yet? https://wiki.jenkins-ci.org/display/JENKINS/FTP-P

Setup CPPCheck on Dashboard Plug

2014-04-25 Thread Timothy Calderwood
I have installed and configured CPPCheck Plugin successfully. I then installed the Dashboard plugin so my users can see the latest results when they log in without having to do any navigation. However, for the life of me, I cannot figure out the steps to configure the Dashboard plugin to disp

maven plugin - how to obtain the jenkins user name

2014-04-25 Thread Mauro Flores
Hello, I'm building a maven plugin. I'd like to access the name of the user logged on jenkins inside the maven plugin. Regards. Mauro. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: deployment tools..

2014-04-25 Thread Chanda Norton
wow..awesome topics to think about. Ultimately, I would want to deploy every successful build, because we would only trigger deployment builds. I haven't found an FTP plugin as of yet? I would also entertain a central place to archive builds, although, i'm not familiar with how Jenkins does that?

Re: Jenkins Xtreme Feedback Utility

2014-04-25 Thread Stefan Wolf
Thanks for forking. I changed the name to rss-retaliation since it is not a plugin. Would it be possible to add the Pull Request Builder and a CI-Job for the repository? Thanks in advance, Stefan Am Freitag, 25. April 2014 19:50:55 UTC+2 schrieb Daniel Beck: > > It's not a plugin. > > On 25.04.

Re: Build marked as failure in build history after 0 ms, but console finished as success

2014-04-25 Thread Dilip M
Are you using a build-name-setter plugin in this job? For us, we were using it. Having stopped that, we are not seeing this problem. But I am not sure. On Tuesday, 1 April 2014 23:12:15 UTC-4, Dilip M wrote: > > > > On Wed, Dec 18, 2013 at 2:43 PM, Søren Mollerup wrote: > >> We've run into a w

Re: Job being hung on slave

2014-04-25 Thread Tatar Kolos
Hi Scott, A few quick thoughts... Thanks for these. Is this a windows slave, and does this build have some aspect of it that needs to interact with the console (i.e. pop-up window, etc.) that it doesn't have permissions to do so (or is it waiting for some user input?)? Does it always hang at

Re: Job being hung on slave

2014-04-25 Thread Scott Evans
Kolos, A few quick thoughts... Is this a windows slave, and does this build have some aspect of it that needs to interact with the console (i.e. pop-up window, etc.) that it doesn't have permissions to do so (or is it waiting for some user input?)? Does it always hang at the same spot? Based on

Job being hung on slave

2014-04-25 Thread Tatar Kolos
Hi, I have a job which seems to be hanging on a slave node and I can't seem to figure out why it's hanging. There are no error messages in the Jenkins log, everything seems to be fine, however the console is not progressing (the job seems to be stuck halfway through execution) and not finishin

Re: Jenkins Xtreme Feedback Utility

2014-04-25 Thread Daniel Beck
It's not a plugin. On 25.04.2014, at 17:37, Ulli Hafner wrote: > https://github.com/jenkinsci/rss-retaliation-plugin > > Stefan, you should join us on IRC than you would be able to fork by your own > :-) > > Ulli > > Am 25.04.2014 um 13:55 schrieb Stefan Wolf : > >> Hi, >> >> I build a sma

Re: Build parameters are cached

2014-04-25 Thread Tom Van Looy
I solved this by removing the git-parameter pluging and installing the dynamic parameters plugin. With some groovy and a shell script I now have what I wanted. Op vrijdag 25 april 2014 17:45:02 UTC+2 schreef Tom Van Looy: > > Hi > > I'm using the git-parameter plugin to select a tag as a build

Re: deployment tools..

2014-04-25 Thread Les Mikesell
On Fri, Apr 25, 2014 at 11:25 AM, Chanda Norton wrote: > I finally made successfull builds with Jenkins and Clear Case...now I need > to figure out automated deployments of this build. Was looking in a simple > FTP task, so an awaiting desktop or server, but not quite sure. Also, if > there are s

deployment tools..

2014-04-25 Thread Chanda Norton
I finally made successfull builds with Jenkins and Clear Case...now I need to figure out automated deployments of this build. Was looking in a simple FTP task, so an awaiting desktop or server, but not quite sure. Also, if there are some plugins and tools I could use, it would be awesome if you

Build parameters are cached

2014-04-25 Thread Tom Van Looy
Hi I'm using the git-parameter plugin to select a tag as a build parameter. The problem is that the list with tags is not updated when new tags are added. First I added a "git fetch --tags" to the plugin, because that could have been the problem, but new tags were not added. To check if the plugi

Re: Jenkins Xtreme Feedback Utility

2014-04-25 Thread Ulli Hafner
https://github.com/jenkinsci/rss-retaliation-plugin Stefan, you should join us on IRC than you would be able to fork by your own :-) Ulli Am 25.04.2014 um 13:55 schrieb Stefan Wolf : > Hi, > > I build a small standalone application which polls the Jenkins RSS-Feed in > order to control a few

Re:CppCheck plugin configuration for multiple targets

2014-04-25 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Most of the Jenkins publishers (test results, warnings, etc.) assume that the project builds a single target, so you will have trouble if you build multiple targets in a single project. Even though you have a large number of targets, it may be better to have separate projects for each one (you c

Experiences with pull-request-builder, using Github-push (not polling)?

2014-04-25 Thread cyclops
Is anyone using the pull-request-builder in push mode (not polling), and if so, how did you configure it? I haven't yet gotten it to work in push mode, and I* think* I've done everything according to the documentation. Thanks. John C> -- You received this message because you are subscribed to

Jenkins Xtreme Feedback Utility

2014-04-25 Thread Stefan Wolf
Hi, I build a small standalone application which polls the Jenkins RSS-Feed in order to control a few Feedback devices. Currently supported are the Dream Cheeky Missile Launcher, the Cleware USB Traffic Light and the Google text-to-speech API. For more Information see the read me on github:

Re: Contributing fixes to plugins (perforce)

2014-04-25 Thread Niksan
Nevermind, I decided to give Intellij CE a go, and I don't know what kind of voodoo magic it does, but it makes things a lot simpler. :) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails f

Failed to connect to repository : Could not init /tmp

2014-04-25 Thread Anh Lê Vũ
Hi all I'm using - Jenkins ver. 1.560 - CentOS release 6.5 (x86_64) - Git version 1.9.0 Centos GIT Plug-In is installed, but when I setup the git repo on SCM section I get the following error Does anyone have any idea about this problem Thanks in advance!

CppCheck plugin configuration for multiple targets

2014-04-25 Thread K M
Hi All, I've got a jenkins job that builds around 30 targets. As part of the build, cppcheck gets executed over the source of each target and I end up with one xml file per target. A jenkins post build action publishes the cppcheck reports. There are two issue I have:1. Since all the reported iss

Re: JUnit test results not aggregated

2014-04-25 Thread Tarjei Knapstad
To answer my own question, the problem was with the XML files generated by Catch and missing XML attributes. I wrote a post-build shell script that modifies the tag to include the name= and package= attributes base on path manipulation. The classname attribute is also modified to have name= at

Re: Problems with memory usage on 1.560

2014-04-25 Thread Tobias Hieta
Yes this seems to be exactly my issue. I reverted back to a earlier version of Jenkins and it seems to build fine now. On Fri, Apr 25, 2014 at 9:50 AM, Morten Andersen wrote: > Hi Tobias, > > Could it be this issue that you are seing: [JENKINS-22734] OutOfMemory on > file transfer

Re: Problems with memory usage on 1.560

2014-04-25 Thread Morten Andersen
Hi Tobias, Could it be this issue that you are seing: [JENKINS-22734] OutOfMemory on file transfer Best Regards Morten -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from t