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,

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: 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+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 reus

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 artif

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, i

Re: Possible to change the location where Jenkins attempts to put its temporary batch file?

2012-11-30 Thread Jerry
Have you tried defining a the TMP or TEMP (not sure which it would be) environment variable in the Jenkins node config? http://[server]:[port]/computer/[nodeName]/configure Under "Node Properties" you can define environment variables which will be used only within Jenkins, and will change nothin

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

Re: Promoted Builds Plugin: Manual approval throws exception

2012-11-30 Thread Nick Dierauf
I am getting a similar error when I promote a build manually (but not triggering a downstream job). This happens on Tomcat 6 running on Windows Server 2003 using JRE 1.6.0_21, with the latest version of Jenkins (1.492) and Jenkins Promoted Builds plugin (2.8) (however this occurred with previou

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 following:

Re: Open visual studio command line for build

2012-11-30 Thread Richard J
Visual Studio installation always create an env varialble that points to the folder with the bat file- Most of my jobs have the lines- rem Set up Visual Studio 2010 environment for msbuild call "%VS100COMNTOOLS%vsvars32.bat" > NUL: On Thursday, November 29, 2012 7:27:29 PM UTC-8, Vine

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 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 now. Thanks > > >

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 XCod

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 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 Download > now an

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 t

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
Can you share how you are trying to configure the plugin? It looks like there are some options that need to be set in the Global Configuration (Manage Jenkins -> Configure System). It also looks like it creates a builder, so you could need to add an XCode builder to your project and configure it th

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 Guide

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 Guide

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 s

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 do

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 departme

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 comple

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 jenk

Re: Windows logoff kills Jenkins jobs

2012-11-30 Thread Craig
That did the trick! Thanks you very much! On Friday, 30 November 2012 12:22:09 UTC, slide wrote: > > 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 >wrote: >

Re: Build failes with android. The parameter is incorrect

2012-11-30 Thread Christopher Orr
Your path to the Android SDK looks short enough, and the android.bat file doesn't seem to include any other paths aside from ANDROID_SWT. Do you have an ANDROID_SWT environment variable set? Alternatively, do you have a CLASSPATH environment variable set, which could be too long? Chris On

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

2012-11-30 Thread Christopher Orr
On 30/11/12 04:46, Kevin G. wrote: The version of the campfire notifier plugin you get using the jenkins UI package manager is 2.1, but the latest on the github project page is 2.5: https://github.com/jenkinsci/campfire-plugin I just built the plugin from source and installed it, but is there an

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. B

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 12:57

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 #11381) So my g

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 wrote: > I'm no nearer to solving this problem, any ideas anyone? > > > On Thursday, 23 August 2012 17:01:12 UTC+1, Craig wro

Re: Windows logoff kills Jenkins jobs

2012-11-30 Thread Craig
I'm no nearer to solving this problem, any ideas anyone? On Thursday, 23 August 2012 17:01:12 UTC+1, Craig wrote: > > Hi, > > I have windows server running jenkins, also users are logging in to use it. > The Jenkins jobs are python scripts that eventually call Matlab. > Jenkins is running as a ser

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 an

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: 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 freq

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

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 co

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 ca