Skip to content

Commit

Permalink
Print job name on each run as a progress indicator.
Browse files Browse the repository at this point in the history
Co-authored-by: Dharini Dutia <[email protected]>
  • Loading branch information
nuclearsandwich and quarkytale authored Jul 26, 2023
1 parent 1505d62 commit 5a80a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/ongoing_operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ The following Groovy script is a good starting point for various actions:
/* Delete a job! This action is irreversable! */
// job.delete()
println(job.name)
/* Increase count for batch processing. */
count++
}
Expand Down

0 comments on commit 5a80a00

Please sign in to comment.