ml's avatar
ml
Contributor
10 years ago
Status:
Implemented

executing networksuite-jobs over commandline

as the title. maybe something like: /pi:NetworkSuite /t:MyNetworksuiteTest

2 Comments

  • It's already possible using the /test (or /t) parameter.

    To run a job:

    /t:"NetworkSuite|Jobs|JobName|JobName"

    Note the job name is included twice.



    To run a specific task:

    /t:"NetworkSuite|Jobs|JobName|TaskName"


    We'll add examples to the docs for future reference. Thanks!