Adds status to stage
What does this MR do?
Adds the status
field to StageType
Screenshots (strongly suggested)
query:
{
project(fullPath: "root/wake-in-fright") {
pipeline(sha: "ec3ced293880fa898a913662e9d055f3cc2d57c8"){
status
}
}
}
response:
{
"data": {
"project": {
"pipeline": {
"status": "FAILED"
}
}
}
}
Does this MR meet the acceptance criteria?
Conformity
-
📋 Does this MR need a changelog?-
I have included a changelog commit. -
I have not included a changelog entry because _____.
-
- [-] Documentation (if required)
-
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides
Edited by Laura Montemayor