Notes

From Wiki
Revision as of 10:18, 20 February 2018 by Joseph (talk | contribs) (Add GoCD tip)

Totally random dump of facts.

  • To enforce a particular directory as the root directory for Pytest, just drop an empty pytest.ini file into the directory that you want to be the root directory.
  • To ensure that a GoCD pipeline can only run based on timer and never on a material, mark the first stage of that pipeline as manual. Or mark it as manual in the template itself.