Re: Parameterized CVS Tag Name

2012-09-18 Thread Olivier Chorier
Great, thanks a lot for your reply. I'll check the next release then. Olivier. 2012/9/18 Fred G > I have the exact same problem and opened a issue for it here: > https://issues.jenkins-ci.org/browse/JENKINS-15208 > > > On Monday, September 17, 2012 2:22:41 PM UTC+2, Olivier Chorier wrote: >> >>

RE: Jenkins 1.466.2 LTS Changelog

2012-09-18 Thread David Aldrich
I would also be grateful for the 1.466.2 change log. Can it be provided please? David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of SETCH, Adam Sent: 16 September 2012 23:52 To: jenkinsci-users@googlegroups.com Subject: Jenkins 1.466.2 LTS Changel

java.util.regex.PatternSyntaxException during publish of Selenium test results

2012-09-18 Thread TecDocPope
Hello everybody, i am using Jenkins 1.478 with the Selenium Plugins "Hudson Seleniumhq plugin" and "Selenium html report". The Selenium tests are executed with selenium server jar 2.25.0. During the publish process of the result file i get following Exception 18.09.2012 09:37:28 org.openqa.grid

Re: java.util.regex.PatternSyntaxException during publish of Selenium test results

2012-09-18 Thread TecDocPope
Hello, it seems that i found the error: The path of the test file is "c:\selenium\derby\internal\application\store\E358B9DE5B7B6F19C91F1126B5F42F8CCC6F3AF9\test/DeleteRecordsTestCase.html" Within the publishing of the selenium result file in selenium server a regex is used to build the test file

Re: RE: Jenkins 1.466.2 LTS Changelog

2012-09-18 Thread Vojtech Juranek
Hi, I'm not sure how to fix changelog for already release version, but the only change was security bug fix, for details see [1] Vojta [1] https://wiki.jenkins- ci.org/display/SECURITY/Jenkins+Security+Advisory+2012-09-17 On Tuesday 18 September 2012 07:51:44 David Aldrich wrote: > I would also

Re: Custom configuration slicing help ....

2012-09-18 Thread Jacob Robertson
Are you saying you want to contribute code to the plugin? (The plugin cannot currently do what you are describing.) If you add an issue to JIRA it is possible that your change will get implemented in the next release. https://issues.jenkins-ci.org/browse/JENKINS/component/15597 On Mon, Sep 17,

Jenkins load stats / monitoring

2012-09-18 Thread funkydude
Hi, Using Jenkins v1.474 on windows I'd like to obtain some historical stats reporting the load on my Jenkins CI server, showing info on the number of waiting jobs, busy executors etc - the load statistics page has this info, but the graphing is a bit basic and some of the stats I'm seeing are

Re: Custom configuration slicing help ....

2012-09-18 Thread Jeff
I assumed that the custom slicer could do that. I manually edited the config.xml files. I guess I'm missing something...what does the custom configuration slicer do? On Sep 18, 2012 7:16 AM, "Jacob Robertson" wrote: > Are you saying you want to contribute code to the plugin? (The plugin > cann

Re: Custom configuration slicing help ....

2012-09-18 Thread Jacob Robertson
I think the wiki docs are pretty decent for this plugin. Let me know if anything is unclear. https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin On Tue, Sep 18, 2012 at 9:16 AM, Jeff wrote: > I assumed that the custom slicer could do that. I manually edited the > config.

Re: Custom configuration slicing help ....

2012-09-18 Thread Jeff
I guess I misread the label for the "Custom Workspace Slicer" and assumed that it could set arbitrary values. Regardless, that particular option is not clear to me how to use it, at least I'm missing what values are expected. On Sep 18, 2012 8:26 AM, "Jacob Robertson" wrote: > I think the wiki d

html markup in test result page.

2012-09-18 Thread Nathani Rk
Hi, I am trying to include a html markup to include a screen shot as a link in test result page of jenkins. Follow is what I am doing in the code. I have an errorList for soft assertion and an error is added to it incase if I see a mismatch between actual and expected and in case of a missmatch

Re: Custom configuration slicing help ....

2012-09-18 Thread Jacob Robertson
The custom workspace slicer maps directly to the "Advanced Project Options > Use custom workspace" feature of a job. On Tue, Sep 18, 2012 at 9:42 AM, Jeff wrote: > I guess I misread the label for the "Custom Workspace Slicer" and assumed > that it could set arbitrary values. > > Regardless, that

