Re: Kicking off builds of the same ClearCase UCM project with different parameters

2012-11-30 Thread Lars Kruse
Hi Ronan The promotion level ANY is only supported in the poll self mode. So from reading the error message it looks like you are using promotion level ANY in either poll child og poll sibling mode ...Is that the case? If this is not the case, and you think you have found an odd case that

rebuild main repository with the latest commit from submodule when submodule is updated

2012-11-30 Thread denebola
Hi, could you please help me with workflow in jenkins. we have main repository rep1 with submodule s1. submodule has been added to rep1 with specific commit number. we frequently commit to s1. but jenkins doesn't see new changes when updating rep1 because s1 has old commit number. how can we

Re: jobs workspaces copied between Windows and Linux - quick question

2012-11-30 Thread Clemens
Hi, i guess thats all but you should prepare your second Backup Jenkins for a situation like that. This means, if your Jobs are working or connected with any Plugin this should also be installed on your Linux Jenkins. But im sure, you already have written this on your safty-list. Just for

Re: rebuild main repository with the latest commit from submodule when submodule is updated

2012-11-30 Thread denebola
maybe we should use subtrees instead of submodules? On Friday, November 30, 2012 11:01:03 AM UTC+3, denebola wrote: Hi, could you please help me with workflow in jenkins. we have main repository rep1 with submodule s1. submodule has been added to rep1 with specific commit number. we

CloudBees Wasted Minutes Plugin source code

2012-11-30 Thread Bharathi Ramalingam
Can anyboady point me to CloudBees Wasted Minutes Plugin source code on GitHub? I have searched but couldn't find one. Thanks,

Re: CloudBees Wasted Minutes Plugin source code

2012-11-30 Thread Stephen Connolly
That's because it's free as in beer, not free as in open source. One of our proprietary closed source plugins that we give away for free (well for the cost of registering with CloudBees...) -Stephen On 30 November 2012 12:01, Bharathi Ramalingam ramalingam.bhara...@gmail.com wrote: Can

Re: Windows logoff kills Jenkins jobs

2012-11-30 Thread Slide
Not sure if [1] helps or not. slide 1 - http://www.mathworks.com/support/solutions/en/data/1-AKABMU/index.html?solution=1-AKABMU On Fri, Nov 30, 2012 at 5:17 AM, Craig shadycr...@gmail.com wrote: I'm no nearer to solving this problem, any ideas anyone? On Thursday, 23 August 2012 17:01:12

Re: What version is SVN client - quick question

2012-11-30 Thread Craig
Assuming you are using the standard plugin then it uses SVNKit. See: https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin The change log notes: Version 1.40 (May 11, 2012) - Supported Subversion 1.7 (issue #11381http://issues.jenkins-ci.org/browse/JENKINS-11381) So my

RE: What version is SVN client - quick question

2012-11-30 Thread David Aldrich
You need to check which version of the SVN Plugin you are using and then look up that plugin’s wiki page to see which version of svn it supports (as Craig suggested). From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Craig Sent: 30 November 2012

Re: Open visual studio command line for build

2012-11-30 Thread B.Latinville
Hi, Yes this is working we're using it. Just put in your batch file before calling the msbuild: call C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat msbuild Tested with visual 2010 2011. Of course path to vcvarsall.bat has match your visual installation.

problems with plugins updating through proxy.

2012-11-30 Thread jason
im trying to get jenkins 1.492-1.1 working on a new install.. the server is behind a firewall and must use a proxy server for internet connectivity. I have confirmed that the jenkins server CAN in fact reach the proxy server via a manual telnet test. the prbolem is that when i go to manage

Re: No such file or directory

2012-11-30 Thread bxiong
Fixed thishuman error. On Thursday, November 29, 2012 1:31:30 PM UTC-6, bxiong wrote: For some reason, I can't run any commands against a file on my project's workspace. I can't edit it or copy. Every time I try something, its just fails and says No such file or directory. I'm

Plugin to show number of failed tests per job on dashboard?

2012-11-30 Thread random
Is there a plugin that can: 1. show me the number of failed tests for each job on the dashboard 2. show which of them have been claimed with the claim plugin 3. allow me to claim the failing test right from the dashboard I think all that would make it a lot easier to manage tests in our

XCode plugin doesn't add anything to the configure page, but should do according to its documentation

2012-11-30 Thread Martin
Hello I've installed the XCode plugin and restarted Jenkins, and its reporting that the plugin is installed. However when I go to the configure page there is no difference, yet the XCode plugin wiki page https://wiki.jenkins-ci.org/display/JENKINS/Xcode+Plugin has a screenshot showing over a

Possible to create a node (for the XCode plugin) but only have one machine?

2012-11-30 Thread Martin
I want to use the XCode plugin, and it says in order to use it its necessary to create a node. I've never used nodes, slaves/masters in Jenkins, and the instructions for creating a node talk about connecting the slave machine to the master machine etc. etc. I dont' have a master machine and

Do I need to create a new node to use the XCode plugin?

2012-11-30 Thread Martin
I've installed the XCode plugin, however none of its options are appearing in the configure page. The XCode plugin user page says: Just install the latest version of the plugin from the update center and configure a freestyle job (see Usage

Do I need to create a new node (apart from the default master node) to use the XCode Plugin?

2012-11-30 Thread Martin
I've installed the XCode plugin, however none of its options are appearing in the configure page. The XCode plugin user page says: Just install the latest version of the plugin from the update center and configure a freestyle job (see Usage

Re: Do I need to create a new node (apart from the default master node) to use the XCode Plugin?

2012-11-30 Thread Martin
Hi, this is what I've done: 1) Go to manage Jenkins | Manage Plugins | Available 2) Select the XCode plugin, then click Install without restart or Download now and install after restart (I've tried both, on different machines). 3) Restart Jenkins 4) Check the list of installed plugins - its says

