Project

General

Profile

action #66268

Updated by okurz about 4 years ago

## Acceptance criteria 

 * **AC1:** The _URL evaluation including setting an asset filename from the corresponding _URL variable works for "jobs post" similar to "isos post" 

 ## Further details 

 Original description: 
 According to https://github.com/os-autoinst/openQA/pull/2877#issuecomment-614331728. I did a test in my local environment, a job with `HDD_1_URL`, but has no `HDD_1`, it failed. 
 Here is the test http://10.67.19.103/tests/46#settings 
 I did that by using `openqa-clone-job .... HDD_1_URL=xxx HDD_1=` 

 Suggestion: 
   `HDD_1` should be added in job's setting, then the job should be success.

Back