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 d7803e0 + 1da0031 commit d424d8aCopy full SHA for d424d8a
Jenkinsfile
@@ -74,7 +74,7 @@ if(currentBuild.result != 'FAILURE')
74
75
stage 'Delete Workspace'
76
77
- def files = findFiles(glob: '**/cireports/spellcheck/*.*')
+ def files = findFiles(glob: '**/cireports/*.*')
78
79
if(files.size() > 0)
80
{
0 commit comments