This repository contains the first steps for a StackStorm pack for Tuleap
In stackstorm:
- Install the pack:
st2 pack install https://github.com/yannis-rossetto/stackstorm-tuleap
command - Configure the pack:
st2 pack config tuleap
- You can test it:
st2 run tuleap.get_projects
- You can see actions available:
st2 action list
- Clone the StackStorm docker repository: https://github.com/StackStorm/st2-docker
cd st2-docker
- Launch the StackStorm container: https://github.com/StackStorm/st2-docker/blob/master/README.md#usage
- Clone this repository: git clone https://github.com/yannis-rossetto/stackstorm-tuleap packs.dev/tuleap
docker exec -ti stackstorm bash
cp /opt/stackstorm/packs.dev/tuleap/tuleap.yaml.example /opt/stackstorm/configs/tuleap.yaml
st2ctl reload
st2 action list
For now, the available actions are:
- get_projects