We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d2c598 + 77db62a commit 723863eCopy full SHA for 723863e
Jenkinsfile
@@ -75,7 +75,7 @@ if(currentBuild.result != 'FAILURE')
75
76
stage 'Delete Workspace'
77
78
- def files = findFiles(glob: '**/cireports/spellcheck/*.*')
+ def files = findFiles(glob: '**/cireports/*.*')
79
80
if(files.size() > 0)
81
{
0 commit comments