Hello, all

>From some examples in the internet I have found that a
mulitline Windows batch script in Jenkins may be called with
this step:

bat """
   chcp 1251
   c:\path\to\program.exe
"""

Where is this syntax documented with regard to:

  1.  the backslash escapes, and
  2.  the triple quoataion marks?

Accoring to the steps reference, the `bat' step can take
many parateters, the first being `script'.  How I invoke the
`bat' step with several parameters, e.g.: `script' and
`returnStdout'?

Where is the general specification of the declarative
syntax?  I am somewhat confused because the documentation
starts from specific examples.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/20200814190016.e0ded0495c2baeb95826d477%40gmail.com.

Reply via email to