CircleCI

Gets the details of the CircleCI workflows; including the details of the last runs and the jobs, and retrieves the artifacts of the jobs.

Utilities · CircleCI

Configuration parameters

  • url — Your server URL (required)
  • api_key — The API key
  • api_key_creds
  • vcs_type — Version control system type (required)
  • organization — Organization name (required)
  • project — Project Name (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (5)

  • circleci-artifacts-list

    Retrieves the artifacts list from the CircleCI job.

  • circleci-trigger-workflow

    Triggers a new pipeline on the project.

  • circleci-workflow-jobs-list

    Retrieves the jobs list from the CircleCI workflow.

  • circleci-workflow-last-runs

    Retrieves the jobs list from the CircleCI workflow.

  • circleci-workflows-list

    Gets information on workflows.