diff --git a/configure_jenkins.groovy b/configure_jenkins.groovy index 6ec1599..750bca9 100644 --- a/configure_jenkins.groovy +++ b/configure_jenkins.groovy @@ -78,9 +78,9 @@ folder('infra') { buildButton() } jobs { - name('sync-c8') - name('sync-p8') - name('sync-p9') + platforms.each { platform -> + name("sync-${platform}") + } } }