Skip to content

Commit

Permalink
chore: add debug trace for files to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jul 1, 2021
1 parent 2ed629b commit 7aa8e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ def archiveTestOutput(Map args = [:]) {
}
def fileName = 'build/system-tests-*.tar.gz' // see dev-tools/mage/target/common/package.go#PackageSystemTests method
dir("${BASE_DIR}"){
cmd(label: "List files to upload", script: "ls -l ${fileName}")
googleStorageUploadExt(
bucket: "gs://${JOB_GCS_BUCKET}/${env.JOB_NAME}-${env.BUILD_ID}",
credentialsId: "${JOB_GCS_EXT_CREDENTIALS}",
Expand Down

0 comments on commit 7aa8e53

Please sign in to comment.