OCNORA

Travis CI

Business appsAPI keycredential probe

Trigger Travis CI builds and then watch, cancel or restart them, on travis-ci.com or a Travis CI Enterprise install.

OCNORA ships 8 typed Travis CI operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.travis-ci.com through the HTTP node with the same credential.

Operations 8

  • Cancel Build
    Stop a running build and every job in its matrix.
    travis.cancel_build
  • Cancel Job
    Stop one running job without touching the rest of the matrix.
    travis.cancel_job
  • Get Build
    Read one build, with its state, timings and job matrix.
    travis.get_build
  • Get Job
    Read one job out of a build's matrix.
    travis.get_job
  • List Builds
    Page a repository's builds, newest first.
    travis.list_builds
  • Restart Build
    Re-run a build that has finished or been cancelled.
    travis.restart_build
  • Restart Job
    Re-run one job that has finished or been cancelled.
    travis.restart_job
  • Trigger Build
    Ask Travis CI to build a branch, optionally overriding the config.
    travis.trigger_build

Run your first Travis CI workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.