Hi

I have a Jenkins job that builds a Visual Studio project in multiple 
configurations using msbuild.  I currently have multiple build steps in the job 
- one Windows batch command step for each call of msbuild.

I want to replace these steps with a single Python script, which will be easier 
to configure and that can be put under version control.

My difficulty is that I don't know much Python and I am struggling to run 
vcvarsall.bat and msbuild in a single subprocess.

I know this is more of a Python question than a Jenkins question, but I thought 
that someone here may have faced the same problem and may be able to share some 
code.

Any help would be appreciated.

Best regards

David

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to