Re: Does XCode plugin read environment vars?

2013-05-07 Thread Stephen Connolly
If the Xcode plugin does not depend on token-macro then it is 99% certan to not support expansion... Now I am 99.5% certain that supporting expansion is a good and desirable thing for this plugin Hope that let's you find your answer On Wednesday, 8 May 2013, David Clark wrote: > Hello, > > Shou

Re: Jenkins and Maven releases...

2013-05-07 Thread Stephen Connolly
Could you filter SCM changes to exclude those from the maven release plugin? (Might require some work though) On Tuesday, 7 May 2013, Jeff wrote: > In my dev group we use Jenkins to do the CI portion of our Maven builds > for our team but the company uses Thoughtworks GO for continuous delivery.

Does XCode plugin read environment vars?

2013-05-07 Thread David Clark
Hello, Should the XCode plugin be able to read environment vars for its configuration? E.g. I have set and environment with the EnvInject plugin, so I have Environment=Stage, then in the XCode "Configuration" item I have specified, ${Environment} - the build seems to work, choosing the correct

EnvInject "Prepare an environment for the run" fails with "SEVERE ERROR"

2013-05-07 Thread David Clark
Hello, Having a problem with some basic functionality of the EnvInject plugin. Adding a simple "Properties Content" to the "Prepare an environment for the run" item causes the plugin to fail with the error below. The same happens with no script specified, just the checkbox checked. The same cont

Problems updating plugins manually and via "Plugin Manager"

2013-05-07 Thread Tony P
Apologies if this is double posted. I thought I posted it but it disappeared and I still couldn't see it after half an hour so am posting again :-( I have a Jenkins system behind firewalls without internet access, it is a copy of a system that had internet access. When I try to update plugins

Execute Windows batch command on a Win8 machine

2013-05-07 Thread Mishael Kim
Hello, I'm using the Execute Windows batch command build step on a Windows 8 machine, and I'm experiencing some execution behavior. It is consistent with as if the commands were being called in the Command Prompt in normal mode as opposed to be run as an administrator. Just one example is tha

Re: Auto Node startup?

2013-05-07 Thread mark_kendzior
You shouldn't have to manually start up the node. Jenkins will do it automatically. Have you tied the build job to the specific node in the "Restrict where build can run" box? I have seen it take a while before it will start up. There are also some setting in the Node config that control ho

Re: Automatic pause of builds

2013-05-07 Thread Les Mikesell
On Tue, May 7, 2013 at 8:42 AM, Mark Caswell wrote: > Hello. > > We have a requirement to pause builds overnight while cloned copies of > databases are updated and allow of infrastructure jobs to be completed. > Downtime would be around an hour. > What would be the easiest way to do this ? Current

RE: Automatic pause of builds

2013-05-07 Thread William Soula
Set the cron polling of the scm to not poll during the overnight hours and build when changes are pushed to dcm. Will From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] on behalf of Mark Caswell [mark.caswel...@gmail.com] Sent: Tuesday, Ma

Jenkins and Maven releases...

2013-05-07 Thread Jeff
In my dev group we use Jenkins to do the CI portion of our Maven builds for our team but the company uses Thoughtworks GO for continuous delivery. We are trying to improve our process such that we can tell GO to use the Maven artifact published during the jenkins build instead of redoing the build

Automatic pause of builds

2013-05-07 Thread Mark Caswell
Hello. We have a requirement to pause builds overnight while cloned copies of databases are updated and allow of infrastructure jobs to be completed. Downtime would be around an hour. What would be the easiest way to do this ? Currently running Jenkins 1.475 on a Rhel 5 server with a number of

Re: NullPointerException after 1.504 -> 1.510 Upgrade

2013-05-07 Thread Slide
If its Jenkins core, then you could select "core" as the component. On Tue, May 7, 2013 at 5:03 AM, filtered wrote: > Wha do you want to tell me? I reported a migration issue of the Jenkins > core...so what module should I select? Should I dig through a list of a > hundred > components without

Re: NullPointerException after 1.504 -> 1.510 Upgrade

2013-05-07 Thread filtered
Wha do you want to tell me? I reported a migration issue of the Jenkins core...so what module should I select? Should I dig through a list of a hundred components without having knowledge about the internals of Jenkins? -aj 2013/5/7 Slide > If you don't select a component, the person who is mo

Re: NullPointerException after 1.504 -> 1.510 Upgrade

2013-05-07 Thread Slide
If you don't select a component, the person who is most likely to be able to help, will probably miss the bug. Since there are so many developers developing plugins and so forth on Jenkins, selecting the component can really help get the issue resolved faster. On Tue, May 7, 2013 at 4:52 AM, filt

Re: NullPointerException after 1.504 -> 1.510 Upgrade

2013-05-07 Thread filtered
I have no idea which component causes the problem. The selected component is the first found in the component list. The component list contains tons of entries and how should I know which one to choose? The compontent field in the bug tracker should be optional. -aj 2013/5/7 Ulli Hafner > Hmm,

Re: NullPointerException after 1.504 -> 1.510 Upgrade

2013-05-07 Thread Ulli Hafner
Hmm, is the component correctly set in Jira, it is accurev? The actual plugin seems to be hudson.plugins.global_build_stats.GlobalBuildStatsPlugin Did you downgrade that plug-in? Ulli Am 07.05.2013 um 07:22 schrieb filtered : > I did: > > https://issues.jenkins-ci.org/browse/JENKINS-17869 > >