https://github.com/pipizhang/artifact-deployer
Artifact-Deployer is a small tool designed to deploy Jenkins artifacts to remote server
https://github.com/pipizhang/artifact-deployer
deployment jenkins
Last synced: 2 months ago
JSON representation
Artifact-Deployer is a small tool designed to deploy Jenkins artifacts to remote server
- Host: GitHub
- URL: https://github.com/pipizhang/artifact-deployer
- Owner: pipizhang
- License: mit
- Created: 2018-04-06T18:50:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:52:17.000Z (over 3 years ago)
- Last Synced: 2025-04-02T07:26:36.945Z (about 1 year ago)
- Topics: deployment, jenkins
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artifact-Deployer [](https://travis-ci.org/pipizhang/artifact-deployer)

Artifact-Deployer is a small tool designed to deploy Jenkins artifacts to remote server. Although there are various way on Jenkins CI/CD pipelines, this tool is more meet my requirement on controling, enalbe the right version of builds be depoyed to prodution server. Particully for a small team which lackof testers.
### Features
* List the latest builds info
* Deploy a specific version of build to remote via SSH
### Getting started
Copy env.example to .env, put settings.
```bash
make install
source venv/bin/activate
make run
```
### Requires
* Python3
* Virtualenv
* SSH
License
-------
Copyright (c) 2018-present Peter Zhang. Released under the MIT License. See
[LICENSE.md][license] for details.
[license]: LICENSE.md