Skip to content

This repo is a simple library that contains some functions to integrate with AWX - upstream project of Ansible Automation Platform ex Ansible Tower.

Notifications You must be signed in to change notification settings

TheUncleRemus/ansible-awx-jenkins-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ansible-awx-jenkins-functions

This repo is a simple library that contains some functions to integrate with AWX - upstream project of Ansible Automation Platform ex Ansible Tower.

closure example

def (organizationListCode, organizationID) = tower.performGetResourceID({
        ->
            return aapcli.getOrganizationList()
        },
        env.TOWER_ORGANIZATION_ID,
        " Organization + ${env.TOWER_ORGANIZATION_ID} not found "
    )

If you want you can integrate this functions into your Jenkins shared library.

the goal

This repository facilitates integration between a Jenkins CI/CD stack and infrastructure managed as code using Ansible (CasC).

About

This repo is a simple library that contains some functions to integrate with AWX - upstream project of Ansible Automation Platform ex Ansible Tower.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages