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.
1 parent 0a7786d commit d59fce0Copy full SHA for d59fce0
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