Anynines

This plugin deploys your application on the Anynines platform. The below pipeline configuration demonstrates simple usage:

steps:
- name: anynines
  image: plugins/anynines
  settings:
    username: octocat@github.com
    password: password
    organization: octocat_github_com

Override the default space:

steps:
- name: anynines
  image: plugins/anynines
  settings:
    username: octocat@github.com
    password: password
    organization: octocat_github_com
    space: development

Example configuration using secrets:

steps:
- name: anynines
  image: plugins/anynines
  settings:
    username:
      from_secret: anynines_username
    password:
      from_secret: anynines_password
    organization: octocat_github_com

Parameter Reference

username
Username for Anynines auth
password
Password for Anynines auth
organization
Organization on Anynines
space
Space within Anynines organization
skip_cleanup
Skip cleanup of workspace