usher icon indicating copy to clipboard operation
usher copied to clipboard

Task execution system (general)

Results 9 usher issues
Sort by recently updated
recently updated
newest added

Allow someone to be contacted directly when "send" is triggered (i.e. when the build is finished)

Pretty output of the settings for the current configuration file "--summary" maybe? I don't really like that name, though...

improvement

Option added to task to tell it to "be quiet". Example includes the output of anything that calls a command-line tool to suppress the default echoing of the results. Something...

improvement

Update the ExecTask to allow the results to be put into a Param for use later in the config file "Assign result to...."

It's just a placeholder right now...

improvement

Right now there's some git support for clone/pull/push - there needs to be similar tasks for SVN too

improvement

It's just a placeholder right now - it needs to get into a working state...

improvement

Allow the specification of an external json file to include into the current config. How should it pull it in? Parsed into the project namespace?

improvement

There's "param" and "write" right now, but other things should be included like simple logic: - if/then/else - looping - fail (ending execution from the config file) This stuff will...

improvement