Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: lemeurherveCB <[email protected]>
  • Loading branch information
dduportal and lemeurherveCB authored Nov 7, 2024
1 parent a2f5cdc commit 5a55263
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ node('docker&&linux') {
--put-md5 \
--local-hash-storage-mode=HiddenFiles \
./build/_site/ "${FILESHARE_SIGNED_URL}"
# Retrieve azcopy logs to archive them
cat /home/jenkins/.azcopy/*.log > azcopy.log
'''
archiveArtifacts 'azcopy.log'
}
} catch (err) {
currentBuild.result = 'FAILURE'
Expand All @@ -118,7 +113,7 @@ node('docker&&linux') {
# Retrieve azcopy logs to archive them
cat /home/jenkins/.azcopy/*.log > azcopy.log
'''
archiveArtifacts 'azcopy.log'
archiveArtifacts 'azcopy.log'
}
}
stage('Purge cached CSS') {
Expand Down

0 comments on commit 5a55263

Please sign in to comment.