DO-63/Waydroid_build (#1)
+ Added jobs-dsl and gitea events Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
This commit is contained in:
committed by
Aleksandr Vodyanov
parent
70e286b008
commit
9046f994f1
15
jobs-dsl/views/devops.groovy
Normal file
15
jobs-dsl/views/devops.groovy
Normal file
@@ -0,0 +1,15 @@
|
||||
listView('DevOps') {
|
||||
description('DevOps service tasks')
|
||||
recurse()
|
||||
jobs {
|
||||
regex(/^jobs-dsl$|^gitea*/)
|
||||
}
|
||||
columns {
|
||||
status()
|
||||
name()
|
||||
lastSuccess()
|
||||
lastFailure()
|
||||
lastDuration()
|
||||
buildButton()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user