comparison doc/commands.txt @ 629:f3bb52da9e3c

0.6dev: Adding support for attachments to configurations and build - full web implementation that mirrors what is available in Ticket and Wiki. Also added a new generic `<attach/>` command that enables attaching files to be part of a recipe and uploaded by slaves as part of build. Tests and updated documentation included. Closes #132.
author osimons
date Tue, 11 Aug 2009 22:47:55 +0000
parents b76e6accad72
children 900b09af6b38
comparison
equal deleted inserted replaced
628:05686657e989 629:f3bb52da9e3c
43 | ``file`` | Path to the XML file containing the report data, relative | 43 | ``file`` | Path to the XML file containing the report data, relative |
44 | | to the project directory. | 44 | | to the project directory. |
45 +--------------+-------------------------------------------------------------+ 45 +--------------+-------------------------------------------------------------+
46 46
47 Both parameters must be specified. 47 Both parameters must be specified.
48
49
50 ------------
51 ``<attach>``
52 ------------
53
54 Attach a file to the build or configuration as regular attachment. An already
55 existing attachment on the same resource with same base filename will be
56 replaced.
57
58 **Note:** Unless consistently building latest only, overwriting files on
59 config level may lead to unexpected results.
60
61 Parameters
62 ----------
63
64 +-----------------+----------------------------------------------------------+
65 | Name | Description |
66 +=================+==========================================================+
67 | ``file`` | Path to the file to attach, relative to the project |
68 | | directory. |
69 +-----------------+----------------------------------------------------------+
70 | ``resource`` | The resource to attach the file to. Either |
71 | | 'build' (default) or 'config'. Optional. |
72 +-----------------+----------------------------------------------------------+
73 | ``description`` | Attachment description. Optional. |
74 +-----------------+----------------------------------------------------------+
48 75
49 76
50 Shell Tools 77 Shell Tools
51 =========== 78 ===========
52 79
Copyright (C) 2012-2017 Edgewall Software