Removed questionable elements

This commit is contained in:
Игорь Чудов 2019-10-14 16:08:56 +04:00
parent da8e8f9821
commit 5af93f46d2
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -132,7 +132,7 @@ folder('infra') {
buildButton()
}
jobs {
regex('sync-image-.*')
//regex('sync-image-.*')
}
}
listView {
@ -232,8 +232,8 @@ job('infra/configure-jenkins') {
*/
imageMap.each { url, hash ->
job("infra/sync-image-${url}") {
displayName("${url}")
job("infra/sync-image-test") {
displayName("test")
description('Synchronize image')
label('pve')
logRotator {