10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
![]() |
query sha2pipelineIID($projectPath: ID!, $sha: String!) {
|
||
|
project(fullPath: $projectPath) {
|
||
|
pipelines(last: 1, sha:$sha){
|
||
|
nodes {
|
||
|
iid
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|