/artifactory-vsts-extension

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Build status

Overview

JFrog Artifactory provides tight integration with VSTS and TFS through the JFrog Artifactory VSTS Extension. Beyond managing efficient deployment of your artifacts to Artifactory, the extension lets you capture information about artifacts deployed, dependencies resolved, environment data associated with the build runs and more, that effectively facilitates fully traceable builds. See the full extension documentation at the VSTS and TFS Artifactory Extension User Guide.

Download and Installation

The extension is available for installation on your VSTS organization in the VSTS Marketplace. To install the extension TFS, see the nstall extensions for Team Foundation Server (TFS) documentation page.

Building and Testing the Extension

To build and run the extension sources, please follow these steps:

  1. Clone the code from git.
  2. To run the tests, use the following commands:
    1. Set the VSTS_ARTIFACTORY_URL, VSTS_ARTIFACTORY_USERNAME and VSTS_ARTIFACTORY_PASSWORD environment variables with your Artifactory URL, username and password.
    2. Run the following commands:
    npm install -g jfrog-cli-go
    npm test
    
  3. To Build and create the JFrog Artifactory VSTS extension vsix file, run the following command.
    npm install
    

After the build process is completed, you'll find the vsix file in the project directory. The vsix file can be loaded into VSTS and TFS.

Pull Requests

We welcome pull requests from the community! Before creating your first pull request, please join our contributors community by signing JFrog's CLA.