Skip to content

Commit ecfaaeb

Browse files
committed
Automation Toolkit Release v2024.4.2
1 parent 63573ea commit ecfaaeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins_install/setUpOCI.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ pipeline {
274274
file_path = labelledShell( label: 'Preparing archival', script: '''
275275
set +x
276276
cd3_file=`grep '^cd3file' ${prop_file}| cut -d'=' -f2`
277-
cp $cd3_file .
278-
echo $cd3_file
277+
cp "$cd3_file" .
278+
echo "$cd3_file"
279279
''', returnStdout: true).trim()
280280
}
281281
archiveArtifacts "${file_path.split("/")[(file_path.split("/")).length-1]}, *.zip,*.xl*"

0 commit comments

Comments
 (0)