Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Latest commit

 

History

History

octopusdeploy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Octopus Deploy Integration Pack

This integration pack allows you to integrate with Octopus Deploy, deployment automation system for .NET applications.

Actions

Currently, the following actions listed bellow are supported:

Projects

  • Get Projects - list_projects
  • Get Deployments - list_deployments

Releases

  • Create a new release - create_release
  • Deploy a release to an environment - deploy_release
  • Get a list of releases for a project - list_releases

Machines (tentacles)

  • Add a new machine to an environment(s) - add_machine

Sensors

  • Detect a new release being created - new_release_sensor
  • Detect a new deployment being created - new_deployment_sensor

Configuration

Update config.yaml to setup the connection to Octopus.

a tutorial on this pack https://stackstorm.com/2015/10/01/octopusdeploy-integration-with-stackstorm/