Default view for Infrastructure specified

This commit is contained in:
Игорь Чудов 2019-10-04 18:33:24 +04:00
parent b6e75c3e11
commit 93ac4f17a2
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -79,6 +79,23 @@ folder('infra') {
name('switch-backup')
}
}
listView('etc') {
description('Uncategorized jobs')
filterBuildQueue()
filterExecutors()
columns {
status()
name()
buildButton()
}
jobs {
name('configure-jenkins')
}
}
}
configure { view ->
view / defaultView('File synchronization')
}
}