1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00
community.general/tests/integration/targets/jenkins_credential
Felix Fontein 7e66fb052e
CI: Add yamllint for YAML files, plugin/module docs, and YAML in extra docs (#10279)
* Add yamllint to CI.

* Fix more YAML booleans.
2025-06-30 20:46:56 +02:00
..
tasks CI: Add yamllint for YAML files, plugin/module docs, and YAML in extra docs (#10279) 2025-06-30 20:46:56 +02:00
vars jenkins_credentials: new module to manage Jenkins credentials (#10170) 2025-06-24 06:27:24 +02:00
aliases jenkins_credentials: new module to manage Jenkins credentials (#10170) 2025-06-24 06:27:24 +02:00
docker-compose.yml jenkins_credentials: new module to manage Jenkins credentials (#10170) 2025-06-24 06:27:24 +02:00
README.md jenkins_credentials: new module to manage Jenkins credentials (#10170) 2025-06-24 06:27:24 +02:00

The integration test can be performed as follows:

# 1. Start docker-compose:
docker-compose -f tests/integration/targets/jenkins_credential/docker-compose.yml down
docker-compose -f tests/integration/targets/jenkins_credential/docker-compose.yml up -d

# 2. Run the integration tests:
ansible-test integration jenkins_credential --allow-unsupported -v