A Java API question

2015-01-24 Thread rchen
I am trying to write a groovy script to use this java API function: Jenkins.*createProject * (TopLevelItemDescriptor

[jenkins] Looking for advice in how to setup a project

2015-01-24 Thread Don deJuan
Looking for some advice in setting up a project. The main issue I see is the project I need to build has thousands of directories in which any one of them could be built. I have no control to put everything into individual repos, nor do I really feel like maintaining that many single ones. So how w

Re: displays broken with JellyTagException

2015-01-24 Thread John Cartwright
OK, it seems that I had run afoul of the same problem with the disk-usage plugin mentioned in https://issues.jenkins-ci.org/browse/JENKINS-26508. reverting to 0.23 appears to have resolved the problem although it left me w/ a bunch of "Unreadable Data" under the "Manage Old Data" report. --john

displays broken with JellyTagException

2015-01-24 Thread John Cartwright
Hello All, It seems to upgrading some plugins, perhaps the build pipeline plugin, has broken some of my displays with and exception of: javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/nfs/jenkins/home/war/WEB-INF/lib/jenkins-core-1.597.jar!/lib/hudson/proje

Proposed way to deploy a war-file to a docker container?

2015-01-24 Thread Stefan Lorenz
Hi, I want to do build a test environment with a docker container which contain application server and database. For runnig the integration tests in parallel I use workflow plugin which is starting serveral jenkins slave nodes where the tests are executed (headless selenium with firefox...).

Re: Flashing computer icon in node overview

2015-01-24 Thread Ulli Hafner
This seems to be a bug, please create a new issue. > Am 23.01.2015 um 12:57 schrieb derFunk : > > Hi all, > > I've got several nodes in my Jenkins setup whose computer icons in the node > overview don't ever stop flashing. > > According to the Code in SlaveComputer.java >

Embeddable Build Status Plugin - URLs without view name?

2015-01-24 Thread Christian Galsterer
Hi, I'm planning to implement an enhancement for the Embeddable Build Status plugin and wanted to get feedback from the community which way is preferred. Currently the links for the build status badge contain always the full path for the selected job, i.e. when a job is listed as part of a vie

Re: Frustration with separating Maven build and test steps

2015-01-24 Thread Vincent Latombe
Hi Jeff, typically to solve this, I would add a qa profile to the maven project, which skips tests by default, then on the modules you want to run tests on, you un-skip the tests. Then the Jenkins part is just adding -Pqa to the maven list of options. Cheers, Vincent 2015-01-24 1:31 GMT+01:00