job step template
I am working on functionality for our dev teams to quickly construct build job to do certain extended functions,
(source code scan, code coverage tests, etc)..
doing this in other build systems I was able to create an encapsulated shell script that does all the work,
and to use it, the config person just specifies the job step and configures 2 parameters.
its unclear how to do this in TC
any guidance?
Please sign in to leave a comment.
Perhaps meta runner are the solution in your case: https://confluence.jetbrains.com/display/TCD8/Working+with+Meta-Runner
Thank you.. very cool. I think this does everything I want..
easy to create and customize.
shareable across or project familys!..