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 0a7786d + d59fce0 commit 67ec33aCopy full SHA for 67ec33a
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