Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Remote deployment of JAR plugin files to Atlassian products

License

Notifications You must be signed in to change notification settings

dodevops/atlassian-remote-deploy

Repository files navigation

This tool is ARCHIVED as we are not using it anymore

atlassian-remote-deploy - Remote deployment of JAR plugin files to Atlassian products

npm

Introduction

This small script helps with the remote installation of plugins for Atlassian products. You simply need a JAR file of the plugin and run this script to install it on a remote server.

The script uploads the file and checks for a valid installation.

This is currently alpha software and only supports JIRA.

It is based on Randall Hunt's idea on this. Thanks!

Usage

To install run

npm install -g atlassian-remote-deploy

To run the script, use:

atlassian-remote-deploy install --product jira --url https://jira.example.com --context /jira --username admin --password admin --file myplugin-1.0.0-SNAPSHOT.jar

About

Remote deployment of JAR plugin files to Atlassian products

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published