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 63573ea commit ecfaaebCopy full SHA for ecfaaeb
jenkins_install/setUpOCI.groovy
@@ -274,8 +274,8 @@ pipeline {
274
file_path = labelledShell( label: 'Preparing archival', script: '''
275
set +x
276
cd3_file=`grep '^cd3file' ${prop_file}| cut -d'=' -f2`
277
- cp $cd3_file .
278
- echo $cd3_file
+ cp "$cd3_file" .
+ echo "$cd3_file"
279
''', returnStdout: true).trim()
280
}
281
archiveArtifacts "${file_path.split("/")[(file_path.split("/")).length-1]}, *.zip,*.xl*"
0 commit comments