<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]</pre>
<h3>eyal edri updated OVIRT-1109:</h3>
<pre>Resolution: Won't Do
Status: Done (was: To Do)</pre>
<blockquote><h3>Create jobs parameter in manual system tests</h3>
<pre> Key: OVIRT-1109
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1109
Project: oVirt - virtualization made easy
Issue Type: Task
Reporter: Gil Shinar
Assignee: infra</pre>
<p>You should do that by adding a dynamic parameter that'll have a groovy script such as: {code} import jenkins.model.* def list = [] def matchedJobs = Jenkins.instance.items.findAll { job -></p>
<pre>job.name =~ /build-artifacts/</pre>
<p>} matchedJobs.each { job -></p>
<pre>if (!job.name.contains("archived_for_deletion")) {
list << job.name.split('_')[0]
}</pre>
<p>} return list.unique() {code} With the above script you'll have all project names. From the project name and the other parameters you can build any job's name: {code} {project}_{ovirt_version}_build-artifacts-{distro}-{arch} {code}</p></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100075)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BJ33BSM3tuiUfRTk64K-2BOjFTKd1eQk0jeaIcBJlLyWiNcvGIsCfxaYIbnSSZ5n5g-2FFAwse349mKKxFQJ8h-2FY6gV-2BKhpyUfAO2xszwz4CcILXaNX6Xc-2FlDgmflUKntctunMYkPnxKt-2FhBJX3P0x9ZCUF0GeONEQIUn-2FF1KBf1fAXvoXpIX-2B8RiS7xJQ0Xme2ELGa6QDZ5VyoBxuz09XesU0NWy6cCNRrmBL4T-2FLqxAH84hEdw4DXvhcpU9-2BIjWtyYwHbObH4-2FqW-2F1coEuXldp3LwejHI5t4KORz-2B2lUAocxU0sk1bgMVAuTP4TxWVaKZ8k8TrnoPStTQemLyuI1NpGjh4BVXYNirLpZEfFB6Lv8RcPBr2-2FcHoxObOvTCqd1lfUGgVIRCtwuVr8xT76iG7Mh8N8cOGuPs0ZLA-2FccZdhIhL" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>