Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A file can be typed as NUnit by adding the NUnit type to the artifact rule. For example, if I want my tests.xml to be a NUnit artifact and this xml is in the output directory of the server's workspace, I would use the following artifact rule:  nunit | output\tests.xml

Note that any : Any non-NUnit files that are given the NUnit type will not display correctly. This type should only be used for NUnit xml files.

...

  • The files were manually deleted from the server's workspace.
  • Your cleanup policy ran and it cleaned up artifacts on older builds.
  • The file was registered as an artifact on a earlier stage of the build and it was then subsequently deleted from the server's workspace. Artifacts can be declared on any stage of the build but these registered artifacts must still be on the server once the build has completed.

...