Re: Need help on automating QA, Stage, Prod delpoy

2012-10-20 Thread Vijendra Patil
Thanks Mark for the detailed explanation on this. Actually it’s my bad, I didn’t explained things properly. Let me explain one more time. We have one server (dvappbuildwb04) . All the dev team members have ADMIN privileges to both the server and the Jenkin application. So that all the develop

Re: MsDev Automation

2012-10-20 Thread Schalk Cronjé
I suspect you probably need to run vcvarsall.bat or something similar. On Friday, 19 October 2012 23:00:34 UTC+1, Jason Swager wrote: > > As part of that batch command, add a "SET" to show you all the environment > variables. Then compare to a SET from the command prompt. I suspect that > you'

Re: Need help on automating QA, Stage, Prod delpoy

2012-10-20 Thread Mark Waite
I don't understand the security threat against which you are trying to defend yourself.  I'll propose some alternatives as my feeble attempt to understand the threat you're describing. If your concern is "how do I create jobs which only a certain user can run", you could consider https://wiki.

Re: Jenkins and Qt projects

2012-10-20 Thread mrz
On Saturday, October 20, 2012 5:09:29 PM UTC+3:30, Richard Mortimer wrote: > > Hi, > > On 20/10/2012 13:45, Richard Mortimer wrote: > > The plugin is already in the jenkins build environment. I suspect it > > needs someone to give it a little care and maybe take ownership of it if > > it stil

Re: Jenkins and Qt projects

2012-10-20 Thread Richard Mortimer
Hi, On 20/10/2012 13:45, Richard Mortimer wrote: The plugin is already in the jenkins build environment. I suspect it needs someone to give it a little care and maybe take ownership of it if it still serves a useful purpose. https://wiki.jenkins-ci.org/display/JENKINS/qmakebuilder+Plugin https:

Re: Jenkins and Qt projects

2012-10-20 Thread Richard Mortimer
Hi, On 20/10/2012 13:24, Mark Waite wrote: If you'd rather not wrestle with creating a dedicated qmake plugin, couldn't you call make or gmake or nmake and have it invoke qmake? That seems to be what is described on the Hudson (not Jenkins) plugin page that you referenced, and it seems like it

Re: Need help on automating QA, Stage, Prod delpoy

2012-10-20 Thread Mark Waite
Have you considered making the job which deploys to Stage or to Prod a parameterized job, with the credentials as the parameter?  I think your batch file could then reference the credentials which were passed as job parameters. https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build Po

Re: Jenkins and Qt projects

2012-10-20 Thread Mark Waite
If you'd rather not wrestle with creating a dedicated qmake plugin, couldn't you call make or gmake or nmake and have it invoke qmake?   That seems to be what is described on the  Hudson (not Jenkins) plugin page that you referenced, and it seems like it should work.  You wouldn't need to bothe

Jenkins and Qt projects

2012-10-20 Thread mrz
* * Hi everyone, this is my first time using Jenkins. I'm trying to use Jenkins for some project I have written in Qt framework. There is qmake plug-in

Need help on automating QA, Stage, Prod delpoy

2012-10-20 Thread JenkinsUser
Hi, We are using Hudson as a CI tool. At present we are needed to use Jenkins, to deploy the build to Stage, Prod environment. What is the best aproach we should follow. I know about promote buld plugin, but the issue is authentication. I want whevener we need to promote a build to deploy to