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 c65196d + e1ad181 commit 79c088cCopy full SHA for 79c088c
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