Lines Matching full:pipeline
12 Checks the GitLab pipeline status for a given commit ID
31 """Communication is successful but pipeline is not found."""
67 Returns the JSON content of the pipeline status API response
73 # As far as I can tell, there should be only one pipeline for the same
77 msg = "No pipeline found for project %s and commit %s" % (project_id,
86 Waits for the pipeline to finish within the given timeout
92 "won't wait any longer for the pipeline to complete")
100 print('Pipeline has not been found, it may not have been created yet.')
115 msg = "Pipeline failed, check: %s" % status['web_url']
122 prog='pipeline-status',
123 description='check or wait on a pipeline status')
127 'pipeline to complete. Defaults to '
131 'checks of the pipeline status. Defaults '
135 'the status of a pipeline'))
146 help=('Look for a pipeline associated with the given '