All Projects → JetBrains → teamcity-deployer-plugin

JetBrains / teamcity-deployer-plugin

Licence: Apache-2.0 License
Deployer plugin for TeamCity CI server

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to teamcity-deployer-plugin

Wordmove
Multi-stage command line deploy/mirroring and task runner for Wordpress
Stars: ✭ 1,791 (+4740.54%)
Mutual labels:  ssh, ftp, deploy
teamcity-rust-plugin
TeamCity Rust and Cargo plugin
Stars: ✭ 29 (-21.62%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-azure-storage
TeamCity Azure artifacts storage support plugin
Stars: ✭ 14 (-62.16%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-runas-plugin
The teamcity-runas plugin to run TeamCity build steps under a specified user account on Windows or Linux.
Stars: ✭ 20 (-45.95%)
Mutual labels:  teamcity, teamcity-plugin
Flightplan
Run sequences of shell commands against local and remote hosts.
Stars: ✭ 1,804 (+4775.68%)
Mutual labels:  ssh, deploy
Brutedum
BruteDum - Brute Force attacks SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Hydra, Medusa and Ncrack
Stars: ✭ 212 (+472.97%)
Mutual labels:  ssh, ftp
tcWebHooks
WebHooks plugin for Teamcity. Supports many build states and payload formats.
Stars: ✭ 128 (+245.95%)
Mutual labels:  teamcity, teamcity-plugin
Winscp
WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also Amazon S3, FTPS, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly.
Stars: ✭ 794 (+2045.95%)
Mutual labels:  ssh, ftp
teamcity-google-agent
TeamCity support for Google cloud build agents
Stars: ✭ 13 (-64.86%)
Mutual labels:  teamcity, teamcity-plugin
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (-16.22%)
Mutual labels:  ssh, smb
teamcity-symbol-server
TeamCity Symbol Server plugin
Stars: ✭ 16 (-56.76%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-s3-artifact-storage-plugin
TeamCity plugin which allows replacing the TeamCity built-in artifacts storage with AWS S3
Stars: ✭ 39 (+5.41%)
Mutual labels:  teamcity, teamcity-plugin
Getssl
obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
Stars: ✭ 1,687 (+4459.46%)
Mutual labels:  ssh, ftp
Cedardeploy
cedardeploy:发布系统基于python,flask,mysql,git,ssh-key,supervisor.支持多类型,上线,回滚,监控,报警
Stars: ✭ 248 (+570.27%)
Mutual labels:  ssh, deploy
Ftpbucket
FTPbucket is a PHP script that enables you to sync your BitBucket or GitHub repository with any web-server
Stars: ✭ 99 (+167.57%)
Mutual labels:  ssh, ftp
ftp-action
Automate copying your files via FTP using this GitHub action.
Stars: ✭ 90 (+143.24%)
Mutual labels:  ftp, deploy
Openiothub
💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]
Stars: ✭ 371 (+902.7%)
Mutual labels:  ssh, ftp
Ftp Deployment
A tool for automated deployment of web applications to an FTP server.
Stars: ✭ 527 (+1324.32%)
Mutual labels:  ssh, ftp
TeamCityApp
TeamCity in your pocket (Android application)
Stars: ✭ 48 (+29.73%)
Mutual labels:  teamcity, teamcity-plugin
teamcity-commit-hooks
Plugin for TeamCity simplifying installation of webhooks for repositories in GitHub and GitHub Enterprise.
Stars: ✭ 24 (-35.14%)
Mutual labels:  teamcity, teamcity-plugin

TeamCity plugin to upload artifacts to external locations


official project Build Status

This plugin adds basic deployment functions to TeamCity continuous integration server http://www.jetbrains.com/teamcity/

Installation

Copy zip archive to %TeamCity_data_dir%/plugins and restart the server. Agents will be upgraded automatically

Usage

In build configuration settings, new runners will be available for build steps. New runners include:

  • SMB Deployer - upload artifacts via SMB (Windows shares)
  • FTP Deployer - upload artifacts via FTP
  • SSH Deployer - upload artifacts via SSH (using SCP or SFTP protocols)
  • SSH Exec - execute arbitrary commands using SSH
  • Cargo Deployer - deploy WAR application archives to different servlet containers (based on Cargo library: http://cargo.codehaus.org)

When configuring artifacts for upload, same patterns can be used as in "Artifacts Path" section of "General Settings" page. Including packaging artifacts to zip/tgz archives

Build

You need two JDK-s to build the plugin - maven must be run under jdk8, but agent modules must be compiled using jdk6. You have to define path to the jdk6 using command line property:

mvn package -Djava_16="C:\Program Files\Java\jdk1.6.0_45"

or

mvn package -Djava_16=$(/usr/libexec/java_home -v 1.6)

on OS X

License

Apache, version 2.0 http://www.apache.org/licenses/LICENSE-2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].