Hi,
I just realized that the powershell is not part of pipeline script. I'm no 
powershell guru. So I wonder how one can use it properly to launch 
something like msbuild (I known I can launch it with the bat but this often 
hang like many jenkins issues have already show the problems). So I hope to 
have something finally working with it, so we can put the Jenkins Ci into a 
real life CI usage. So my questions are the following:


   1. Is it better to execute a pregen scripts myScriptFile.ps1 ?
   2. How can one invoke the following batch into powershell properly:
   bat returnStatus: false, script: "\"${bcad.msbuild_current}\" 
   ${bcad.msbuild_solution_name} ${bcad.msbuild_default_arg} /t:Build"
   
   
Do I have to 
Invoke-Expression

or do I have to force escape with 
--%

Thanks
Jerome

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/965e7e32-550c-4eaa-8ab9-5dfaad602346%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to