This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Tasks definition | |
| # Tasks represent code or programs to be executed with the required parameters | |
| # Usage rules: | |
| # 1. Variables MUST NOT be made of other variables. This should be handled within the service integration | |
| # Implementation rules: | |
| # 1. Tasks MUST call at least one service | |
| # 2. Tasks MUST produce a result | |
| # 3. Tasks result object has 3 sub-objects: | |
| # the result code(integer), the execution log artifact (URL), the pipeline artifacts (URL) |