Artifact Engine
Overview
Artifact engine is a generic framework which supports download of artifacts from different providers like jenkins, teamcity, vsts, bitbucket e.t.c. The framework is extensible and other providers can be easily plugged in the downloader.
How to Use
To use Artifact engine in your tasks or app have a look at E2E.ts.
Architecture
Development
Build
- Run npm install in ArtifactEngine folder
- Use command ctrl-shift-b to build from vscode
Testing
- Install mocha sidebar extension to run tests from vscode.
- Optional install node tdd extension to automatically run tests on build.