Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fixup: add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwinlu committed May 15, 2018
1 parent da251c6 commit 5c97e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/jenkins/Jenkinsfile.daily
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ find /srv/libelektra/coverage/ \
-print0 \
| xargs -r -0 rm -R
"""
def taskname = "cleanup_coverage"
return [(taskname): {
stage(taskname) {
node {
Expand Down

0 comments on commit 5c97e8e

Please sign in to comment.