Dynamically add repo synchronization scripts

This commit is contained in:
Игорь Чудов 2019-10-08 13:02:13 +04:00
parent 985e7e923c
commit dff4bc97af
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -78,9 +78,9 @@ folder('infra') {
buildButton()
}
jobs {
name('sync-c8')
name('sync-p8')
name('sync-p9')
platforms.each { platform ->
name("sync-${platform}")
}
}
}