Skip to content

Percona-Lab/qa-integration

Repository files navigation

Example curl to trigger ci.yml workflow

curl -v -X POST \
    -H "Accept: application/vnd.github.v3+json" \
    -H "Authorization: token ${GITHUB_API_TOKEN}" \
    "https://api.github.com/repos/Percona-Lab/qa-integration/actions/workflows/ci.yml/dispatches" \
    -d '{"ref":"main","inputs":{"text":"Hello from jenkins"}}'

About

Integration Tests Repo for Percona QA cross product common tests for release Integration testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published