Re: Do I need to create a new node (apart from the default master node) to use the XCode Plugin?

2012-11-30 Thread Slide
What if you look at Add build step is there anything under there for XCode? On Fri, Nov 30, 2012 at 9:55 AM, Martin woofbe...@gmail.com wrote: Hi, this is what I've done: 1) Go to manage Jenkins | Manage Plugins | Available 2) Select the XCode plugin, then click Install without restart or

Re: Do I need to create a new node (apart from the default master node) to use the XCode Plugin?

2012-11-30 Thread Martin
Doh, yes there is. But I am 100% positive there was nothing listed there earlier - after installing it and restarting and not being able to see anything I looked in there. Well at least its there now. Thanks On Friday, November 30, 2012 8:18:03 AM UTC-8, Martin wrote: I've installed the XCode

Re: Do I need to create a new node (apart from the default master node) to use the XCode Plugin?

2012-11-30 Thread Slide
Just glad it works :-) On Fri, Nov 30, 2012 at 10:08 AM, Martin woofbe...@gmail.com wrote: Doh, yes there is. But I am 100% positive there was nothing listed there earlier - after installing it and restarting and not being able to see anything I looked in there. Well at least its there

Not possible to set the XCode plugin to use the keychain from a specified user?

2012-11-30 Thread Martin
The XCode plugin seems to make the assumption that only keychains from the user jenkins can be used for signing XCode builds. There is a section called Keychain path, however if I enter into there the following, /Users/Me/Library/Keychains/login.keychain then the build log shows the

Re: FTP publisher plugin appears to succeed, but files are not on the destination machine???

2012-11-30 Thread Steve K
Hello Scott, Thanks for your reply. Now that you mention it, I'm NOT sure my ftp session has write permissions on the target directory. I'll need to double-check with the person who provided the username/login to me. I can tell you, however, that I receive a different message if I attempt to

Error creating a signed Xip in OS X from within Jenkins

2012-11-30 Thread Jim
I have been attempting to run the Apple xip command (digitally sign a file and store it in a .xip file) in a bash script from within Jenkins running on OS X 10.7 (Lion) but I get failure messages from the command. The error messages are not helpful. But, when I run the script from Terminal, it

How to archive artifacts - quick question

2012-11-30 Thread Z W
Hi Our build run, each time it runs, produces a zip file artifact. We like to preserve 3 previous runs artifacts plus the current = 4 artifacts. In the job confg, we saw Discard Old Builds check box and we set Max # of builds to keep with artifacts to 4. But every run we did, only one

Re: Repost - How to renumber an existing job build history and its related artifacts safely - quick question

2012-11-30 Thread zw
Hi Will thanks for your response. I went to that site and read it. Does Next+Build+Number+Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Next+Build+Number+Pluginallow us to reuse a number that's been used before, say i build with number 200; when my actual builds near 200, will Hudson reuse

Re: stale jenkins campfire plugin is 2.1, github latest is 2.5

2012-11-30 Thread Kevin G.
I don't see a reason why this shouldn't be released properly... So should I point that out to somebody? Not to make trouble, just want to help out the next guy.

Re: How to archive artifacts - quick question

2012-11-30 Thread alok kumar
Hi, The post build action archive the artifacts will put it on the jenkins master under the job directory of the job that was run to create those artifacts Hope that helps. And I guess archive the artifacts would be the right option for you to use. Thanks, Alok On Sat, Dec 1, 2012 at 6:45 AM, Z