Skip to content

oherrerav/bamboo_notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Bamboo Notifications

=========

Build Status

This role is used for send customs notifications for deployments in Bamboo.

Requirements


Ansible 2.4.2.0

Role Variables


Here is a list of all the default variables for this role, which are also available in defaults/main.yml.

---
bamboo_appUrl: >-
   http://{bamboo}/deploy/viewDeploymentResult.action?deploymentResultId={id}
bamboo_deploy_environment: Development
bamboo_deploy_previous_release: v0.0.0
bamboo_deploy_project: Admeasurement
bamboo_deploy_release: develop
bamboo_deploy_rollback: 'true'
bamboo_resultsUrl: >-
  http://{bamboo}:8085/deploy/viewDeploymentResult.action?deploymentResultId={id}
teams_webhook: >-
  https://outlook.office.xxxxx
AZURE_AD_USER: user
AZURE_PASSWORD: password

Dependencies


No depencies

Example Playbook


And here's the playbook:

---
- name: Bamboo Notifications
  hosts: all
  connection: local
  gather_facts: no
  any_errors_fatal: True
  tasks:
  - name: Include role bamboo_notifications
    include_role:
      name: ../roles/bamboo_notifications

License


BSD

Author Information


OAHerrera

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published