LIBNOVA DOCS Home
Pipelines module
Pipelines module
  • Pipelines Module Definition
    • Pipelines Module
  • Benefits and importance of the Pipelines module
  • Pipeline Metadata Definition (Metadata Schemas)
  • Creating a new Pipeline
  • Pipelines details
  • Target selection and object filtering (Triggers)
  • Execution/launching and review restrictions
  • Steps
  • Monitoring the progress of your pipeline tasks (Jobs)
  • Filtering jobs
  • Jobs and API access
  • Running a pipeline on a given container
  • Branching
  • Wait for user step
  • Automating your pipeline (using a function)
  • Stopping a running job
  • Pipeline Details
Powered by GitBook
On this page

Jobs and API access

POST /api/container/{container_id}/pipeline/{pipeline_id}

{container_id} -> ID container where the pipeline runs

{pipeline_id} -> Pipeline ID to execute

POST /api/pipeline/search

Lists all your pipelines

GET /api/pipeline/{pipeline_id}

{pipeline_id} -> ID Pipeline, obtain the details of a specific pipeline.

Last updated 7 months ago