Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
query getPipelineDetails($projectPath: ID!, $iid: ID!) {
project(fullPath: $projectPath) {
id
pipeline(iid: $iid) {
iid
complete
stages {
nodes {
name,
groups {
jobs {
name
needs {
}