taskinfo CLI and webUI info message why output is not in the list
Fixes: https://pagure.io/koji/issue/4074
This commit is contained in:
parent
bf6f1f4a16
commit
3725053b33
3 changed files with 30 additions and 2 deletions
|
|
@ -269,6 +269,9 @@ $value
|
|||
#end if
|
||||
<br/>
|
||||
#end for
|
||||
#if not $output
|
||||
<div title="Not all tasks produce outputs, and task outputs are not retained indefinitely.">No outputs reported</div>
|
||||
#end if
|
||||
#if $task.state not in ($koji.TASK_STATES.CLOSED, $koji.TASK_STATES.CANCELED, $koji.TASK_STATES.FAILED) and \
|
||||
$task.method in ('buildSRPMFromSCM', 'buildArch', 'createLiveMedia', 'buildMaven', 'wrapperRPM', 'vmExec', 'createrepo', 'runroot', 'createAppliance', 'createLiveCD')
|
||||
<br/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue