CI/CD
Jenkins
Uploading build artifacts from your Jenkins pipelines
Introduction
The Buildstash Jenkins plugin provides both Freestyle and Pipeline steps that can be used in Jenkins projects to upload files to Buildstash, and retrieve information on the uploaded artifacts (such as download URL) to use in future steps.
Create API token
To upload builds using Jenkins you'll need to create an application specific API token.
Install Jenkins plugin
You can find the plugin available in the Jenkins Plugins index.

To install the plugin in your Jenkins instance, search for fit under "Available plugins".
Usage
For full documentation, including detailed setup instructions for both Freestyle and Pipeline projects, see the readme.