using GIT plugin: cannot clone submodule

2012-09-18 Thread Emil Petkov
Hello, I have set up Jenkins and installed the GIT plugin (https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin). 1. First, I created a depot of my repository by executing: git clone --bare /home/git_repos/admin_pci.git /home/jenkins_bare_repos/admin_pci.git 2. Added the clone as the remote

The inner workflows of a build steps, post-build actions and nodes

2012-09-18 Thread krikar
Hi, I have a problem, were my node/slave is 'hijacked' by another job prematurely. But this may very well be by design. This is what happens: - I have a job A that runs all the build steps successfully. - In the post-build actions, I have a "Trigger parameterized build" B. Now, my problem

RE: The inner workflows of a build steps, post-build actions and nodes

2012-09-18 Thread Stanley, Jason
I encountered the same problem when I was deploying my setup. I got around this by using the “Post build task” feature and triggered a build B script to run based on parsing the build log for a certain string. This way, build A will complete including the post build actions included in build B

Dependencies in Maven builds all broken after upgrade to 1.482, fixed by downgrade to 1.480

2012-09-18 Thread Jack Haughton
Hello, After recently upgrading to Jenkins 1.482 from 1.37x (don't have exact version to hand), we found that all the 'upstream/downstream dependencies' sections in our Maven builds were pointing to different branches. We have a lot of similar featurebranched builds, with names of the form "

git+ssh problems?

2012-09-18 Thread Brad Knowles
Folks, We have an Enterprise github installation, and up until six days ago I was at least able to get Jenkins to do a git clone, use the SCM+Sync+configuration+plugin to upload changed configuration files to the designated repo, etc But six days ago, something broke. Now, no matter what

Re: git+ssh problems?

2012-09-18 Thread Brad Knowles
On Sep 13, 2012, at 12:38 PM, Brad Knowles wrote: > If you can point me at any other pages or recommended procedures that I > should try, please let me know. Thanks! Well, this is distinctly weird -- restarting jenkins itself didn't fix the problem (already did that multiple times), but reboo

Incremental and Complete Build in one Job

2012-09-18 Thread robshmoe
Is there a way to have an incremental and complete build in the same job? That is, by default, I want to have the job do a complete build regardless if there are changes or not. If a user decides to rebuild as an incremental build, they can do so. The reason behind this is to keep the entire h

Re: Plugin to query the user for input? Or another way to do it??

2012-09-18 Thread Tom80112
Just to report back. This plugin allows you to add pull-down selection menu which is dynamically repopulated each time you run the job. You just need to write some groovy script to tell it how to populate the pick-list. Extended Choice Parameter plugin https://wiki.jenkins-ci.org/display/JENKIN

Re: Creating a "deploy job" that allows me to select from a list of build files?

2012-09-18 Thread Tom80112
Just to report back. This plugin allows you to add pull-down selection menu which is dynamically repopulated each time you run the job. You just need to write some groovy script to tell it how to populate the pick-list. Extended Choice Parameter plugin https://wiki.jenkins-ci.org/display/JENKIN

ERROR: Problem fetching from origin ... : fatal: Authentication failed

2012-09-18 Thread jserup
I am running Jenkins ver. 1.466.1 on an Ubuntu machine with "Jenkins GIT plugin 1.1.23". Some of the jobs fetches changes from a git repository on another ubuntu machine (running git version 1.7.10) using the following format under "Source code management" in the job configuration: https://jenkin

Cloudbees Enterprise ?? How useful is it ??

2012-09-18 Thread Tom80112
I watched a Cloudbees Enterprise webinar today. This is essentially Jenkins plus a bunch of their in-house developed plugins. The VMware plugin seemed interesting for load-balancing Jenkins jobs amongst a group of Jenkins slaves but other than that I didn't see anything earth shatteringly new

Jenkins - TFS labeling - versioning

2012-09-18 Thread mickeys
I need some inputs from users that use jenkins with Team Foundation Server. How do you label(tagging) you build. What do you use? Also do you version you build and how? Any good links to point me to? Thx -- View this message in context: http://jenkins.361315.n4.nabble.com/Jenkins-TFS-labelin

Re: hudson migration: all jobs are gone!

2012-09-18 Thread Stefan Schwoegler
kinda with the active directory perms, but how would i go about porting? also, just a thought, could i downgrade hudson (not sure if thats even possible) to where they were closer then migrate to an older version of jenkins, then upgrade jenkins? regards, -- Sent from my mobile device Stefan Sc

Re: Cloudbees Enterprise ?? How useful is it ??

2012-09-18 Thread nicolas de loof
Also consider the template plugin if you have a bunch of job to share same design (or want to limit user responsibility on job config details) I also like the git verified commit a lot the main benefit from Jenkins Enterprise (imho) is the associated support from major contributors I admit confli

Re: Incremental and Complete Build in one Job

2012-09-18 Thread giuliano
You may be able to use a job parameter to control whether to do a complete or incremental build. You can look at the parameter from shell file build step, and I think you can look at it using the conditional build step to determine whether to run other build steps.

Re: The inner workflows of a build steps, post-build actions and nodes

2012-09-18 Thread Kristian
I maybe missed a point. This is perhaps the desired behavior when running multiple executors on one node. But I have the corner case where I run 1 executor on 1 node. The reason is not performance, it's the job that needs the machine all by it self. Also in my specific case, the job B, powers o

Re: using GIT plugin: cannot clone submodule

2012-09-18 Thread nicolas de loof
submodule indeed are only redirections to external repo and - as such - still point to the canonical git repository, even you created a local clone. I don't know any workaround but get access to the target repo. 2012/9/18 Emil Petkov > Hello, > > I have set up Jenkins and installed the GIT plugi

Re: Do these features already exist?

2012-09-18 Thread Xavier Nodet
Thanks for the tip! This plugin is indeed very useful for me... Xavier. On Mon, Sep 17, 2012 at 3:33 PM, Jacob Robertson < jacob.robertson.w...@gmail.com> wrote: > The View Job Filters plugin is related to some of what you are asking > for. For example, you could build a View that shows all jobs

Multi-Slave plugin + SSH plugin expansions

2012-09-18 Thread Andrew Melo
Hello, I'm trying to use the multi-slave plugin to fire up a ton of identical slaves, and it appears the $NAME environment variable doesn't get expanded in the SSH plugin's 'host' field. is that a known issue? Thanks, Andrew -- -- Andrew Melo

Re: Jenkins Windows Slave Service startup is flakey

2012-09-18 Thread Richard Bywater
I'd check the java processes to see what they are doing (e.g. are they stuck on network connections or something) - I've had issues like that when the jenkins windows service exe used to be (still is?) signed by a cert that .Net was trying to go out to the internet to confirm authenticity. Richard

Re: Windows slave in the cloud ?

2012-09-18 Thread Richard J
I have the same question regarding Windows slaves, specifically in Amazon E2. Our Jenkins master is running on a Windows server inside the company firewall, not accessible from outside. I can create build machines on E2 with public IP addresses. The question is how to get them to talk. I h

Re: Windows slave in the cloud ?

2012-09-18 Thread Les Mikesell
On Tue, Sep 18, 2012 at 6:02 PM, Richard J wrote: > I have the same question regarding Windows slaves, specifically in Amazon > E2. > > Our Jenkins master is running on a Windows server inside the company > firewall, not accessible from outside. I can create build machines on E2 > with public IP a

Unable to reset jenkins-ci.org password: e-mails are not delivered

2012-09-18 Thread Antti Andreimann
Hi all! As advised by rtyler on #jenkins I am sending my request to this list. I am using a form located at https://jenkins-ci.org/account to reset my jenkins-ci.org password. However, the password reset e-mail never arrives. Can somebody please take a look to find out why these e-mails are eit

Re: promotion config.xml url

2012-09-18 Thread Nicky Ramone
It doesn't. Last time I checked (a few weeks ago) there was still no way of getting this info. There's a feature request open for this and for more complete remote handling of promotions. On Fri, Aug 24, 2012 at 1:39 PM, AnthonyJ wrote: > we need help figuring out the url to the promotion config

C#/ C++ builds on windows

2012-09-18 Thread Kenneth
Hi all, is there a Jenkins strategy about where should I place the binary results? so I can reuse them in other jobs? ( I want to make may small jobs, one for each project, and have dependend projects build and use the results of other jobs ) thanks