VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/bin/ci/pipeline_details.gql

最後變更 在這個檔案是 103996,由 vboxsync 提交於 12 月 前

Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606

檔案大小: 571 位元組
 
1query jobs($projectPath: ID!, $iid: ID!, $cursor: String) {
2 project(fullPath: $projectPath) {
3 id
4 pipeline(iid: $iid) {
5 id
6 iid
7 complete
8 stages {
9 nodes {
10 name
11 }
12 }
13 jobs(after: $cursor) {
14 pageInfo {
15 hasNextPage
16 endCursor
17 }
18 count
19 nodes {
20 name
21 needs {
22 edges {
23 node {
24 name
25 }
26 }
27 }
28 stage {
29 name
30 }
31 }
32 }
33 }
34 }
35}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette