Skip to content

Commit cda618f

Browse files
Minor
1 parent ef405ce commit cda618f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ boolean canRun() {
307307
void doRun() {
308308
log.info "Users report generation started"
309309
310-
def report = outputs.make("report") {
310+
def report = outputs.file("report") {
311311
label = "Report"
312312
description = "Users report generated as CSV file"
313313
downloadName = "report.csv"

0 commit comments

Comments
 (0)