Skip to content

Commit

Permalink
Revert "chore: add debug trace for files to upload"
Browse files Browse the repository at this point in the history
This reverts commit 7aa8e53.
  • Loading branch information
mdelapenya committed Jul 20, 2021
1 parent 78d203f commit 6c39510
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ 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 6c39510

Please sign in to comment.